nixpkgs/pkgs/applications/virtualization/qemu
dramforever 08e6d08ace qemu: Remove --cpu= flag
'./configure --cpu=$(uname -m)' (essentially) breaks the case of riscv,
where the configure script expects '--cpu=riscv', but 'uname -m' gives
'riscv{32,64}'. This eventually leads to user-mode emulation being
disabled.

Since the configure script can auto-detect the parameter based on
compilers, remove this flag.

Originally added in #147692, but apparently it's not needed and @NickCao
couldn't remember why it was added. See also mailing list discussion at
https://lore.kernel.org/qemu-devel/20230204112502.2558739-1-mjt@msgid.tls.msk.ru/T/
2023-02-10 00:02:36 +08:00
..
binfmt-p-wrapper.c qemu: Add binfmt preserve-argv[0] wrapper 2021-12-01 22:20:48 -08:00
binfmt-p-wrapper.nix qemu: Add binfmt preserve-argv[0] wrapper 2021-12-01 22:20:48 -08:00
canokey-qemu.nix canokey-qemu: init at unstable-2022-06-23 2022-10-04 00:59:26 +08:00
default.nix qemu: Remove --cpu= flag 2023-02-10 00:02:36 +08:00
fix-qemu-ga.patch qemu: 7.0.0 -> 7.1.0 2022-09-02 07:15:59 +00:00
force-uid0-on-9p.patch
provide-fallback-for-utimensat.patch qemu: 6.2.0 -> 7.0.0 2022-04-20 15:27:34 +00:00
revert-ui-cocoa-add-clipboard-support.patch qemu: 7.1.0 -> 7.2.0 2022-12-17 01:47:29 +00:00
utils.nix qemu-utils: ensure we cut off qemu dependency 2022-07-06 07:13:29 +00:00