aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-20include/exec: Provide the tswap() functions for target independent code, tooThomas Huth2-63/+73
2023-09-10hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu1-2/+2
2023-09-10kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-0/+2
2023-09-10include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hostsThomas Huth1-0/+3
2023-09-10Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi1-0/+8
2023-09-10include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson1-1/+2
2023-09-10include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson1-1/+3
2023-09-10machine: Add helpers to get cores/threads per socketZhao Liu1-0/+2
2023-09-10async: Add an optional reentrancy guard to the BH APIAlexander Bulekov2-4/+21
2023-09-10memory: prevent dma-reentracy issuesAlexander Bulekov2-0/+12
2023-08-04include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hostsThomas Huth1-24/+26
2023-08-04hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth1-24/+26
2023-08-04io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé1-0/+1
2023-07-31vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov1-0/+1
2023-07-31virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov1-0/+2
2023-06-26host-utils: Avoid using __builtin_subcll on buggy versions of Apple ClangPeter Maydell2-1/+14
2023-05-24net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki1-3/+3
2023-05-22nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf1-0/+10
2023-05-22hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras1-0/+2
2023-05-17s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda1-3/+3
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf2-2/+6
2023-05-10block: Consistently call bdrv_activate() outside coroutineKevin Wolf1-1/+5
2023-05-10hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()Cédric Le Goater1-0/+49
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