From: Eric Auger <eric.auger@linaro.org>
To: Alexander Graf <agraf@suse.de>,
Baptiste Reynal <b.reynal@virtualopensystems.com>
Cc: eric.auger@st.com, patches@linaro.org, qemu-devel@nongnu.org,
pbonzini@redhat.com, kvm-arm <kvmarm@lists.cs.columbia.edu>
Subject: Re: [PATCH v11 0/4] machvirt dynamic sysbus device instantiation
Date: Mon, 27 Apr 2015 16:17:03 +0200 [thread overview]
Message-ID: <553E44DF.1030205@linaro.org> (raw)
In-Reply-To: <553E4168.7090307@suse.de>
On 04/27/2015 04:02 PM, Alexander Graf wrote:
> On 04/24/2015 09:36 AM, Baptiste Reynal wrote:
>> I think it will be a pity to postpone VFIO support on QEMU and would
>> rather introduce the support for VIRT_MMIO later.
>>
>> Alex, what is your position on it ?
>
> Ah, sorry, I read this mail too late. Converting virtio-mmio to a
> dynamic sysbus device should be trivial after Eric's enablement. It's
> basically the same as the calxeda nic driver, just that this time around
> we're spawning the virtio-mmio bridge devices.
Hi Alex,
I can do this addition without pain in a separate series. Actually I
thought you add in mind something more sophisticated where VIRTIO-MMIO
would be added on platform-bus transparently if a VIRTIO device
(virtio-net-device for instance) were instantiated. This appeared to me
as less immediate.
Best Regards
Eric
>
>
> Alex
>
WARNING: multiple messages have this Message-ID (diff)
From: Eric Auger <eric.auger@linaro.org>
To: Alexander Graf <agraf@suse.de>,
Baptiste Reynal <b.reynal@virtualopensystems.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
eric.auger@st.com, patches@linaro.org, qemu-devel@nongnu.org,
pbonzini@redhat.com, kvm-arm <kvmarm@lists.cs.columbia.edu>,
Christoffer Dall <christoffer.dall@linaro.org>
Subject: Re: [Qemu-devel] [PATCH v11 0/4] machvirt dynamic sysbus device instantiation
Date: Mon, 27 Apr 2015 16:17:03 +0200 [thread overview]
Message-ID: <553E44DF.1030205@linaro.org> (raw)
In-Reply-To: <553E4168.7090307@suse.de>
On 04/27/2015 04:02 PM, Alexander Graf wrote:
> On 04/24/2015 09:36 AM, Baptiste Reynal wrote:
>> I think it will be a pity to postpone VFIO support on QEMU and would
>> rather introduce the support for VIRT_MMIO later.
>>
>> Alex, what is your position on it ?
>
> Ah, sorry, I read this mail too late. Converting virtio-mmio to a
> dynamic sysbus device should be trivial after Eric's enablement. It's
> basically the same as the calxeda nic driver, just that this time around
> we're spawning the virtio-mmio bridge devices.
Hi Alex,
I can do this addition without pain in a separate series. Actually I
thought you add in mind something more sophisticated where VIRTIO-MMIO
would be added on platform-bus transparently if a VIRTIO device
(virtio-net-device for instance) were instantiated. This appeared to me
as less immediate.
Best Regards
Eric
>
>
> Alex
>
next prev parent reply other threads:[~2015-04-27 14:11 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 16:18 [PATCH v11 0/4] machvirt dynamic sysbus device instantiation Eric Auger
2015-03-04 16:18 ` [Qemu-devel] " Eric Auger
2015-03-04 16:18 ` [PATCH v11 1/4] hw/arm/sysbus-fdt: helpers for platform bus nodes addition Eric Auger
2015-03-04 16:18 ` [Qemu-devel] " Eric Auger
2015-03-26 12:23 ` Alex Bennée
2015-03-26 12:23 ` [Qemu-devel] " Alex Bennée
2015-03-04 16:18 ` [PATCH v11 2/4] hw/arm/boot: arm_load_kernel implemented as a machine init done notifier Eric Auger
2015-03-04 16:18 ` [Qemu-devel] " Eric Auger
2015-03-26 11:07 ` Alex Bennée
2015-03-26 11:07 ` [Qemu-devel] " Alex Bennée
2015-03-04 16:18 ` [PATCH v11 3/4] hw/arm/virt: add dynamic sysbus device support Eric Auger
2015-03-04 16:18 ` [Qemu-devel] " Eric Auger
2015-03-26 11:27 ` Alex Bennée
2015-03-26 11:27 ` [Qemu-devel] " Alex Bennée
2015-03-04 16:18 ` [PATCH v11 4/4] hw/arm/virt: change indentation in a15memmap Eric Auger
2015-03-04 16:18 ` [Qemu-devel] " Eric Auger
2015-03-26 11:30 ` Alex Bennée
2015-03-26 11:30 ` [Qemu-devel] " Alex Bennée
2015-04-23 15:05 ` [PATCH v11 0/4] machvirt dynamic sysbus device instantiation Baptiste Reynal
2015-04-23 15:05 ` [Qemu-devel] " Baptiste Reynal
2015-04-23 15:17 ` Eric Auger
2015-04-23 15:17 ` [Qemu-devel] " Eric Auger
2015-04-24 7:36 ` Baptiste Reynal
2015-04-24 7:36 ` [Qemu-devel] " Baptiste Reynal
2015-04-27 14:02 ` Alexander Graf
2015-04-27 14:02 ` [Qemu-devel] " Alexander Graf
2015-04-27 14:17 ` Eric Auger [this message]
2015-04-27 14:17 ` 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=553E44DF.1030205@linaro.org \
--to=eric.auger@linaro.org \
--cc=agraf@suse.de \
--cc=b.reynal@virtualopensystems.com \
--cc=eric.auger@st.com \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=patches@linaro.org \
--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 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.