aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/qapi/expr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-03mips: switch boards to "default y"Paolo Bonzini5-8/+26
2024-05-03meson: make target endianneess available to KconfigPaolo Bonzini2-5/+10
2024-05-03microblaze: switch boards to "default y"Paolo Bonzini3-6/+12
2024-05-03m68k: switch boards to "default y"Paolo Bonzini3-8/+17
2024-05-03loongarch: switch boards to "default y"Paolo Bonzini3-3/+6
2024-05-03i386: switch boards to "default y"Paolo Bonzini4-8/+17
2024-05-03hppa: switch boards to "default y"Paolo Bonzini3-4/+5
2024-05-03cris: switch boards to "default y"Paolo Bonzini3-4/+6
2024-05-03avr: switch boards to "default y"Paolo Bonzini2-3/+5
2024-05-03arm: switch boards to "default y"Paolo Bonzini3-1/+5
2024-05-03alpha: switch boards to "default y"Paolo Bonzini3-4/+5
2024-05-03configs: list "implied" device groups in the default configsPaolo Bonzini7-4/+21
2024-05-03kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabledPaolo Bonzini1-4/+13
2024-05-03gitlab-ci: adjust msys2-64bit to be able to run qtestPaolo Bonzini1-4/+1
2024-05-03tests/qtest: skip m48t59-test if the machine is absentPaolo Bonzini1-5/+6
2024-05-03Kconfig: kvm: allow building without any boardPaolo Bonzini2-0/+4
2024-05-03target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASKRuihan Li1-4/+10
2024-05-01qga: Implement SSH commands for Windowsaidaleuc4-11/+749
2024-05-01qga: Refactor common SSH functionsaidaleuc4-47/+63
2024-05-01qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helperAndrey Drobyshev1-83/+13
2024-05-01qga/commands-posix: don't do fork()/exec() when suspending via sysfsAndrey Drobyshev1-36/+5
2024-05-01qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helperAndrey Drobyshev1-32/+3
2024-05-01qga/commands-posix: qmp_guest_set_time: use ga_run_command helperAndrey Drobyshev1-40/+3
2024-05-01qga/commands-posix: qmp_guest_shutdown: use ga_run_command helperAndrey Drobyshev1-33/+6
2024-05-01qga: introduce ga_run_command() helper for guest cmd executionAndrey Drobyshev1-0/+150
2024-05-01qga: guest-get-fsinfo: add optional 'total-bytes-privileged' fieldAndrey Drobyshev3-2/+8
2024-04-30plugins: Update the documentation block for plugin-gen.cRichard Henderson1-27/+4
2024-04-30plugins: Inline plugin_gen_empty_callbackRichard Henderson1-16/+3
2024-04-30plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.cRichard Henderson2-46/+32
2024-04-30plugins: Split out common cb expandersRichard Henderson1-43/+41
2024-04-30plugins: Replace pr_ops with a proper debug dump flagRichard Henderson5-57/+45
2024-04-30plugins: Introduce PLUGIN_CB_MEM_REGULARRichard Henderson3-3/+4
2024-04-30plugins: Simplify callback queuesRichard Henderson3-78/+65
2024-04-30tcg: Remove INDEX_op_plugin_cb_{start,end}Richard Henderson4-32/+0
2024-04-30tcg: Remove TCG_CALL_PLUGINRichard Henderson3-11/+5
2024-04-30plugins: Remove plugin helpersRichard Henderson4-33/+0
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEMRichard Henderson6-372/+55
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSNRichard Henderson3-228/+67
2024-04-30plugins: Add PLUGIN_GEN_AFTER_TBRichard Henderson1-21/+16
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_FROM_TBRichard Henderson2-44/+58
2024-04-30plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSNRichard Henderson4-31/+50
2024-04-30plugins: Create TCGHelperInfo for all out-of-line callbacksRichard Henderson2-6/+46
2024-04-30plugins: Move function pointer in qemu_plugin_dyn_cbRichard Henderson3-7/+9
2024-04-30plugins: Zero new qemu_plugin_dyn_cb entriesRichard Henderson1-1/+1
2024-04-30tcg: Pass function pointer to tcg_gen_call*Richard Henderson3-38/+52
2024-04-30tcg: Make tcg/helper-info.h self-containedRichard Henderson3-2/+4
2024-04-30tests/qtest : Add testcase for DM163Inès Varhol2-0/+196
2024-04-30hw/arm : Connect DM163 to B-L475E-IOT01AInès Varhol2-2/+58
2024-04-30hw/arm : Create Bl475eMachineStateInès Varhol1-14/+32
2024-04-30hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoCInès Varhol3-14/+22