[libvirt] [PATCH v2 04/10] qemu: New cap flag for scsi-generic

Han Cheng hanc.fnst at cn.fujitsu.com
Wed Apr 3 03:48:35 UTC 2013



On 04/03/2013 11:41 AM, Osier Yang wrote:
> On 01/04/13 20:00, Han Cheng wrote:
>> diff --git a/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h
>> index 7101f67..a3d8595 100644
>> --- a/src/qemu/qemu_capabilities.h
>> +++ b/src/qemu/qemu_capabilities.h
>> @@ -174,6 +174,8 @@ enum virQEMUCapsFlags {
>> QEMU_CAPS_VIRTIO_CCW = 132, /* -device virtio-*-ccw */
>> QEMU_CAPS_DTB = 133, /* -dtb file */
>> QEMU_CAPS_SCSI_MEGASAS = 134, /* -device megasas */
>> + QEMU_CAPS_SCSI_GENERIC = 135, /* -device scsi-generic */
>> + QEMU_CAPS_SCSI_GENERIC_BOOTINDEX = 136, /* scsi-generic.bootindex */
>> QEMU_CAPS_LAST, /* this must always be the last item */
>> };
>
> Looks good, but don't you need to update qemuhelptestdata to make
> sure the "make check" is not broken?
Yes, these changes were made in 10/10.

Cheng




More information about the libvir-list mailing list