qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] fix 'i' format handling in memory dump


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] fix 'i' format handling in memory dump
Date: Mon, 22 Feb 2010 10:51:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Gleb Natapov <address@hidden> writes:

> It was broken by 09b9418c6d0. (!env && !is_physical) != (!is_physical) 
> when env is true.
>
> Signed-off-by: Gleb Natapov <address@hidden>
> diff --git a/monitor.c b/monitor.c
> index b1a6edc..19470d1 100644
> --- a/monitor.c
> +++ b/monitor.c
> @@ -1297,8 +1297,6 @@ static void memory_dump(Monitor *mon, int count, int 
> format, int wsize,
>          int flags;
>          flags = 0;
>          env = mon_get_cpu();
> -        if (!is_physical)
> -            return;
>  #ifdef TARGET_I386
>          if (wsize == 2) {
>              flags = 1;

*Ouch*

I checked the offending commit for more such errors, but couldn't find
any.




reply via email to

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