qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] Introduce common QEMU_COMPAT_* macros


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH v2 0/2] Introduce common QEMU_COMPAT_* macros
Date: Tue, 24 Jun 2014 23:04:43 -0300

This series is an attempt to make the compat_props lists from the PC code
reusable by other machine-types. All the compat bits that are on those lists are
not tied to a specific machine-type, but instead to the device code that was
present on a given QEMU version.

This series is based on Michael's "pci" branch, and it also requires the
following patch to be applied first:

        From: Eduardo Habkost <address@hidden>
        Date: Tue, 24 Jun 2014 19:57:55 -0300
        Message-Id: <address@hidden>
        Subject: [PATCH] pc: Fix "prog_if" typo on PC_COMPAT_2_0

Changes v1 -> v2:
 * Move QEMU_COMPAT_* to hw/compat.h
 * Eliminate machine-type-specific PC_{Q35,I440FX}_COMPAT_* macros, as they
   are not necessary today

Cc: Peter Maydell <address@hidden>
Cc: "Michael S. Tsirkin" <address@hidden>
Cc: Alexey Kardashevskiy <address@hidden>
Cc: Marcel Apfelbaum <address@hidden>
Cc: Markus Armbruster <address@hidden>
Cc: QEMU Developers <address@hidden>
Cc: Paul Mackerras <address@hidden>
Cc: Anthony Liguori <address@hidden>
Cc: Paolo Bonzini <address@hidden>
Cc: Igor Mammedov <address@hidden>
Cc: Andreas Färber <address@hidden>
Cc: Alexander Graf <address@hidden>

Eduardo Habkost (2):
  pc: Move q35 compat props to PC_COMPAT_*
  machine: Introduce QEMU_COMPAT_* macros

 hw/i386/pc_q35.c     |  10 +--
 include/hw/compat.h  | 210 +++++++++++++++++++++++++++++++++++++++++++++++
 include/hw/i386/pc.h | 225 +++------------------------------------------------
 3 files changed, 226 insertions(+), 219 deletions(-)
 create mode 100644 include/hw/compat.h

-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]