aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openrisc: switch boards to "default y"Paolo Bonzini2024-05-033-4/+7
* mips: switch boards to "default y"Paolo Bonzini2024-05-035-8/+26
* meson: make target endianneess available to KconfigPaolo Bonzini2024-05-032-5/+10
* microblaze: switch boards to "default y"Paolo Bonzini2024-05-033-6/+12
* m68k: switch boards to "default y"Paolo Bonzini2024-05-033-8/+17
* loongarch: switch boards to "default y"Paolo Bonzini2024-05-033-3/+6
* i386: switch boards to "default y"Paolo Bonzini2024-05-034-8/+17
* hppa: switch boards to "default y"Paolo Bonzini2024-05-033-4/+5
* cris: switch boards to "default y"Paolo Bonzini2024-05-033-4/+6
* avr: switch boards to "default y"Paolo Bonzini2024-05-032-3/+5
* arm: switch boards to "default y"Paolo Bonzini2024-05-033-1/+5
* alpha: switch boards to "default y"Paolo Bonzini2024-05-033-4/+5
* configs: list "implied" device groups in the default configsPaolo Bonzini2024-05-037-4/+21
* kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabledPaolo Bonzini2024-05-031-4/+13
* gitlab-ci: adjust msys2-64bit to be able to run qtestPaolo Bonzini2024-05-031-4/+1
* tests/qtest: skip m48t59-test if the machine is absentPaolo Bonzini2024-05-031-5/+6
* Kconfig: kvm: allow building without any boardPaolo Bonzini2024-05-032-0/+4
* target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASKRuihan Li2024-05-031-4/+10
* Merge tag 'pull-tcg-20240501' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2024-05-0119-930/+391
|\
| * plugins: Update the documentation block for plugin-gen.cRichard Henderson2024-04-301-27/+4
| * plugins: Inline plugin_gen_empty_callbackRichard Henderson2024-04-301-16/+3
| * plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.cRichard Henderson2024-04-302-46/+32
| * plugins: Split out common cb expandersRichard Henderson2024-04-301-43/+41
| * plugins: Replace pr_ops with a proper debug dump flagRichard Henderson2024-04-305-57/+45
| * plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson2024-04-303-3/+4
| * plugins: Simplify callback queuesRichard Henderson2024-04-303-78/+65
| * tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson2024-04-304-32/+0
| * tcg: Remove TCG_CALL_PLUGINRichard Henderson2024-04-303-11/+5
| * plugins: Remove plugin helpersRichard Henderson2024-04-304-33/+0
| * plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson2024-04-306-372/+55
| * plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSNRichard Henderson2024-04-303-228/+67
| * plugins: Add PLUGIN_GEN_AFTER_TBRichard Henderson2024-04-301-21/+16
| * plugins: Use emit_before_op for PLUGIN_GEN_FROM_TBRichard Henderson2024-04-302-44/+58
| * plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson2024-04-304-31/+50
| * plugins: Create TCGHelperInfo for all out-of-line callbacksRichard Henderson2024-04-302-6/+46
| * plugins: Move function pointer in qemu_plugin_dyn_cbRichard Henderson2024-04-303-7/+9
| * plugins: Zero new qemu_plugin_dyn_cb entriesRichard Henderson2024-04-301-1/+1
| * tcg: Pass function pointer to tcg_gen_call*Richard Henderson2024-04-303-38/+52
| * tcg: Make tcg/helper-info.h self-containedRichard Henderson2024-04-303-2/+4
* | Merge tag 'pull-ufs-20240429' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson2024-05-011-0/+8
|\ \
| * | hw/ufs: Fix buffer overflow bugJeuk Kim2024-04-291-0/+8
* | | Merge tag 'qga-pull-2024-05-01' of https://github.com/kostyanf14/qemu into stagingRichard Henderson2024-05-019-283/+999
|\ \ \ | |_|/ |/| |
| * | qga: Implement SSH commands for Windowsaidaleuc2024-05-014-11/+749
| * | qga: Refactor common SSH functionsaidaleuc2024-05-014-47/+63
| * | qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev2024-05-011-83/+13
| * | qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev2024-05-011-36/+5
| * | qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev2024-05-011-32/+3
| * | qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev2024-05-011-40/+3
| * | qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev2024-05-011-33/+6
| * | qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev2024-05-011-0/+150