qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] doc/memory.txt: correct a logic error


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] doc/memory.txt: correct a logic error
Date: Thu, 3 Mar 2016 15:39:55 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0


On 26/02/2016 09:40, xiaoqiang zhao wrote:
> In the regions overlap example, region B has a higher priority thus
> should has a larger priority number than C.
> 
> Signed-off-by: xiaoqiang zhao <address@hidden>
> ---
>  docs/memory.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/memory.txt b/docs/memory.txt
> index 8745f76..d0aca05 100644
> --- a/docs/memory.txt
> +++ b/docs/memory.txt
> @@ -180,8 +180,8 @@ aliases that leave holes then the lower priority region 
> will appear in these
>  holes too.)
>  
>  For example, suppose we have a container A of size 0x8000 with two subregions
> -B and C. B is a container mapped at 0x2000, size 0x4000, priority 1; C is
> -an MMIO region mapped at 0x0, size 0x6000, priority 2. B currently has two
> +B and C. B is a container mapped at 0x2000, size 0x4000, priority 2; C is
> +an MMIO region mapped at 0x0, size 0x6000, priority 1. B currently has two
>  of its own subregions: D of size 0x1000 at offset 0 and E of size 0x1000 at
>  offset 0x2000. As a diagram:
>  
> 

Queued for the next pull request, thanks.

Paolo



reply via email to

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