]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: record timestamp in qemu domain log
authorOsier Yang <jyang@redhat.com>
Tue, 16 Nov 2010 15:39:26 +0000 (23:39 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 16 Nov 2010 16:18:32 +0000 (09:18 -0700)
commit93bc093ac215b19e55050d13816f66a25380a405
tree12349fcb01857bba43caf31010619e1aef413fa2
parent21f52833289f32c75304b4c5afafacbc1df94996
qemu: record timestamp in qemu domain log

Currently only support domain start and shutdown, for domain start,
record timestamp before the qemu command line, and for domain shutdown,
just say it's shutting down with timestamp.

* src/qemu/qemu_driver.c (qemudStartVMDaemon, qemudShutdownVMDaemon
  introduced two macros - START_POSTFIX, SHUTDOWN_POSTFIX)
src/qemu/qemu_driver.c