[libvirt] [PATCHv3 1/4] Populate domid field of devices for libxenlight

2011-05-30 Thread Markus Groß
This patch fixes the population of the libxenlight data structures. Now the devices should be removed correctly from the xenstore if they are detached. --- src/libxl/libxl_conf.c | 20 +--- src/libxl/libxl_conf.h | 10 ++ src/libxl/libxl_driver.c |6 +++--- 3

Re: [libvirt] [PATCHv3 1/4] Populate domid field of devices for libxenlight

2011-05-30 Thread Jim Fehlig
Markus Groß wrote: This patch fixes the population of the libxenlight data structures. Now the devices should be removed correctly from the xenstore if they are detached. ACK. I've pushed this patch since it is a bug fix to the new disk attach/detach support in the libxenlight driver.