On Sun, Oct 20, 2024 at 10:24 PM Sandeep Gundlupet Raju <
[email protected]> wrote:

> Make qemu-system* as configurable in xen-tools so that it allows
> user to switch to qemu-system-aarch64 or other if it is supported by
> qemu.
>
>
This is a new feature, and not something that is tested with meta-virt on
scarthgap, so it won't merge. You'll need to carry it locally.

My patch in master-next is more complete, and once it does land in master
I'll consider it for backporting.

Bruce



> Signed-off-by: Sandeep Gundlupet Raju <[email protected]>
> ---
>  recipes-extended/xen/xen-tools.inc | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-extended/xen/xen-tools.inc
> b/recipes-extended/xen/xen-tools.inc
> index 72d0b37..7099289 100644
> --- a/recipes-extended/xen/xen-tools.inc
> +++ b/recipes-extended/xen/xen-tools.inc
> @@ -748,11 +748,13 @@ SYSTEMD_SERVICE:${PN}-xencommons = " \
>      "
>  SYSTEMD_SERVICE:${PN}-xendomains = "xendomains.service"
>
> +QEMU_SYSTEM ?= "qemu-system-i386"
> +
>  EXTRA_OECONF += " \
>      --with-systemd=${systemd_unitdir}/system \
>      --with-initddir=${INIT_D_DIR} \
>      --with-sysconfig-leaf-dir=default \
> -    --with-system-qemu=${bindir}/qemu-system-i386 \
> +    --with-system-qemu=${bindir}/${QEMU_SYSTEM} \
>      "
>
>  do_configure() {
> --
> 2.34.1
>
>

-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8932): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8932
Mute This Topic: https://lists.yoctoproject.org/mt/109126016/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to