Re: [Qemu-devel] [PATCH] target-i386: fix "info lapic" segfault on isapc

2017-03-28 Thread Paolo Bonzini
On 28/03/2017 09:19, Tejaswini wrote: > From: Tejaswini Poluri > > Start QEMU with > "qemu-system-x86_64 -nographic -M isapc -serial none-monitor stdio" > and enter "info lapic" at the monitor prompt ⇒ > Segmentation fault > > Signed-off-by: Tejaswini Poluri > --- > target/i386/helper.c | 4

[Qemu-devel] [PATCH] target-i386: fix "info lapic" segfault on isapc

2017-03-28 Thread Tejaswini
From: Tejaswini Poluri Start QEMU with "qemu-system-x86_64 -nographic -M isapc -serial none-monitor stdio" and enter "info lapic" at the monitor prompt ⇒ Segmentation fault Signed-off-by: Tejaswini Poluri --- target/i386/helper.c | 4 1 file changed, 4 insertions(+) diff --git a/target/i