aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-13target/riscv: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/ppc: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/openrisc: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/nios2: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/mips: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/microblaze: Remove `NB_MMU_MODES` defineAnton Johansson2-2/+1
2023-03-13target/m68k: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/loongarch: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/i386: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/hppa: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/hexagon: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/cris: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/avr: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/arm: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13target/alpha: Remove `NB_MMU_MODES` defineAnton Johansson1-2/+0
2023-03-13include/exec: Set default `NB_MMU_MODES` to 16Anton Johansson1-3/+8
2023-03-13Merge tag 'win-socket-pull-request' of https://gitlab.com/marcandre.lureau/qe...Peter Maydell38-258/+701
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson7-54/+88
2023-03-13target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContextRichard Henderson1-17/+0
2023-03-13target/s390x: Remove assert vs g_in2Richard Henderson1-10/+10
2023-03-13target/s390x: Drop tcg_temp_free from translate.cRichard Henderson1-105/+0
2023-03-13target/s390x: Drop tcg_temp_free from translate_vx.c.incRichard Henderson1-143/+0
2023-03-13target/s390x: Drop free_compareRichard Henderson1-45/+1
2023-03-13target/mips: Drop tcg_temp_free from translate.cRichard Henderson1-523/+14
2023-03-13target/mips: Drop tcg_temp_free from vr54xx_translate.cRichard Henderson1-4/+0
2023-03-13target/mips: Drop tcg_temp_free from tx79_translate.cRichard Henderson1-41/+0
2023-03-13target/mips: Drop tcg_temp_free from translate_addr_const.cRichard Henderson1-7/+0
2023-03-13target/mips: Drop tcg_temp_free from octeon_translate.cRichard Henderson1-23/+0
2023-03-13target/mips: Drop tcg_temp_free from nanomips_translate.c.incRichard Henderson1-117/+10
2023-03-13target/mips: Drop tcg_temp_free from mxu_translate.cRichard Henderson1-51/+0
2023-03-13target/mips: Drop tcg_temp_free from msa_translate.cRichard Henderson1-9/+0
2023-03-13target/mips: Drop tcg_temp_free from micromips_translate.c.incRichard Henderson1-8/+0
2023-03-13monitor: restrict command getfd to POSIX hostsMarc-André Lureau4-1/+7
2023-03-13qtest: enable vnc-display test on win32Marc-André Lureau1-5/+7
2023-03-13libqtest: make qtest_qmp_add_client work on win32Marc-André Lureau2-5/+18
2023-03-13qmp: add 'get-win32-socket'Marc-André Lureau2-16/+91
2023-03-13monitor: release the lock before calling close()Marc-André Lureau1-1/+4
2023-03-13qmp: 'add_client' actually expects socketsMarc-André Lureau2-0/+10
2023-03-13osdep: implement qemu_socketpair() for win32Marc-André Lureau2-2/+110
2023-03-13tests/docker: fix a win32 error due to portabilityMarc-André Lureau1-3/+3
2023-03-13char: do not double-close fd when failing to add clientMarc-André Lureau1-2/+0
2023-03-13tests: fix path separator, use g_build_filename()Marc-André Lureau1-1/+1
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau14-89/+89
2023-03-13os-posix: remove useless ioctlsocket() defineMarc-André Lureau1-1/+0
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau4-41/+197
2023-03-13slirp: open-code qemu_socket_(un)select()Marc-André Lureau1-3/+7
2023-03-13slirp: unregister the win32 SOCKETMarc-André Lureau1-1/+3
2023-03-13main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau3-14/+7
2023-03-13aio/win32: aio_set_fd_handler() only supports SOCKETMarc-André Lureau1-1/+6
2023-03-13aio: make aio_set_fd_poll() static to aio-posix.cMarc-André Lureau3-18/+3