From: "Michael S. Tsirkin" <mst@redhat.com>
To: "Andreas Färber" <afaerber@suse.de>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Anthony Liguori <aliguori@us.ibm.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH for-1.1 v2] pc: Add back PCI.rombar compat property
Date: Sun, 13 May 2012 13:59:54 +0300 [thread overview]
Message-ID: <20120513105954.GA23833@redhat.com> (raw)
In-Reply-To: <1336832466-29363-1-git-send-email-afaerber@suse.de>
On Sat, May 12, 2012 at 04:21:06PM +0200, Andreas Färber wrote:
> From: Paolo Bonzini <pbonzini@redhat.com>
>
> This was erroneously dropped in d6c730086cbf24382eb8cff25551798769edfd84
> (pc: reduce duplication in compat machine types).
>
> Cc: Michael S. Tsirkin <mst@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
> This is a backport from Paolo's QBus series, as requested by mst.
>
> hw/pc_piix.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/hw/pc_piix.c b/hw/pc_piix.c
> index 6a75718..a7aad4b 100644
> --- a/hw/pc_piix.c
> +++ b/hw/pc_piix.c
> @@ -522,6 +522,10 @@ static QEMUMachine pc_machine_v0_12 = {
> .driver = "virtio-blk-pci",\
> .property = "vectors",\
> .value = stringify(0),\
> + },{\
> + .driver = "PCI",\
> + .property = "rombar",\
> + .value = stringify(0),\
> }
>
> static QEMUMachine pc_machine_v0_11 = {
So I looked at d6c730086cbf24382eb8cff25551798769edfd84
which has:
@@ -583,43 +526,6 @@ static QEMUMachine pc_machine_v0_11 = {
.driver = "scsi-disk",
.property = "ver",
.value = "0.11",
- },{
- .driver = "PCI",
- .property = "rombar",
- .value = stringify(0),
while this patch readds this property to 0_12.
Intentional?
> --
> 1.7.7
next prev parent reply other threads:[~2012-05-13 11:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-12 14:21 [Qemu-devel] [PATCH for-1.1 v2] pc: Add back PCI.rombar compat property Andreas Färber
2012-05-13 10:59 ` Michael S. Tsirkin [this message]
2012-05-13 13:53 ` Andreas Färber
2012-05-13 14:39 ` Michael S. Tsirkin
2012-05-13 14:40 ` Michael S. Tsirkin
2012-05-13 17:55 ` Andreas Färber
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=20120513105954.GA23833@redhat.com \
--to=mst@redhat.com \
--cc=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=pbonzini@redhat.com \
--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).