index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
main.c
Age
Commit message (
Expand
)
Author
2023-11-07
hw/cpu: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
2023-10-04
tcg: Remove argument to tcg_prologue_init
Richard Henderson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-08-08
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
Richard Henderson
2023-08-08
linux-user: Adjust task_unmapped_base for reserved_va
Richard Henderson
2023-08-06
linux-user: Properly set image_info.brk in flatload
Richard Henderson
2023-06-13
linux-user, bsd-user: Preserve incoming order of environment variables in the...
Andreas Schwab
2023-05-17
Merge tag 'linux-user-for-8.1-pull-request' of https://github.com/vivier/qemu...
Richard Henderson
2023-05-17
linux-user/main: Use list_cpus() instead of cpu_list()
Thomas Huth
2023-05-02
linux-user: Add '-one-insn-per-tb' option equivalent to '-singlestep'
Peter Maydell
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
2023-05-02
make one-insn-per-tb an accel option
Peter Maydell
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
2023-03-28
linux-user: Diagnose misaligned -R size
Richard Henderson
2023-03-12
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
2023-03-10
linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
fanwj@mail.ustc.edu.cn
2023-03-10
linux-user: Fix access to /proc/self/exe
Helge Deller
2023-03-07
gdbstub: move chunks of user code into own files
Alex Bennée
2023-02-21
linux-user: Always exit from exclusive state in fork_end()
Ilya Leoshkevich
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
2022-10-06
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
2022-09-27
linux-user/hppa: Increase guest stack size to 80MB for hppa target
Helge Deller
2022-06-28
semihosting: Create qemu_semihosting_guestfd_init
Richard Henderson
2022-05-23
linux-user: Clean up arg_start/arg_end confusion
Richard Henderson
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-20
linux-user: Use qemu_set_log_filename_flags
Richard Henderson
2022-04-20
linux-user: Expand log_page_dump inline
Richard Henderson
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
util/log: Drop manual log buffering
Richard Henderson
2022-01-28
linux-user: Implement starttime field in self stat emulation
Cameron Esfahani
2021-09-16
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...
Peter Maydell
2021-09-14
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
2021-09-13
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
2021-09-13
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
2021-09-13
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
2021-09-02
plugins: allow plugin arguments to be passed directly
Mahmoud Mandour
2021-07-12
fd-trans: Fix race condition on reallocation of the translation table.
Owen Anderson
2021-06-11
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
2021-05-15
linux-user: Remove dead code
Philippe Mathieu-Daudé
2021-05-10
accel: move call to accel_init_interfaces
Claudio Fontana
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-03-13
linux-user: manage binfmt-misc preserve-arg[0] flag
Laurent Vivier
2021-03-06
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
2021-02-16
exec: Use uintptr_t for guest_base
Richard Henderson
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
[next]