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