libvirt/src/qemu
Eric Blake 6889f33e8b qemu: simplify use of HAVE_YAJL
Rather than making all clients of monitor commands that are JSON-only
check whether yajl support was compiled in, it is simpler to just
avoid setting the capability bit up front if we can't use the capability.

* src/qemu/qemu_capabilities.c (qemuCapsComputeCmdFlags): Only set
capability bit if we also have yajl library to use it.
* src/qemu/qemu_driver.c (qemuDomainReboot): Drop #ifdefs.
* src/qemu/qemu_process.c (qemuProcessStart): Likewise.
* tests/qemuhelptest.c (testHelpStrParsing): Pass test even
without yajl.
* tests/qemuxml2argvtest.c (mymain): Simplify use of json flag.
* tests/qemuxml2argvdata/qemuxml2argv-disk-drive-error-*.args:
Update expected results to match.
2011-10-26 11:55:39 -06:00
..
libvirtd_qemu.aug qemu: Introduce job queue size limit 2011-09-05 18:14:08 +02:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_bridge_filter.c Remove conn parameter from virReportSystemError 2010-02-09 01:04:54 +01:00
qemu_bridge_filter.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
qemu_capabilities.c qemu: simplify use of HAVE_YAJL 2011-10-26 11:55:39 -06:00
qemu_capabilities.h Add AHCI support to qemu driver 2011-10-17 15:44:21 -06:00
qemu_cgroup.c set cpu bandwidth for the vm 2011-07-26 22:12:57 +08:00
qemu_cgroup.h qemu: Implement period and quota tunable XML configuration and parsing 2011-07-21 17:11:12 +08:00
qemu_command.c qemu: Move device alias assigning before command line construction 2011-10-25 09:27:10 +02:00
qemu_command.h qemu: Move device alias assigning before command line construction 2011-10-25 09:27:10 +02:00
qemu_conf.c qemu: Introduce job queue size limit 2011-09-05 18:14:08 +02:00
qemu_conf.h qemu: Check for ejected media during startup and migration 2011-09-28 19:49:11 +02:00
qemu_domain.c startupPolicy: Emit event on disk source dropping 2011-10-25 09:27:10 +02:00
qemu_domain.h qemu: implement startupPolicy 2011-10-25 09:27:10 +02:00
qemu_driver.c qemu: simplify use of HAVE_YAJL 2011-10-26 11:55:39 -06:00
qemu_driver.h Split all QEMU process mangement code into separate file 2011-02-17 12:48:55 +00:00
qemu_hostdev.c qemu: Do not wait if the PCI device is not managed when reattaching 2011-10-18 08:27:02 +08:00
qemu_hostdev.h qemu: Do not reattach PCI device used by other domain when shutdown 2011-10-14 12:53:32 -06:00
qemu_hotplug.c qemu: avoid leaking uninit data from hotplug to dumpxml 2011-10-24 14:58:43 -06:00
qemu_hotplug.h qemu: Check for ejected media during startup and migration 2011-09-28 19:49:11 +02:00
qemu_migration.c snapshot: indent domain xml when nesting 2011-10-20 16:02:16 -06:00
qemu_migration.h Clarify semantics of virDomainMigrate2 2011-10-14 22:04:31 +02:00
qemu_monitor_json.c qemu: check for json allocation failure 2011-10-13 12:24:39 -06:00
qemu_monitor_json.h qemu: Check for ejected media during startup and migration 2011-09-28 19:49:11 +02:00
qemu_monitor_text.c snapshot: detect when qemu lacks disk-snapshot support 2011-10-18 16:03:42 -06:00
qemu_monitor_text.h qemu: Check for ejected media during startup and migration 2011-09-28 19:49:11 +02:00
qemu_monitor.c qemu: replace qemuMonitorEscapeShell by virBufferEscapeShell 2011-10-19 09:24:01 +02:00
qemu_monitor.h qemu: replace qemuMonitorEscapeShell by virBufferEscapeShell 2011-10-19 09:24:01 +02:00
qemu_process.c qemu: simplify use of HAVE_YAJL 2011-10-26 11:55:39 -06:00
qemu_process.h qemu: Prevent disk corruption on domain shutdown 2011-09-16 17:21:10 +02:00
qemu.conf qemu: Introduce job queue size limit 2011-09-05 18:14:08 +02:00
test_libvirtd_qemu.aug Integrate the QEMU driver with the lock manager infrastructure 2011-06-02 10:54:01 +01:00
THREADS.txt qemu: fix crash when mixing sync and async monitor jobs 2011-08-01 09:41:57 -06:00