search for: acpi_table_init

Displaying 2 results from an estimated 2 matches for "acpi_table_init".

2005 Aug 16
20
domU can''t start, Non-priv warnings
Can''t seem to fully boot a domU on either EM64T or Opteron with x86_64 xen-unstable. Both systems'' report this from xen: (XEN) (file=traps.c, line=872) Non-priv domain attempted WRMSR(00000000c0000100. (XEN) (file=traps.c, line=872) Non-priv domain attempted WRMSR(00000000c0000102. (XEN) (file=traps.c, line=880) Non-priv domain attempted RDMSR(00000000c0000080. They boot
2010 Aug 20
0
[PATCH 1/2] Implement APEI ERST feature to Xen
...n/acpi.h --- a/xen/include/xen/acpi.h Thu Jun 24 21:56:03 2010 +0100 +++ b/xen/include/xen/acpi.h Fri Aug 20 17:38:07 2010 +0800 @@ -264,6 +264,7 @@ int acpi_boot_init (void); int acpi_boot_init (void); int acpi_boot_table_init (void); int acpi_numa_init (void); +int erst_init(void); int acpi_table_init (void); int acpi_table_parse(char *id, acpi_table_handler handler); diff -r b622e411eef8 xen/include/xen/cper.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xen/include/xen/cper.h Fri Aug 20 17:38:07 2010 +0800 @@ -0,0 +1,80 @@ +/* + * UEFI Common Platform Error Record + * + * Copyright...