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-10
accel/tcg: Avoid reading too much in load_atom_{2,4}
Richard Henderson
3
-3
/
+47
2023-08-09
linux-user: Fix openat() emulation to correctly detect accesses to /proc
Helge Deller
1
-1
/
+12
2023-08-09
util/interval-tree: Check root for null in interval_tree_iter_first
Helge Deller
1
-1
/
+1
2023-08-09
tests/tcg: Disable filename test for info proc mappings
Richard Henderson
1
-1
/
+2
2023-08-09
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
4
-22
/
+25
2023-08-09
linux-user: Split out do_mmap
Richard Henderson
1
-17
/
+73
2023-08-09
hw/nvme: fix null pointer access in ruh update
Klaus Jensen
1
-1
/
+7
2023-08-09
hw/nvme: fix null pointer access in directive receive
Klaus Jensen
1
-1
/
+1
2023-08-08
qemu/osdep: Remove fallback for MAP_FIXED_NOREPLACE
Richard Henderson
1
-3
/
+0
2023-08-08
linux-user: Rewrite non-fixed probe_guest_base
Richard Henderson
1
-181
/
+100
2023-08-08
linux-user: Rewrite fixed probe_guest_base
Richard Henderson
1
-27
/
+161
2023-08-08
linux-user: Consolidate guest bounds check in probe_guest_base
Richard Henderson
1
-33
/
+17
2023-08-08
linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base
Richard Henderson
1
-19
/
+0
2023-08-08
util/selfmap: Rewrite using qemu/interval-tree.h
Richard Henderson
4
-68
/
+97
2023-08-08
linux-user: Use zero_bss for PT_LOAD with no file contents too
Richard Henderson
1
-21
/
+8
2023-08-08
linux-user: Do not adjust zero_bss for host page size
Richard Henderson
1
-39
/
+30
2023-08-08
linux-user: Do not adjust image mapping for host page size
Richard Henderson
1
-13
/
+4
2023-08-08
linux-user: Adjust initial brk when interpreter is close to executable
Helge Deller
2
-37
/
+15
2023-08-08
linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
Richard Henderson
1
-2
/
+25
2023-08-08
linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
Richard Henderson
1
-3
/
+6
2023-08-08
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
Richard Henderson
23
-2
/
+106
2023-08-08
linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h
Richard Henderson
21
-14
/
+167
2023-08-08
linux-user: Adjust task_unmapped_base for reserved_va
Richard Henderson
3
-16
/
+64
2023-08-08
configure: unify case statements for CPU canonicalization
Paolo Bonzini
1
-68
/
+97
2023-08-08
linux-user: cleanup unused linux-user/include/host directories
Paolo Bonzini
3
-194
/
+138
2023-08-08
configure: fix detection for x32 linux-user
Paolo Bonzini
2
-1
/
+2
2023-08-08
docs: update hw/nvme documentation for protection information
Ankit Kumar
1
-3
/
+9
2023-08-08
hw/nvme: fix CRC64 for guard tag
Ankit Kumar
1
-2
/
+2
2023-08-07
ui/gtk: set scanout mode in gd_egl/gd_gl_area_scanout_texture
Dongwon Kim
2
-0
/
+2
2023-08-07
hw/i386/vmmouse:add relative packet flag for button status
Zongmin Zhou
1
-3
/
+12
2023-08-07
dump: kdump-zlib data pages not dumped with pvtime/aarch64
Dongli Zhang
1
-2
/
+2
2023-08-07
virtio-gpu: reset gfx resources in main thread
Marc-André Lureau
2
-7
/
+34
2023-08-07
virtio-gpu: free BHs, by implementing unrealize
Marc-André Lureau
3
-1
/
+12
2023-08-07
chardev: report the handshake error
Marc-André Lureau
1
-2
/
+10
2023-08-07
Fixed incorrect LLONG alignment for openrisc and cris
Luca Bonissi
1
-0
/
+8
2023-08-07
stubs/colo.c: spelling
Michael Tokarev
1
-1
/
+1
2023-08-07
hw/i2c: Fix bitbang_i2c_data trace event
BALATON Zoltan
2
-2
/
+2
2023-08-07
hw/nvme: fix compliance issue wrt. iosqes/iocqes
Klaus Jensen
3
-36
/
+20
2023-08-07
hw/nvme: fix oob memory read in fdp events log
Klaus Jensen
1
-0
/
+5
2023-08-06
bsd-user: Remove last_brk
Richard Henderson
2
-3
/
+0
2023-08-06
linux-user: Remove last_brk
Richard Henderson
2
-3
/
+0
2023-08-06
linux-user: Properly set image_info.brk in flatload
Richard Henderson
3
-4
/
+1
2023-08-06
linux-user: Do not align brk with host page size
Akihiko Odaki
2
-44
/
+14
2023-08-06
linux-user: Do nothing if too small brk is specified
Akihiko Odaki
1
-3
/
+3
2023-08-06
linux-user: Use MAP_FIXED_NOREPLACE for do_brk()
Akihiko Odaki
1
-13
/
+2
2023-08-06
linux-user: Do not call get_errno() in do_brk()
Akihiko Odaki
1
-3
/
+3
2023-08-06
linux-user: Fix MAP_FIXED_NOREPLACE on old kernels
Akihiko Odaki
1
-5
/
+17
2023-08-06
linux-user: Unset MAP_FIXED_NOREPLACE for host
Akihiko Odaki
1
-5
/
+20
2023-08-06
linux-user/elfload: Set V in ELF_HWCAP for RISC-V
Nathan Egge
1
-1
/
+2
2023-08-06
configure: Fix linux-user host detection for riscv64
Richard Henderson
1
-1
/
+8
[next]