libvirt/src/qemu
Michal Privoznik bdbb8e7b00 qemu_security: Introduce qemuSecuritySetTPMLabels()
Now that we have qemuSecurityRestoreTPMLabels() we might as well
have qemuSecuritySetTPMLabels(). The aim here is to remove
qemuSecurityStartTPMEmulator() which couples two separate things
into a single function call.

Therefore, introduce qemuSecuritySetTPMLabels() which does only
set seclabels on the TPM state.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2023-01-03 17:19:22 +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_backup.c
qemu_backup.h
qemu_block.c qemuMonitorJSONQueryNamedBlockNodes: Drop 'flat' argument 2022-11-09 14:08:31 +01:00
qemu_block.h
qemu_blockjob.c
qemu_blockjob.h
qemu_capabilities.c qemu: Use '-machine hpet=off' instead of '-no-hpet' 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
qemu_cgroup.c qemu: add external backend for tpm 2022-12-19 10:33:20 +01:00
qemu_cgroup.h
qemu_checkpoint.c
qemu_checkpoint.h
qemu_command.c qemu: Use '-machine hpet=off' instead of '-no-hpet' 2023-01-03 16:44:09 +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_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_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_interface.c virnetdevtap.c: Disallow pre-existing TAP devices 2022-12-09 08:46:39 +01:00
qemu_interface.h
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_text.h
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_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_security: Introduce qemuSecuritySetTPMLabels() 2023-01-03 17:19:22 +01:00
qemu_security.h qemu_security: Introduce qemuSecuritySetTPMLabels() 2023-01-03 17:19:22 +01:00
qemu_shim.c
qemu_slirp.c
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_security: Rename qemuSecurityCleanupTPMEmulator() 2023-01-03 17:19:22 +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
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