libvirt/src/qemu
Cole Robinson 321031e482 security: add MANAGER_MOUNT_NAMESPACE flag
The VIR_SECURITY_MANAGER_MOUNT_NAMESPACE flag informs the DAC driver
if mount namespaces are in use for the VM. Will be used for future
changes.

Wire it up in the qemu driver
2017-09-12 12:27:42 -04:00
..
EVENTHANDLERS.txt qemu/doc: Fix function name for handling events 2017-06-13 09:43:42 +02:00
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c
qemu_agent.h
qemu_alias.c
qemu_alias.h
qemu_block.c qemu: block: store and test driver names for detected storage nodes 2017-07-27 09:56:41 +02:00
qemu_block.h qemu: block: store and test driver names for detected storage nodes 2017-07-27 09:56:41 +02:00
qemu_blockjob.c
qemu_blockjob.h
qemu_capabilities.c qemu: Add capabilities for virtio-vga/gpu's max_outputs= parameter 2017-08-29 11:17:16 +02:00
qemu_capabilities.h qemu: Add capabilities for virtio-vga/gpu's max_outputs= parameter 2017-08-29 11:17:16 +02:00
qemu_capspriv.h qemu: privatize _virQEMUCapsCachePriv struct 2017-07-26 15:36:47 +02:00
qemu_cgroup.c qemu_cgroup: Remove unnecessary virQEMUDriverPtr arguments 2017-07-26 17:47:25 +02:00
qemu_cgroup.h qemu_cgroup: Remove unnecessary virQEMUDriverPtr arguments 2017-07-26 17:47:25 +02:00
qemu_command.c qemuBuildHostNetStr: Don't leak buffer 2017-09-12 13:41:31 +02:00
qemu_command.h qemu: Allow qemuBuildControllerDevStr() to return NULL 2017-07-15 14:50:42 +02:00
qemu_conf.c qemu: Fix bug assuming usage of default UUID for certificate passphrase 2017-08-15 16:10:27 -04:00
qemu_conf.h qemu: Check for existence of provided *_tls_x509_cert_dir 2017-08-02 15:51:50 -04:00
qemu_domain_address.c conf: domain: add VIDEO_TYPE_DEFAULT 2017-09-05 10:41:32 -04:00
qemu_domain_address.h qemu: Isolate hostdevs on pSeries guests 2017-07-18 09:00:13 +02:00
qemu_domain.c qemu: migration: don't expose incomplete job as complete 2017-09-07 12:52:36 +02:00
qemu_domain.h qemu: migration: don't expose incomplete job as complete 2017-09-07 12:52:36 +02:00
qemu_driver.c security: add MANAGER_MOUNT_NAMESPACE flag 2017-09-12 12:27:42 -04:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c maint: Fix incorrect parenthesis placement causing true/false assignment 2017-09-05 11:27:12 +02:00
qemu_hotplug.h
qemu_hotplugpriv.h
qemu_interface.c
qemu_interface.h
qemu_migration_cookie.c qemu: introduce qemu domain job status 2017-09-07 09:41:45 +02:00
qemu_migration_cookie.h qemu: Send updated CPU in migration cookie 2017-06-07 13:36:02 +02:00
qemu_migration.c qemu: migration: don't expose incomplete job as complete 2017-09-07 12:52:36 +02:00
qemu_migration.h qemu: migrate: add mirror stats to migration stats 2017-09-07 11:18:10 +02:00
qemu_monitor_json.c qemu: Implement virDomainMigrateGetMaxDowntime 2017-08-26 07:55:17 -04:00
qemu_monitor_json.h qemu: monitor: Extract call of 'query-blockstats' and add new API for it 2017-07-27 09:25:26 +02:00
qemu_monitor_text.c qemuMonitorTextAddDrive: Fail on unrecognized disk format 2017-06-25 16:22:40 +02:00
qemu_monitor_text.h
qemu_monitor.c qemu: monitor: Extract call of 'query-blockstats' and add new API for it 2017-07-27 09:25:26 +02:00
qemu_monitor.h qemu: Implement virDomainMigrateGetMaxDowntime 2017-08-26 07:55:17 -04:00
qemu_parse_command.c conf: add virDomainVideoDefNew 2017-08-27 09:38:12 -04:00
qemu_parse_command.h
qemu_process.c qemu: start all async job with job status active 2017-09-07 11:15:01 +02:00
qemu_process.h qemuDomainAttachMemory: Crate hugepage dir if needed 2017-06-13 16:39:39 +02:00
qemu_processpriv.h
qemu_security.c security: don't relabel chardev source if virtlogd is used as stdio handler 2017-06-16 16:00:10 +02:00
qemu_security.h
qemu.conf qemu: Check for existence of provided *_tls_x509_cert_dir 2017-08-02 15:51:50 -04:00
test_libvirtd_qemu.aug.in qemu: Add AAVMF32 to the list of known UEFIs 2017-07-21 14:36:54 -04:00
THREADS.txt