From: Alexander Graf <agraf@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: eric.auger@st.com, Patch Tracking <patches@linaro.org>,
QEMU Developers <qemu-devel@nongnu.org>,
Alex Williamson <alex.williamson@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
"kvmarm@lists.cs.columbia.edu" <kvmarm@lists.cs.columbia.edu>
Subject: Re: [PATCH v12 3/4] hw/arm/virt: add dynamic sysbus device support
Date: Mon, 27 Apr 2015 16:05:16 +0200 [thread overview]
Message-ID: <553E421C.50207@suse.de> (raw)
In-Reply-To: <CAFEAcA_2FYR3A6Y5oSACEQG6+W7CBJfFpxoDzLyxiqM-KQv6hg@mail.gmail.com>
On 04/27/2015 03:56 PM, Peter Maydell wrote:
> On 27 April 2015 at 14:41, Alexander Graf <agraf@suse.de> wrote:
>> Peter, would you have a hard time if we just get rid of VIRT_MMIO completely
>> and allow users to create the mmio-virtio bridges using -device for -M
>> virt-2.4 and above?
> I would strongly prefer not -- it breaks existing working command
> lines. I agree that we are going to want to move to virtio-pci
> and virtio-mmio is just legacy, but retaining legacy is what makes
> QEMU not kvmtool, right? :-)
Heh ;). Oh well, I guess the series is ready to go in then. I'd still
like to see the virtio-mmio bridge get enabled for dynamic platform bus
support soon, so that we can eventually phase out the preallocated region.
Alex
WARNING: multiple messages have this Message-ID (diff)
From: Alexander Graf <agraf@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: b.reynal@virtualopensystems.com, eric.auger@st.com,
"Eric Auger" <eric.auger@linaro.org>,
"Patch Tracking" <patches@linaro.org>,
"QEMU Developers" <qemu-devel@nongnu.org>,
"Bharat Bhushan" <Bharat.Bhushan@freescale.com>,
"Alex Williamson" <alex.williamson@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"kvmarm@lists.cs.columbia.edu" <kvmarm@lists.cs.columbia.edu>,
"Christoffer Dall" <christoffer.dall@linaro.org>
Subject: Re: [Qemu-devel] [PATCH v12 3/4] hw/arm/virt: add dynamic sysbus device support
Date: Mon, 27 Apr 2015 16:05:16 +0200 [thread overview]
Message-ID: <553E421C.50207@suse.de> (raw)
In-Reply-To: <CAFEAcA_2FYR3A6Y5oSACEQG6+W7CBJfFpxoDzLyxiqM-KQv6hg@mail.gmail.com>
On 04/27/2015 03:56 PM, Peter Maydell wrote:
> On 27 April 2015 at 14:41, Alexander Graf <agraf@suse.de> wrote:
>> Peter, would you have a hard time if we just get rid of VIRT_MMIO completely
>> and allow users to create the mmio-virtio bridges using -device for -M
>> virt-2.4 and above?
> I would strongly prefer not -- it breaks existing working command
> lines. I agree that we are going to want to move to virtio-pci
> and virtio-mmio is just legacy, but retaining legacy is what makes
> QEMU not kvmtool, right? :-)
Heh ;). Oh well, I guess the series is ready to go in then. I'd still
like to see the virtio-mmio bridge get enabled for dynamic platform bus
support soon, so that we can eventually phase out the preallocated region.
Alex
next prev parent reply other threads:[~2015-04-27 13:58 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-24 15:19 [PATCH v12 0/4] machvirt dynamic sysbus device instantiation Eric Auger
2015-04-24 15:19 ` [Qemu-devel] " Eric Auger
2015-04-24 15:19 ` [PATCH v12 1/4] hw/arm/sysbus-fdt: helpers for platform bus nodes addition Eric Auger
2015-04-24 15:19 ` [Qemu-devel] " Eric Auger
2015-04-24 15:19 ` [PATCH v12 2/4] hw/arm/boot: arm_load_kernel implemented as a machine init done notifier Eric Auger
2015-04-24 15:19 ` [Qemu-devel] " Eric Auger
2015-04-24 15:19 ` [PATCH v12 3/4] hw/arm/virt: add dynamic sysbus device support Eric Auger
2015-04-24 15:19 ` [Qemu-devel] " Eric Auger
2015-04-27 13:41 ` Alexander Graf
2015-04-27 13:41 ` [Qemu-devel] " Alexander Graf
2015-04-27 13:54 ` Eric Auger
2015-04-27 13:54 ` [Qemu-devel] " Eric Auger
2015-04-27 13:56 ` Peter Maydell
2015-04-27 13:56 ` [Qemu-devel] " Peter Maydell
2015-04-27 14:05 ` Alexander Graf [this message]
2015-04-27 14:05 ` Alexander Graf
2015-04-27 16:58 ` Christopher Covington
2015-04-27 16:58 ` [Qemu-devel] " Christopher Covington
2015-04-27 17:04 ` Alexander Graf
2015-04-27 17:04 ` [Qemu-devel] " Alexander Graf
2015-04-27 17:10 ` Peter Maydell
2015-04-27 17:10 ` [Qemu-devel] " Peter Maydell
2015-04-24 15:19 ` [PATCH v12 4/4] hw/arm/virt: change indentation in a15memmap Eric Auger
2015-04-24 15:19 ` [Qemu-devel] " Eric Auger
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=553E421C.50207@suse.de \
--to=agraf@suse.de \
--cc=alex.williamson@redhat.com \
--cc=eric.auger@st.com \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=patches@linaro.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 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.