提交 4974920a 编写于 作者: E Eduardo Habkost 提交者: Michael S. Tsirkin

pc: Replace tab with spaces

Coding style change only.
Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 ecfa60e3
...@@ -628,7 +628,7 @@ static QEMUMachine pc_i440fx_machine_v1_4 = { ...@@ -628,7 +628,7 @@ static QEMUMachine pc_i440fx_machine_v1_4 = {
}; };
#define PC_COMPAT_1_3 \ #define PC_COMPAT_1_3 \
PC_COMPAT_1_4, \ PC_COMPAT_1_4, \
{\ {\
.driver = "usb-tablet",\ .driver = "usb-tablet",\
.property = "usb_version",\ .property = "usb_version",\
......
...@@ -447,23 +447,23 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); ...@@ -447,23 +447,23 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
.driver = "scsi-hd",\ .driver = "scsi-hd",\
.property = "discard_granularity",\ .property = "discard_granularity",\
.value = stringify(0),\ .value = stringify(0),\
},{\ },{\
.driver = "scsi-cd",\ .driver = "scsi-cd",\
.property = "discard_granularity",\ .property = "discard_granularity",\
.value = stringify(0),\ .value = stringify(0),\
},{\ },{\
.driver = "scsi-disk",\ .driver = "scsi-disk",\
.property = "discard_granularity",\ .property = "discard_granularity",\
.value = stringify(0),\ .value = stringify(0),\
},{\ },{\
.driver = "ide-hd",\ .driver = "ide-hd",\
.property = "discard_granularity",\ .property = "discard_granularity",\
.value = stringify(0),\ .value = stringify(0),\
},{\ },{\
.driver = "ide-cd",\ .driver = "ide-cd",\
.property = "discard_granularity",\ .property = "discard_granularity",\
.value = stringify(0),\ .value = stringify(0),\
},{\ },{\
.driver = "ide-drive",\ .driver = "ide-drive",\
.property = "discard_granularity",\ .property = "discard_granularity",\
.value = stringify(0),\ .value = stringify(0),\
...@@ -471,7 +471,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); ...@@ -471,7 +471,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
.driver = "virtio-blk-pci",\ .driver = "virtio-blk-pci",\
.property = "discard_granularity",\ .property = "discard_granularity",\
.value = stringify(0),\ .value = stringify(0),\
},{\ },{\
.driver = "virtio-serial-pci",\ .driver = "virtio-serial-pci",\
.property = "vectors",\ .property = "vectors",\
/* DEV_NVECTORS_UNSPECIFIED as a uint32_t string */\ /* DEV_NVECTORS_UNSPECIFIED as a uint32_t string */\
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册