libvirt/src/qemu
Ján Tomko f331a9ef64 Remove virutil.h where possible
Historically, this file was a dump for most of our helper
functions and needed almost everywhere.
With the introduction of virfile.h and virstring.h,
and more importantly, virenum.h and the introduction
of GLib, that is no longer true.

Remove its include from C files that don't even use it.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
2020-02-24 23:15:49 +01:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
Makefile.inc.am src: introduce hypervisor/domain_cgroup.c 2020-02-23 14:02:23 +01:00
MIGRATION.txt
qemu_agent.c virJSONValueNewArray: Use g_new0 to allocate and remove NULL checks from callers 2020-02-04 13:45:33 +01:00
qemu_agent.h
qemu_alias.c
qemu_alias.h
qemu_backup.c virJSONValueNewArray: Use g_new0 to allocate and remove NULL checks from callers 2020-02-04 13:45:33 +01:00
qemu_backup.h
qemu_block.c qemu: Add support for slices of type 'storage' 2020-02-14 16:32:21 +01:00
qemu_block.h qemu: Add support for slices of type 'storage' 2020-02-14 16:32:21 +01:00
qemu_blockjob.c qemu: Add support for slices of type 'storage' 2020-02-14 16:32:21 +01:00
qemu_blockjob.h qemu: blockjob: Store 'flags' for all the block job types 2020-02-04 13:45:33 +01:00
qemu_capabilities.c qemu: Add the QEMU_CAPS_CPU_KVM_NO_ADJVTIME capability 2020-02-14 12:09:02 +01:00
qemu_capabilities.h qemu: Add the QEMU_CAPS_CPU_KVM_NO_ADJVTIME capability 2020-02-14 12:09:02 +01:00
qemu_capspriv.h qemu: capabilities: Add accessor to qemu caps machine types presence 2020-01-27 14:55:03 +01:00
qemu_cgroup.c vircgroup.c: add virCgroupSetupCpuPeriodQuota() 2020-02-23 14:02:23 +01:00
qemu_cgroup.h
qemu_checkpoint.c virJSONValueNewArray: Use g_new0 to allocate and remove NULL checks from callers 2020-02-04 13:45:33 +01:00
qemu_checkpoint.h qemu: checkpoint: Track and relabel images for bitmap merging 2020-02-04 13:45:32 +01:00
qemu_command.c qemu: use correct backendType when checking memfd capability 2020-02-24 13:46:51 +01:00
qemu_command.h qemu: check iotune params same for all disk in group 2020-01-29 11:46:51 +01:00
qemu_conf.c src: remove sys/wait.h from many files 2020-02-04 14:00:44 +00:00
qemu_conf.h Add a space before ending a comment 2020-01-30 12:32:03 +01:00
qemu_dbus.c
qemu_dbus.h
qemu_domain_address.c qemu: Extend QEMU with tpm-spapr support 2020-02-05 19:57:10 +01:00
qemu_domain_address.h qemu_domain_address.c: turn qemuDomainFillDeviceIsolationGroup to void 2020-01-31 15:25:33 +01:00
qemu_domain.c qemu: Add support for slices of type 'storage' 2020-02-14 16:32:21 +01:00
qemu_domain.h qemu: support Panic Crashloaded event handling 2020-02-07 14:05:25 +00:00
qemu_driver.c virStorageSourceUpdateCapacity: Drop 'probe' argument 2020-02-24 15:12:32 +01:00
qemu_driver.h
qemu_extdevice.c qemu: eliminate ret in qemuExtDevicesStart 2020-01-28 13:32:27 +01:00
qemu_extdevice.h
qemu_firmware.c virJSONValueNewArray: Use g_new0 to allocate and remove NULL checks from callers 2020-02-04 13:45:33 +01:00
qemu_firmware.h src: replace verify(expr) with G_STATIC_ASSERT(expr) 2020-01-17 10:02:01 +00:00
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: support updating <port isolated='yes|no'/> during device update 2020-02-20 23:15:56 -05:00
qemu_hotplug.h
qemu_interface.c qemu/lxc: plumb isolatedPort from config down through bridge attachment 2020-02-20 23:13:15 -05:00
qemu_interface.h
qemu_interop_config.c
qemu_interop_config.h
qemu_migration_cookie.c qemuMigrationCookieAddNBD: Fix filling of 'capacity' when blockdev is used 2020-01-31 14:28:29 +01:00
qemu_migration_cookie.h qemuMigrationCookieNBD: Extract embedded struct 2020-01-31 14:28:28 +01:00
qemu_migration_params.c virJSONValueNewArray: Use g_new0 to allocate and remove NULL checks from callers 2020-02-04 13:45:33 +01:00
qemu_migration_params.h
qemu_migration_paramspriv.h
qemu_migration.c qemu_migration: Rearrange some checks in qemuMigrationSrcIsAllowed() 2020-02-20 12:57:24 +01:00
qemu_migration.h
qemu_monitor_json.c qemuMonitorBlockdevAdd: Take double pointer argument 2020-02-10 17:26:27 +01:00
qemu_monitor_json.h qemuMonitorBlockdevAdd: Take double pointer argument 2020-02-10 17:26:27 +01:00
qemu_monitor_priv.h
qemu_monitor_text.c
qemu_monitor_text.h
qemu_monitor.c qemu: drop support for monitor connections on PTYs 2020-02-13 12:52:07 +00:00
qemu_monitor.h qemuMonitorBlockdevAdd: Take double pointer argument 2020-02-10 17:26:27 +01:00
qemu_process.c qemu: Don't explicitly remove pidfile after virPidFileForceCleanupPath() 2020-02-20 12:57:19 +01:00
qemu_process.h
qemu_processpriv.h
qemu_qapi.c
qemu_qapi.h
qemu_security.c
qemu_security.h
qemu_shim.c qemu_shim: Update temporary directory template 2020-01-27 17:57:43 +01:00
qemu_slirp.c
qemu_slirp.h
qemu_tpm.c src: convert code to use virPipe APIs 2020-02-04 14:00:44 +00:00
qemu_tpm.h
qemu_vhost_user_gpu.c Remove virutil.h where possible 2020-02-24 23:15:49 +01:00
qemu_vhost_user_gpu.h
qemu_vhost_user.c
qemu_vhost_user.h
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt
virtqemud.init.in
virtqemud.service.in