]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2024-05-03  Paolo Bonzinipci: remove some types from typedefs.h
2024-05-03  Paolo Bonzinitcg: remove CPU* types from typedefs.h
2024-05-03  Paolo Bonzinidisplay: remove GraphicHwOps from typedefs.h
2024-05-03  Paolo Bonziniqapi/machine: remove types from typedefs.h
2024-05-03  Paolo Bonzinimonitor: remove MonitorDef from typedefs.h
2024-05-03  Paolo Bonzinimigration: remove PostcopyDiscardState from typedefs.h
2024-05-03  Paolo Bonzinilockable: remove QemuLockable from typedefs.h
2024-05-03  Paolo Bonziniintc: remove PICCommonState from typedefs.h
2024-05-03  Paolo Bonziniqemu-option: remove QemuOpt from typedefs.h
2024-05-03  Paolo Bonzininet: remove AnnounceTimer from typedefs.h
2024-05-03  Paolo Bonzininuma: remove types from typedefs.h
2024-05-03  Paolo Bonziniqdev-core: remove DeviceListener from typedefs.h
2024-05-03  Paolo Bonzinifw_cfg: remove useless declarations from typedefs.h
2024-05-03  Paolo Bonzinibuild: do not build virtio-vga-gl if virgl/opengl not...
2024-05-03  Paolo Bonzinibitmap: Use g_try_new0/g_new0/g_renew
2024-05-03  Lei Wangtarget/i386: Introduce SapphireRapids-v3 to add missing...
2024-05-03  Paolo Bonzinidocs: document new convention for Kconfig board symbols
2024-05-03  Paolo Bonzinixtensa: switch boards to "default y"
2024-05-03  Paolo Bonzinitricore: switch boards to "default y"
2024-05-03  Paolo Bonzinisparc: switch boards to "default y"
2024-05-03  Paolo Bonzinish4: switch boards to "default y"
2024-05-03  Paolo Bonzinis390x: switch boards to "default y"
2024-05-03  Paolo Bonzinirx: switch boards to "default y"
2024-05-03  Paolo Bonziniriscv: switch boards to "default y"
2024-05-03  Paolo Bonzinippc: switch boards to "default y"
2024-05-03  Paolo Bonziniopenrisc: switch boards to "default y"
2024-05-03  Paolo Bonzinimips: switch boards to "default y"
2024-05-03  Paolo Bonzinimeson: make target endianneess available to Kconfig
2024-05-03  Paolo Bonzinimicroblaze: switch boards to "default y"
2024-05-03  Paolo Bonzinim68k: switch boards to "default y"
2024-05-03  Paolo Bonziniloongarch: switch boards to "default y"
2024-05-03  Paolo Bonzinii386: switch boards to "default y"
2024-05-03  Paolo Bonzinihppa: switch boards to "default y"
2024-05-03  Paolo Bonzinicris: switch boards to "default y"
2024-05-03  Paolo Bonziniavr: switch boards to "default y"
2024-05-03  Paolo Bonziniarm: switch boards to "default y"
2024-05-03  Paolo Bonzinialpha: switch boards to "default y"
2024-05-03  Paolo Bonziniconfigs: list "implied" device groups in the default...
2024-05-03  Paolo Bonzinikvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
2024-05-03  Paolo Bonzinigitlab-ci: adjust msys2-64bit to be able to run qtest
2024-05-03  Paolo Bonzinitests/qtest: skip m48t59-test if the machine is absent
2024-05-03  Paolo BonziniKconfig: kvm: allow building without any board
2024-05-03  Ruihan Litarget/i386: Give IRQs a chance when resetting HF_INHIB...
2024-05-01  Richard HendersonMerge tag 'pull-tcg-20240501' of https://gitlab.com...
2024-05-01  Richard HendersonMerge tag 'pull-ufs-20240429' of https://gitlab.com...
2024-05-01  Richard HendersonMerge tag 'qga-pull-2024-05-01' of https://github.com...
2024-05-01  aidaleucqga: Implement SSH commands for Windows
2024-05-01  aidaleucqga: Refactor common SSH functions
2024-05-01  Andrey Drobyshevqga/commands-posix: qmp_guest_set_user_password: use...
2024-05-01  Andrey Drobyshevqga/commands-posix: don't do fork()/exec() when suspend...
2024-05-01  Andrey Drobyshevqga/commands-posix: execute_fsfreeze_hook: use ga_run_c...
2024-05-01  Andrey Drobyshevqga/commands-posix: qmp_guest_set_time: use ga_run_comm...
2024-05-01  Andrey Drobyshevqga/commands-posix: qmp_guest_shutdown: use ga_run_comm...
2024-05-01  Andrey Drobyshevqga: introduce ga_run_command() helper for guest cmd...
2024-05-01  Andrey Drobyshevqga: guest-get-fsinfo: add optional 'total-bytes-privil...
2024-04-30  Richard Hendersonplugins: Update the documentation block for plugin...
2024-04-30  Richard Hendersonplugins: Inline plugin_gen_empty_callback
2024-04-30  Richard Hendersonplugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
2024-04-30  Richard Hendersonplugins: Split out common cb expanders
2024-04-30  Richard Hendersonplugins: Replace pr_ops with a proper debug dump flag
2024-04-30  Richard Hendersonplugins: Introduce PLUGIN_CB_MEM_REGULAR
2024-04-30  Richard Hendersonplugins: Simplify callback queues
2024-04-30  Richard Hendersontcg: Remove INDEX_op_plugin_cb_{start,end}
2024-04-30  Richard Hendersontcg: Remove TCG_CALL_PLUGIN
2024-04-30  Richard Hendersonplugins: Remove plugin helpers
2024-04-30  Richard Hendersonplugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
2024-04-30  Richard Hendersonplugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
2024-04-30  Richard Hendersonplugins: Add PLUGIN_GEN_AFTER_TB
2024-04-30  Richard Hendersonplugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
2024-04-30  Richard Hendersonplugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
2024-04-30  Richard Hendersonplugins: Create TCGHelperInfo for all out-of-line callbacks
2024-04-30  Richard Hendersonplugins: Move function pointer in qemu_plugin_dyn_cb
2024-04-30  Richard Hendersonplugins: Zero new qemu_plugin_dyn_cb entries
2024-04-30  Richard Hendersontcg: Pass function pointer to tcg_gen_call*
2024-04-30  Richard Hendersontcg: Make tcg/helper-info.h self-contained
2024-04-30  Richard HendersonMerge tag 'pull-target-arm-20240430' of https://git...
2024-04-30  Richard HendersonMerge tag 'pull-request-2024-04-30' of https://gitlab...
2024-04-30  Inès Varholtests/qtest : Add testcase for DM163
2024-04-30  Inès Varholhw/arm : Connect DM163 to B-L475E-IOT01A
2024-04-30  Inès Varholhw/arm : Create Bl475eMachineState
2024-04-30  Inès Varholhw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
2024-04-30  Inès Varholhw/display : Add device DM163
2024-04-30  Philippe Mathieu... hw/arm/npcm7xx: Store derivative OTP fuse key in little...
2024-04-30  Thomas Huthhw/char/stm32l4x5_usart: Fix memory corruption by addin...
2024-04-30  Alexandra Diupinahw/dmax/xlnx_dpdma: fix handling of address_extension...
2024-04-30  Richard HendersonMerge tag 'pull-loongarch-20240429' of https://gitlab...
2024-04-30  Peter Maydelltarget/arm: Default to 1GHz cntfrq for 'max' and new...
2024-04-30  Peter Maydellhw/watchdog/sbsa_gwdt: Make watchdog timer frequency...
2024-04-30  Peter Maydellhw/arm/sbsa-ref: Force CPU generic timer to 62.5MHz
2024-04-30  Peter Maydelltarget/arm: Refactor default generic timer frequency...
2024-04-30  Peter Maydelltests/avocado: update sunxi kernel from armbian to...
2024-04-30  Peter Maydelltarget/arm: Enable FEAT_Spec_FPACC for -cpu max
2024-04-30  Peter Maydelltarget/arm: Implement ID_AA64MMFR3_EL1
2024-04-30  Peter Maydelltarget/arm: Enable FEAT_ETS2 for -cpu max
2024-04-30  Peter Maydelltarget/arm: Enable FEAT_CSV2_3 for -cpu max
2024-04-30  Peter Maydelldocs/system/arm/emulation.rst: Add missing implemented...
2024-04-30  Richard Hendersontarget/arm: Restrict translation disabled alignment...
2024-04-30  Zenghui Yuhvf: arm: Remove PL1_WRITE_MASK
2024-04-30  Raphael Poggihw/core/clock: allow clock_propagate on child clocks
2024-04-30  Thomas Huth.gitlab-ci.d/cirrus: Remove the netbsd and openbsd...
next