qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 10/10] memory: remove old_portio-style callbacks


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 10/10] memory: remove old_portio-style callbacks support
Date: Thu, 10 Jan 2013 18:45:06 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

Am 04.01.2013 22:29, schrieb Hervé Poussineau:
> Signed-off-by: Hervé Poussineau <address@hidden>
> ---
>  include/exec/memory.h |    4 ----
>  memory.c              |   44 --------------------------------------------
>  2 files changed, 48 deletions(-)
> 
> diff --git a/include/exec/memory.h b/include/exec/memory.h
> index 2322732..4a757f0 100644
> --- a/include/exec/memory.h
> +++ b/include/exec/memory.h
> @@ -103,10 +103,6 @@ struct MemoryRegionOps {
>           bool unaligned;
>      } impl;
>  
> -    /* If .read and .write are not present, old_portio may be used for
> -     * backwards compatibility with old portio registration
> -     */
> -    const MemoryRegionPortio *old_portio;
>      /* If .read and .write are not present, old_mmio may be used for
>       * backwards compatibility with old mmio registration
>       */

Can't struct MemoryRegionPortio be removed as part of the patch?

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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