[Qemu-devel] Re: [PATCH] monitor: fix crash at info pci\

2010-02-01 Thread Michael S. Tsirkin
On Mon, Feb 01, 2010 at 01:19:50PM -0200, Luiz Capitulino wrote: > On Mon, 1 Feb 2010 17:12:11 +0200 > "Michael S. Tsirkin" wrote: > > > info pci returns a bus object, not a qdict, which leads to a crash in > > monitor which wants a qdict. Not sure what the right fix is: this patch > > just chec

[Qemu-devel] Re: [PATCH] monitor: fix crash at info pci

2010-02-01 Thread Luiz Capitulino
On Mon, 1 Feb 2010 17:12:11 +0200 "Michael S. Tsirkin" wrote: > info pci returns a bus object, not a qdict, which leads to a crash in > monitor which wants a qdict. Not sure what the right fix is: this patch > just checks and handles non-disct command as synchronous. OTOH if we > definitely nee