libvirt/src/qemu
Eric Blake 06dbfa6d21 maint: print flags in hex during debug
Continuation of commit 313ac7fd, and enforce things with a syntax
check.

Technically, virNetServerClientCalculateHandleMode is not printing
a mode_t, but rather a collection of VIR_EVENT_HANDLE_* bits;
however, these bits are < 8, so there is no different in the
output, and that was the easiest way to silence the new syntax check.

* cfg.mk (sc_flags_debug): New syntax check.
(exclude_file_name_regexp--sc_flags_debug): Add exemptions.
* src/fdstream.c (virFDStreamOpenFileInternal): Print flags in
hex, mode_t in octal.
* src/libvirt-qemu.c (virDomainQemuMonitorCommand)
(virDomainQemuAttach): Likewise.
* src/locking/lock_driver_nop.c (virLockManagerNopInit): Likewise.
* src/locking/lock_driver_sanlock.c (virLockManagerSanlockInit):
Likewise.
* src/locking/lock_manager.c: Likewise.
* src/qemu/qemu_migration.c: Likewise.
* src/qemu/qemu_monitor.c: Likewise.
* src/rpc/virnetserverclient.c
(virNetServerClientCalculateHandleMode): Print mode with %o.
2011-07-13 07:47:45 -06:00
..
libvirtd_qemu.aug Integrate the QEMU driver with the lock manager infrastructure 2011-06-02 10:54:01 +01:00
qemu_bridge_filter.c
qemu_bridge_filter.h
qemu_capabilities.c bios: Add support for SGA 2011-07-11 11:47:14 +02:00
qemu_capabilities.h bios: Add support for SGA 2011-07-11 11:47:14 +02:00
qemu_cgroup.c Move qemu_audit.h helpers into shared code 2011-07-12 17:05:25 +01:00
qemu_cgroup.h qemu: update qemuCgroupControllerActive signature 2011-05-04 09:35:47 -06:00
qemu_command.c Move qemu_audit.h helpers into shared code 2011-07-12 17:05:25 +01:00
qemu_command.h Add a method for extracting QEMU argv from /proc 2011-07-12 15:39:04 +01:00
qemu_conf.c Allow per-driver config file for lock manager plugins 2011-06-28 18:07:06 +01:00
qemu_conf.h Add infrastructure to automatically destroy guests when a connection closes 2011-06-24 12:15:10 +01:00
qemu_domain.c qemu: Add support for job phase 2011-07-13 01:53:32 +02:00
qemu_domain.h qemu: Add support for job phase 2011-07-13 01:53:32 +02:00
qemu_driver.c qemu: Save job type in domain status XML 2011-07-13 01:53:32 +02:00
qemu_driver.h Split all QEMU process mangement code into separate file 2011-02-17 12:48:55 +00:00
qemu_hostdev.c reattach pci devices when qemuPrepareHostdevPCIDevices() failed 2011-04-07 13:09:46 +08:00
qemu_hostdev.h Move QEMU hostdev helper code out of the QEMU driver 2010-12-17 13:50:21 +00:00
qemu_hotplug.c qemu: Fix monitor unlocking in some error paths 2011-07-13 01:53:32 +02:00
qemu_hotplug.h Allow leases to be hotpluged with QEMU guests 2011-06-02 10:54:01 +01:00
qemu_migration.c maint: print flags in hex during debug 2011-07-13 07:47:45 -06:00
qemu_migration.h Fix error propagation in finish method for v3 migration 2011-05-25 11:47:48 -04:00
qemu_monitor_json.c Add monitor API for checking whether KVM is enabled 2011-07-12 15:39:04 +01:00
qemu_monitor_json.h Add monitor API for checking whether KVM is enabled 2011-07-12 15:39:04 +01:00
qemu_monitor_text.c Add monitor API for checking whether KVM is enabled 2011-07-12 15:39:04 +01:00
qemu_monitor_text.h Add monitor API for checking whether KVM is enabled 2011-07-12 15:39:04 +01:00
qemu_monitor.c maint: print flags in hex during debug 2011-07-13 07:47:45 -06:00
qemu_monitor.h Add monitor API for checking whether KVM is enabled 2011-07-12 15:39:04 +01:00
qemu_process.c qemu: Recover from interrupted jobs 2011-07-13 01:53:32 +02:00
qemu_process.h Implement code to attach to external QEMU instances. 2011-07-12 15:39:04 +01:00
qemu.conf qemu: update configuration file 2011-07-12 07:24:43 -06: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: Allow all query commands to be run during long jobs 2011-07-13 01:53:21 +02:00