libvirt/src/qemu
Eric Blake 596a137134 getstats: report block sizes for offline domains
The prior refactoring can now be put to use. With the same domain
as the earlier commit 7b49926 (one qcow2 disk and an empty
cdrom drive):
$ virsh domstats --block foo
Domain: 'foo'
  block.count=2
  block.0.name=hda
  block.0.path=/var/lib/libvirt/images/foo.qcow2
  block.0.allocation=1309614080
  block.0.capacity=42949672960
  block.0.physical=1309671424
  block.1.name=hdc

* src/qemu/qemu_driver.c (qemuDomainGetStatsBlock): Use
qemuStorageLimitsRefresh to report offline statistics.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-12-17 00:20:21 -07:00
..
EVENTHANDLERS.txt qemu: add short document on qemu event handlers 2014-10-06 13:50:57 -04:00
libvirtd_qemu.aug qemu: Automatically create NVRAM store 2014-09-10 09:38:07 +02:00
MIGRATION.txt
qemu_agent.c qemu: Implement the qemu driver for virDomainGetFSInfo 2014-11-24 10:29:12 -05:00
qemu_agent.h qemu: Implement the qemu driver for virDomainGetFSInfo 2014-11-24 10:29:12 -05:00
qemu_capabilities.c Report original error when QMP probing fails with new QEMU 2014-12-05 10:57:46 +00:00
qemu_capabilities.h Report original error when QMP probing fails with new QEMU 2014-12-05 10:57:46 +00:00
qemu_cgroup.c qemu: Add missing goto error in qemuRestoreCgroupState 2014-12-16 20:44:33 +01:00
qemu_cgroup.h qemu: Save numad advice into qemuDomainObjPrivate 2014-12-16 11:15:27 +01:00
qemu_command.c qemu: add/remove bridge fdb entries as guest CPUs are started/stopped 2014-12-15 10:07:06 -05:00
qemu_command.h qemu: make advice from numad available when building commandline 2014-11-03 16:43:22 +01:00
qemu_conf.c virconf: Introduce VIR_CONF_ULONG 2014-12-15 10:34:18 +01:00
qemu_conf.h qemu: fix crash with shared disks 2014-09-18 09:05:21 +02:00
qemu_domain.c getstats: perform recursion in monitor collection 2014-12-16 16:14:55 -07:00
qemu_domain.h getstats: perform recursion in monitor collection 2014-12-16 16:14:55 -07:00
qemu_driver.c getstats: report block sizes for offline domains 2014-12-17 00:20:21 -07:00
qemu_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
qemu_hostdev.c drivers: use virDirRead API 2014-04-28 17:52:45 -06:00
qemu_hostdev.h Capitalize USB, PCI and SCSI in hostdev methods 2014-03-12 16:20:01 +00:00
qemu_hotplug.c qemu: make persistent update of graphics device supported 2014-12-15 15:45:24 +01:00
qemu_hotplug.h qemu: make persistent update of graphics device supported 2014-12-15 15:45:24 +01:00
qemu_hotplugpriv.h
qemu_interface.c qemu: add/remove bridge fdb entries as guest CPUs are started/stopped 2014-12-15 10:07:06 -05:00
qemu_interface.h qemu: add a qemuInterfaceStopDevices(), called when guest CPUs stop 2014-12-13 22:20:28 -05:00
qemu_migration.c getstats: prepare monitor collection for recursion 2014-12-16 16:08:04 -07:00
qemu_migration.h qemu: Memory pre-pinning support for RDMA migration 2014-09-23 08:11:50 +02:00
qemu_monitor_json.c getstats: perform recursion in monitor collection 2014-12-16 16:14:55 -07:00
qemu_monitor_json.h getstats: prepare monitor collection for recursion 2014-12-16 16:08:04 -07:00
qemu_monitor_text.c qemu: chardev: Extract more information about character devices 2014-11-24 08:58:30 +01:00
qemu_monitor_text.h qemu: monitor: Rename and improve qemuMonitorGetPtyPaths 2014-11-21 11:00:10 +01:00
qemu_monitor.c getstats: prepare monitor collection for recursion 2014-12-16 16:08:04 -07:00
qemu_monitor.h getstats: prepare monitor collection for recursion 2014-12-16 16:08:04 -07:00
qemu_process.c qemu: Save numad advice into qemuDomainObjPrivate 2014-12-16 11:15:27 +01:00
qemu_process.h qemu: Tidy up job handling during live migration 2014-08-14 12:12:42 +02:00
qemu_processpriv.h
qemu.conf conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
test_libvirtd_qemu.aug.in conf: Check whether migration_address is localhost 2014-10-15 09:25:33 +02:00
THREADS.txt