Skip to content

Commit

Permalink
packages/qemu-static: drop obsolete patch
Browse files Browse the repository at this point in the history
This patch is now upstreamed in QEMU 9.1.2, which we build here.
  • Loading branch information
msanft authored and katexochen committed Dec 18, 2024
1 parent 1989877 commit 1df34e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.

This file was deleted.

5 changes: 1 addition & 4 deletions packages/by-name/qemu-static/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
hostCpuOnly = true;
hostCpuTargets = [ "x86_64-softmmu" ];
})).overrideAttrs
(previousAttrs: rec {
(previousAttrs: {
configureFlags = previousAttrs.configureFlags ++ [
"-Dlinux_aio_path=${libaio}/lib"
"-Dlinux_fdt_path=${dtc}/lib"
Expand All @@ -33,8 +33,5 @@
# Based on https://github.com/NixOS/nixpkgs/pull/300070/commits/96054ca98020df125bb91e5cf49bec107bea051b#diff-7246126ac058898e6da6aadc1e831bb26afe07fa145958e55c5e112dc2c578fd.
# We applied the same change done to libaio to libfdt as well.
./0002-add-options-for-library-paths.patch
# Fix needed for a behaviour change in Linux 6.11-rc4.
# TODO(freax13): Remove this when QEMU 9.1.2 is released.
./0003-accel-kvm-check-for-KVM_CAP_READONLY_MEM-on-VM.patch
];
})

0 comments on commit 1df34e8

Please sign in to comment.