[libvirt] [PATCH] qemu: Don't break domain with 0:0:2.0 assigned to anything but VGA

2012-01-17 Thread Jiri Denemark
In the past we didn't reserve 0:0:2.0 PCI address if there was no video device assigned to a domain, which made it impossible to add a video device later on. So we fixed it (commit v0.9.0-37-g7b2cac1) by always reserving that address. However, that breaks existing domains without video devices

Re: [libvirt] [PATCH] qemu: Don't break domain with 0:0:2.0 assigned to anything but VGA

2012-01-17 Thread Eric Blake
On 01/17/2012 08:47 AM, Jiri Denemark wrote: In the past we didn't reserve 0:0:2.0 PCI address if there was no video device assigned to a domain, which made it impossible to add a video device later on. So we fixed it (commit v0.9.0-37-g7b2cac1) by always reserving that address. However, that

Re: [libvirt] [PATCH] qemu: Don't break domain with 0:0:2.0 assigned to anything but VGA

2012-01-17 Thread Jiri Denemark
On Tue, Jan 17, 2012 at 12:05:03 -0700, Eric Blake wrote: On 01/17/2012 08:47 AM, Jiri Denemark wrote: In the past we didn't reserve 0:0:2.0 PCI address if there was no video device assigned to a domain, which made it impossible to add a video device later on. So we fixed it (commit