[Qemu-devel] [PATCH v3] hmp: fix "info cpu" segfault

2017-03-29 Thread Iwona Kotlarska
Running QEMU with "qemu-system-x86_64 -M none -nographic -m 256" and executing "dump-guest-memory /dev/null 0 8192" results in segfault. Fix by checking if we have CPU. Signed-off-by: Iwona Kotlarska --- target/i386/arch_dump.c | 3 +-- 1 file changed, 1 insertion(+), 2 dele

[Qemu-devel] [PATCH RESEND v2] hmp: fix "info cpu" segfault

2017-03-29 Thread Iwona Kotlarska
Running QEMU with "qemu-system-x86_64 -M none -nographic -m 256" and executing "dump-guest-memory /dev/null 0 8192" results in segfault. Fix by checking if we have CPU. Signed-off-by: Iwona Kotlarska --- v1 --> v2 Added brackets around if body. Changed subject. targ

[Qemu-devel] [PATCH v2] hmp: fix "info cpu" segfault

2017-03-29 Thread Iwona Kotlarska
Running QEMU with "qemu-system-x86_64 -M none -nographic -m 256" and executing "dump-guest-memory /dev/null 0 8192" results in segfault. Fix by checking if we have CPU. Signed-off-by: Iwona Kotlarska --- target/i386/arch_dump.c | 8 +--- 1 file changed, 5 insertions(+),

[Qemu-devel] [PATCH] hmp: fix "info cpu" segfault

2017-03-29 Thread Iwona Kotlarska
Running "dump-guest-memory /dev/null 0 8192" results in segfault. Fix by checking if we have CPU. Signed-off-by: Iwona Kotlarska --- target/i386/arch_dump.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/target/i386/arch_dump.c b/target/i386/arch_du

Re: [Qemu-devel] [PATCH] Dead code removal: removing code for unsupported DEPTH.

2017-03-29 Thread Iwona Kotlarska
ou without reason. Iwona Kotlarska