[libvirt] [PATCH 3/3] pvpanic: rename to isa-pvpanic

Paolo Bonzini pbonzini at redhat.com
Wed Aug 21 16:43:16 UTC 2013


The pvpanic situation is already messed up enough.  Let us give our
libvirt friends an easy indication that we have untied our side.

Not-yet-signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
... because we first have to determine how to expose the device's existence
    in the ACPI tables or in fw_cfg.

Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
---
 hw/misc/pvpanic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/misc/pvpanic.c b/hw/misc/pvpanic.c
index 1928cc9..b53011d 100644
--- a/hw/misc/pvpanic.c
+++ b/hw/misc/pvpanic.c
@@ -27,7 +27,7 @@
 /* The pv event value */
 #define PVPANIC_PANICKED        (1 << PVPANIC_F_PANICKED)
 
-#define TYPE_ISA_PVPANIC_DEVICE    "pvpanic"
+#define TYPE_ISA_PVPANIC_DEVICE    "isa-pvpanic"
 #define ISA_PVPANIC_DEVICE(obj)    \
     OBJECT_CHECK(PVPanicState, (obj), TYPE_ISA_PVPANIC_DEVICE)
 
-- 
1.8.3.1




More information about the libvir-list mailing list