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" <m...@redhat.com> 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 need all commands to return a dict, we should change return > > type appropriately. > > This has already been fixed by commit 82617d7, thanks anyway :)
Yes, fixed now.