All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@linaro.org>
To: Claudio Fontana <claudio.fontana@huawei.com>
Cc: Michael Casadevall <michael.casadevall@linaro.org>,
	Ian Campbell <ian.campbell@citrix.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	cross-distro <cross-distro@lists.linaro.org>,
	Rob Herring <rob.herring@linaro.org>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	Robie Basak <robie.basak@canonical.com>,
	Stefano Stabellini <stefano.stabellini@citrix.com>,
	Christoffer Dall <christoffer.dall@linaro.org>,
	"kvmarm@lists.cs.columbia.edu" <kvmarm@lists.cs.columbia.edu>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [RFC v2] ARM VM System Specification
Date: Wed, 11 Jun 2014 12:22:50 +0100	[thread overview]
Message-ID: <CACxGe6tpoCmvD0yjqf1j=priMURoVE0rMH=oQtQSn+RdG5dgGw__45735.9961387285$1402485891$gmane$org@mail.gmail.com> (raw)
In-Reply-To: <5397360B.80102@huawei.com>

On 10 Jun 2014 17:45, "Claudio Fontana" <claudio.fontana@huawei.com> wrote:
>
> Hello all,
>
> I just wanted to share with you guys how we are using virtualization on ARM64 over here for the OSv project.
> I don't know if that's something that could be useful for your specification effort.
>
> In OSv, creating and starting a VM to some level means starting an application.
> That is, OSv should be a very thin bare bones guest server OS, which also acts as a kind of run-time library for an application to run.
> All the devices are assumed to be virtualized and heavily relying on virtio.
>
> Therefore we see a higher need for quick VM launch than it might be for other use cases.
>
> One aspect of this is that we currently start executing the image directly (no UEFI involved on the guest),
> and in some cases we might not need a full fledged file system at all,
> as the communication can happen via virtio channels.

The purpose of this spec is for creating portable disk images. It is
intended to support the virtual-machine-looks-just-like-a-real-machine
model, and is intended to provide exactly the same interface to
installers as to real machines.

It isn't really interesting for use cases like OSv or anyone who wants
to start the kernel directly. You don't need UEFI in that case because
the host has pre-knowledge of which kernel binary to load. In that
regard this spec doesn't affect you.

>
> We do have a need for ACPI for discovery of information like gic addresses, timers, interrupts... (no interest on device trees, really), and of PCI-E.

This may be a problem for you then. The only time we're planning to
support ACPI in a VM is when UEFI is used for booting. Even the first
version of this spec specifies FDT, not ACPI. FDT support is there now
in Xen and KVM, but there is nothing for ACPI on ARM VMs.

What is the objection to obtaining discovery information from FDT?

> By skipping steps like UEFI, grub, firmware load, etc we strive to keep our application launch time low.
> Is this going to create problems for us in the future if you start requiring every VM to boot using those instead?

No, we're not requiring a full firmware stack to boot. As described
above, this is only for booting disk images.

