libvirt/src/qemu
Peter Krempa f385dd3a47 qemu: monitor: Change fields in qemuBlockStats to 'unsigned'
None of the fields actually return negative values. The internal
implementation of BlockAcctStats struct in qemu uses uint64_t and the
last place using -1 in libvirt was in the HMP monitor code which was
deleted.

Change the internal type to unsigned long long and ensure that all
public conversions don't overflow.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2019-09-25 13:02:48 +02:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
Makefile.inc.am qemu: add vhost-user-gpu helper unit 2019-09-24 13:19:09 -04:00
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c
qemu_alias.h
qemu_block.c
qemu_block.h
qemu_blockjob.c qemu_blockjob: Remove secdriver metadata for whole backing chain on job completion 2019-09-25 12:34:09 +02:00
qemu_blockjob.h
qemu_capabilities.c qemu: add vhost-user-gpu capabilities checks 2019-09-24 12:29:29 -04:00
qemu_capabilities.h qemu: add vhost-user-gpu capabilities checks 2019-09-24 12:29:29 -04:00
qemu_capspriv.h
qemu_cgroup.c qemu-cgroup: allow accel rendernode access 2019-09-24 12:17:39 -04:00
qemu_cgroup.h
qemu_command.c qemu: build vhost-user GPU devices 2019-09-24 13:19:09 -04:00
qemu_command.h qemuBuildHostNetStr: remove unused 'driver' argument 2019-09-18 11:33:17 +02:00
qemu_conf.c qemuSharedDeviceEntryRemove: Free domain name before VIR_DELETE_ELEMENT 2019-09-19 16:32:56 +02:00
qemu_conf.h
qemu_dbus.c
qemu_dbus.h
qemu_domain_address.c qemu_domain_address: use virPCIDeviceAddressEqual() in conditionals 2019-09-23 09:11:14 +02:00
qemu_domain_address.h
qemu_domain.c qemu: add vhost-user-gpu helper unit 2019-09-24 13:19:09 -04:00
qemu_domain.h qemu: add vhost-user-gpu helper unit 2019-09-24 13:19:09 -04:00
qemu_driver.c qemu: monitor: Change fields in qemuBlockStats to 'unsigned' 2019-09-25 13:02:48 +02:00
qemu_driver.h
qemu_extdevice.c qemu: start/stop the vhost-user-gpu external device 2019-09-24 13:19:09 -04:00
qemu_extdevice.h qemu: prepare domain for vhost-user GPU 2019-09-24 13:19:09 -04:00
qemu_firmware.c qemu: generalize qemuFetchConfigs 2019-09-24 12:17:10 -04:00
qemu_firmware.h qemu_firmware: Extend qemuFirmwareGetSupported to return FW paths 2019-09-12 12:31:39 +02:00
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: hotplug: Use VIR_AUTOFREE() instead VIR_FREE for strings 2019-09-23 18:33:10 +02:00
qemu_hotplug.h
qemu_hotplugpriv.h
qemu_interface.c qemu: support unmanaged macvtap devices with <interface type='ethernet'> 2019-09-09 14:40:28 -04:00
qemu_interface.h
qemu_interop_config.c qemu: generalize qemuFetchConfigs 2019-09-24 12:17:10 -04:00
qemu_interop_config.h qemu: generalize qemuFetchConfigs 2019-09-24 12:17:10 -04:00
qemu_migration_cookie.c
qemu_migration_cookie.h
qemu_migration_params.c
qemu_migration_params.h
qemu_migration_paramspriv.h
qemu_migration.c qemu: migration: Forbid only remote migration if autodestroy is active for VM 2019-09-25 08:38:51 +02:00
qemu_migration.h
qemu_monitor_json.c qemu: monitor: Change fields in qemuBlockStats to 'unsigned' 2019-09-25 13:02:48 +02:00
qemu_monitor_json.h qemu: monitor: Don't handle HMP in qemuMonitorJSONArbitraryCommand 2019-09-20 08:41:50 +02:00
qemu_monitor_priv.h
qemu_monitor_text.c qemu: monitor: Remove qemuMonitorHMPCommand in favor of qemuMonitorJSONHumanCommand 2019-09-20 08:41:50 +02:00
qemu_monitor_text.h
qemu_monitor.c qemu: monitor: Remove qemuMonitorHMPCommand in favor of qemuMonitorJSONHumanCommand 2019-09-20 08:41:50 +02:00
qemu_monitor.h qemu: monitor: Change fields in qemuBlockStats to 'unsigned' 2019-09-25 13:02:48 +02:00
qemu_process.c qemu: prepare domain for vhost-user GPU 2019-09-24 13:19:09 -04:00
qemu_process.h
qemu_processpriv.h
qemu_qapi.c
qemu_qapi.h
qemu_security.c qemu: add qemuSecurityStartVhostUserGPU helper 2019-09-24 13:19:08 -04:00
qemu_security.h qemu: add qemuSecurityStartVhostUserGPU helper 2019-09-24 13:19:08 -04:00
qemu_slirp.c
qemu_slirp.h
qemu_tpm.c
qemu_tpm.h
qemu_vhost_user_gpu.c qemu: add vhost-user-gpu helper unit 2019-09-24 13:19:09 -04:00
qemu_vhost_user_gpu.h qemu: add vhost-user-gpu helper unit 2019-09-24 13:19:09 -04:00
qemu_vhost_user.c qemu: add vhost-user helpers 2019-09-24 13:19:08 -04:00
qemu_vhost_user.h qemu: add vhost-user helpers 2019-09-24 13:19:08 -04:00
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt
virtqemud.service.in