All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Introduce common QEMU_COMPAT_* macros
@ 2014-06-25  2:04 Eduardo Habkost
  2014-06-25  2:04 ` [Qemu-devel] [PATCH v2 1/2] pc: Move q35 compat props to PC_COMPAT_* Eduardo Habkost
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Eduardo Habkost @ 2014-06-25  2:04 UTC (permalink / raw)
  To: qemu-devel, Michael S. Tsirkin
  Cc: Peter Maydell, Marcel Apfelbaum, Alexey Kardashevskiy,
	Markus Armbruster, Paul Mackerras, Anthony Liguori,
	Igor Mammedov, Paolo Bonzini, Andreas Färber,
	Alexander Graf

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 <ehabkost@redhat.com>
	Date: Tue, 24 Jun 2014 19:57:55 -0300
	Message-Id: <1403650675-3368-1-git-send-email-ehabkost@redhat.com>
	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 <peter.maydell@linaro.org>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Alexey Kardashevskiy <aik@ozlabs.ru>
Cc: Marcel Apfelbaum <marcel.a@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Anthony Liguori <aliguori@amazon.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Andreas Färber <afaerber@suse.de>
Cc: Alexander Graf <agraf@suse.com>

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-06-25 14:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25  2:04 [Qemu-devel] [PATCH v2 0/2] Introduce common QEMU_COMPAT_* macros Eduardo Habkost
2014-06-25  2:04 ` [Qemu-devel] [PATCH v2 1/2] pc: Move q35 compat props to PC_COMPAT_* Eduardo Habkost
2014-06-25  5:53   ` Michael S. Tsirkin
2014-06-25  2:04 ` [Qemu-devel] [PATCH v2 2/2] machine: Introduce QEMU_COMPAT_* macros Eduardo Habkost
2014-06-25  5:56   ` Michael S. Tsirkin
2014-06-25 13:23     ` Eduardo Habkost
2014-06-25 14:18       ` Michael S. Tsirkin
2014-06-25  5:58 ` [Qemu-devel] [PATCH v2 0/2] Introduce common " Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.