libvirt/src
Collin Walling 45140d2930 qemu: parse deprecated-props from query-cpu-model-expansion response
query-cpu-model-expansion may report an array of deprecated properties.
This array is optional, and may not be supported for a particular
architecture or reported for a particular CPU model. If the output is
present, then capture it and store in a qemuMonitorCPUModelInfo struct
for later use.

The deprecated features will be retained in qemuCaps->kvm->hostCPU.info
and will be stored in the capabilities cache file under the <hostCPU>
element using the following format:

        <deprecatedFeatures>
                <property name='bpb'/>
                <property name='csske'/>
                <property name='cte'/>
                <property name='te'/>
        </deprecatedFeatures>

At this time the data is only queried, parsed, and cached.  The data
will be utilized in a subsequent patch.

Signed-off-by: Collin Walling <walling@linux.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
2024-12-17 11:45:50 +01:00
..
access access: Change return type of virAccessDriverStackAppend to void 2024-12-13 16:20:44 +01:00
admin rpc: Change return type of virNetClientAddProgram to void 2024-12-13 16:20:44 +01:00
bhyve src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
ch ch: Enable user aliases 2024-12-12 11:08:47 +01:00
conf schemas: domaincaps: Add schema for CPU 'blockers' 2024-11-28 10:28:49 +01:00
cpu cpu: Check blockers in virCPUCompareUnusable only if they exist 2024-11-27 14:50:44 +01:00
cpu_map cpu_map: Add EPYC-Genoa-v1 CPU model 2024-12-13 14:41:59 +01:00
esx esx: Move error messages onto a single line 2023-09-04 09:35:36 +02:00
hyperv hyperv: Change return type of hypervCheckParams to void 2024-12-13 16:20:44 +01:00
hypervisor util: Change return type of virSCSIVHostDeviceSetUsedBy to void 2024-12-16 11:28:21 +01:00
interface udevListInterfaces: Honour array length for zero-length NULL arrays (CVE-2024-8235) 2024-08-29 10:38:40 +02:00
libxl Drop unused function declarations 2024-11-12 15:35:53 +01:00
locking rpc: Change return type of virNetClientAddProgram to void 2024-12-13 16:20:44 +01:00
logging logging: Change return type of virLogDaemonConfigFilePat to void 2024-12-16 11:28:21 +01:00
lxc rpc: Change return type of virNetClientAddProgram to void 2024-12-13 16:20:44 +01:00
network network: add tc filter rule to nftables backend to fix checksum of DHCP responses 2024-11-26 14:36:14 +01: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: parse deprecated-props from query-cpu-model-expansion response 2024-12-17 11:45:50 +01:00
remote rpc: Change return type of virNetClientAddStream to void 2024-12-13 16:20:44 +01:00
rpc rpc: Change return type of virNetClientAddStream to void 2024-12-13 16:20:44 +01:00
secret src: Fix return types of .stateInitialize callbacks 2024-05-22 13:41:42 +02:00
security virt-aa-helper: allow riscv64 EDK II 2024-12-10 09:39:53 +01:00
storage storage: fs: Remove build-time detection of 'showmount' program 2024-09-05 15:24:55 +02:00
storage_file storage file: fill in src->dataFileStore during file probe 2024-11-25 22:31:18 +01:00
test test_driver: provide basic disk hotunplug support 2024-11-12 09:10:44 +01:00
util util: Change return type of virSCSIVHostDeviceSetUsedBy to void 2024-12-16 11:28:21 +01: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 vmx: Get the VMware boolean uefi.secureBoot.enabled 2024-11-18 15:29:43 +01:00
vz Drop unused function declarations 2024-11-12 15:35:53 +01:00
admin_protocol-structs
datatypes.c
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 util: put the command that adds a tx filter qdisc into a separate function 2024-11-26 14:36:14 +01: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
libvirt-domain-snapshot.c
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
libvirt-qemu.c
libvirt-qemu.pc.in
libvirt-secret.c
libvirt-storage.c
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