]> Git Repo - qemu.git/commit - exec.c
exec: simplify phys_page_find() params
authorPeter Xu <[email protected]>
Mon, 15 May 2017 08:50:57 +0000 (16:50 +0800)
committerPaolo Bonzini <[email protected]>
Tue, 6 Jun 2017 18:18:36 +0000 (20:18 +0200)
commit003a0cf2cd1828a1141a874428571267b117f765
tree5b24a960f142618399806e36f9905a754d456d8e
parentbe41c100c0d67f6072ddd4910c4b6f7d239f025f
exec: simplify phys_page_find() params

It really only plays with the dispatchers, so the parameter list does
not need that complexity. This helps for readability at least.

Signed-off-by: Peter Xu <[email protected]>
Message-Id: <1494838260[email protected]>
Reviewed-by: David Gibson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
exec.c
This page took 0.025148 seconds and 4 git commands to generate.