diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2014-06-08 18:45:25 +0300 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2014-06-19 16:41:53 +0300 |
| commit | 292b1634d008d289d633ff5a8f2275288f607e56 (patch) | |
| tree | 31bc4d50009078c956c3c2deac9b774487ed5612 /include/hw/i386/pc.h | |
| parent | 80e0090a44388d8924f548e49f7390c1e1585761 (diff) | |
| download | focaccia-qemu-292b1634d008d289d633ff5a8f2275288f607e56.tar.gz focaccia-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/hw/i386/pc.h')
| -rw-r--r-- | include/hw/i386/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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",\ } |