From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Marcel Apfelbaum" <marcel.a@redhat.com>,
"Alexey Kardashevskiy" <aik@ozlabs.ru>,
"Markus Armbruster" <armbru@redhat.com>,
"Paul Mackerras" <paulus@samba.org>,
"Anthony Liguori" <aliguori@amazon.com>,
"Igor Mammedov" <imammedo@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Andreas Färber" <afaerber@suse.de>,
"Alexander Graf" <agraf@suse.com>
Subject: [Qemu-devel] [PATCH v2 0/2] Introduce common QEMU_COMPAT_* macros
Date: Tue, 24 Jun 2014 23:04:43 -0300 [thread overview]
Message-ID: <1403661885-28619-1-git-send-email-ehabkost@redhat.com> (raw)
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
next reply other threads:[~2014-06-25 2:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-25 2:04 Eduardo Habkost [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1403661885-28619-1-git-send-email-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=afaerber@suse.de \
--cc=agraf@suse.com \
--cc=aik@ozlabs.ru \
--cc=aliguori@amazon.com \
--cc=armbru@redhat.com \
--cc=imammedo@redhat.com \
--cc=marcel.a@redhat.com \
--cc=mst@redhat.com \
--cc=paulus@samba.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).