[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v2 01/13] pc: Replace tab with spaces
From: |
Eduardo Habkost |
Subject: |
[Qemu-ppc] [PATCH v2 01/13] pc: Replace tab with spaces |
Date: |
Thu, 14 May 2015 15:52:58 -0300 |
Coding style change only.
Signed-off-by: Eduardo Habkost <address@hidden>
---
hw/i386/pc_piix.c | 2 +-
include/hw/i386/pc.h | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 212e263..a8ff6f5 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -628,7 +628,7 @@ static QEMUMachine pc_i440fx_machine_v1_4 = {
};
#define PC_COMPAT_1_3 \
- PC_COMPAT_1_4, \
+ PC_COMPAT_1_4, \
{\
.driver = "usb-tablet",\
.property = "usb_version",\
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index 1b35168..7ed43f1 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -447,23 +447,23 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t
*);
.driver = "scsi-hd",\
.property = "discard_granularity",\
.value = stringify(0),\
- },{\
+ },{\
.driver = "scsi-cd",\
.property = "discard_granularity",\
.value = stringify(0),\
- },{\
+ },{\
.driver = "scsi-disk",\
.property = "discard_granularity",\
.value = stringify(0),\
- },{\
+ },{\
.driver = "ide-hd",\
.property = "discard_granularity",\
.value = stringify(0),\
- },{\
+ },{\
.driver = "ide-cd",\
.property = "discard_granularity",\
.value = stringify(0),\
- },{\
+ },{\
.driver = "ide-drive",\
.property = "discard_granularity",\
.value = stringify(0),\
@@ -471,7 +471,7 @@ bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *);
.driver = "virtio-blk-pci",\
.property = "discard_granularity",\
.value = stringify(0),\
- },{\
+ },{\
.driver = "virtio-serial-pci",\
.property = "vectors",\
/* DEV_NVECTORS_UNSPECIFIED as a uint32_t string */\
--
2.1.0
- [Qemu-ppc] [PATCH v2 00/13] pc, hw, spapr: Cleanup of {HW, PC, SPAPR}_COMPAT_* macros, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 01/13] pc: Replace tab with spaces,
Eduardo Habkost <=
- [Qemu-ppc] [PATCH v2 02/13] hw: Move commas inside HW_COMPAT_2_1 macro, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 03/13] pc: Move commas inside PC_COMPAT_* macros, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 05/13] hw: Define empty HW_COMPAT_2_[23] macros, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 04/13] spapr: Move commas inside SPAPR_COMPAT_* macros, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 07/13] spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 06/13] pc: Define PC_COMPAT_2_[123] macros, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 08/13] spapr: define SPAPR_COMPAT_2_3, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 09/13] piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14, Eduardo Habkost, 2015/05/14
- [Qemu-ppc] [PATCH v2 10/13] piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11, Eduardo Habkost, 2015/05/14