|
@@ -21,7 +21,6 @@
|
|
|
#include "hw/misc/pvpanic.h"
|
|
|
#include "qom/object.h"
|
|
|
#include "hw/isa/isa.h"
|
|
|
-#include "standard-headers/misc/pvpanic.h"
|
|
|
#include "hw/acpi/acpi_aml_interface.h"
|
|
|
|
|
|
OBJECT_DECLARE_SIMPLE_TYPE(PVPanicISAState, PVPANIC_ISA_DEVICE)
|
|
@@ -102,7 +101,7 @@ static void build_pvpanic_isa_aml(AcpiDevAmlIf *adev, Aml *scope)
|
|
|
static Property pvpanic_isa_properties[] = {
|
|
|
DEFINE_PROP_UINT16(PVPANIC_IOPORT_PROP, PVPanicISAState, ioport, 0x505),
|
|
|
DEFINE_PROP_UINT8("events", PVPanicISAState, pvpanic.events,
|
|
|
- PVPANIC_PANICKED | PVPANIC_CRASH_LOADED),
|
|
|
+ PVPANIC_EVENTS),
|
|
|
DEFINE_PROP_END_OF_LIST(),
|
|
|
};
|
|
|
|