libvirt/src
Martin Kletzander f7c89763b1 qemu: Do not hardcode Hyper-V feature names on command line
When constructing the command line for QEMU, some Hyper-V features were
hardcoded, probably due to the fact that they could not have been
automatically translated from the libvirt feature name to QEMU CPU
feature name.

Well now they can be, thanks to their additions to the
virQEMUCapsCPUFeaturesX86 translation table.

Translate all such features the same way when constructing the command
line.  This way any future feature that is not translated will be caught
by tests (if a test is added for it) which was not the case when it was
just hardcoded.  Hopefully this avoids at least some possible future
issues.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
2024-10-17 00:43:36 +02:00
..
access api: add virNodeDeviceUpdate() 2024-02-26 11:03:51 +01:00
admin meson: drop explicit python interpreter 2024-01-22 09:14:29 +00:00
bhyve src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
ch ch: Enable bridge network mode 2024-08-28 13:36:14 +02:00
conf storage_source: Add field for skipping seclabel remembering 2024-10-03 13:29:26 +02:00
cpu hyperv: Support hv-xmm-input enlightenment 2024-08-26 11:48:15 +02:00
cpu_map cpu_map: Drop vmx-invvpid-single-context from CPU models 2024-10-09 14:46:51 +02:00
esx esx: Move error messages onto a single line 2023-09-04 09:35:36 +02:00
hyperv conf: Introduce pstore device 2024-07-25 16:04:50 +02:00
hypervisor qemu: Look for qemu-bridge-helper in more directories 2024-09-30 10:58:15 +02:00
interface udevListInterfaces: Honour array length for zero-length NULL arrays (CVE-2024-8235) 2024-08-29 10:38:40 +02:00
libxl Remove pointless bool conversions 2024-10-15 14:48:35 +02:00
locking meson: drop explicit python interpreter 2024-01-22 09:14:29 +00:00
logging log_cleaner: Detect rotated filenames properly 2024-05-31 08:34:29 +02:00
lxc lxc: fix variable storage order before call 2024-10-16 16:30:19 +02:00
network network: inhibit idle timeout of daemon if there are any active networks 2024-10-10 14:07:12 -04:00
node_device nodedev: add ccw device state and remove fencing 2024-06-20 09:38:46 +02:00
nwfilter Remove pointless bool conversions 2024-10-15 14:48:35 +02:00
openvz openvz_driver: use g_autofree instead of VIR_FREE() 2024-03-19 13:31:25 +01:00
qemu qemu: Do not hardcode Hyper-V feature names on command line 2024-10-17 00:43:36 +02:00
remote remoteDispatchConnectOpen: Fix check for 'BHYVE' connection type 2024-08-26 18:23:10 +02:00
rpc rpc: ssh: Allow SSH_ASKPASS_REQUIRE 2024-09-25 08:46:52 +02:00
secret src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
security apparmor: Allow running i686 VMs on Debian 12 2024-10-16 09:46:49 +02:00
storage storage: fs: Remove build-time detection of 'showmount' program 2024-09-05 15:24:55 +02:00
storage_file storage_file_probe: Treat qcow2 images with protocol drivers in backing store field as raw 2023-11-27 10:12:34 +01:00
test test_driver: provide basic NIC hotunplug support 2024-10-03 09:10:23 +02:00
util util: Rename variable "major" in virIsDevMapperDevice 2024-10-14 11:48:50 +02:00
vbox vbox: Drop needless g_new0(..., 0) in vbox_snapshot_conf.c 2024-04-13 23:16:54 +02:00
vmware capabilities: Allow suppressing error message from virCapabilitiesDomainSupported() 2024-03-12 17:39:21 +01:00
vmx conf: Convert 'protocol' field of TCP char device backend to proper type 2024-09-19 10:30:15 +02:00
vz src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
admin_protocol-structs
datatypes.c datatypes: Simplify error path of 'virGetDomain' 2023-01-06 15:27:52 +01:00
datatypes.h datatypes: Declare g_autoptr cleanup functions for more public objects 2024-05-07 13:03:19 +02:00
driver-hypervisor.h libvirt: Introduce virDomainGraphicsReload API 2024-03-08 17:00:15 +01:00
driver-interface.h
driver-network.h Adding Public Get and Set APIs for Network Metadata 2023-08-25 12:36:37 +02:00
driver-nodedev.h api: add virNodeDeviceUpdate() 2024-02-26 11:03:51 +01:00
driver-nwfilter.h
driver-secret.h
driver-state.h
driver-storage.h
driver-stream.h
driver.c Use 'virTypedParamListFetch' for extracting identity parameters list 2023-05-02 14:32:46 +02:00
driver.h
internal.h internal: Add helper macro for checking multiply and add overflows 2024-09-10 14:26:28 +02:00
libvirt_driver_modules.syms
libvirt_esx.syms
libvirt_internal.h
libvirt_libssh2.syms
libvirt_libssh.syms
libvirt_linux.syms conf: Report CPU clusters in capabilities XML 2024-01-15 14:56:35 +01:00
libvirt_logging.syms
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms network: a different implementation of *un*setting firewalld zone when network is destroyed 2024-10-09 15:54:08 -04:00
libvirt_probes.d
libvirt_public.syms libvirt: Introduce virDomainGraphicsReload API 2024-03-08 17:00:15 +01:00
libvirt_qemu.syms
libvirt_remote.syms
libvirt_sasl.syms
libvirt_socket.syms
libvirt_vmware.syms
libvirt_vmx.syms
libvirt-domain-checkpoint.c Use 'libvirt.org' instead of 'www.libvirt.org' 2023-04-03 09:19:05 +02:00
libvirt-domain-snapshot.c api: document support for external snapshot deletion 2023-01-09 13:33:19 +01:00
libvirt-domain.c docs: Update doc for virDomainSave and virDomainRestore 2024-03-20 14:05:38 +01:00
libvirt-host.c documentation: Remove untrue statement in GetVersion() description 2024-09-12 15:53:10 +02:00
libvirt-interface.c
libvirt-lxc.c virprocess: virProcessGetNamespaces() to void 2024-01-04 17:06:14 +01:00
libvirt-lxc.pc.in
libvirt-network.c network: ensure nparams is non-NULL and non-negative 2024-04-17 13:13:02 +01:00
libvirt-nodedev.c nodedev: allow modify on define of a persistent node device 2024-02-26 11:15:27 +01:00
libvirt-nwfilter.c src: Update format strings in translated messages 2023-04-01 11:40:35 +02:00
libvirt-qemu.c src: Update format strings in translated messages 2023-04-01 11:40:35 +02:00
libvirt-qemu.pc.in
libvirt-secret.c src: Update format strings in translated messages 2023-04-01 11:40:35 +02:00
libvirt-storage.c src: Update format strings in translated messages 2023-04-01 11:40:35 +02:00
libvirt-stream.c
libvirt.c lib: Use NULLSTR family of macros more 2024-08-19 13:44:12 +02:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
meson.build meson: options: drop yajl 2024-09-24 08:24:00 +02:00
qemu_protocol-structs
README
remote_protocol-structs remote: implement virDomainGraphicsReload 2024-03-08 17:00:15 +01:00
virkeepaliveprotocol-structs
virnetprotocol-structs
virtd-admin.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00
virtd-ro.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00
virtd-tcp.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00
virtd-tls.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00
virtd.service.in systemd: Move Documentation lines 2023-10-02 10:41:07 +02:00
virtd.service.limitmemlock.extra.in systemd: Introduce systemd_service_limitmemlock_extra_in 2023-10-25 12:19:26 +02:00
virtd.service.limitnofile.extra.in systemd: Introduce systemd_service_limitnofile_extra_in 2023-10-25 12:19:21 +02:00
virtd.service.oomscoreadjust.extra.in systemd: Introduce systemd_service_oomscoreadjust_extra_in 2023-10-25 12:19:28 +02:00
virtd.service.tasksmax.extra.in systemd: Introduce systemd_service_tasksmax_extra_in 2023-10-25 12:19:24 +02:00
virtd.socket.in systemd: Improve and unify unit descriptions 2023-10-02 10:41:07 +02:00

       libvirt library code README
       ===========================

