diff options
| author | Michael S. Tsirkin | 2014-06-08 17:45:25 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2014-06-19 15:41:53 +0200 |
| commit | 292b1634d008d289d633ff5a8f2275288f607e56 (patch) | |
| tree | 31bc4d50009078c956c3c2deac9b774487ed5612 /include | |
| parent | virtio: Drop superfluous conditionals around g_strdup() (diff) | |
| download | qemu-292b1634d008d289d633ff5a8f2275288f607e56.tar.gz qemu-292b1634d008d289d633ff5a8f2275288f607e56.tar.xz qemu-292b1634d008d289d633ff5a8f2275288f607e56.zip | |
ich: get rid of spaces in type name
Names with spaces in them are nasty, let's not go there.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/i386/ich9.h | 2 | ||||
| -rw-r--r-- | include/hw/i386/pc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/i386/ich9.h b/include/hw/i386/ich9.h index e19143555e..59ea25b49a 100644 --- a/include/hw/i386/ich9.h +++ b/include/hw/i386/ich9.h @@ -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) diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index a2bf22c6a1..2e6ac04aea 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -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",\ } |
