From: Anthony PERARD <anthony.perard@citrix.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Anthony Green" <green@moxielogic.com>,
qemu-devel@nongnu.org, "Guan Xuetao" <gxt@mprc.pku.edu.cn>,
"Marek Vasut" <marex@denx.de>,
"Stefano Stabellini" <sstabellini@kernel.org>,
"Aleksandar Rikalo" <arikalo@wavecomp.com>,
"Alexander Graf" <agraf@suse.de>,
"Hervé Poussineau" <hpoussin@reactos.org>,
xen-devel@lists.xenproject.org,
"Andrzej Zaborowski" <balrogg@gmail.com>,
"Paul Durrant" <paul.durrant@citrix.com>,
"Jan Kiszka" <jan.kiszka@web.de>,
"Igor Mitsyanko" <i.mitsyanko@gmail.com>,
"Bastian Koppelmann" <kbastian@mail.uni-paderborn.de>,
"Chris Wulff" <crwulff@gmail.com>,
"Jean-Christophe Dubois" <jcd@tribudubois.net>,
"Andrey Smirnov" <andrew.smirnov@gmail.com>,
qemu-arm@nongnu.org, qemu-ppc@nongnu.org,
"Aleksandar Markovic" <amarkovic@wavecomp.com>,
"Aurelien Jarno" <aurelien@aurel32.net>
Subject: Re: [Qemu-arm] Maintainers, please tell us how to boot your machines!
Date: Wed, 20 Mar 2019 12:21:08 +0000 [thread overview]
Message-ID: <20190320122108.GN11621@perard.uk.xensource.com> (raw)
In-Reply-To: <875zsed86y.fsf@dusky.pond.sub.org>
On Tue, Mar 19, 2019 at 07:34:45PM +0100, Markus Armbruster wrote:
> = hw/xenpv/xen_machine_pv.c =
> Stefano Stabellini <sstabellini@kernel.org> (supporter:X86)
> Anthony Perard <anthony.perard@citrix.com> (supporter:X86)
> Paul Durrant <paul.durrant@citrix.com> (supporter:X86)
> xen-devel@lists.xenproject.org (open list:X86)
That machine requires Xen to be started and at least one service,
xenstore.
In dom0, when it's used to attach more disks to dom0:
$QEMU -M xenpv -xen-domid 0 -xen-attach \
-name dom0 -nographic -daemonize \
-monitor /dev/null -serial /dev/null -parallel /dev/null \
-nodefaults -no-user-config
Communication is then done via xenstore to attach disks, we would use
`xl block-attach` for that.
Another example, when we start a guest and want to attach qcow disk and
VNC. Our tool stack (xl / libxl) would first create the domain then
start QEMU:
$QEMU -machine xenpv -xen-domid 6 -xen-attach \
-name pv-arch \
-chardev socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-6,server,nowait \
-mon chardev=libxl-cmd,mode=control \
-no-shutdown -nodefaults -no-user-config \
-vnc 0.0.0.0:0,to=99 \
-display none -m 1024
Is that enough information?
Also, we do automated tests of QEMU. It is done by `osstest' and the
results are sent to xen-devel@lists.xenproject.org.
One example of a test result:
https://lists.xenproject.org/archives/html/xen-devel/2019-03/msg01577.html
Thanks,
--
Anthony PERARD
next prev parent reply other threads:[~2019-03-20 12:21 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87d0mwatbu.fsf@dusky.pond.sub.org>
2019-03-19 18:34 ` [Qemu-devel] Maintainers, please tell us how to boot your machines! Markus Armbruster
2019-03-19 18:34 ` Markus Armbruster
2019-03-19 19:18 ` [Qemu-arm] " Peter Maydell
2019-03-19 19:18 ` Peter Maydell
2019-03-20 12:21 ` Anthony PERARD
2019-03-20 12:21 ` Anthony PERARD [this message]
2019-03-20 18:29 ` [Qemu-devel] " Markus Armbruster
2019-03-20 18:29 ` Markus Armbruster
2019-03-21 21:13 ` Philippe Mathieu-Daudé
2019-03-21 21:13 ` [Qemu-arm] " Philippe Mathieu-Daudé
2019-03-28 13:57 ` Guan Xuetao
2019-03-28 13:57 ` Guan Xuetao
2019-04-16 2:24 ` [Qemu-devel] " Andrey Smirnov
2019-04-16 2:24 ` Andrey Smirnov
2019-04-16 9:13 ` KONRAD Frederic
2019-04-16 9:13 ` KONRAD Frederic
[not found] ` <CAAdtpL6VCiXLbTWyJo4cbCNLjOCPr6KrH8KTqEq1V=CTMYKubQ@mail.gmail.com>
2019-04-12 11:11 ` Thomas Huth
2019-04-12 11:11 ` Thomas Huth
2019-04-12 11:28 ` Philippe Mathieu-Daudé
2019-04-12 11:28 ` Philippe Mathieu-Daudé
2019-04-12 12:12 ` Thomas Huth
2019-04-12 12:12 ` Thomas Huth
2019-04-12 14:42 ` Thomas Huth
2019-04-12 14:42 ` Thomas Huth
2019-04-18 8:16 ` sundeep subbaraya
2019-04-18 8:16 ` sundeep subbaraya
2019-05-16 20:07 ` Philippe Mathieu-Daudé
2019-05-17 17:42 ` Markus Armbruster
2019-12-22 12:03 ` Philippe Mathieu-Daudé
2020-01-13 12:52 ` Markus Armbruster
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=20190320122108.GN11621@perard.uk.xensource.com \
--to=anthony.perard@citrix.com \
--cc=agraf@suse.de \
--cc=amarkovic@wavecomp.com \
--cc=andrew.smirnov@gmail.com \
--cc=arikalo@wavecomp.com \
--cc=armbru@redhat.com \
--cc=aurelien@aurel32.net \
--cc=balrogg@gmail.com \
--cc=crwulff@gmail.com \
--cc=green@moxielogic.com \
--cc=gxt@mprc.pku.edu.cn \
--cc=hpoussin@reactos.org \
--cc=i.mitsyanko@gmail.com \
--cc=jan.kiszka@web.de \
--cc=jcd@tribudubois.net \
--cc=kbastian@mail.uni-paderborn.de \
--cc=marex@denx.de \
--cc=paul.durrant@citrix.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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.