aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki1-1/+7
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki1-2/+2
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki1-5/+0
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki1-0/+6
2023-03-10fsl_etsec: Use hw/net/mii.hAkihiko Odaki1-0/+1
2023-03-10hw/net: Add more MII definitionsAkihiko Odaki1-1/+12
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell9-227/+329
2023-03-09Merge tag 'vfio-updates-20230307.1' of https://gitlab.com/alex.williamson/qem...Peter Maydell1-2/+6
2023-03-09Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+0
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell7-126/+458
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell5-8/+33
2023-03-07hw/pxb-cxl: Support passthrough HDM Decoders unless overriddenJonathan Cameron3-0/+3
2023-03-07hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpersJonathan Cameron1-0/+2
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan1-0/+25
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse1-0/+1
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé1-3/+2
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé3-5/+5
2023-03-07gdbstub: move update guest debug to accel opsMads Ynddal1-0/+1
2023-03-07gdbstub: Remove gdb_do_syscallvRichard Henderson1-11/+0
2023-03-07include: split target_long definition from cpu-defsAlex Bennée2-18/+43
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée2-102/+124
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée2-86/+103
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée2-21/+43