aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-08-04include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hostsThomas Huth
2023-08-04hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth
2023-08-04io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé
2023-07-31vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-31virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov
2023-06-26host-utils: Avoid using __builtin_subcll on buggy versions of Apple ClangPeter Maydell
2023-05-24net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki
2023-05-22nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf
2023-05-22hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-17s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf
2023-05-10hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater
2023-04-11block, block-backend: write some hot coroutine wrappers by handPaolo Bonzini
2023-04-11block-backend: inline bdrv_co_get_geometryPaolo Bonzini
2023-04-11block: remove has_variable_length from BlockDriverPaolo Bonzini
2023-04-11block: move has_variable_length to BlockLimitsPaolo Bonzini
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-28util: import GTree as QTreeEmilio Cota
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf
2023-03-24hw/block: replace TABs with spaceYeqi Fu
2023-03-24hw/ide: replace TABs with spaceYeqi Fu
2023-03-22include/qemu/plugin: Inline qemu_plugin_disable_mem_helpersRichard Henderson
2023-03-22include/qemu: Split out plugin-event.hRichard Henderson
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson
2023-03-22include/qemu/plugin: Remove QEMU_PLUGIN_ASSERTRichard Henderson
2023-03-22include/qemu: add documentation for memory callbacksAlex Bennée
2023-03-21win32: add qemu_close_socket_osfhandle()Marc-André Lureau
2023-03-20replace TABs with spacesYeqi Fu
2023-03-20qemu/osdep: Switch position of "extern" and "G_NORETURN"Bernhard Beschow
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow
2023-03-14Merge tag 'display-pull-request' of https://gitlab.com/marcandre.lureau/qemu ...Peter Maydell
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-03-13ui: introduce egl_init()Marc-André Lureau
2023-03-13ui: keep current cursor with QemuConsoleMarc-André Lureau
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau
2023-03-13ui/dbus: initialize cursor_fbMarc-André Lureau
2023-03-13tcg: Drop tcg_const_*Richard Henderson
2023-03-13tcg: Drop tcg_const_*_vecRichard Henderson
2023-03-13include/exec: Remove guards around `NB_MMU_MODES`Anton Johansson
2023-03-13include/exec: Set default `NB_MMU_MODES` to 16Anton Johansson
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson
2023-03-13osdep: implement qemu_socketpair() for win32Marc-André Lureau
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau