]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/core/machine.c
hw/arm/virt: Disable pl011 clock migration if needed
[mirror_qemu.git] / hw / core / machine.c
index 257a664ea2ed4f41b256d379d0b56defe2886769..9935c6ddd56438d68bd5fbe7789d09f56638d960 100644 (file)
@@ -52,6 +52,7 @@ GlobalProperty hw_compat_5_1[] = {
     { "virtio-scsi-device", "num_queues", "1"},
     { "nvme", "use-intel-id", "on"},
     { "pvpanic", "events", "1"}, /* PVPANIC_PANICKED */
+    { "pl011", "migrate-clk", "off" },
 };
 const size_t hw_compat_5_1_len = G_N_ELEMENTS(hw_compat_5_1);