Re: [Qemu-devel] [PATCH 1/4] exec: simplify phys_page_find() params

2017-05-16 Thread Paolo Bonzini
On 16/05/2017 04:53, David Gibson wrote: > On Mon, May 15, 2017 at 04:50:57PM +0800, Peter Xu wrote: >> 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 > > Reviewed-by: David Gi

Re: [Qemu-devel] [PATCH 1/4] exec: simplify phys_page_find() params

2017-05-15 Thread David Gibson
On Mon, May 15, 2017 at 04:50:57PM +0800, Peter Xu wrote: > 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 Reviewed-by: David Gibson > --- > exec.c | 13 ++--- > 1 file

[Qemu-devel] [PATCH 1/4] exec: simplify phys_page_find() params

2017-05-15 Thread Peter Xu
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 --- exec.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/exec.c b/exec.c index eac6085..1d76c63 100644