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
/
linux-user
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/hppa: Force all code addresses to PRIV_USER
Richard Henderson
2024-05-15
4
-13
/
+15
*
Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into staging
Richard Henderson
2024-05-06
1
-14
/
+34
|
\
|
*
linux-user/sparc: Add more hwcap bits for sparc64
Richard Henderson
2024-05-05
1
-14
/
+34
*
|
user: Use get_task_state() helper
Philippe Mathieu-Daudé
2024-05-06
1
-2
/
+2
*
|
user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
Philippe Mathieu-Daudé
2024-05-06
1
-5
/
+1
*
|
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
2024-05-06
1
-2
/
+2
*
|
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
2
-6
/
+6
*
|
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
5
-0
/
+5
*
|
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
BALATON Zoltan
2024-05-06
2
-2
/
+2
|
/
*
user: Move 'thunk.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
2
-2
/
+2
*
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
1
-1
/
+1
*
exec: Restrict inclusion of 'user/guest-base.h'
Philippe Mathieu-Daudé
2024-04-26
2
-0
/
+2
*
exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
Philippe Mathieu-Daudé
2024-04-26
3
-0
/
+3
*
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-25
1
-1
/
+1
|
\
|
*
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
2024-04-25
1
-1
/
+1
*
|
linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code
Peter Maydell
2024-04-25
2
-287
/
+11
*
|
linux-user: Add FITRIM ioctl
Michael Vogt
2024-04-24
3
-0
/
+9
*
|
linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
Michael Tokarev
2024-04-24
1
-7
/
+4
*
|
linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...
Michael Tokarev
2024-04-24
1
-2
/
+4
*
|
linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...
Michael Tokarev
2024-04-24
1
-24
/
+23
*
|
linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
Michael Tokarev
2024-04-24
1
-7
/
+2
*
|
meson: Make DEBUG_REMAP a meson option
Ilya Leoshkevich
2024-04-24
2
-5
/
+3
|
/
*
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
2024-04-24
18
-945
/
+2
*
linux-user: Preserve unswapped siginfo_t for strace
Richard Henderson
2024-04-09
1
-3
/
+9
*
linux-user: replace calloc() with g_new0()
Nguyen Dinh Phi
2024-04-09
1
-5
/
+1
*
linux-user: Fix waitid return of siginfo_t and rusage
Richard Henderson
2024-04-09
1
-6
/
+16
*
linux-user: Fix shmat(NULL) for h != g
Ilya Leoshkevich
2024-03-26
1
-1
/
+1
*
linux-user: Fix shmat() strace
Ilya Leoshkevich
2024-03-26
1
-1
/
+1
*
linux-user: Fix semctl() strace
Ilya Leoshkevich
2024-03-26
1
-6
/
+2
*
Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu...
Peter Maydell
2024-03-13
21
-29
/
+36
|
\
|
*
gdbstub: Save target's siginfo
Gustavo Romero
2024-03-13
2
-2
/
+5
|
*
linux-user: Move tswap_siginfo out of target code
Gustavo Romero
2024-03-13
20
-27
/
+31
|
*
gdbstub: Rename back gdb_handlesig
Gustavo Romero
2024-03-13
2
-2
/
+2
*
|
Merge tag 'pull-tcg-20240312' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
2024-03-12
4
-14
/
+37
|
\
\
|
|
/
|
/
|
|
*
linux-user/elfload: Fully initialize struct target_elf_prpsinfo
Richard Henderson
2024-03-12
1
-8
/
+8
|
*
linux-user/elfload: Don't close an unopened file descriptor
Richard Henderson
2024-03-12
1
-1
/
+3
|
*
linux-user: Implement PR_GET_TID_ADDRESS
Richard Henderson
2024-03-12
1
-2
/
+4
|
*
linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL
Richard Henderson
2024-03-12
1
-2
/
+2
|
*
linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER
Richard Henderson
2024-03-12
1
-1
/
+11
|
*
linux-user: Add FIFREEZE and FITHAW ioctls
Michael Vogt
2024-03-12
2
-0
/
+9
*
|
user: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
1
-4
/
+2
*
|
bulk: Call in place single use cpu_env()
Philippe Mathieu-Daudé
2024-03-12
1
-2
/
+2
|
/
*
linux-user/riscv: Add Ztso extension to hwprobe
Christoph Müllner
2024-03-08
1
-0
/
+3
*
linux-user/riscv: Sync hwprobe keys with Linux
Christoph Müllner
2024-03-08
1
-8
/
+92
*
linux-user/riscv: Add Zicboz extensions to hwprobe
Christoph Müllner
2024-03-08
1
-0
/
+3
*
gdbstub: Call gdbserver_fork() both in parent and in child
Ilya Leoshkevich
2024-03-06
1
-1
/
+1
*
{linux,bsd}-user: Pass pid to gdbserver_fork()
Ilya Leoshkevich
2024-03-06
1
-1
/
+1
*
{linux,bsd}-user: Pass pid to fork_end()
Ilya Leoshkevich
2024-03-06
3
-5
/
+7
*
gdbstub: Introduce gdbserver_fork_start()
Ilya Leoshkevich
2024-03-06
1
-0
/
+1
*
{linux,bsd}-user: Update ts_tid after fork()
Ilya Leoshkevich
2024-03-06
1
-0
/
+1
[next]