Re: [libvirt] [PATCH 0/2] Support settings the 'removable' flag for USB disks

2013-08-13 Thread anonym
Eric Blake wrote:
 Does this patch still apply as is?

No, so I just re-submitted a rebased patch-set:

  http://www.redhat.com/archives/libvir-list/2013-August/msg00581.html

It should be noted that my patches constantly gets in a conflicting
state versus your master since they add capabilities, and that seems to
be the most rapidly changing place in the code base. Luckily such
conflicts are trivial to resolve. In fact, since my second patch
submission in May [1], in which I (hope I) fixed all issues found in the
review [2] of my first submission in March [3], resolving these types of
trivial conflicts is the only thing I've done.

[1] http://www.redhat.com/archives/libvir-list/2013-May/msg02039.html
[2] http://www.redhat.com/archives/libvir-list/2013-March/msg01065.html
[3] http://www.redhat.com/archives/libvir-list/2013-March/msg01051.html

 I apologize on behalf of a busy team
 that sometimes patches don't get reviewed, and it is okay to send pings
 every week or so as needed to spur someone on to looking at it.

Ok. Please let me know if there's anything, process-wise, I can do too
smoothen this further. Otherwise I'll just continue sending rebased
patches as pings every week or two.

Cheers!

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH 0/2] Support settings the 'removable' flag for USB disks

2013-08-08 Thread Eric Blake
[replying mainly to float this thread back to the surface of my inbox]

On 07/25/2013 04:43 AM, Fred A. Kemp wrote:
 From: Fred A. Kemp ano...@lavabit.com
 
 The commit message of patch #2 explains the purpose of this patch set.
 A review would be greatly appreciated!
 
 Note that I've only added the new capability for usb-storage.removable
 to the qemu help tests of qemu(-kvm) version 1.2.0, since that's what I
 had easily available to get the output of `-device usb-storage,?` from.
 I hope that's not an issue, otherwise, is there a way to obtain these
 outputs without having to hunt down and install all supported versions?
 
 Previous submissions of this patch set to this list:
 http://www.redhat.com/archives/libvir-list/2013-March/msg01051.html
 http://www.redhat.com/archives/libvir-list/2013-May/msg02039.html

Does this patch still apply as is?  I apologize on behalf of a busy team
that sometimes patches don't get reviewed, and it is okay to send pings
every week or so as needed to spur someone on to looking at it.

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 0/2] Support settings the 'removable' flag for USB disks

2013-07-25 Thread Fred A. Kemp
From: Fred A. Kemp ano...@lavabit.com

The commit message of patch #2 explains the purpose of this patch set.
A review would be greatly appreciated!

Note that I've only added the new capability for usb-storage.removable
to the qemu help tests of qemu(-kvm) version 1.2.0, since that's what I
had easily available to get the output of `-device usb-storage,?` from.
I hope that's not an issue, otherwise, is there a way to obtain these
outputs without having to hunt down and install all supported versions?

Previous submissions of this patch set to this list:
http://www.redhat.com/archives/libvir-list/2013-March/msg01051.html
http://www.redhat.com/archives/libvir-list/2013-May/msg02039.html

Cheers!

Fred A. Kemp (2):
  qemu: Add capability flag for usb-storage
  qemu: Support setting the 'removable' flag for USB disks

 docs/formatdomain.html.in  |8 +++--
 docs/schemas/domaincommon.rng  |8 +
 src/conf/domain_conf.c |   31 ++--
 src/conf/domain_conf.h |1 +
 src/qemu/qemu_capabilities.c   |   10 +++
 src/qemu/qemu_capabilities.h   |2 ++
 src/qemu/qemu_command.c|   23 +--
 tests/qemuhelpdata/qemu-1.2.0-device   |   11 +++
 tests/qemuhelpdata/qemu-kvm-1.2.0-device   |   11 +++
 tests/qemuhelptest.c   |   20 +
 .../qemuxml2argv-disk-usb-device-removable.args|8 +
 .../qemuxml2argv-disk-usb-device-removable.xml |   27 +
 tests/qemuxml2argvtest.c   |6 +++-
 13 files changed, 151 insertions(+), 15 deletions(-)
 create mode 100644 
tests/qemuxml2argvdata/qemuxml2argv-disk-usb-device-removable.args
 create mode 100644 
tests/qemuxml2argvdata/qemuxml2argv-disk-usb-device-removable.xml

-- 
1.7.10.4


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list