Il 30/09/2014 13:35, Michael S. Tsirkin ha scritto: >> > virtio-blk-pci.addr=int32 (Slot and function number, example: 06.0) > Weird. 06.0 is clearly not an int, is it?
The QOM property accepts both int32 and str, but always returns an int32 when read. For now we can leave out patch 5 while this is sorted out. Paolo