]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-09-07 Paolo Bonzinimkvenv: assume presence of importlib.metadata
2023-09-07 Paolo BonziniPython: Drop support for Python 3.7
2023-09-07 Paolo Bonziniconfigure: remove dead code
2023-09-07 Paolo Bonzinimeson: list leftover CONFIG_* symbols
2023-09-07 Paolo Bonziniconfigure, meson: remove target OS symbols from config...
2023-09-07 Paolo Bonziniconfigure, meson: remove CONFIG_SOLARIS from config...
2023-09-07 Paolo Bonziniconfigure, meson: move --enable-plugins to meson
2023-09-07 Paolo Bonziniconfigure: unify recursion into sub-Makefiles
2023-09-07 Paolo Bonzinicontrib/plugins: use an independent makefile
2023-09-07 Paolo Bonziniconfigure: move --enable-debug-tcg to meson
2023-09-07 Paolo Bonziniconfigure: remove boolean variables for targets
2023-09-07 Paolo Bonzinimeson: compile bundled device trees
2023-09-07 Paolo Bonziniconfigure: create native file with contents of $host_cc
2023-09-07 Paolo Bonziniconfigure: remove HOST_CC
2023-09-07 Paolo Bonzinimeson: update unsupported host/CPU messages
2023-09-07 Paolo Bonzinimeson: do not unnecessarily use cmake for dependencies
2023-09-07 Paolo Bonzinicontrib/plugins: add Darwin support
2023-09-07 Philippe Mathieu... contrib/plugins/lockstep: Fix string format
2023-09-07 Philippe Mathieu... contrib/plugins/howvec: Fix string format
2023-09-07 Philippe Mathieu... contrib/plugins/drcov: Fix string format
2023-09-07 Philippe Mathieu... contrib/plugins/cache: Fix string format
2023-09-07 Paolo Bonzinicontrib/plugins: remove -soname argument
2023-09-01 Michael Tokarevutil/async-teardown.c: move to softmmu/, only build...
2023-09-01 Michael Tokarevsoftmmu/vl.c: inline include/qemu/qemu-options.h into...
2023-09-01 Michael Tokarevos-posix.c: remove unneeded #includes
2023-09-01 Michael Tokarevos-posix.c: move code around
2023-09-01 Michael Tokarevos-posix.c, softmmu/vl.c: move os_parse_cmd_args()...
2023-09-01 Michael Tokarevos-posix.c: create and export os_set_chroot()
2023-09-01 Michael Tokarevos-posix.c: create and export os_set_runas()
2023-09-01 Michael Tokarevinclude/sysemu/os-posix.h: move *daemonize* declaration...
2023-09-01 Tao Sutarget/i386: Add support for AMX-COMPLEX in CPUID enume...
2023-09-01 Paolo Bonzinitarget/i386: fix memory operand size for CVTPS2PD
2023-09-01 Paolo Bonzinitarget/i386: generalize operand size "ph" for use in...
2023-09-01 Paolo Bonzinitarget/i386: raise FERR interrupt with iothread locked
2023-09-01 Paolo Bonzinilinux-user, bsd-user: disable on unsupported host archi...
2023-08-31 Stefan HajnocziMerge tag 'quick-fix-pull-request' of https://gitlab...
2023-08-31 Stefan HajnocziMerge tag 'pull-target-arm-20230831' of https://git...
2023-08-31 Stefan HajnocziMerge tag 'xen-virtio-2-tag' of https://gitlab.com...
2023-08-31 Stefan HajnocziMerge tag 'pull-maintainer-ominbus-300823-1' of https...
2023-08-31 Peter Maydellhw/arm: Set number of MPU regions correctly for an505...
2023-08-31 Peter Maydellhw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions...
2023-08-31 Peter Maydelltarget/arm: Do all "ARM_FEATURE_X implies Y" checks...
2023-08-31 Peter Maydellrtc: Use time_t for passing and returning time offsets
2023-08-31 Peter Maydellhw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t...
2023-08-31 Peter Maydellhw/rtc/twl92230: Use int64_t for sec_offset and alm_sec
2023-08-31 Peter Maydellhw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()
2023-08-31 Peter Maydelltarget/arm: Catch illegal-exception-return from EL3...
2023-08-31 Jean-Christophe... Add i.MX7 SRC device implementation
2023-08-31 Jean-Christophe... Add i.MX7 missing TZ devices and memory regions
2023-08-31 Jean-Christophe... Refactor i.MX7 processor code
2023-08-31 Jean-Christophe... Add i.MX6UL missing devices.
2023-08-31 Jean-Christophe... Refactor i.MX6UL processor code
2023-08-31 Jean-Christophe... Remove i.MX7 IOMUX GPR device from i.MX6UL
2023-08-31 Alex Bennéetarget/arm: properly document FEAT_CRC32
2023-08-31 Richard Hendersontarget/arm: Implement FEAT_HPDS2 as a no-op
2023-08-31 Richard Hendersontarget/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
2023-08-31 Richard Hendersontarget/arm: Apply access checks to neoverse-v1 special...
2023-08-31 Richard Hendersontarget/arm: Apply access checks to neoverse-n1 special...
2023-08-31 Richard Hendersontarget/arm: Introduce make_ccsidr64
2023-08-31 Richard Hendersontarget/arm: When tag memory is not present, set MTE=1
2023-08-31 Richard Hendersontarget/arm: Support more GM blocksizes
2023-08-31 Richard Hendersontarget/arm: Allow cpu to configure GM blocksize
2023-08-31 Richard Hendersontarget/arm: Reduce dcz_blocksize to uint8_t
2023-08-31 Oleksandr Tyshchenkoxen_arm: Initialize RAM and add hi/low memory regions
2023-08-31 Oleksandr Tyshchenkoxen_arm: Create virtio-mmio devices during initialization
2023-08-30 Warner Loshbsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to...
2023-08-30 Alex Bennéegdbstub: move comment for gdb_register_coprocessor
2023-08-30 Alex Bennéegdbstub: replace global gdb_has_xml with a function
2023-08-30 Alex Bennéegdbstub: refactor get_feature_xml
2023-08-30 Alex Bennéegdbstub: remove unused user_ctx field
2023-08-30 Matheus Branco... gdbstub: fixes cases where wrong threads were reported...
2023-08-30 Alex Bennéetests/tcg: clean-up gdb confirm/pagination settings
2023-08-30 Alex Bennéetests: remove test-gdbstub.py
2023-08-30 Thomas Huth.gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2
2023-08-30 Alex Bennéedocs/style: permit inline loop variables
2023-08-30 Alex Bennéetests/tcg: remove quoting for info output
2023-08-30 Alex Bennéetests/docker: cleanup non-verbose output
2023-08-30 Daniel P. Berrangégitlab: enable ccache for many build jobs
2023-08-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2023-08-30 Stefan HajnocziMerge tag 'dirtylimit-dirtyrate-pull-request' of https...
2023-08-30 Stefan HajnocziMerge tag 'pull-tcg-20230829-2' of https://gitlab.com...
2023-08-30 Stefan Hajnocziaio-posix: zero out io_uring sqe user_data
2023-08-30 Andrey Drobyshevtests/qemu-iotests/197: add testcase for CoR with subcl...
2023-08-30 Andrey Drobyshevblock/io: align requests to subcluster_size
2023-08-30 Andrey Drobyshevblock: add subcluster_size field to BlockDriverInfo
2023-08-30 Fabiano Rosasblock-migration: Ensure we don't crash during migration...
2023-08-29 Richard HendersonRevert "include/exec: typedef abi_ptr to vaddr in softmmu"
2023-08-29 Richard Hendersontcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
2023-08-29 Richard Hendersontcg: Remove vecop_list check from tcg_gen_not_vec
2023-08-29 Richard Hendersonsoftmmu: Use async_run_on_cpu in tcg_commit
2023-08-29 Richard Hendersonsoftmmu: Assert data in bounds in iotlb_to_section
2023-08-29 Stefan HajnocziMerge tag '2023q3-bsd-user-pull-request' of https:...
2023-08-29 Andrei Gudkovmigration/dirtyrate: Fix precision losses and g_usleep...
2023-08-29 alloc.youngsoftmmu/dirtylimit: Convert free to g_free
2023-08-29 alloc.youngsoftmmu: Fix dirtylimit memory leak
2023-08-28 Stefan HajnocziMerge tag 'pull-tcg-20230823-2' of https://gitlab.com...
2023-08-28 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-08-28 Stefan HajnocziMerge tag 'devel-hppa-priv-cleanup2-pull-request' of...
2023-08-28 Warner Loshbsd-user: Add missing break after do_bsd_preadv
2023-08-28 Warner Loshbsd-user: Add getdents and fcntl related system calls
next