libvirt/src/qemu
Peter Krempa 3c508e7d43 qemu: capabilities: Introduce QEMU_CAPS_MACHINE_HPET capability
The capability represents that qemu accepts the configuration of the
HPET timer via -machine hpet=on/off rather than the
soon-to-be-deprecated '-no-hpet' option.

The capability is detected from 'query-command-line-options' which
recently added the 'hpet' option.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
2023-01-03 16:44:09 +01:00
..
libvirt_qemu_probes.d
libvirtd_qemu.aug qemu_conf: Introduce a knob to set SCHED_CORE 2022-10-20 08:58:10 +02:00
meson.build
postcopy-migration.sysctl
qemu_agent.c qemuAgentSSHGetAuthorizedKeys: Convert last use ofvirJSONValueObjectGetStringArray 2022-12-02 16:18:37 +01:00
qemu_agent.h qemu_agent: Drop @singleSync from _qemuAgent 2022-11-08 12:10:50 +01:00
qemu_alias.c qemu: Add command-line to generate SGX EPC memory backend 2022-11-11 14:06:47 +01:00
qemu_alias.h qemu: alias: Remove check for QEMU_CAPS_BLOCKDEV 2022-08-11 15:14:18 +02:00
qemu_backup.c qemu & conf: move BeginAsyncJob & EndAsyncJob into src/conf 2022-09-07 12:15:06 +02:00
qemu_backup.h qemu: remove unused driver and all its propagations 2022-08-10 16:50:07 +02:00
qemu_block.c qemuMonitorJSONQueryNamedBlockNodes: Drop 'flat' argument 2022-11-09 14:08:31 +01:00
qemu_block.h qemu: block: Remove support for legacy disk hotplug/unplug 2022-08-11 15:23:08 +02:00
qemu_blockjob.c qemu: Remove 'driveAlias' argument of qemuBlockStorageSourceDetachPrepare 2022-08-11 15:22:56 +02:00
qemu_blockjob.h qemu: remove unused driver and all its propagations 2022-08-10 16:50:07 +02:00
qemu_capabilities.c qemu: capabilities: Introduce QEMU_CAPS_MACHINE_HPET capability 2023-01-03 16:44:09 +01:00
qemu_capabilities.h qemu: capabilities: Introduce QEMU_CAPS_MACHINE_HPET capability 2023-01-03 16:44:09 +01:00
qemu_capspriv.h lib: Use G_NO_INLINE instead of G_GNUC_NO_INLINE 2022-07-18 17:23:15 +02:00
qemu_cgroup.c qemu: add external backend for tpm 2022-12-19 10:33:20 +01:00
qemu_cgroup.h
qemu_checkpoint.c qemu: use virDomainObjEndJob() 2022-09-07 12:14:07 +02:00
qemu_checkpoint.h
qemu_command.c qemu: add external backend for tpm 2022-12-19 10:33:20 +01:00
qemu_command.h qemu_command: Introduce qemuBuildThreadContextProps() 2022-11-15 11:47:08 +01:00
qemu_conf.c qemu_conf: Introduce a knob to set SCHED_CORE 2022-10-20 08:58:10 +02:00
qemu_conf.h qemu_conf: Introduce a knob to set SCHED_CORE 2022-10-20 08:58:10 +02:00
qemu_dbus.c
qemu_dbus.h
qemu_domain_address.c conf: Introduce SGX EPC element into device memory xml 2022-11-11 14:06:34 +01:00
qemu_domain_address.h
qemu_domain.c qemu: add external backend for tpm 2022-12-19 10:33:20 +01:00
qemu_domain.h qemu: refresh state after reboot initiated from the guest 2022-12-06 16:24:52 +01:00
qemu_domainjob.c qemu: Don't warn when releasing a released job 2022-12-14 11:21:37 +01:00
qemu_domainjob.h qemu & conf: move BeginNestedJob & BeginJobNowait into src/conf 2022-09-07 12:15:28 +02:00
qemu_driver.c qemu: Prefer PNG for domain screenshots 2022-12-07 13:14:18 +01:00
qemu_driver.h
qemu_extdevice.c qemu_extdevice: Expose qemuExtDevicesInitPaths() 2022-12-05 14:25:15 +01:00
qemu_extdevice.h qemu_extdevice: Expose qemuExtDevicesInitPaths() 2022-12-05 14:25:15 +01:00
qemu_fd.c
qemu_fd.h
qemu_firmware.c qemu: support use of stateless EFI firmware 2022-07-26 15:41:44 +01:00
qemu_firmware.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: Don't report spurious errors from vCPU tid validation on hotunplug timeout 2022-12-05 11:15:08 +01:00
qemu_hotplug.h qemu: remove unused driver and all its propagations 2022-08-10 16:50:07 +02:00
qemu_interface.c virnetdevtap.c: Disallow pre-existing TAP devices 2022-12-09 08:46:39 +01:00
qemu_interface.h lib: Use G_NO_INLINE instead of G_GNUC_NO_INLINE 2022-07-18 17:23:15 +02:00
qemu_interop_config.c
qemu_interop_config.h
qemu_migration_cookie.c qemu: Replace priv with qemuCaps in qemuMigrationCookieParse 2022-12-01 11:01:58 +01:00
qemu_migration_cookie.h qemu: Reindent qemuMigrationCookieParse prototype arguments 2022-12-01 11:01:58 +01:00
qemu_migration_params.c qemu: migration: Use 'unsigned int' for flags 2022-12-02 16:18:37 +01:00
qemu_migration_params.h qemu: migration: Use 'unsigned int' for flags 2022-12-02 16:18:37 +01:00
qemu_migration_paramspriv.h
qemu_migration.c qemu_migration: Fix p2p post-copy recovery 2022-12-14 11:21:50 +01:00
qemu_migration.h qemu: migration: Use 'unsigned int' for flags 2022-12-02 16:18:37 +01:00
qemu_monitor_json.c qemu_monitor: Extend qemuMonitorScreendump() for @format 2022-12-07 13:14:18 +01:00
qemu_monitor_json.h qemu_monitor: Extend qemuMonitorScreendump() for @format 2022-12-07 13:14:18 +01:00
qemu_monitor_priv.h qemu: monitor: Store whether 'query-named-block-nodes' supports 'flat' parameter 2022-11-09 14:08:31 +01:00
qemu_monitor_text.c qemu: monitor: Remove unused qemuMonitorAddDrive/qemuMonitorDriveDel 2022-08-11 15:23:21 +02:00
qemu_monitor_text.h qemu: monitor: Remove unused qemuMonitorAddDrive/qemuMonitorDriveDel 2022-08-11 15:23:21 +02:00
qemu_monitor.c qemu_monitor: Extend qemuMonitorScreendump() for @format 2022-12-07 13:14:18 +01:00
qemu_monitor.h qemu_monitor: Extend qemuMonitorScreendump() for @format 2022-12-07 13:14:18 +01:00
qemu_namespace.c qemu: add external backend for tpm 2022-12-19 10:33:20 +01:00
qemu_namespace.h qemu_namespace: Introduce qemuDomainNamespaceSetupPath() 2022-09-23 16:33:09 +02:00
qemu_process.c qemu_process: add tray changed event to queue in refresh disks 2022-12-13 18:01:41 +01:00
qemu_process.h qemu: Delete thread-context objects at domain startup 2022-11-15 11:54:56 +01:00
qemu_processpriv.h
qemu_qapi.c
qemu_qapi.h
qemu_saveimage.c qemu: Refresh state after restore from a save image 2022-10-20 08:48:14 +02:00
qemu_saveimage.h
qemu_security.c qemu_tpm: Extend start/stop APIs 2022-12-05 10:40:52 +01:00
qemu_security.h qemu_tpm: Extend start/stop APIs 2022-12-05 10:40:52 +01:00
qemu_shim.c
qemu_slirp.c lib: Don't check for retval for virCommandNew*() 2022-08-23 16:14:05 +02:00
qemu_slirp.h
qemu_snapshot.c qemu: tpm: Never remove state on outgoing migration and shared storage 2022-11-09 12:26:42 +01:00
qemu_snapshot.h
qemu_tpm.c qemu: add external backend for tpm 2022-12-19 10:33:20 +01:00
qemu_tpm.h qemu: tpm: Never remove state on outgoing migration and shared storage 2022-11-09 12:26:42 +01:00
qemu_validate.c qemu_validate: Use proper printf directive for ssize_t 2022-11-11 16:51:39 +01:00
qemu_validate.h
qemu_vhost_user_gpu.c lib: Don't check for retval for virCommandNew*() 2022-08-23 16:14:05 +02:00
qemu_vhost_user_gpu.h
qemu_vhost_user.c
qemu_vhost_user.h
qemu_virtiofs.c qemu: Enable SCHED_CORE for helper processes 2022-10-20 09:00:02 +02:00
qemu_virtiofs.h
qemu.conf.in Fix spelling 2022-11-11 16:48:48 +01:00
test_libvirtd_qemu.aug.in qemu_conf: Introduce a knob to set SCHED_CORE 2022-10-20 08:58:10 +02:00
virtqemud.init.in
virtqemud.service.in Remove Before=libvirt-guests.service from other services 2022-10-27 17:39:19 +02:00