ich: get rid of spaces in type name
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 8 Jun 2014 15:45:25 +0000 (18:45 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jun 2014 13:41:53 +0000 (16:41 +0300)
Names with spaces in them are nasty, let's not go there.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/i386/ich9.h
include/hw/i386/pc.h

index e19143555e452cd074de3cb28ae3b4a8e33bd84f..59ea25b49af669f3dcd5969f256a7cbafae7bf6e 100644 (file)
@@ -24,7 +24,7 @@ I2CBus *ich9_smb_init(PCIBus *bus, int devfn, uint32_t smb_io_base);
 
 #define ICH9_CC_SIZE                            (16 * 1024)     /* 16KB */
 
-#define TYPE_ICH9_LPC_DEVICE "ICH9 LPC"
+#define TYPE_ICH9_LPC_DEVICE "ICH9-LPC"
 #define ICH9_LPC_DEVICE(obj) \
      OBJECT_CHECK(ICH9LPCState, (obj), TYPE_ICH9_LPC_DEVICE)
 
index a2bf22c6a13ff2f2b9e80423455b906f6d22e344..2e6ac04aea89d8f2b7d9f420cec960be04812476 100644 (file)
@@ -295,7 +295,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
 #define PC_Q35_COMPAT_2_0 \
         PC_COMPAT_2_0, \
         {\
-            .driver   = "ICH9 LPC",\
+            .driver   = "ICH9-LPC",\
             .property = "memory-hotplug-support",\
             .value    = "off",\
         }