Re: [Qemu-devel] [PATCH 1/5] virtio-blk: revert serial number support

2010-02-11 Thread Anthony Liguori
On 02/10/2010 04:36 PM, Christoph Hellwig wrote: The addition of the whole ATA IDENTIY page caused the config space to go above the allowed size in the PCI spec, and thus the feature was already reverted in the Linux guest driver and disabled by default in qemu. Signed-off-by: Christoph Hellwig

[Qemu-devel] [PATCH 1/5] virtio-blk: revert serial number support

2010-02-10 Thread Christoph Hellwig
The addition of the whole ATA IDENTIY page caused the config space to go above the allowed size in the PCI spec, and thus the feature was already reverted in the Linux guest driver and disabled by default in qemu. Signed-off-by: Christoph Hellwig Index: qemu/hw/virtio-blk.c =