libvirt/src/qemu
Peter Krempa 653137eb95 qemu: blkiotune: Avoid accessing non-existing disk configuration
When a user would try changing the persistent IO tuning settings for a
disk that was hotplugged to a vm in a transient way, the
qemuDomainSetBlockIoTune API would use the same index for both the
live and config disk array. The disk was missing from the config array
though causing a crash of libvirtd.

To fix the issue, determine the indexes separately.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1131819
2014-08-20 11:04:53 +02: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 conf: Add USB sound card support and implement it for qemu 2014-08-08 14:34:20 +02:00
qemu_capabilities.h conf: Add USB sound card support and implement it for qemu 2014-08-08 14:34:20 +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: Label all TAP FDs 2014-08-20 09:42:24 +02:00
qemu_command.h qemu: Remove extraneous space in function prototypes 2014-08-07 15:07:56 -04:00
qemu_conf.c qemu: hotplug: Sanitize shared device removal on media change 2014-08-20 09:28:05 +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: blkiotune: Avoid accessing non-existing disk configuration 2014-08-20 11:04:53 +02: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: 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: Let tests override waiting time for device unplug 2013-08-26 16:09:55 +02:00
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 qemu: allow qmp probing for cmdline options without params 2014-07-16 20:15:46 +02:00
qemu_monitor_json.h qemu: allow qmp probing for cmdline options without params 2014-07-16 20:15:46 +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: allow qmp probing for cmdline options without params 2014-07-16 20:15:46 +02:00
qemu_monitor.h qemu: allow qmp probing for cmdline options without params 2014-07-16 20:15:46 +02:00
qemu_process.c storage: make disk source pool translation generic 2014-08-19 20:50:12 +04:00
qemu_process.h qemu: Tidy up job handling during live migration 2014-08-14 12:12:42 +02:00
qemu_processpriv.h qemu: Export qemuProcessHandleDeviceDeleted for tests 2013-08-26 16:09:55 +02:00
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