qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 05/21] exec: Implement subpage_read/write via ad


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 05/21] exec: Implement subpage_read/write via address_space_rw
Date: Fri, 31 May 2013 14:59:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

On 05/30/2013 02:16 PM, Paolo Bonzini wrote:
> From: Jan Kiszka <address@hidden>
> 
> This will allow to add support for unaligned memory regions: the subpage
> container region can activate unaligned support unconditionally because
> the read/write handler will now ensure that accesses are split as
> required by calling address_space_rw. We can furthermore drop the
> special handling of RAM subpages, address_space_rw takes care of this
> already.
> 
> Signed-off-by: Jan Kiszka <address@hidden>
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  exec.c | 125 
> +++++++++++++++++++++++++----------------------------------------
>  1 file changed, 47 insertions(+), 78 deletions(-)

I take it this is the subsequent patch that I queried from 4/.
In which case both can have

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]