Re: [libvirt] [PATCH] qemu: Add some debugging at domain startup

2010-03-12 Thread Eric Blake
On 03/12/2010 10:49 AM, Cole Robinson wrote: > > -/* Ensure no historical cgroup for this VM is lieing around bogus > settings */ > +/* Ensure no historical cgroup for this VM is lieing around bogus > + * settings */ > +DEBUG0("Removing old cgroup (if required)"); That doesn't p

[libvirt] [PATCH] qemu: Add some debugging at domain startup

2010-03-12 Thread Cole Robinson
Signed-off-by: Cole Robinson --- src/qemu/qemu_driver.c | 24 +++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index f8ab545..26b5600 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -269