]> git.proxmox.com Git - qemu.git/commit - net/dump.c
net: store guest timestamp in dump file instead of time since guest startup
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 30 Nov 2011 20:35:38 +0000 (21:35 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 20 Dec 2011 21:44:30 +0000 (15:44 -0600)
commit0fa29915cdcadb5853515703d3eca8992627dcf2
tree9dcce6b290e6fcf793c0becbb412f6c7299c0659
parent6514ed528cd6cf752927b4eb38e64bba84c321ff
net: store guest timestamp in dump file instead of time since guest startup

Stored dates are no more 1970-01-01 (+ run time), but have a real meaning.
If someone wants to have comparable timestamps accross boots, it is
possible to start qemu with -rtc to give the startup date.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net/dump.c