Re: [Qemu-devel] [PATCH 3/4] exec: Support 64-bit operations in address_space_rw

2013-07-13 Thread Paolo Bonzini
Il 09/07/2013 03:01, Richard Henderson ha scritto: > Honor the implementation maximum access size, and at least check > the minimum access size. > > Signed-off-by: Richard Henderson > --- > exec.c | 68 > ++ > 1 file changed, 56 in

[Qemu-devel] [PATCH 3/4] exec: Support 64-bit operations in address_space_rw

2013-07-08 Thread Richard Henderson
Honor the implementation maximum access size, and at least check the minimum access size. Signed-off-by: Richard Henderson --- exec.c | 68 ++ 1 file changed, 56 insertions(+), 12 deletions(-) diff --git a/exec.c b/exec.c index 03f