Re: [libvirt] [PATCH] Fix detection of disk in IO events

2010-04-28 Thread Daniel Veillard
On Wed, Apr 28, 2010 at 03:16:21PM +0100, Daniel P. Berrange wrote: > When using -device syntax, the IO event will have a different > prefix, 'drive-' that needs to be skipped over before matching > against the libvirt disk alias > > * src/qemu/qemu_driver.c: Skip QEMU_DRIVE_HOST_PREFIX in IO even

[libvirt] [PATCH] Fix detection of disk in IO events

2010-04-28 Thread Daniel P. Berrange
When using -device syntax, the IO event will have a different prefix, 'drive-' that needs to be skipped over before matching against the libvirt disk alias * src/qemu/qemu_driver.c: Skip QEMU_DRIVE_HOST_PREFIX in IO event --- src/qemu/qemu_driver.c |3 +++ 1 files changed, 3 insertions(+), 0