qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] for bug 754635: -d option outs wrong info about


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] for bug 754635: -d option outs wrong info about sections
Date: Tue, 14 Jun 2011 13:49:23 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10

On 06/12/2011 06:14 AM, ferux wrote:
> Patch to correct log output about sections from:
> start    end      size     prot
> 00010000-00019000 00009000 r-x
> 00019000-0007b000 00062000 rw-
> 00040000-00041000 00001000 ---
> 00041000-00041800 00000800 rw-
> 00041800-0005d800 0001c000 r-x
> 0005d800-0005e800 00001000 rw-
> 
> to:
> start    end      size     prot
> 10000000-10019000 00019000 r-x
> 10019000-1006b000 00052000 rw-
> 40000000-40001000 00001000 ---
> 40001000-40801000 00800000 rw-
> 40801000-4081d000 0001c000 r-x
> 4081d000-4081e000 00001000 rw-
> 
> I described this bug: https://bugs.launchpad.net/qemu/+bug/754635.
> 
> Signed-off-by: Max Rozhkov <address@hidden>

Acked-by: Richard Henderson <address@hidden>


r~



reply via email to

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