qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/11] exec: introduce memory_ldst.inc.c


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 02/11] exec: introduce memory_ldst.inc.c
Date: Mon, 12 Dec 2016 13:44:38 +0000
User-agent: Mutt/1.7.1 (2016-10-04)

On Mon, Dec 12, 2016 at 12:18:48PM +0100, Paolo Bonzini wrote:
> Templatize the address_space_* and *_phys functions, so that we can add
> similar functions in the next patch that work with a lightweight version
> of address_space_map/unmap.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  exec.c                    | 681 +-------------------------------------------
>  include/exec/cpu-common.h |  15 -
>  include/exec/memory.h     |  15 +
>  memory_ldst.inc.c         | 709 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 734 insertions(+), 686 deletions(-)
>  create mode 100644 memory_ldst.inc.c

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

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