libvirt/src/qemu
Erik Skultety 2f0944dec1 blkdeviotune: check for overflow when parsing XML
According to docs/schemas/domaincommon.rng and _virDomainBlockIoTuneInfo
all the iotune values are interpreted as unsigned long long, however
according to qemu_monitor_json.c, qemu silently truncates numbers
larger than LLONG_MAX. There's really not much of a usage for such
large numbers anyway yet. This patch provides the same overflow
check during a domain start as it does during setting
a blkdeviotune element in qemu_driver.c and thus reports an error when
a larger number than LLONG_MAX is detected.

https://bugzilla.redhat.com/show_bug.cgi?id=1131876
2014-08-26 17:22:35 +02:00
..
libvirtd_qemu.aug
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_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 blkdeviotune: check for overflow when parsing XML 2014-08-26 17:22:35 +02: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: check for active domain after agent interaction 2014-08-22 14:30:52 -06:00
qemu_driver.h
qemu_hostdev.c
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_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
qemu_monitor_text.h
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
THREADS.txt