mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
hw/core/machine: Fix indentation
Fix indentation for some elements in the hardware compat arrays. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Michael Tokarev
parent
cc9c8fcf3c
commit
f6527ddff8
+4
-4
@@ -41,7 +41,7 @@ GlobalProperty hw_compat_10_0[] = {};
|
||||
const size_t hw_compat_10_0_len = G_N_ELEMENTS(hw_compat_10_0);
|
||||
|
||||
GlobalProperty hw_compat_9_2[] = {
|
||||
{"arm-cpu", "backcompat-pauth-default-use-qarma5", "true"},
|
||||
{ "arm-cpu", "backcompat-pauth-default-use-qarma5", "true"},
|
||||
{ "virtio-balloon-pci", "vectors", "0" },
|
||||
{ "virtio-balloon-pci-transitional", "vectors", "0" },
|
||||
{ "virtio-balloon-pci-non-transitional", "vectors", "0" },
|
||||
@@ -58,12 +58,12 @@ GlobalProperty hw_compat_9_1[] = {
|
||||
const size_t hw_compat_9_1_len = G_N_ELEMENTS(hw_compat_9_1);
|
||||
|
||||
GlobalProperty hw_compat_9_0[] = {
|
||||
{"arm-cpu", "backcompat-cntfrq", "true" },
|
||||
{ "arm-cpu", "backcompat-cntfrq", "true" },
|
||||
{ "scsi-hd", "migrate-emulated-scsi-request", "false" },
|
||||
{ "scsi-cd", "migrate-emulated-scsi-request", "false" },
|
||||
{"vfio-pci", "skip-vsc-check", "false" },
|
||||
{ "vfio-pci", "skip-vsc-check", "false" },
|
||||
{ "virtio-pci", "x-pcie-pm-no-soft-reset", "off" },
|
||||
{"sd-card", "spec_version", "2" },
|
||||
{ "sd-card", "spec_version", "2" },
|
||||
};
|
||||
const size_t hw_compat_9_0_len = G_N_ELEMENTS(hw_compat_9_0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user