Re: [libvirt] [PATCH 2/2] qemu: extend logging to record guest configuration events

2011-04-05 Thread Naoya Horiguchi
Hi, On Mon, Apr 04, 2011 at 03:55:26PM +0100, Daniel P. Berrange wrote: On Mon, Mar 28, 2011 at 05:13:47PM +0900, Naoya Horiguchi wrote: The following events can be logged onto /var/log/libvirt/qemu/domain.log: starting/shutting down/suspending/resuming/migrating domains changing

[libvirt] [PATCH 0/2] Log enhancement

2011-03-28 Thread Naoya Horiguchi
Hi, Following patches improve logging feature of libvirt. Please see individual patches for more details. [PATCH 1/2] extend logging to record configuration-related events on host machine [PATCH 2/2] qemu: extend logging to record guest configuration events Thanks, Naoya Horiguchi -- libvir

[libvirt] [PATCH 1/2] extend logging to record configuration-related events on host machine

2011-03-28 Thread Naoya Horiguchi
/undefining domains creating/defining/undefining/starting/stopping networks creating/defining/undefining/starting/stopping storage pools creating/defining/undefining/starting/stopping storage volumes. Signed-off-by: Naoya Horiguchi n-horigu...@ah.jp.nec.com --- src/network/bridge_driver.c

[libvirt] [PATCH 2/2] qemu: extend logging to record guest configuration events

2011-03-28 Thread Naoya Horiguchi
devices (including NICs and disks.) This patch generalizes qemudLog*() introduced in commit 93bc093ac to handle the whole range of qemu driver's events. This is useful for the same reason as explainged in the previous patch. Signed-off-by: Naoya Horiguchi n-horigu...@ah.jp.nec.com --- src/qemu