<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/wic, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2026-04-09T13:51:26+00:00</updated>
<entry>
<title>wic: move files to files/wic</title>
<updated>2026-04-09T13:51:26+00:00</updated>
<author>
<name>Ricardo Salveti</name>
<email>ricardo.salveti@oss.qualcomm.com</email>
</author>
<published>2026-04-07T22:47:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=4dddf149832ef19233c13af31987bcd6b1faf4cd'/>
<id>urn:sha1:4dddf149832ef19233c13af31987bcd6b1faf4cd</id>
<content type='text'>
Move local wic files to the new expected location files/wic, needed after
the wic migration to a standalone project outside oe-core.

Signed-off-by: Ricardo Salveti &lt;ricardo.salveti@oss.qualcomm.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen: fix x86-64 boot and guest bundling issues</title>
<updated>2026-02-26T01:05:01+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2026-02-19T22:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=5c891aab54f1432f2afe75bf0dee0027fbb2e4bd'/>
<id>urn:sha1:5c891aab54f1432f2afe75bf0dee0027fbb2e4bd</id>
<content type='text'>
Fix several issues found during x86-64 Xen testing:

- xen-image-minimal: use -cpu host for KVM to avoid Xen CPUID
  filtering stripping AVX/AVX2 from x86-64-v3 builds, causing
  illegal instruction crashes in Dom0
- xen-image-minimal: use QB_MEM_VALUE (not QB_MEM) to properly
  override the hard assignment in qemuboot-xen-defaults.bbclass
- xen-image-minimal: set dom0_mem=512M via QB_XEN_CMDLINE_EXTRA
- qemuboot-xen-x86-64.cfg: add dom0_mem=512M to static syslinux
  config so guest autostart has memory available
- vgabios: use ${SAVANNAH_GNU_MIRROR} for reliable downloads
- alpine-xen-guest-bundle: add per-architecture checksums for
  aarch64 and x86_64 tarballs, fix S variable warning

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen: use bzImage for boot (instead of vmlinux)</title>
<updated>2024-03-21T23:15:13+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@gmail.com</email>
</author>
<published>2024-03-21T23:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=4666b2a2d80c8d063b4de3fea3142115b7598779'/>
<id>urn:sha1:4666b2a2d80c8d063b4de3fea3142115b7598779</id>
<content type='text'>
Testing with the latest oe-core was unable to boot and
only syslinux was running.

It appears that the desired kernel is not on the /boot
partition, and hence the system can't continue.

bzImage is installed and available, so we switch to that.

We also ensure that both kernel-vmlinux and kernel-image
are installed to the rootfs so we can have choices in
the future.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>xen-image-minimal: supply bootloader config for qemux86-64 machine</title>
<updated>2021-09-02T20:36:23+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2021-08-31T23:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=5ae8ad3316e52f7faa018aa408dc606edeabbb34'/>
<id>urn:sha1:5ae8ad3316e52f7faa018aa408dc606edeabbb34</id>
<content type='text'>
Add a dedicated bootloader config for the qemux86-64 machine so that the
'pmtmr=0' kernel command line argument can be provided, which removes an
error message that otherwise occurs in syslog during boot which is
detected by an OEQA test case causing it to fail.

A new kickstart file is provided that applies the new bootloader config
and it is supplied as an override to WKS_FILE for this image.

This is work towards enabling the Xen Test Framework (XTF) in the OEQA
testimage framework.

Signed-off-by: Christopher Clark &lt;christopher.clark@starlab.io&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
<entry>
<title>wic: add support for bootable pcbios partition with Xen hypervisor</title>
<updated>2020-02-27T21:59:22+00:00</updated>
<author>
<name>Christopher Clark</name>
<email>christopher.w.clark@gmail.com</email>
</author>
<published>2020-02-26T00:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=c66da6821f38a9db3422990bd4068ab691169803'/>
<id>urn:sha1:c66da6821f38a9db3422990bd4068ab691169803</id>
<content type='text'>
New bootimg-biosxen wic plugin to populate a boot partition for
launching Xen and dom0.

Includes example kickstart wks files to generate disk images to boot
into Xen from PC BIOS.

  eg: wic create directdisk-xen -e xen-image-minimal

and write the resulting image file to a disk for boot.

Signed-off-by: Christopher Clark &lt;christopher.clark6@baesystems.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@gmail.com&gt;
</content>
</entry>
</feed>
