libvirt/src/qemu
Michal Privoznik 72adaf2f10 Revert "qemu: monitor: do not report error on shutdown"
https://bugzilla.redhat.com/show_bug.cgi?id=1536461

This reverts commit aeda1b8c56.

Problem is that we need mon->lastError to be set because it's
used all over the place. Also, there's nothing wrong with
reporting error if one occurred. I mean, if there's a thread
executing an API and which currently is talking on monitor it
definitely wants the error reported.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2018-01-19 14:31:03 +01:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c qemu_alias: Be more tolerant if alias don't follow our format 2017-10-22 13:49:46 +02:00
qemu_alias.h split out qemuAssignDeviceInputAlias 2017-10-19 14:43:20 +02:00
qemu_block.c qemu: block: Add support for formatting gluster debug level via JSON 2017-11-23 18:50:04 +01:00
qemu_block.h qemu: block: Add function to check if storage source allows concurrent access 2017-11-23 18:26:25 +01:00
qemu_blockjob.c qemu: blockjob: Reset disk source index after pivot 2017-12-08 10:13:57 +01:00
qemu_blockjob.h qemu: report drive mirror errors on migration 2017-12-06 12:43:57 +01:00
qemu_capabilities.c qemu: Add capability for pseries machine's max-cpu-compat= parameter 2018-01-05 17:00:58 +01:00
qemu_capabilities.h qemu: Add capability for pseries machine's max-cpu-compat= parameter 2018-01-05 17:00:58 +01:00
qemu_capspriv.h qemu: capabilities: force update if the microcode version does not match 2018-01-04 16:52:03 +01:00
qemu_cgroup.c qemu_cgroup: Fix 'rc' argument on virDomainAuditCgroupPath() calls 2018-01-04 10:50:38 +01:00
qemu_cgroup.h qemu: Introduce functions for input device cgroup manipulation 2017-11-24 17:38:51 +01:00
qemu_command.c qemu: Add support for pseries machine's max-cpu-compat= parameter 2018-01-05 17:12:14 +01:00
qemu_command.h qemu: Use secret objects to pass iSCSI passwords 2017-11-24 11:47:26 -05:00
qemu_conf.c qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_conf.h qemu: Use predictable file names for memory-backend-file 2017-11-08 10:17:17 +01:00
qemu_domain_address.c qemu: Need to assign PCI address to vhost-scsi 2017-12-13 15:37:30 -05:00
qemu_domain_address.h Split out qemuDomainEnsureVirtioAddress 2017-10-19 14:41:51 +02:00
qemu_domain.c qemu: qemuDomainNamespaceUnlinkPaths: Return 0 in case of success 2018-01-17 17:08:53 +01:00
qemu_domain.h Do not pass driver to qemuDomainNamespace{Setup,Teardown} functions 2017-12-06 16:47:08 +01:00
qemu_driver.c qemu: Add support for hot unplugging redirdev device 2018-01-08 11:49:26 -05:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: Fix segmentation fault when attaching a non iSCSI host device 2018-01-17 09:57:53 -05:00
qemu_hotplug.h qemu: Add support for hot unplugging redirdev device 2018-01-08 11:49:26 -05:00
qemu_hotplugpriv.h
qemu_interface.c
qemu_interface.h
qemu_migration_cookie.c qemu: send allowReboot in migration cookie 2017-10-19 11:52:34 +02:00
qemu_migration_cookie.h qemu: send allowReboot in migration cookie 2017-10-19 11:52:34 +02:00
qemu_migration.c qemu: Fix crash in offline migration 2018-01-19 10:51:19 +01:00
qemu_migration.h Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor_json.c qemu: Alter dump-guest-memory command generation 2018-01-04 12:15:49 -05:00
qemu_monitor_json.h qemu: Add support for migrate-continue QMP command 2017-10-26 10:36:02 +02:00
qemu_monitor_text.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
qemu_monitor_text.h
qemu_monitor.c Revert "qemu: monitor: do not report error on shutdown" 2018-01-19 14:31:03 +01:00
qemu_monitor.h qemu: prepare blockjob complete event error usage 2017-12-06 12:43:57 +01:00
qemu_parse_command.c qemu: Remove private hostdev 2017-11-24 11:47:26 -05:00
qemu_parse_command.h qemu: Move qemuFreeKeywords into qemu_parse_command.c 2017-10-17 18:52:47 -04:00
qemu_process.c qemu: Ignore fallback CPU attribute on reconnect 2018-01-12 10:45:31 +01:00
qemu_process.h qemu: Rename qemuProcessBuildDestroyHugepagesPath 2017-11-08 10:17:10 +01:00
qemu_processpriv.h
qemu_security.c qemu: fix security labeling for attach/detach of char devices 2017-12-05 13:54:48 +01:00
qemu_security.h qemu: fix security labeling for attach/detach of char devices 2017-12-05 13:54:48 +01:00
qemu.conf Fix minor typos 2017-12-12 09:13:43 +01:00
test_libvirtd_qemu.aug.in
THREADS.txt