libvirt/src/qemu
John Ferlan 39b9c12148 qemu_command: Resolve Coverity REVERSE_INULL
In qemuNetworkIfaceConnect() a call to virNetDevBandwidthSet() is
made where the function prototype requires the first parameter
(net->ifname) to be non NULL.  Coverity complains that the subsequent
non NULL check for net->ifname prior to the next call gets flagged as
an unnecessary check.  Resolve by removing the extra check
2014-08-27 12:52:27 -04:00
..
libvirtd_qemu.aug migration: add support for migrateURI configuration 2014-05-20 13:13:29 +02:00
MIGRATION.txt
qemu_agent.c qemu: use guest-fsfreeze-freeze-list command if mountpoints to freeze specified 2014-08-11 12:11:41 +02:00
qemu_agent.h qemu: Implement virDomain{Get,Set}Time 2014-05-15 16:44:45 +02:00
qemu_capabilities.c qemu: add capability probing for splash-timeout 2014-08-25 14:10:54 +02:00
qemu_capabilities.h qemu: add capability probing for splash-timeout 2014-08-25 14:10:54 +02:00
qemu_cgroup.c conf: RNG: Always fill in default random source path for default backend 2014-07-28 10:07:09 +02:00
qemu_cgroup.h qemu: leave restricting cpuset.mems after initialization 2014-07-16 20:15:46 +02:00
qemu_command.c qemu_command: Resolve Coverity REVERSE_INULL 2014-08-27 12:52:27 -04:00
qemu_command.h Perform disk config validity checking for attach-device config 2014-08-21 07:06:35 -04:00
qemu_conf.c Fix spacing around commas 2014-08-22 15:03:39 +02:00
qemu_conf.h qemu: hotplug: Sanitize shared device removal on media change 2014-08-20 09:28:05 +02:00
qemu_domain.c qemu: Tidy up job handling during live migration 2014-08-14 12:12:42 +02:00
qemu_domain.h qemu: Tidy up job handling during live migration 2014-08-14 12:12:42 +02:00
qemu_driver.c qemu: call endjob in RevertToSnapshot 2014-08-26 21:11:16 -06:00
qemu_driver.h
qemu_hostdev.c drivers: use virDirRead API 2014-04-28 17:52:45 -06:00
qemu_hostdev.h
qemu_hotplug.c qemu: Label all TAP FDs 2014-08-20 09:42:24 +02:00
qemu_hotplug.h qemu: hotplug: Format proper source string for cdrom media change 2014-08-20 09:28:04 +02:00
qemu_hotplugpriv.h
qemu_migration.c qemu: Tidy up job handling during live migration 2014-08-14 12:12:42 +02:00
qemu_migration.h qemu: enum cleanups in "src/qemu/*" 2014-06-24 12:56:54 -06:00
qemu_monitor_json.c cleanup spaces between parentheses and braces 2014-08-20 14:50:21 +02:00
qemu_monitor_json.h qemu: Issue rtc-reset-reinjection command after guest-set-time 2014-08-20 14:20:05 +02:00
qemu_monitor_text.c Use virBufferCheckError everywhere we report OOM error 2014-07-03 10:48:14 +02:00
qemu_monitor_text.h conf: more enum cleanups in "src/conf/domain_conf.h" 2014-06-02 15:32:58 -06:00
qemu_monitor.c qemu: Issue rtc-reset-reinjection command after guest-set-time 2014-08-20 14:20:05 +02:00
qemu_monitor.h qemu: Issue rtc-reset-reinjection command after guest-set-time 2014-08-20 14:20:05 +02:00
qemu_process.c qemu: min_guarantee: Parameter 'min_guarantee' not supported 2014-08-22 16:33:18 +02: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 qemu: fix comment in qemu.conf 2014-08-04 07:53:55 +02:00
test_libvirtd_qemu.aug.in migration: add support for migrateURI configuration 2014-05-20 13:13:29 +02:00
THREADS.txt