aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qe...Stefan Hajnoczi30-295/+324
2023-08-30gdbstub: move comment for gdb_register_coprocessorAlex Bennée2-6/+10
2023-08-30gdbstub: replace global gdb_has_xml with a functionAlex Bennée7-18/+19
2023-08-30gdbstub: refactor get_feature_xmlAlex Bennée2-40/+43
2023-08-30gdbstub: remove unused user_ctx fieldAlex Bennée1-8/+8
2023-08-30gdbstub: fixes cases where wrong threads were reported to GDB on SIGINTMatheus Branco Borella4-2/+164
2023-08-30tests/tcg: clean-up gdb confirm/pagination settingsAlex Bennée10-33/+2
2023-08-30tests: remove test-gdbstub.pyAlex Bennée1-177/+0
2023-08-30.gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2Thomas Huth1-1/+1
2023-08-30docs/style: permit inline loop variablesAlex Bennée1-1/+8
2023-08-30tests/tcg: remove quoting for info outputAlex Bennée2-3/+3
2023-08-30tests/docker: cleanup non-verbose outputAlex Bennée1-3/+3
2023-08-30gitlab: enable ccache for many build jobsDaniel P. Berrangé5-3/+63
2023-08-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi10-35/+110
2023-08-30Merge tag 'dirtylimit-dirtyrate-pull-request' of https://github.com/newfriday...Stefan Hajnoczi2-16/+20
2023-08-30Merge tag 'pull-tcg-20230829-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi7-62/+43
2023-08-30aio-posix: zero out io_uring sqe user_dataStefan Hajnoczi1-0/+2
2023-08-30tests/qemu-iotests/197: add testcase for CoR with subclustersAndrey Drobyshev2-0/+53
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev3-33/+33
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev3-0/+13
2023-08-30block-migration: Ensure we don't crash during migration cleanupFabiano Rosas1-2/+9
2023-08-29Revert "include/exec: typedef abi_ptr to vaddr in softmmu"Richard Henderson1-2/+2
2023-08-29tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32Richard Henderson2-12/+1
2023-08-29tcg: Remove vecop_list check from tcg_gen_not_vecRichard Henderson1-4/+3
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson3-42/+29
2023-08-29softmmu: Assert data in bounds in iotlb_to_sectionRichard Henderson1-2/+8
2023-08-29Merge tag '2023q3-bsd-user-pull-request' of https://gitlab.com/bsdimp/qemu in...Stefan Hajnoczi15-77/+1384
2023-08-29migration/dirtyrate: Fix precision losses and g_usleep overshootAndrei Gudkov1-2/+8
2023-08-29softmmu/dirtylimit: Convert free to g_freealloc.young1-5/+5
2023-08-29softmmu: Fix dirtylimit memory leakalloc.young1-9/+7
2023-08-28Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi55-433/+832
2023-08-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi43-111/+376
2023-08-28Merge tag 'devel-hppa-priv-cleanup2-pull-request' of https://github.com/hdell...Stefan Hajnoczi4-17/+29
2023-08-28bsd-user: Add missing break after do_bsd_preadvWarner Losh1-0/+1
2023-08-28bsd-user: Add getdents and fcntl related system callsWarner Losh1-0/+16
2023-08-28bsd-user: Add glue for statfs related system callsWarner Losh1-0/+24
2023-08-28bsd-user: Add glue for getfh and related syscallsWarner Losh1-0/+28
2023-08-28bsd-user: Add glue for the freebsd11_stat syscallsWarner Losh1-0/+42
2023-08-28bsd-user: Add os-stat.c to the buildKarim Taha1-0/+1
2023-08-28bsd-user: Implement do_freebsd_realpathat syscallMikaël Urankar1-0/+26
2023-08-28bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun1-0/+7
2023-08-28bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun1-0/+44
2023-08-28bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun1-0/+75
2023-08-28bsd-user: Implement freebsd11 fstat and fhstat related syscallsMichal Meloun1-0/+78
2023-08-28bsd-user: Implement freebsd11 stat related syscallsMichal Meloun1-0/+5
2023-08-28bsd-user: Implement stat related syscallsStacey Son1-0/+74
2023-08-28bsd-user: Implement getdents related syscallsStacey Son1-0/+72
2023-08-28bsd-user: Implement statfs related syscallsStacey Son1-0/+69
2023-08-28bsd-user: Implement statfh related syscallsStacey Son1-0/+83
2023-08-28bsd-user: Implement stat related syscallsStacey Son1-0/+130