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
target/riscv: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/ppc: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/openrisc: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/nios2: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/mips: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/microblaze: Remove `NB_MMU_MODES` define
Anton Johansson
2
-2
/
+1
2023-03-13
target/m68k: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/loongarch: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/i386: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/hppa: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/hexagon: Remove `NB_MMU_MODES` define
Anton Johansson
1
-2
/
+0
2023-03-13
target/cris: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/avr: Remove `NB_MMU_MODES` define
Anton Johansson
1
-1
/
+0
2023-03-13
target/arm: Remove `NB_MMU_MODES` define
Anton Johansson
1
-2
/
+0
2023-03-13
target/alpha: Remove `NB_MMU_MODES` define
Anton Johansson
1
-2
/
+0
2023-03-13
include/exec: Set default `NB_MMU_MODES` to 16
Anton Johansson
1
-3
/
+8
2023-03-13
Merge tag 'win-socket-pull-request' of https://gitlab.com/marcandre.lureau/qe...
Peter Maydell
38
-258
/
+701
2023-03-13
tcg: Create tcg/tcg-temp-internal.h
Richard Henderson
7
-54
/
+88
2023-03-13
target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext
Richard Henderson
1
-17
/
+0
2023-03-13
target/s390x: Remove assert vs g_in2
Richard Henderson
1
-10
/
+10
2023-03-13
target/s390x: Drop tcg_temp_free from translate.c
Richard Henderson
1
-105
/
+0
2023-03-13
target/s390x: Drop tcg_temp_free from translate_vx.c.inc
Richard Henderson
1
-143
/
+0
2023-03-13
target/s390x: Drop free_compare
Richard Henderson
1
-45
/
+1
2023-03-13
target/mips: Drop tcg_temp_free from translate.c
Richard Henderson
1
-523
/
+14
2023-03-13
target/mips: Drop tcg_temp_free from vr54xx_translate.c
Richard Henderson
1
-4
/
+0
2023-03-13
target/mips: Drop tcg_temp_free from tx79_translate.c
Richard Henderson
1
-41
/
+0
2023-03-13
target/mips: Drop tcg_temp_free from translate_addr_const.c
Richard Henderson
1
-7
/
+0
2023-03-13
target/mips: Drop tcg_temp_free from octeon_translate.c
Richard Henderson
1
-23
/
+0
2023-03-13
target/mips: Drop tcg_temp_free from nanomips_translate.c.inc
Richard Henderson
1
-117
/
+10
2023-03-13
target/mips: Drop tcg_temp_free from mxu_translate.c
Richard Henderson
1
-51
/
+0
2023-03-13
target/mips: Drop tcg_temp_free from msa_translate.c
Richard Henderson
1
-9
/
+0
2023-03-13
target/mips: Drop tcg_temp_free from micromips_translate.c.inc
Richard Henderson
1
-8
/
+0
2023-03-13
monitor: restrict command getfd to POSIX hosts
Marc-André Lureau
4
-1
/
+7
2023-03-13
qtest: enable vnc-display test on win32
Marc-André Lureau
1
-5
/
+7
2023-03-13
libqtest: make qtest_qmp_add_client work on win32
Marc-André Lureau
2
-5
/
+18
2023-03-13
qmp: add 'get-win32-socket'
Marc-André Lureau
2
-16
/
+91
2023-03-13
monitor: release the lock before calling close()
Marc-André Lureau
1
-1
/
+4
2023-03-13
qmp: 'add_client' actually expects sockets
Marc-André Lureau
2
-0
/
+10
2023-03-13
osdep: implement qemu_socketpair() for win32
Marc-André Lureau
2
-2
/
+110
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
[prev]
[next]