index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
qemu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
Philippe Mathieu-Daudé
1
-5
/
+1
2024-05-06
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
1
-2
/
+2
2024-05-03
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-24
meson: Make DEBUG_REMAP a meson option
Ilya Leoshkevich
1
-3
/
+1
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
1
-0
/
+5
2023-10-30
linux-user: Show vdso address in /proc/pid/maps
Richard Henderson
1
-0
/
+1
2023-09-01
linux-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
1
-1
/
+0
2023-08-08
linux-user: Adjust initial brk when interpreter is close to executable
Helge Deller
1
-1
/
+0
2023-08-06
linux-user: Properly set image_info.brk in flatload
Richard Henderson
1
-1
/
+0
2023-07-15
accel/tcg: Return bool from page_check_range
Richard Henderson
1
-1
/
+1
2023-07-03
linux-user: Add "safe" parameter to do_guest_openat()
Ilya Leoshkevich
1
-1
/
+1
2023-07-03
linux-user: Expose do_guest_openat() and do_guest_readlink()
Ilya Leoshkevich
1
-0
/
+3
2023-05-17
linux-user: Add new flag VERIFY_NONE
Thomas Weißschuh
1
-0
/
+1
2022-09-06
linux-user: Honor PT_GNU_STACK
Richard Henderson
1
-0
/
+1
2022-05-23
linux-user: Clean up arg_start/arg_end confusion
Richard Henderson
1
-4
/
+8
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-01-28
linux-user: Implement starttime field in self stat emulation
Cameron Esfahani
1
-0
/
+3
2022-01-27
linux-user: Remove unnecessary 'aligned' attribute from TaskState
Peter Maydell
1
-5
/
+1
2022-01-18
linux-user: Remove MAX_SIGQUEUE_SIZE
Warner Losh
1
-2
/
+0
2021-09-13
linux-user: Drop unneeded includes from qemu.h
Peter Maydell
1
-4
/
+0
2021-09-13
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
1
-1
/
+0
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
1
-163
/
+1
2021-09-13
linux-user: Split safe-syscall macro into its own header
Peter Maydell
1
-135
/
+0
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
1
-14
/
+0
2021-09-13
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
1
-40
/
+0
2021-09-13
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
1
-36
/
+0
2021-09-13
linux-user: Split strace prototypes into strace.h
Peter Maydell
1
-18
/
+0
2021-09-13
linux-user: Fix coding style nits in qemu.h
Peter Maydell
1
-17
/
+30
2021-05-15
linux-user: Pass CPUArchState to do_sigaltstack
Richard Henderson
1
-1
/
+2
2021-04-07
linux-user: Use signed lengths in uaccess.c
Richard Henderson
1
-6
/
+9
2021-02-18
Hexagon (linux-user/hexagon) Linux user emulation
Taylor Simpson
1
-0
/
+2
2021-02-16
linux-user: Fix types in uaccess.c
Richard Henderson
1
-7
/
+5
2021-02-16
linux-user: Move lock_user et al out of line
Richard Henderson
1
-40
/
+7
2021-02-16
linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
Richard Henderson
1
-2
/
+9
2021-02-16
exec: Rename guest_{addr,range}_valid to *_untagged
Richard Henderson
1
-2
/
+2
2021-02-16
linux-user: Use guest_range_valid in access_ok
Richard Henderson
1
-6
/
+3
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
1
-3
/
+3
2021-02-16
linux-user: Tidy VERIFY_READ/VERIFY_WRITE
Richard Henderson
1
-5
/
+3
2021-02-16
linux-user: Check for overflow in access_ok
Richard Henderson
1
-5
/
+12
2021-01-18
riscv: Add semihosting support
Keith Packard
1
-1
/
+3
2020-10-27
linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notes
Richard Henderson
1
-0
/
+4
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-1
/
+1
2020-08-27
linux-user: Add strace support for printing arguments for ioctls used for ter...
Filip Bozuta
1
-0
/
+1
2020-08-27
linux-user: Add strace support for printing arguments of truncate()/ftruncate...
Filip Bozuta
1
-0
/
+35
2020-08-27
linux-user: Make cpu_env accessible in strace.c
Filip Bozuta
1
-2
/
+2
2020-07-04
linux-user: Add strace support for printing arguments of ioctl()
Filip Bozuta
1
-0
/
+20
2020-06-29
linux-user: Add strace support for printing arguments of fallocate()
Filip Bozuta
1
-0
/
+16
2020-06-29
linux-user: Extend strace support to enable argument printing after syscall e...
Filip Bozuta
1
-1
/
+3
2020-05-15
linux-user: completely re-write init_guest_space
Alex Bennée
1
-11
/
+20
2020-02-19
linux-user: remove gemu_log from the linux-user tree
Josh Kunz
1
-1
/
+0
[next]