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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-13
tests/docker: fix a win32 error due to portability
Marc-André Lureau
1
-3
/
+3
2023-03-13
char: do not double-close fd when failing to add client
Marc-André Lureau
1
-2
/
+0
2023-03-13
tests: fix path separator, use g_build_filename()
Marc-André Lureau
1
-1
/
+1
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
14
-89
/
+89
2023-03-13
os-posix: remove useless ioctlsocket() define
Marc-André Lureau
1
-1
/
+0
2023-03-13
win32: avoid mixing SOCKET and file descriptor space
Marc-André Lureau
4
-41
/
+197
2023-03-13
slirp: open-code qemu_socket_(un)select()
Marc-André Lureau
1
-3
/
+7
2023-03-13
slirp: unregister the win32 SOCKET
Marc-André Lureau
1
-1
/
+3
2023-03-13
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
3
-14
/
+7
2023-03-13
aio/win32: aio_set_fd_handler() only supports SOCKET
Marc-André Lureau
1
-1
/
+6
2023-03-13
aio: make aio_set_fd_poll() static to aio-posix.c
Marc-André Lureau
3
-18
/
+3
2023-03-13
win32/socket: introduce qemu_socket_unselect() helper
Marc-André Lureau
3
-3
/
+10
2023-03-13
win32/socket: introduce qemu_socket_select() helper
Marc-André Lureau
6
-10
/
+30
2023-03-13
error: add global &error_warn destination
Marc-André Lureau
3
-3
/
+31
2023-03-13
tests: add test-error-report
Marc-André Lureau
2
-0
/
+122
2023-03-13
io: use closesocket()
Marc-André Lureau
1
-3
/
+3
2023-03-13
tests: use closesocket()
Marc-André Lureau
1
-3
/
+3
2023-03-13
util: drop qemu_fork()
Marc-André Lureau
3
-93
/
+0
2023-03-12
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
18
-140
/
+520
2023-03-12
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
4
-2
/
+88
2023-03-11
Merge tag 'pull-gitdm-100323-1' of https://gitlab.com/stsquad/qemu into staging
Peter Maydell
5
-0
/
+11
2023-03-11
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
53
-2312
/
+9780
2023-03-10
linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64
fanwj@mail.ustc.edu.cn
2
-0
/
+17
2023-03-10
linux-user/sparc: Handle tag overflow traps
Richard Henderson
3
-1
/
+9
2023-03-10
linux-user/sparc: Handle floating-point exceptions
Richard Henderson
2
-2
/
+23
2023-03-10
linux-user/sparc: Handle unimplemented flush trap
Richard Henderson
1
-0
/
+3
2023-03-10
linux-user/sparc: Handle coprocessor disabled trap
Richard Henderson
1
-0
/
+4
2023-03-10
linux-user/sparc: Handle privilidged action trap
Richard Henderson
1
-0
/
+6
2023-03-10
linux-user/sparc: Handle priviledged opcode trap
Richard Henderson
1
-0
/
+3
2023-03-10
linux-user/sparc: Handle getcc, setcc, getpsr traps
Richard Henderson
1
-3
/
+59
2023-03-10
linux-user/sparc: Handle division by zero traps
Richard Henderson
1
-0
/
+5
2023-03-10
linux-user/sparc: Handle software breakpoint trap
Richard Henderson
1
-3
/
+5
2023-03-10
linux-user/sparc: Fix sparc64_{get, set}_context traps
Richard Henderson
2
-28
/
+29
2023-03-10
linux-user/sparc: Tidy window spill/fill traps
Richard Henderson
1
-10
/
+13
2023-03-10
linux-user/sparc: Use TT_TRAP for flush windows
Richard Henderson
1
-4
/
+3
2023-03-10
linux-user/sparc: Tidy syscall error return
Richard Henderson
1
-10
/
+5
2023-03-10
linux-user/sparc: Tidy syscall trap
Richard Henderson
1
-7
/
+7
2023-03-10
linux-user: Emulate CLONE_PIDFD flag in clone()
Helge Deller
2
-1
/
+35
2023-03-10
linux-user: Add translation for argument of msync()
Helge Deller
5
-2
/
+33
2023-03-10
linux-user: handle netlink flag NLA_F_NESTED
Mathis Marion
1
-2
/
+2
2023-03-10
linux-user: fix sockaddr_in6 endianness
Mathis Marion
1
-0
/
+5
2023-03-10
linux-user: Add strace for prlimit64() syscall
Helge Deller
2
-1
/
+90
2023-03-10
linux-user: Provide print_raw_param64() for 64-bit values
Helge Deller
1
-4
/
+16
2023-03-10
linux-user: Fix brk() to release pages
Helge Deller
1
-34
/
+35
2023-03-10
linux-user: fill out task state in /proc/self/stat
Andreas Schwab
1
-0
/
+3
2023-03-10
linux-user: add support for xtensa FDPIC
Max Filippov
2
-1
/
+16
2023-03-10
linux-user: Fix unaligned memory access in prlimit64 syscall
Ilya Leoshkevich
2
-6
/
+6
2023-03-10
linux-user: add target to host netlink conversions
Mathis Marion
1
-0
/
+62
2023-03-10
linux-user: fix timerfd read endianness conversion
Mathis Marion
3
-5
/
+14
2023-03-10
linux-user: Fix access to /proc/self/exe
Helge Deller
2
-24
/
+20
[next]