Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
d477c3f
[vcpkg] Add overlay port for QEMU
xmkg Apr 7, 2026
5b853e5
[vcpkg] List qemu in overlay ports
xmkg Apr 7, 2026
872d95b
[vcpkg] Add qemu to dependencies
xmkg Apr 7, 2026
90625c2
[vcpkg] Qemu: fix patch format and warnings
xmkg Apr 7, 2026
b6e0f0e
[3rd-party] Remove QEMU CMake code
xmkg Apr 7, 2026
ad3d958
[vcpkg] Tweak recipe to make compilation work
xmkg Apr 7, 2026
7887e09
[vcpkg] Move QEMU dependency behind a feature
xmkg Apr 7, 2026
49cb99e
[cmake] Extract backend list code
xmkg Apr 7, 2026
b69d073
[vcpkg] Ensure QEMU uses vcpkg pkgconfig deps
xmkg Apr 7, 2026
eb90fa1
[cmake] Fix mistake in supported backends list
xmkg Apr 7, 2026
0231c2b
[cmake] Add QEMU install code
xmkg Apr 7, 2026
74f1277
[vcpkg] Qemu: alias edk2 firmware files
xmkg Apr 7, 2026
f393610
[vcpkg] Qemu: ditch static flag
xmkg Apr 7, 2026
f161eff
[cmake] Deploy QEMU firmwares too
xmkg Apr 7, 2026
ae559c9
[qemu-proc-spec] Force use of vendored QEMU
xmkg Apr 7, 2026
9d00cf2
[vcpkg] Qemu: add missing OVMF.fd fw image
xmkg Apr 7, 2026
1450615
[qemu] Pass firmware lookup path at runtime
xmkg Apr 7, 2026
8a8e310
[vcpkg] Qemu: Copy OVMF.fd and kvmvapic.bin
xmkg Apr 7, 2026
c82c2ae
[qemu] Use correct QEMU for get_backend_ver_str
xmkg Apr 7, 2026
eec1305
[qemu] Use correct absolute FW path
xmkg Apr 7, 2026
acd2d4a
[vcpkg] Qemu: move system emulator behind feature
xmkg Apr 8, 2026
cc91551
[vcpkg] Qemu: disable optional rust components
xmkg Apr 8, 2026
7028003
[snap] Add bison to build dependencies
xmkg Apr 8, 2026
71fe7c0
[vcpkg] Qemu: add --disable-slirp from snapcraft
xmkg Apr 8, 2026
6753545
[vcpkg] Qemu: support for s390x/ppc64
xmkg Apr 8, 2026
774d553
[snapcraft] Remove QEMU and QEMU-FW parts
xmkg Apr 8, 2026
f029ada
[qemu-backend] Add get_firmware_path function
xmkg Apr 8, 2026
1f636a0
[qemu-backend] Move get_firmware_path to base proc
xmkg Apr 8, 2026
53eb9f4
[qemu-backend] Use firmware_path function
xmkg Apr 8, 2026
e778071
[src-process] Use correct qemu-img path
xmkg Apr 8, 2026
a63b683
[qemu-backend] Update working_directory for QEMU
xmkg Apr 8, 2026
7b537e3
[qemu-proc-spec] Update AppArmor bin paths
xmkg Apr 8, 2026
54d1f24
[vcpkg] Qemu: re-enable rust
xmkg Apr 8, 2026
f65eab4
[vcpkg] Qemu: pass -UNDEBUG to configure
xmkg Apr 8, 2026
5605d47
[cmake] Use WIN32 instead of MSVC for backend list
xmkg Apr 8, 2026
dfd0d12
[cmake] Add missing newlines
xmkg Apr 8, 2026
b8c0f98
[tests] Fix test failures after qemu path changes
xmkg Apr 9, 2026
802184e
[qemuimg-spec] Fix AppArmor bin path and tests
xmkg Apr 9, 2026
a839591
[qemu-proc] Continue correcting paths and tests
xmkg Apr 9, 2026
ae96b54
[test-qemuimg] Simplify expected path for AppArmor
xmkg Apr 9, 2026
b3b8139
[tests-qemu-vmstate] Add missing firmware_path
xmkg Apr 9, 2026
640e24e
[test-qemu] Use correct paths after changes
xmkg Apr 9, 2026
7c4d82f
[vcpkg] Qemu: ditch test option patch
xmkg Apr 9, 2026
f4c9d52
[gha-windows-macos] Remove choco install qemu
xmkg Apr 9, 2026
0e4c9e3
[vcpkg] Qemu: copy vga and pxe boot bin fw files
xmkg Apr 9, 2026
056a145
[vcpkg] Qemu: Efforts to make win build work
xmkg Apr 9, 2026
3a6ac78
[vcpkg] Qemu: Fix linux build after win changes
xmkg Apr 9, 2026
f837e80
[readme] Remove mentions of qemu from linux/win
xmkg Apr 9, 2026
4bf77d6
[cmake] Fix missing newline
xmkg Apr 9, 2026
5eb23de
[vcpkg] Qemu: try to fix CI pacman hang
xmkg Apr 10, 2026
23ec697
[vcpkg] Qemu: simplify portfile even further
xmkg Apr 10, 2026
a8464d4
[cmake] Make the linter happy
xmkg Apr 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
id: build-params
uses: ./.github/actions/build-params

- name: Install specific QEMU from Choco
uses: crazy-max/ghaction-chocolatey@v4
with:
args: install --yes qemu --version=2023.4.24

- name: Install other packages from Choco
uses: crazy-max/ghaction-chocolatey@v4
with:
Expand Down
5 changes: 0 additions & 5 deletions 3rd-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ endif ()

include(ExternalProject)

# QEMU itself
if (APPLE AND "qemu" IN_LIST MULTIPASS_BACKENDS)
add_subdirectory(qemu SYSTEM)
endif ()

if(MSVC)
set(JSONCPP_WITH_PKGCONFIG_SUPPORT OFF CACHE BOOL "Disable pkgconfig in jsoncpp" FORCE)
set(JSONCPP_WITH_POST_BUILD_UNITTEST OFF CACHE BOOL "Disable unit tests in jsoncpp" FORCE)
Expand Down
87 changes: 0 additions & 87 deletions 3rd-party/qemu/CMakeLists.txt

This file was deleted.

Binary file added 3rd-party/vcpkg-ports/qemu/OVMF.fd
Binary file not shown.
14 changes: 14 additions & 0 deletions 3rd-party/vcpkg-ports/qemu/configure-wrapper
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh
args=""
for arg in "$@"; do
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QEMU's configure is not like a traditional configure and it fails when some of the conventional configure flags are passed by vcpkg_configure_make(). This wrapper is here to strip those (we don't need them anyway).

case "$arg" in
--disable-silent-rules|--verbose) ;;
--disable-shared|--enable-shared) ;;
--disable-static|--enable-static) ;;
--enable-shared=*|--enable-static=*) ;;
--build=*|--host=*|--target=*) ;;
--bindir=*|--sbindir=*|--mandir=*|--docdir=*|--datarootdir=*) ;;
*) args="$args \"$arg\"" ;;
esac
done
eval exec "$(dirname "$0")/configure.real" $args
Loading
Loading