aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2023-08-30Merge tag 'dirtylimit-dirtyrate-pull-request' of https://github.com/newfriday...Stefan Hajnoczi
2023-08-30Merge tag 'pull-tcg-20230829-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-08-30aio-posix: zero out io_uring sqe user_dataStefan Hajnoczi
2023-08-30tests/qemu-iotests/197: add testcase for CoR with subclustersAndrey Drobyshev
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev
2023-08-30block-migration: Ensure we don't crash during migration cleanupFabiano Rosas
2023-08-29Revert "include/exec: typedef abi_ptr to vaddr in softmmu"Richard Henderson
2023-08-29tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32Richard Henderson
2023-08-29tcg: Remove vecop_list check from tcg_gen_not_vecRichard Henderson
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson
2023-08-29softmmu: Assert data in bounds in iotlb_to_sectionRichard Henderson
2023-08-29Merge tag '2023q3-bsd-user-pull-request' of https://gitlab.com/bsdimp/qemu in...Stefan Hajnoczi
2023-08-29migration/dirtyrate: Fix precision losses and g_usleep overshootAndrei Gudkov
2023-08-29softmmu/dirtylimit: Convert free to g_freealloc.young
2023-08-29softmmu: Fix dirtylimit memory leakalloc.young
2023-08-28Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-08-28Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-08-28Merge tag 'devel-hppa-priv-cleanup2-pull-request' of https://github.com/hdell...Stefan Hajnoczi
2023-08-28bsd-user: Add missing break after do_bsd_preadvWarner Losh
2023-08-28bsd-user: Add getdents and fcntl related system callsWarner Losh
2023-08-28bsd-user: Add glue for statfs related system callsWarner Losh
2023-08-28bsd-user: Add glue for getfh and related syscallsWarner Losh
2023-08-28bsd-user: Add glue for the freebsd11_stat syscallsWarner Losh
2023-08-28bsd-user: Add os-stat.c to the buildKarim Taha
2023-08-28bsd-user: Implement do_freebsd_realpathat syscallMikaƫl Urankar
2023-08-28bsd-user: Implement freebsd11 netbsd stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 getdirents related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 statfs related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 fstat and fhstat related syscallsMichal Meloun
2023-08-28bsd-user: Implement freebsd11 stat related syscallsMichal Meloun
2023-08-28bsd-user: Implement stat related syscallsStacey Son
2023-08-28bsd-user: Implement getdents related syscallsStacey Son
2023-08-28bsd-user: Implement statfs related syscallsStacey Son
2023-08-28bsd-user: Implement statfh related syscallsStacey Son
2023-08-28bsd-user: Implement stat related syscallsStacey Son
2023-08-28bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functionsMichal Meloun
2023-08-28bsd-user: Implement target_to_host_fcntl_cmdStacey Son
2023-08-28bsd-user: Implement h2t_freebds11_statfsStacey Son
2023-08-28bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandleStacey Son
2023-08-28bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstatStacey Son
2023-08-28bsd-user: Rename target_freebsd_time_t to target_time_tWarner Losh
2023-08-28bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.hKyle Evans
2023-08-28bsd-user: Add struct target_freebsd_fhandle and fcntl flagsStacey Son
2023-08-28bsd-user: Add struct target_statfsMichal Meloun
2023-08-28bsd-user: Add structs target_freebsd11_{nstat,statfs}Stacey Son
2023-08-28bsd-user: Add struct target_stat to bsd-user/syscall_defs.hMichal Meloun
2023-08-28bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defsStacey Son
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son