libvirt/src/qemu
Erik Skultety 8464616526 qemu: Check for negative port values in network drive configuration
We interpret port values as signed int (convert them from char *),
so if a negative value is provided in network disk's configuration,
we accept it as valid, however there's an 'unknown cause' error raised later.
This error is only accidental because we return the port value in the return code.
This patch adds just a minor tweak to the already existing check so we
reject negative values the same way as we reject non-numerical strings.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1163553
2015-03-16 09:46:43 +01:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_capabilities.c Introduce virBitmapIsBitSet 2015-03-13 15:31:33 +01:00
qemu_capabilities.h qemu: caps: Add capability bit for the "pc-dimm" device 2015-02-20 19:25:09 +01:00
qemu_cgroup.c memtune: change the way how we store unlimited value 2015-03-06 11:52:24 +01:00
qemu_cgroup.h qemu: report TAP device indexes to systemd 2015-01-27 13:57:02 +00:00
qemu_command.c qemu: Check for negative port values in network drive configuration 2015-03-16 09:46:43 +01:00
qemu_command.h qemu: fix ifindex array reported to systemd 2015-02-25 13:11:14 -05:00
qemu_conf.c qemu: Fix AAVMF/OVMF #define names 2015-02-21 14:44:46 -05:00
qemu_conf.h
qemu_domain.c Check if domain is running in qemuDomainAgentIsAvailable 2015-03-02 08:07:56 +01:00
qemu_domain.h Pass virDomainObjPtr to qemuDomainAgentAvailable 2015-03-02 08:07:56 +01:00
qemu_driver.c qemu: Add support to pin IOThreads to specific CPU 2015-03-11 12:23:55 -04:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c memtune: change the way how we store unlimited value 2015-03-06 11:52:24 +01:00
qemu_hotplug.h qemu: Implement random number generator hotunplug 2015-02-10 13:05:23 +01:00
qemu_hotplugpriv.h
qemu_interface.c
qemu_interface.h
qemu_migration.c memtune: change the way how we store unlimited value 2015-03-06 11:52:24 +01:00
qemu_migration.h qemu: completely rework reference counting 2014-12-21 10:48:56 +01:00
qemu_monitor_json.c qemu: monitor: Kill qemuMonitorGetBlockStats(Info,ParamsNumber) 2015-03-11 11:28:04 +01:00
qemu_monitor_json.h qemu: monitor: Kill qemuMonitorGetBlockStats(Info,ParamsNumber) 2015-03-11 11:28:04 +01:00
qemu_monitor_text.c qemu: monitor: Kill qemuMonitorGetBlockStats(Info,ParamsNumber) 2015-03-11 11:28:04 +01:00
qemu_monitor_text.h qemu: monitor: Kill qemuMonitorGetBlockStats(Info,ParamsNumber) 2015-03-11 11:28:04 +01:00
qemu_monitor.c qemu: monitor: Kill qemuMonitorGetBlockStats(Info,ParamsNumber) 2015-03-11 11:28:04 +01:00
qemu_monitor.h qemu: monitor: Kill qemuMonitorGetBlockStats(Info,ParamsNumber) 2015-03-11 11:28:04 +01:00
qemu_process.c qemuProcessReconnect: Fill in pid file path 2015-03-03 12:10:15 +01:00
qemu_process.h qemu: remove duplicated code for allocating spice ports 2015-03-03 11:41:46 +01:00
qemu_processpriv.h
qemu.conf qemu: Add AAVMF to the list of known UEFIs 2015-01-29 15:20:47 +01:00
test_libvirtd_qemu.aug.in qemu: Add AAVMF to the list of known UEFIs 2015-01-29 15:20:47 +01:00
THREADS.txt