|
From: | Eduardo Habkost |
Subject: | [Qemu-ppc] [PATCH v2 00/13] pc, hw, spapr: Cleanup of {HW, PC, SPAPR}_COMPAT_* macros |
Date: | Thu, 14 May 2015 15:52:57 -0300 |
This series does some changes to make the macros more consistent. Now every pc and pseries version has a corresponding compat macro defined. Changes v1 -> v2: * Rebase after the new PC 2.4 machine-types were added Eduardo Habkost (13): pc: Replace tab with spaces hw: Move commas inside HW_COMPAT_2_1 macro pc: Move commas inside PC_COMPAT_* macros spapr: Move commas inside SPAPR_COMPAT_* macros hw: Define empty HW_COMPAT_2_[23] macros pc: Define PC_COMPAT_2_[123] macros spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros spapr: define SPAPR_COMPAT_2_3 piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14 piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11 piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13 piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13 piix: Define PC_COMPAT_0_10 hw/i386/pc_piix.c | 185 +++++++++++++++++++++++++-------------------------- hw/i386/pc_q35.c | 20 ++++-- hw/ppc/spapr.c | 15 +++-- include/hw/compat.h | 8 ++- include/hw/i386/pc.h | 43 +++++++----- 5 files changed, 150 insertions(+), 121 deletions(-) -- 2.1.0
[Prev in Thread] | Current Thread | [Next in Thread] |