]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2025-05-06  Kohei Tokunagautil/cacheflush.c: Update cache flushing mechanism...
2025-05-06  Kohei Tokunagainclude/glib-compat.h: Poison g_list_sort and g_slist_sort
2025-05-06  Kohei Tokunagatarget/s390x: Fix type conflict of GLib function pointers
2025-05-06  Kohei Tokunagatarget/ppc: Fix type conflict of GLib function pointers
2025-05-06  Kohei Tokunagatarget/i386/cpu.c: Fix type conflict of GLib function...
2025-05-06  Kohei Tokunagatarget/arm/helper.c: Fix type conflict of GLib function...
2025-05-06  Paolo Bonzinidocs: build-system: fix typo
2025-05-06  Paolo Bonzinici: run RISC-V cross jobs by default
2025-05-06  Paolo Bonzinirust: clippy: enable uninlined_format_args lint
2025-05-06  Paolo Bonzinitarget/i386/emulate: fix target_ulong format strings
2025-05-06  Paolo Bonzinidocs: rust: update for newer minimum supported version
2025-05-06  Paolo Bonzinirust: replace c_str! with c"" literals
2025-05-06  Paolo Bonzinirust: remove offset_of replacement
2025-05-06  Paolo Bonzinirust: enable clippy::ptr_cast_constness
2025-05-06  Paolo Bonzinirust: qom: fix TODO about zeroability of classes
2025-05-06  Paolo Bonzinirust: use MaybeUninit::zeroed() in const context
2025-05-06  Paolo Bonzinirust: qemu_api_macros: make pattern matching more reada...
2025-05-06  Paolo Bonzinirust: let bilge use "let ... else"
2025-05-06  Paolo Bonzinirust: use std::ffi instead of std::os::raw
2025-05-06  Paolo Bonzinimeson, cargo: require Rust 1.77.0
2025-05-06  Paolo Bonzinilcitool: use newer Rust for Debian and Ubuntu
2025-05-05  Stefan HajnocziMerge tag 'pull-9p-20250505' of https://github.com...
2025-05-05  Stefan HajnocziMerge tag 'pull-aspeed-20250505' of https://github...
2025-05-05  Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2025-05-05  Stefan HajnocziMerge tag 'migration-20250502-pull-request' of https...
2025-05-05  Stefan HajnocziMerge tag 'pull-request-2025-04-30' of https://gitlab...
2025-05-05  Christian Schoenebeck9pfs: fix 'total_open_fd' decrementation
2025-05-05  Greg Kurztests/9p: Test `Tsetattr` can truncate unlinked file
2025-05-05  Christian Schoenebecktests/9p: add 'Tsetattr' request to test client
2025-05-05  Greg Kurz9pfs: Introduce futimens file op
2025-05-05  Greg Kurz9pfs: Introduce ftruncate file op
2025-05-05  Greg Kurz9pfs: Don't use file descriptors in core code
2025-05-05  Greg Kurz9pfs: local : Introduce local_fid_fd() helper
2025-05-05  Christian Schoenebeck9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
2025-05-05  Christian Schoenebeck9pfs: fix concurrent v9fs_reclaim_fd() calls
2025-05-05  Steven Leedocs: Add support for ast2700fc machine
2025-05-05  Steven Leetests/function/aspeed: Add functional test for ast2700fc
2025-05-05  Steven Leehw/arm: Introduce ASPEED AST2700 A1 full core machine
2025-05-05  Steven Leehw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoC
2025-05-05  Steven Leehw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
2025-05-05  Steven Leehw/intc/aspeed: Add support for AST2700 TSP INTC
2025-05-05  Steven Leehw/intc/aspeed: Add support for AST2700 SSP INTC
2025-05-05  Steven Leeaspeed: ast27x0: Correct hex notation for device addresses
2025-05-05  Steven Leeaspeed: ast27x0: Map unimplemented devices in SoC memory
2025-05-05  Jamin Lindocs/system/arm/aspeed: Support vbootrom for AST2700
2025-05-05  Jamin Lindocs/system/arm/aspeed: move AST2700 content to new...
2025-05-05  Jamin Lintests/functional/aspeed: Add to test vbootrom for AST2700
2025-05-05  Jamin Linhw/arm/aspeed: Add support for loading vbootrom image...
2025-05-05  Jamin Linhw/arm/aspeed_ast27x0 Introduce vbootrom memory region
2025-05-05  Jamin Lintests/functional/aspeed: extract boot and login sequenc...
2025-05-05  Jamin Lintests/functional/aspeed: Update test ASPEED SDK v09.06
2025-05-05  Jamin Lintests/functional/aspeed: Move I2C test into shared...
2025-05-05  Jamin Linhw/arm/aspeed_ast27x0: Rename variable sram_name to...
2025-05-05  Jamin Lintests/functional/aspeed: Update test ASPEED SDK v03...
2025-05-05  Jamin Lintests/functional/aspeed: Update test ASPEED SDK v09...
2025-05-05  Jamin Lintests/functional/aspeed: Update test ASPEED SDK v09...
2025-05-05  Joe Komlodihw/ssi/aspeed_smc: Allow 64-bit wide flash accesses
2025-05-05  Troy Leehw/arm: ast27x0: Wire up EHCI controllers
2025-05-02  Andrey Drobyshevmonitor: don't wake up qmp_dispatcher_co coroutine...
2025-05-02  Stefan Zabkarust: centralize config in workspace root
2025-05-02  BALATON Zoltanhw/char/serial: Remove unused prog_if compat property
2025-05-02  Paolo Bonzinitarget/i386: do not block singlestep for STI
2025-05-02  Paolo Bonzinitarget/i386: do not trigger IRQ shadow for LSS
2025-05-02  Wei Liutarget/i386/hvf: fix a compilation error
2025-05-02  Magnus Kulketarget/i386/emulate: remove rflags leftovers
2025-05-02  Zhao Liurust/hpet: Support migration
2025-05-02  Zhao Liurust/timer: Define NANOSECONDS_PER_SECOND binding as u64
2025-05-02  Zhao Liurust/vmstate_test: Test varray with num field wrapped...
2025-05-02  Paolo Bonzinirust: assertions: Support index field wrapped in BqlCell
2025-05-02  Paolo Bonzinivmstate: support varray for vmstate_clock!
2025-05-02  Zhao Liurust/vmstate: Add support for field_exists checks
2025-05-02  Thomas Huthscripts/vmstate-static-checker.py: Allow new name for...
2025-05-02  Jack Wangmigration/rdma: Remove qemu_rdma_broken_ipv6_kernel
2025-05-02  Peter Xumigration/postcopy: Spatial locality page hint for...
2025-05-02  Prasad Pandittests/qtest/migration: consolidate set capabilities
2025-05-02  Peter Xumigration/ram: Implement save_postcopy_prepare()
2025-05-02  Peter Xumigration: Add save_postcopy_prepare() savevm handler
2025-05-02  Prasad Panditmigration: refactor channel discovery mechanism
2025-05-02  Prasad Panditmigration/multifd: move macros to multifd header
2025-05-02  Markus Armbrustermigration: Fix latent bug in migrate_params_test_apply()
2025-05-02  Li Zhijianmigration: Add qtest for migration over RDMA
2025-05-02  Li Zhijianmigration: Unfold control_save_page()
2025-05-02  Li Zhijianmigration/rdma: Remove redundant migration_in_postcopy...
2025-05-02  Li Zhijianmigration: disable RDMA + postcopy-ram
2025-05-02  Li Zhijianmigration: check RDMA and capabilities are compatible...
2025-05-02  Jamin Linpc-bios: Add AST27x0 vBootrom
2025-04-30  Pierrick Bouvierdocs/devel/build-environment: enhance MSYS2 instructions
2025-04-30  Philippe Mathieu... hw/rtc/mc146818rtc: Drop pre-v3 migration stream support
2025-04-30  Thomas Huthmeson.build: Put the D-Bus summary into the UI section
2025-04-30  Thomas Huthtests/functional/test_ppc64_pseries: Skip test_ppc64_li...
2025-04-30  Thomas HuthDrop support for Python 3.8
2025-04-30  Daniel P. Berrangémeson/configure: add 'valgrind' option & --{en, dis...
2025-04-30  Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2025-04-30  Stefan HajnocziMerge tag 'pull-tcg-20250429' of https://gitlab.com...
2025-04-30  Kevin Wolffile-posix: Fix crash on discard_granularity == 0
2025-04-30  Gautam Galatarget/s390x: Return UVC cmd code, RC and RRC value...
2025-04-30  Gautam Galatarget/s390x: Introduce function when exiting PV
2025-04-30  Gautam Galatarget/s390x: Introduce constant when checking if PV...
2025-04-28  Richard Hendersontcg/sparc64: Implement CTPOP
2025-04-28  Richard Hendersontcg/sparc64: Unexport use_vis3_instructions
next