aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini2-4/+3
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini1-3/+0
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini1-2/+0
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini1-0/+8
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé1-1/+1
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé2-37/+43
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson1-1/+10
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson1-1/+1
2023-03-28util: import GTree as QTreeEmilio Cota1-0/+201
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf2-2/+7
2023-03-24hw/block: replace TABs with spaceYeqi Fu1-10/+10
2023-03-24hw/ide: replace TABs with spaceYeqi Fu1-124/+124
2023-03-22include/qemu/plugin: Inline qemu_plugin_disable_mem_helpersRichard Henderson1-1/+5
2023-03-22include/qemu: Split out plugin-event.hRichard Henderson3-17/+28
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson1-0/+1
2023-03-22include/qemu/plugin: Remove QEMU_PLUGIN_ASSERTRichard Henderson1-4/+0
2023-03-22include/qemu: add documentation for memory callbacksAlex Bennée1-4/+43
2023-03-21win32: add qemu_close_socket_osfhandle()Marc-André Lureau1-2/+13
2023-03-20replace TABs with spacesYeqi Fu15-1041/+1041
2023-03-20qemu/osdep: Switch position of "extern" and "G_NORETURN"Bernhard Beschow1-1/+1
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow1-1/+1
2023-03-14Merge tag 'display-pull-request' of https://gitlab.com/marcandre.lureau/qemu ...Peter Maydell2-2/+7
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell4-71/+89
2023-03-13ui: introduce egl_init()Marc-André Lureau1-0/+2
2023-03-13ui: keep current cursor with QemuConsoleMarc-André Lureau1-0/+1
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau1-1/+1
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau1-1/+1
2023-03-13ui/dbus: initialize cursor_fbMarc-André Lureau1-0/+2
2023-03-13tcg: Drop tcg_const_*Richard Henderson2-10/+0
2023-03-13tcg: Drop tcg_const_*_vecRichard Henderson1-4/+0
2023-03-13include/exec: Remove guards around `NB_MMU_MODES`Anton Johansson1-2/+0
2023-03-13include/exec: Set default `NB_MMU_MODES` to 16Anton Johansson1-3/+8
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson2-54/+83
2023-03-13osdep: implement qemu_socketpair() for win32Marc-André Lureau1-2/+0
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau2-6/+4
2023-03-13os-posix: remove useless ioctlsocket() defineMarc-André Lureau1-1/+0
2023-03-13win32: avoid mixing SOCKET and file descriptor spaceMarc-André Lureau1-2/+2
2023-03-13main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau1-2/+0
2023-03-13aio: make aio_set_fd_poll() static to aio-posix.cMarc-André Lureau1-8/+0
2023-03-13win32/socket: introduce qemu_socket_unselect() helperMarc-André Lureau1-0/+2
2023-03-13win32/socket: introduce qemu_socket_select() helperMarc-André Lureau1-0/+5
2023-03-13error: add global &error_warn destinationMarc-André Lureau1-0/+6
2023-03-13util: drop qemu_fork()Marc-André Lureau1-14/+0
2023-03-12Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell1-0/+1
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell4-8/+30
2023-03-10linux-user: add support for xtensa FDPICMax Filippov1-0/+1
2023-03-10Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell16-48/+148
2023-03-10pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki1-0/+3