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

2010-02-22 Thread Markus Armbruster
Gleb Natapov writes: > It was broken by 09b9418c6d0. (!env && !is_physical) != (!is_physical) > when env is true. > > Signed-off-by: Gleb Natapov > 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_d

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

2010-02-21 Thread Gleb Natapov
It was broken by 09b9418c6d0. (!env && !is_physical) != (!is_physical) when env is true. Signed-off-by: Gleb Natapov 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