cloud-hypervisor/vmm/src
Rob Bradford c29caf2a85 vmm: acpi: Fix incorrect mutex timeout value
The mutex timeout should be 0xffff rather than 0xfff to disable the
timeout feature.

dsdt.dsl    745:             Acquire (\_SB.PRES.CPLK, 0x0FFF)
Warning  3130 -                                           ^ Result is not used, possible operator timeout will be missed

dsdt.dsl    767:             Acquire (\_SB.PRES.CPLK, 0x0FFF)
Warning  3130 -                                           ^ Result is not used, possible operator timeout will be missed

dsdt.dsl    775:             Acquire (\_SB.PRES.CPLK, 0x0FFF)
Warning  3130 -                                           ^ Result is not used, possible operator timeout will be missed

Fixes: #2216

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-01-28 14:30:34 +01:00
..
api vmm: openapi: Update the fd field of the NetConfig definition 2021-01-28 09:11:39 +00:00
acpi.rs vmm: acpi: Support compiling ACPI code on aarch64 2021-01-26 15:19:02 +08:00
config.rs net_util, virtio-devices, vmm: Accept multiple TAP fds 2021-01-28 09:11:39 +00:00
cpu.rs vmm: acpi: Fix incorrect mutex timeout value 2021-01-28 14:30:34 +01:00
device_manager.rs net_util, virtio-devices, vmm: Accept multiple TAP fds 2021-01-28 09:11:39 +00:00
device_tree.rs vmm: Remove mmio and pci differentiation 2020-10-19 14:58:48 +01:00
interrupt.rs hypervisor, vmm: Implement MsiInterruptOps for mshv 2020-12-09 14:55:20 +01:00
lib.rs vmm: api: Add "power-button" API entry point 2021-01-13 17:00:39 +00:00
memory_manager.rs vmm: acpi: Fix incorrect mutex timeout value 2021-01-28 14:30:34 +01:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs vmm: Refine the seccomp filter list for the vCPU thread 2021-01-21 09:41:40 +00:00
vm.rs arch, vmm: Run KVM specific unit tests with kvm feature guard 2021-01-28 09:11:02 +00:00