index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-31
hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
Peter Maydell
2
-0
/
+29
2023-08-31
target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
Peter Maydell
1
-82
/
+97
2023-08-31
rtc: Use time_t for passing and returning time offsets
Peter Maydell
2
-4
/
+4
2023-08-31
hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference
Peter Maydell
2
-4
/
+3
2023-08-31
hw/rtc/twl92230: Use int64_t for sec_offset and alm_sec
Peter Maydell
1
-2
/
+2
2023-08-31
hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()
Peter Maydell
1
-1
/
+1
2023-08-31
target/arm: Catch illegal-exception-return from EL3 with bad NSE/NS
Peter Maydell
1
-0
/
+9
2023-08-31
Add i.MX7 SRC device implementation
Jean-Christophe Dubois
6
-2
/
+356
2023-08-31
Add i.MX7 missing TZ devices and memory regions
Jean-Christophe Dubois
2
-0
/
+70
2023-08-31
Refactor i.MX7 processor code
Jean-Christophe Dubois
2
-123
/
+333
2023-08-31
Add i.MX6UL missing devices.
Jean-Christophe Dubois
2
-1
/
+17
2023-08-31
Refactor i.MX6UL processor code
Jean-Christophe Dubois
2
-60
/
+221
2023-08-31
Remove i.MX7 IOMUX GPR device from i.MX6UL
Jean-Christophe Dubois
2
-13
/
+0
2023-08-31
target/arm: properly document FEAT_CRC32
Alex Bennée
2
-1
/
+2
2023-08-31
target/arm: Implement FEAT_HPDS2 as a no-op
Richard Henderson
3
-2
/
+3
2023-08-31
target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
Richard Henderson
1
-0
/
+3
2023-08-31
target/arm: Apply access checks to neoverse-v1 special registers
Richard Henderson
1
-1
/
+2
2023-08-31
target/arm: Apply access checks to neoverse-n1 special registers
Richard Henderson
3
-11
/
+41
2023-08-31
target/arm: Introduce make_ccsidr64
Richard Henderson
1
-16
/
+32
2023-08-31
target/arm: When tag memory is not present, set MTE=1
Richard Henderson
1
-3
/
+4
2023-08-31
target/arm: Support more GM blocksizes
Richard Henderson
2
-12
/
+62
2023-08-31
target/arm: Allow cpu to configure GM blocksize
Richard Henderson
7
-28
/
+45
2023-08-31
target/arm: Reduce dcz_blocksize to uint8_t
Richard Henderson
1
-1
/
+2
2023-08-30
aio-posix: zero out io_uring sqe user_data
Stefan Hajnoczi
1
-0
/
+2
2023-08-30
tests/qemu-iotests/197: add testcase for CoR with subclusters
Andrey Drobyshev
2
-0
/
+53
2023-08-30
block/io: align requests to subcluster_size
Andrey Drobyshev
3
-33
/
+33
2023-08-30
block: add subcluster_size field to BlockDriverInfo
Andrey Drobyshev
3
-0
/
+13
2023-08-30
block-migration: Ensure we don't crash during migration cleanup
Fabiano Rosas
1
-2
/
+9
2023-08-29
Revert "include/exec: typedef abi_ptr to vaddr in softmmu"
Richard Henderson
1
-2
/
+2
2023-08-29
tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
Richard Henderson
2
-12
/
+1
2023-08-29
tcg: Remove vecop_list check from tcg_gen_not_vec
Richard Henderson
1
-4
/
+3
2023-08-29
softmmu: Use async_run_on_cpu in tcg_commit
Richard Henderson
3
-42
/
+29
2023-08-29
softmmu: Assert data in bounds in iotlb_to_section
Richard Henderson
1
-2
/
+8
2023-08-29
migration/dirtyrate: Fix precision losses and g_usleep overshoot
Andrei Gudkov
1
-2
/
+8
2023-08-29
softmmu/dirtylimit: Convert free to g_free
alloc.young
1
-5
/
+5
2023-08-29
softmmu: Fix dirtylimit memory leak
alloc.young
1
-9
/
+7
2023-08-28
bsd-user: Add missing break after do_bsd_preadv
Warner Losh
1
-0
/
+1
2023-08-28
bsd-user: Add getdents and fcntl related system calls
Warner Losh
1
-0
/
+16
2023-08-28
bsd-user: Add glue for statfs related system calls
Warner Losh
1
-0
/
+24
2023-08-28
bsd-user: Add glue for getfh and related syscalls
Warner Losh
1
-0
/
+28
2023-08-28
bsd-user: Add glue for the freebsd11_stat syscalls
Warner Losh
1
-0
/
+42
2023-08-28
bsd-user: Add os-stat.c to the build
Karim Taha
1
-0
/
+1
2023-08-28
bsd-user: Implement do_freebsd_realpathat syscall
Mikaël Urankar
1
-0
/
+26
2023-08-28
bsd-user: Implement freebsd11 netbsd stat related syscalls
Michal Meloun
1
-0
/
+7
2023-08-28
bsd-user: Implement freebsd11 getdirents related syscalls
Michal Meloun
1
-0
/
+44
2023-08-28
bsd-user: Implement freebsd11 statfs related syscalls
Michal Meloun
1
-0
/
+75
2023-08-28
bsd-user: Implement freebsd11 fstat and fhstat related syscalls
Michal Meloun
1
-0
/
+78
2023-08-28
bsd-user: Implement freebsd11 stat related syscalls
Michal Meloun
1
-0
/
+5
2023-08-28
bsd-user: Implement stat related syscalls
Stacey Son
1
-0
/
+74
2023-08-28
bsd-user: Implement getdents related syscalls
Stacey Son
1
-0
/
+72
[next]