Re: [libvirt] [PATCH] qemu: Fix media eject with qemu-0.12.*

2011-03-30 Thread Laine Stump
On 03/29/2011 10:10 AM, Jiri Denemark wrote: In qemu-0.12.* device '...' is locked message was changed to Device ... so libvirt was no longer detecting this as an error. --- bootstrap.conf |1 + src/qemu/qemu_monitor_text.c |2 +- 2 files changed, 2 insertions(+), 1

Re: [libvirt] [PATCH] qemu: Fix media eject with qemu-0.12.*

2011-03-30 Thread Eric Blake
On 03/30/2011 12:16 PM, Laine Stump wrote: +++ b/bootstrap.conf @@ -63,6 +63,7 @@ sigpipe snprintf socket stpcpy +strcasestr Even though strcasestr is a non-standard function, you're using gnulib for it, so that shouldn't be a problem. And your change will work for both old and

Re: [libvirt] [PATCH] qemu: Fix media eject with qemu-0.12.*

2011-03-30 Thread Jiri Denemark
On Wed, Mar 30, 2011 at 12:27:32 -0600, Eric Blake wrote: On 03/30/2011 12:16 PM, Laine Stump wrote: +++ b/bootstrap.conf @@ -63,6 +63,7 @@ sigpipe snprintf socket stpcpy +strcasestr Even though strcasestr is a non-standard function, you're using gnulib for it, so that

[libvirt] [PATCH] qemu: Fix media eject with qemu-0.12.*

2011-03-29 Thread Jiri Denemark
In qemu-0.12.* device '...' is locked message was changed to Device ... so libvirt was no longer detecting this as an error. --- bootstrap.conf |1 + src/qemu/qemu_monitor_text.c |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/bootstrap.conf