]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Added timestamps to storage volumes
authorHendrik Schwartke <hendrik@os-t.de>
Wed, 25 Jul 2012 07:43:37 +0000 (09:43 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 2 Aug 2012 23:14:17 +0000 (17:14 -0600)
commit7383c1d762c50c83832a8d11b48d75e5cad0042a
tree80b951133c79a4c9898c1f9c460dbe9218458720
parent37a10129c24d7dcb05522d50a1f3039d338646ad
Added timestamps to storage volumes

The access, birth, modification and change times are added to
storage volumes and corresponding xml representations.  This
shows up in the XML in this format:

<timestamps>
  <atime>1341933637.027319099</atime>
  <mtime>1341933637.027319099</mtime>
</timestamps>

Signed-off-by: Eric Blake <eblake@redhat.com>
bootstrap.conf
docs/formatstorage.html.in
docs/schemas/storagevol.rng
m4/virt-compile-warnings.m4
src/conf/storage_conf.c
src/conf/storage_conf.h
src/storage/storage_backend.c
tests/storagevolxml2xmlin/vol-file.xml