Age | Commit message (Expand) | Author | Files | Lines |
2024-05-25 | migration: remove unnecessary zlib dependency | Paolo Bonzini | 1 | -1/+1 |
2024-05-24 | configure: move -mcx16 flag out of CPU_CFLAGS | Artyom Kunakovsky | 1 | -0/+7 |
2024-05-14 | Bump minimum glib version to v2.66 | Thomas Huth | 1 | -15/+1 |
2024-05-10 | configs: disable emulators that require it if libfdt is not found | Paolo Bonzini | 1 | -1/+5 |
2024-05-10 | kconfig: allow compiling out QEMU device tree code per target | Paolo Bonzini | 1 | -0/+1 |
2024-05-10 | meson: move libfdt together with other dependencies | Paolo Bonzini | 1 | -41/+38 |
2024-05-10 | meson: pick libfdt from common_ss when building target-specific files | Paolo Bonzini | 1 | -3/+11 |
2024-05-08 | migration: Remove block migration | Fabiano Rosas | 1 | -2/+0 |
2024-05-03 | meson: make target endianneess available to Kconfig | Paolo Bonzini | 1 | -5/+7 |
2024-04-26 | exec: Expose 'target_page.h' API to user emulation | Philippe Mathieu-Daudé | 1 | -1/+1 |
2024-04-26 | exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET | Philippe Mathieu-Daudé | 1 | -2/+2 |
2024-04-24 | meson: Make DEBUG_REMAP a meson option | Ilya Leoshkevich | 1 | -0/+4 |
2024-04-24 | Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into staging | Richard Henderson | 1 | -38/+0 |
2024-04-24 | hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper | Philippe Mathieu-Daudé | 1 | -36/+0 |
2024-04-24 | target/nios2: Remove the deprecated Nios II target | Philippe Mathieu-Daudé | 1 | -2/+0 |
2024-04-18 | hw: Include minimal source set in user emulation build | Philippe Mathieu-Daudé | 1 | -1/+5 |
2024-04-18 | meson: do not link pixman automatically into all targets | Paolo Bonzini | 1 | -1/+1 |
2024-04-12 | meson.build: Disable -fzero-call-used-regs on OpenBSD | Thomas Huth | 1 | -1/+5 |
2024-03-20 | meson: remove dead dictionary access | Paolo Bonzini | 1 | -1/+1 |
2024-03-13 | Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta... | Peter Maydell | 1 | -23/+40 |
2024-03-12 | meson: generate .stp files for tools too | Daniel P. Berrangé | 1 | -21/+40 |
2024-03-12 | tracetool: remove redundant --target-type / --target-name args | Daniel P. Berrangé | 1 | -2/+0 |
2024-03-12 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Peter Maydell | 1 | -3/+7 |
2024-03-12 | ebpf: Updated eBPF program and skeleton. | Andrew Melnychenko | 1 | -3/+7 |
2024-03-11 | meson.build: Always require an objc compiler on macos hosts | Peter Maydell | 1 | -1/+1 |
2024-03-08 | meson: Remove --warn-common ldflag | Akihiko Odaki | 1 | -5/+0 |
2024-03-04 | meson: detect broken clang 17 with -fzero-call-used-regs | Daniel P. Berrangé | 1 | -5/+12 |
2024-02-23 | meson: Enable -Wvla | Peter Maydell | 1 | -0/+1 |
2024-02-09 | crypto: Introduce SM4 symmetric cipher algorithm | Hyman Huang | 1 | -0/+26 |
2024-02-09 | meson: sort C warning flags alphabetically | Daniel P. Berrangé | 1 | -19/+21 |
2024-02-06 | meson: Link with libinotify on FreeBSD | Ilya Leoshkevich | 1 | -4/+19 |
2024-02-01 | hw/fsi: Introduce IBM's Local bus | Ninad Palsule | 1 | -0/+1 |
2024-01-26 | virtio-blk: move dataplane code into virtio-blk.c | Stefan Hajnoczi | 1 | -1/+0 |
2024-01-16 | meson: mitigate against use of uninitialize stack for exploits | Daniel P. Berrangé | 1 | -0/+5 |
2024-01-16 | meson: mitigate against ROP exploits with -fzero-call-used-regs | Daniel P. Berrangé | 1 | -0/+11 |
2024-01-12 | Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell | 1 | -1/+0 |
2024-01-11 | target/loongarch: Add loongarch kvm into meson build | Tianrui Zhao | 1 | -0/+2 |
2024-01-11 | target/loongarch: Implement kvm get/set registers | Tianrui Zhao | 1 | -0/+1 |
2024-01-11 | Revert "osdep: add getloadavg" | Daniel P. Berrangé | 1 | -1/+0 |
2024-01-05 | meson: Allow building binary with no target-specific files in hw/ | Philippe Mathieu-Daudé | 1 | -3/+5 |
2023-12-31 | meson.build: report graphics backends separately | Alex Bennée | 1 | -2/+6 |
2023-12-31 | configure, meson: rename targetos to host_os | Paolo Bonzini | 1 | -103/+103 |
2023-12-31 | meson: rename config_all | Paolo Bonzini | 1 | -8/+8 |
2023-12-31 | meson: remove CONFIG_ALL | Paolo Bonzini | 1 | -25/+7 |
2023-12-31 | meson: remove config_targetos | Paolo Bonzini | 1 | -14/+10 |
2023-12-31 | meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos | Paolo Bonzini | 1 | -5/+6 |
2023-12-31 | meson: remove OS definitions from config_targetos | Paolo Bonzini | 1 | -8/+0 |
2023-12-31 | meson: always probe u2f and canokey if the option is enabled | Paolo Bonzini | 1 | -2/+2 |
2023-12-31 | meson: move subdirs to "Collect sources" section | Paolo Bonzini | 1 | -33/+33 |
2023-12-31 | meson: move config-host.h definitions together | Paolo Bonzini | 1 | -13/+14 |