From: Shmulik Ladkani <shmulik.ladkani@ravellosystems.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Jason Wang <jasowang@redhat.com>,
idan.brown@ravellosystems.com, qemu-devel@nongnu.org,
Dmitry Fleytman <dmitry@daynix.com>,
Cornelia Huck <cornelia.huck@de.ibm.com>,
David Gibson <david@gibson.dropbear.id.au>
Subject: Re: [Qemu-devel] [PATCH 1/2] compat: Introduce HW_COMPAT_2_5
Date: Thu, 7 Jan 2016 21:10:47 +0200 [thread overview]
Message-ID: <20160107211047.16109674@halley> (raw)
In-Reply-To: <568E9653.8070506@redhat.com>
On Thu, 7 Jan 2016 17:46:11 +0100 Paolo Bonzini <pbonzini@redhat.com> wrote:
> Ok, so I can send Shmulik's patch doing
>
> @@ -2,14 +2,7 @@
> #define HW_COMPAT_H
>
> #define HW_COMPAT_2_5 \
> - /* empty */
> -
> -#define HW_COMPAT_2_4 \
> {\
> - .driver = "virtio-blk-device",\
> - .property = "scsi",\
> - .value = "true",\
> - },{\
> .driver = "pvscsi",\
> .property = "x-old-pci-configuration",\
> .value = "on",\
> @@ -17,6 +10,13 @@
> .driver = "pvscsi",\
> .property = "x-disable-pcie",\
> .value = "on",\
> + },
> +
> +#define HW_COMPAT_2_4 \
> + {\
> + .driver = "virtio-blk-device",\
> + .property = "scsi",\
> + .value = "true",\
> },{\
> .driver = "e1000",\
> .property = "extra_mac_registers",\
>
>
> in my next pull request.
Yes; All my platform specific COMPAT introductions where either
collected by the platform maintainers, or preemptively introduced by
someone else.
Thanks,
Shmulik
next prev parent reply other threads:[~2016-01-07 19:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-18 7:30 [Qemu-devel] [PATCH 0/2] compat: recent vmw_pvscsi back-compat props are 2.5 specific Shmulik Ladkani
2015-12-18 7:30 ` [Qemu-devel] [PATCH 1/2] compat: Introduce HW_COMPAT_2_5 Shmulik Ladkani
2015-12-18 9:37 ` Cornelia Huck
2015-12-18 13:00 ` Paolo Bonzini
2015-12-21 0:21 ` David Gibson
2015-12-23 19:21 ` Shmulik Ladkani
2016-01-07 16:30 ` Paolo Bonzini
2016-01-07 16:33 ` Cornelia Huck
2016-01-07 16:46 ` Paolo Bonzini
2016-01-07 19:10 ` Shmulik Ladkani [this message]
2015-12-18 7:30 ` [Qemu-devel] [PATCH 2/2] vmw_pvscsi: x-disable-pcie, x-old-pci-configuration back-compat props are 2.5 specific Shmulik Ladkani
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=20160107211047.16109674@halley \
--to=shmulik.ladkani@ravellosystems.com \
--cc=cornelia.huck@de.ibm.com \
--cc=david@gibson.dropbear.id.au \
--cc=dmitry@daynix.com \
--cc=idan.brown@ravellosystems.com \
--cc=jasowang@redhat.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).