The directory provides the bulk of the libvirt codebase. Everything
except for the libvirtd daemon and client tools. The build uses a
large number of libtool convenience libraries - one for each child
directory, and then links them together for the final libvirt.so,
although some bits get linked directly to libvirtd daemon instead.

The files directly in this directory are supporting the public API
entry points & data structures.

There are two core shared modules to be aware of:

 * util/  - a collection of shared APIs that can be used by any
            code. This directory is always in the include path
            for all things built

 * conf/  - APIs for parsing / manipulating all the official XML
            files used by the public API. This directory is only
            in the include path for driver implementation modules

 * vmx/   - VMware VMX config handling (used by esx/ and vmware/)


Then there are the hypervisor implementations:

 * bhyve         - bhyve - The BSD Hypervisor
 * esx/          - VMware ESX and GSX support using vSphere API over SOAP
 * hyperv/       - Microsoft Hyper-V support using WinRM
 * lxc/          - Linux Native Containers
 * openvz/       - OpenVZ containers using cli tools
 * qemu/         - QEMU / KVM using qemu CLI/monitor
 * remote/       - Generic libvirt native RPC client
 * test/         - A "mock" driver for testing
 * vbox/         - Virtual Box using native API
 * vmware/       - VMware Workstation and Player using the vmrun tool
 * xen/          - Xen using hypercalls, XenD SEXPR & XenStore


Finally some secondary drivers that are shared for several HVs.
Currently these are used by LXC, OpenVZ, QEMU and Xen drivers.
The ESX, Hyper-V, Remote, Test & VirtualBox drivers all
implement the secondary drivers directly

 * cpu/          - CPU feature management
 * interface/    - Host network interface management
 * network/      - Virtual NAT networking
 * nwfilter/     - Network traffic filtering rules
 * node_device/  - Host device enumeration
 * secret/       - Secret management
 * security/     - Mandatory access control drivers
 * storage/      - Storage management drivers


Since both the hypervisor and secondary drivers can be built as
dlopen()able modules, it is *FORBIDDEN* to have build dependencies
between these directories. Drivers are only allowed to depend on
the public API, and the internal APIs in the util/ and conf/
directories