g.

  parent reply	other threads:[~2014-06-11 11:22 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-28 18:45 [RFC v2] ARM VM System Specification Christoffer Dall
2014-03-28 18:45 ` Christoffer Dall
2014-03-30 22:10 ` Olof Johansson
2014-03-30 22:10 ` Olof Johansson
2014-03-30 22:10   ` Olof Johansson
2014-03-31 17:26   ` Christoffer Dall
2014-03-31 17:26   ` Christoffer Dall
2014-03-31 17:26     ` Christoffer Dall
2014-04-01  9:49     ` Ian Campbell
2014-04-01  9:49     ` Ian Campbell
2014-04-01  9:49       ` Ian Campbell
2014-04-01  9:57       ` Michael Casadevall
2014-04-01  9:57       ` Michael Casadevall
2014-04-01  9:57         ` Michael Casadevall
2014-04-01 10:16         ` Grant Likely
2014-04-01 10:16           ` Grant Likely
2014-04-01 10:16         ` Grant Likely
2014-04-29 14:42 ` Christoffer Dall
2014-04-29 14:42 ` Christoffer Dall
2014-04-29 14:42   ` Christoffer Dall
2014-04-30  8:14   ` Grant Likely
2014-04-30  8:14   ` Grant Likely
2014-04-30  8:14     ` Grant Likely
2014-06-10 14:42 ` Peter Maydell
2014-06-10 14:42 ` Peter Maydell
2014-06-10 14:42   ` Peter Maydell
2014-06-10 15:03   ` Ian Campbell
2014-06-10 15:03     ` Ian Campbell
2014-06-10 15:03   ` Ian Campbell
2014-06-10 17:00   ` Paolo Bonzini
2014-06-10 17:00     ` Paolo Bonzini
2014-06-10 17:00   ` Paolo Bonzini
2014-06-10 17:04   ` Christopher Covington
2014-06-10 17:04   ` Christopher Covington
2014-06-10 17:04     ` Christopher Covington
2014-06-10 18:08     ` Peter Maydell
2014-06-10 18:08     ` Peter Maydell
2014-06-10 18:08       ` Peter Maydell
2014-06-10 18:56       ` Paolo Bonzini
2014-06-10 18:56       ` Paolo Bonzini
2014-06-10 18:56         ` Paolo Bonzini
2014-06-10 19:18         ` Paolo Bonzini
2014-06-10 19:18           ` Paolo Bonzini
2014-06-10 19:18         ` Paolo Bonzini
2014-06-10 19:18         ` Paolo Bonzini
2014-06-10 19:18         ` Paolo Bonzini
2014-06-10 19:18           ` Paolo Bonzini
2014-06-11  6:54           ` Christoffer Dall
2014-06-11  6:54           ` Christoffer Dall
2014-06-11  6:54             ` Christoffer Dall
2014-06-11  8:16             ` Paolo Bonzini
2014-06-11  8:16             ` Paolo Bonzini
2014-06-11  8:16               ` Paolo Bonzini
2014-06-11  9:06               ` Arnd Bergmann
2014-06-11  9:06               ` Arnd Bergmann
2014-06-11  9:06                 ` Arnd Bergmann
2014-06-30 16:19                 ` Jon Masters
2014-06-30 16:19                 ` Jon Masters
2014-06-30 16:19                   ` Jon Masters
2014-06-30 20:46                   ` Christoffer Dall
2014-06-30 20:46                     ` Christoffer Dall
2014-06-30 21:14                     ` Peter Maydell
2014-06-30 21:14                     ` Peter Maydell
2014-06-30 21:14                       ` Peter Maydell
2014-07-01 17:03                       ` Stefano Stabellini
2014-07-01 17:03                         ` Stefano Stabellini
2014-07-01 17:10                         ` Peter Maydell
2014-07-01 17:10                         ` Peter Maydell
2014-07-01 17:10                           ` Peter Maydell
2014-07-02 10:13                           ` Christoffer Dall
2014-07-02 10:13                           ` Christoffer Dall
2014-07-02 10:13                             ` Christoffer Dall
2014-07-01 17:03                       ` Stefano Stabellini
2014-06-30 20:46                   ` Christoffer Dall
2014-06-11 11:33         ` Grant Likely
2014-06-11 11:33           ` Grant Likely
2014-06-11 11:58           ` Arnd Bergmann
2014-06-11 11:58           ` Arnd Bergmann
2014-06-11 11:58             ` Arnd Bergmann
2014-06-11 12:02             ` Grant Likely
2014-06-11 12:02             ` Grant Likely
2014-06-11 12:02               ` Grant Likely
2014-06-11 14:14           ` Peter Maydell
2014-06-11 14:14           ` Peter Maydell
2014-06-11 14:14             ` Peter Maydell
2014-06-11 11:33         ` Grant Likely
2014-06-10 16:44 ` Claudio Fontana
2014-06-10 16:44 ` Claudio Fontana
2014-06-10 16:44   ` Claudio Fontana
2014-06-10 19:21   ` Arnd Bergmann
2014-06-10 19:21     ` Arnd Bergmann
2014-06-10 19:21   ` Arnd Bergmann
2014-06-11  9:50   ` Stefano Stabellini
2014-06-11  9:50   ` Stefano Stabellini
2014-06-11  9:50     ` Stefano Stabellini
2014-06-11  9:55     ` Christoffer Dall
2014-06-11  9:55       ` Christoffer Dall
2014-06-11 11:28       ` Grant Likely
2014-06-11 11:28       ` Grant Likely
2014-06-11 11:28         ` Grant Likely
2014-06-11 12:04         ` Christoffer Dall
2014-06-11 12:04         ` Christoffer Dall
2014-06-11 12:04           ` Christoffer Dall
2014-06-11  9:55     ` Christoffer Dall
2014-06-11 10:27     ` Arnd Bergmann
2014-06-11 10:27       ` Arnd Bergmann
2014-06-11 10:27     ` Arnd Bergmann
2014-06-11 11:22   ` Grant Likely [this message]
2014-06-11 11:22   ` Grant Likely
2014-06-11 11:22     ` Grant Likely
2014-03-28 18:45 Christoffer Dall

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='CACxGe6tpoCmvD0yjqf1j=priMURoVE0rMH=oQtQSn+RdG5dgGw__45735.9961387285$1402485891$gmane$org@mail.gmail.com' \
    --to=grant.likely@linaro.org \
    --cc=christoffer.dall@linaro.org \
    --cc=claudio.fontana@huawei.com \
    --cc=cross-distro@lists.linaro.org \
    --cc=ian.campbell@citrix.com \
    --cc=kvm@vger.kernel.org \
    --cc=kvmarm@lists.cs.columbia.edu \
    --cc=leif.lindholm@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=michael.casadevall@linaro.org \
    --cc=rob.herring@linaro.org \
    --cc=robie.basak@canonical.com \
    --cc=stefano.stabellini@citrix.com \
    --cc=xen-devel@lists.xen.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.