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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-02
linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
Peter Maydell
1
-3
/
+6
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
1
-1
/
+0
2023-05-02
make one-insn-per-tb an accel option
Peter Maydell
1
-2
/
+6
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
1
-14
/
+13
2023-03-28
linux-user: Diagnose misaligned -R size
Richard Henderson
1
-0
/
+6
2023-03-12
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
1
-0
/
+14
2023-03-10
linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
fanwj@mail.ustc.edu.cn
1
-0
/
+8
2023-03-10
linux-user: Fix access to /proc/self/exe
Helge Deller
1
-0
/
+6
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
1
-0
/
+1
2023-02-21
linux-user: Always exit from exclusive state in fork_end()
Ilya Leoshkevich
1
-4
/
+6
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
1
-0
/
+15
2022-10-06
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
1
-0
/
+2
2022-09-27
linux-user/hppa: Increase guest stack size to 80MB for hppa target
Helge Deller
1
-2
/
+7
2022-06-28
semihosting: Create qemu_semihosting_guestfd_init
Richard Henderson
1
-0
/
+9
2022-05-23
linux-user: Clean up arg_start/arg_end confusion
Richard Henderson
1
-2
/
+2
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
1
-1
/
+1
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
1
-1
/
+0
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
1
-1
/
+0
2022-04-20
linux-user: Use qemu_set_log_filename_flags
Richard Henderson
1
-6
/
+5
2022-04-20
linux-user: Expand log_page_dump inline
Richard Henderson
1
-15
/
+30
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
1
-1
/
+1
2022-04-20
util/log: Drop manual log buffering
Richard Henderson
1
-1
/
+0
2022-01-28
linux-user: Implement starttime field in self stat emulation
Cameron Esfahani
1
-0
/
+14
2021-09-16
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...
Peter Maydell
1
-0
/
+5
2021-09-14
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
1
-7
/
+0
2021-09-13
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
1
-0
/
+1
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
1
-0
/
+1
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
1
-0
/
+1
2021-09-13
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
1
-0
/
+1
2021-09-13
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
1
-0
/
+1
2021-09-02
plugins: allow plugin arguments to be passed directly
Mahmoud Mandour
1
-1
/
+1
2021-07-12
fd-trans: Fix race condition on reallocation of the translation table.
Owen Anderson
1
-0
/
+3
2021-06-11
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
1
-1
/
+0
2021-05-15
linux-user: Remove dead code
Philippe Mathieu-Daudé
1
-5
/
+0
2021-05-10
accel: move call to accel_init_interfaces
Claudio Fontana
1
-1
/
+1
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-13
linux-user: manage binfmt-misc preserve-arg[0] flag
Laurent Vivier
1
-0
/
+24
2021-03-06
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
1
-0
/
+1
2021-02-16
exec: Use uintptr_t for guest_base
Richard Henderson
1
-2
/
+2
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
1
-0
/
+1
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
1
-1
/
+5
2021-01-07
tcg: Add --accel tcg,split-wx property
Richard Henderson
1
-1
/
+1
2020-12-15
plugin: propagate errors
Paolo Bonzini
1
-3
/
+1
2020-11-11
trace: remove argument from trace_init_file
Paolo Bonzini
1
-4
/
+2
2020-07-27
linux-user: Ensure mmap_min_addr is non-zero
Richard Henderson
1
-2
/
+14
2020-05-15
exec/cpu-all: Use bool for have_guest_base
Richard Henderson
1
-2
/
+2
2020-05-15
linux-user: completely re-write init_guest_space
Alex Bennée
1
-22
/
+1
2020-05-06
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
1
-6
/
+6
2020-02-19
linux-user: remove gemu_log from the linux-user tree
Josh Kunz
1
-9
/
+0
2020-02-19
linux-user: Use `qemu_log' for strace
Josh Kunz
1
-7
/
+23
[next]