]> xenbits.xensource.com Git - xen.git/commit
x86/ACPI: Insert missing newlines into FACS error messages
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 16 Aug 2021 13:24:44 +0000 (14:24 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 16 Aug 2021 14:58:31 +0000 (15:58 +0100)
commitbc141e8ca56200bdd0a12e04a6ebff3c19d6c27b
tree713ecf410646f45a4c5a199cd0c69d1250217bfa
parent6928bc511399fd8f593fe49a3241212860a6a1b5
x86/ACPI: Insert missing newlines into FACS error messages

Booting Xen as a PVH guest currently yields:

  (XEN) ACPI: SLEEP INFO: pm1x_cnt[1:b004,1:0], pm1x_evt[1:b000,1:0]
  (XEN) ACPI: FACS is not 64-byte aligned: 0xfc001010<2>ACPI: wakeup_vec[fc00101c], vec_size[20]
  (XEN) ACPI: Local APIC address 0xfee00000

Insert newlines as appropriate.

Fixes: d3faf9badf52 ("[host s3] Retrieve necessary sleep information from plain-text ACPI tables (FADT/FACS), and keep one hypercall remained for sleep notification.")
Fixes: 0f089bbf43ec ("x86/ACPI: fix S3 wakeup vector mapping")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/acpi/boot.c