aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-31target/arm: properly document FEAT_CRC32Alex Bennée
2023-08-31target/arm: Implement FEAT_HPDS2 as a no-opRichard Henderson
2023-08-31target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)Richard Henderson
2023-08-31target/arm: Apply access checks to neoverse-v1 special registersRichard Henderson
2023-08-31target/arm: Apply access checks to neoverse-n1 special registersRichard Henderson
2023-08-31target/arm: Introduce make_ccsidr64Richard Henderson
2023-08-31target/arm: When tag memory is not present, set MTE=1Richard Henderson
2023-08-31target/arm: Support more GM blocksizesRichard Henderson
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-08-31target/arm: Reduce dcz_blocksize to uint8_tRichard Henderson
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