[libvirt] [v2 10/13] qemu: don't reserve slot 1 if a PIIX3 USB controller is defined there

2011-08-25 Thread Marc-André Lureau
Changes sinces v1: - apply only to piix3 - check if piix3 controller is on correct address, or report error --- src/qemu/qemu_command.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index aea5bcc..a9dc541 100644

Re: [libvirt] [v2 10/13] qemu: don't reserve slot 1 if a PIIX3 USB controller is defined there

2011-09-01 Thread Daniel P. Berrange
On Fri, Aug 26, 2011 at 01:44:26AM +0300, Marc-André Lureau wrote: > Changes sinces v1: > - apply only to piix3 > - check if piix3 controller is on correct address, or report error > --- > src/qemu/qemu_command.c | 10 +- > 1 files changed, 9 insertions(+), 1 deletions(-) > > diff --git