aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson7-28/+45
2023-08-31target/arm: Reduce dcz_blocksize to uint8_tRichard Henderson1-1/+2
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
2023-08-28bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functionsMichal Meloun1-0/+82
2023-08-28bsd-user: Implement target_to_host_fcntl_cmdStacey Son1-0/+8
2023-08-28bsd-user: Implement h2t_freebds11_statfsStacey Son1-0/+41
2023-08-28bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son1-0/+37
2023-08-28bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son1-0/+94
2023-08-28bsd-user: Rename target_freebsd_time_t to target_time_tWarner Losh1-4/+4
2023-08-28bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.hKyle Evans1-0/+2
2023-08-28bsd-user: Add struct target_freebsd_fhandle and fcntl flagsStacey Son1-0/+51
2023-08-28bsd-user: Add struct target_statfsMichal Meloun1-0/+25
2023-08-28bsd-user: Add structs target_freebsd11_{nstat,statfs}Stacey Son1-0/+64
2023-08-28bsd-user: Add struct target_stat to bsd-user/syscall_defs.hMichal Meloun1-0/+38