Re: [libvirt] [PATCH 03/14] Record hotplugged USB device in LXC live guest config

2014-02-07 Thread Eric Blake
On 02/07/2014 08:33 AM, Daniel P. Berrange wrote: > After hotplugging a USB device, the LXC driver forgot > to add the device def to the virDomainDefPtr. > > Signed-off-by: Daniel P. Berrange > --- > src/lxc/lxc_driver.c | 5 + > 1 file changed, 5 insertions(+) ACK. > > diff --git a/src/l

[libvirt] [PATCH 03/14] Record hotplugged USB device in LXC live guest config

2014-02-07 Thread Daniel P. Berrange
After hotplugging a USB device, the LXC driver forgot to add the device def to the virDomainDefPtr. Signed-off-by: Daniel P. Berrange --- src/lxc/lxc_driver.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index cd48be8..1c7abb9 100644 --- a/