From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Anthony PERARD <anthony.perard@vates.tech>,
xen-devel@lists.xenproject.org
Cc: Juergen Gross <jgross@suse.com>
Subject: Re: [XEN PATCH v2 0/2] libxl: Implement QEMU command line probe
Date: Fri, 30 Aug 2024 18:16:02 +0100 [thread overview]
Message-ID: <6292af41-00e6-4c06-8781-92830f6022ba@citrix.com> (raw)
In-Reply-To: <20240830094937.40476-1-anthony.perard@vates.tech>
On 30/08/2024 10:49 am, Anthony PERARD wrote:
> Patch series available in this git branch:
> https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.libxl-qemu-cmdline-probe-v2
>
> v2:
> - removed commited patch
> - rename "qemu_cmdline" to "qemu_opts" in struct field and func parameters.
> - rename "struct libxl__qemu_available_cmd_line" to
> "struct libxl__qemu_available_opts".
>
> Starting with QEMU 9.0, the option "-chroot", that we use for the
> "dmrestrict" feature, is removed. We need to find out which to use
> between "-chroot" and "-run-with chroot=dir".
>
> Also, "-runas" is deprecated in QEMU 9.1 and will be remove in a future
> release, it's replaced with "-run-with user=user".
>
> To find out which command line option we can use, we'll spawn QEMU, and run the
> QMP command "query-command-line-options".
>
> Some example of running these patches:
> with qemu-xen (8.0):
> http://logs.test-lab.xenproject.org/osstest/logs/187352/
> with QEMU (upstream, 9.1-rc3):
> http://logs.test-lab.xenproject.org/osstest/logs/187353/
>
> Anthony PERARD (2):
> libxl: Probe QEMU for -run-with chroot=dir and use it
> libxl: Probe QEMU for -run-with user=user and use it
>
> tools/libs/light/libxl_dm.c | 90 +++++++++++++++++++++++++------
> tools/libs/light/libxl_internal.h | 6 +++
> 2 files changed, 80 insertions(+), 16 deletions(-)
I've committed these as they're fully reviewed, but I think this
warrants a CHANGELOG.md update as we're fixing libxl to work with newer
QEMU.
~Andrew
prev parent reply other threads:[~2024-08-30 17:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-30 9:49 [XEN PATCH v2 0/2] libxl: Implement QEMU command line probe Anthony PERARD
2024-08-30 9:49 ` [XEN PATCH v2 1/2] libxl: Probe QEMU for -run-with chroot=dir and use it Anthony PERARD
2024-08-30 9:49 ` [XEN PATCH v2 2/2] libxl: Probe QEMU for -run-with user=user " Anthony PERARD
2024-08-30 17:16 ` Andrew Cooper [this message]
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=6292af41-00e6-4c06-8781-92830f6022ba@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=anthony.perard@vates.tech \
--cc=jgross@suse.com \
--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.