Re: [libvirt] [PATCH 4/6] Fix PCI address handling when controllers are deleted.

2010-03-02 Thread Daniel Veillard
On Fri, Feb 26, 2010 at 02:09:17PM +0100, Wolfgang Mauerer wrote: > When a controller is not present in the system anymore, the PCI address > must be deleted from libvirt's hashtable because it can be re-used for > other purposes. > > Signed-off-by: Wolfgang Mauerer > Signed-off-by: Jan Kiszka >

Re: [libvirt] [PATCH 4/6] Fix PCI address handling when controllers are deleted.

2010-03-01 Thread Daniel P. Berrange
On Fri, Feb 26, 2010 at 02:09:17PM +0100, Wolfgang Mauerer wrote: > When a controller is not present in the system anymore, the PCI address > must be deleted from libvirt's hashtable because it can be re-used for > other purposes. > > Signed-off-by: Wolfgang Mauerer > Signed-off-by: Jan Kiszka >

[libvirt] [PATCH 4/6] Fix PCI address handling when controllers are deleted.

2010-02-26 Thread Wolfgang Mauerer
When a controller is not present in the system anymore, the PCI address must be deleted from libvirt's hashtable because it can be re-used for other purposes. Signed-off-by: Wolfgang Mauerer Signed-off-by: Jan Kiszka --- src/qemu/qemu_driver.c |5 + 1 files changed, 5 insertions(+), 0 d