aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-28ui/cursor: make width/height unsigned 16-bit integerMauro Matteo Cascella1-2/+2
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau1-0/+4
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+3
2023-05-25monitor: add more *_locked() functionsPaolo Bonzini1-0/+3
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-3/+0
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson2-8/+18
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson1-9/+0
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson1-46/+12
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson1-0/+17
2023-05-23include/host: Split out atomic128-ldst.hRichard Henderson1-73/+1
2023-05-23include/host: Split out atomic128-cas.hRichard Henderson1-54/+1
2023-05-23Merge tag 'mem-2023-05-23' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson3-1/+5
2023-05-23hostmem-file: add offset optionAlexander Graf3-1/+5
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki1-2/+2
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki2-1/+4
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-2/+2
2023-05-23net/eth: Use void pointersAkihiko Odaki1-2/+2
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki1-0/+2
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki1-8/+1
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki1-3/+3
2023-05-22Merge tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson3-1/+3
2023-05-22Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson4-10/+26
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth1-0/+2
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth2-1/+1
2023-05-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson9-7/+35
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf1-0/+10
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf1-4/+10
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf2-6/+6
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow1-1/+1
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow2-0/+5
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny1-0/+2
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov1-0/+2
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow1-2/+3
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow1-1/+0
2023-05-19vhost-vdpa: Add support for vIOMMU.Cindy Lu1-0/+11
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu1-0/+1
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras1-0/+2
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price1-3/+8
2023-05-18Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson2-2/+19
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela1-1/+11
2023-05-18migration: process_incoming_migration_co(): move colo part to coloVladimir Sementsov-Ogievskiy1-1/+8
2023-05-18kvm: Synchronize the backup bitmap in the last stageGavin Shan1-0/+1
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan1-2/+7
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson2-4/+13
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson1-0/+1
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson1-0/+5
2023-05-16tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson1-9/+26
2023-05-16tcg: Remove TCGv from tcg_gen_atomic_*Richard Henderson1-50/+142
2023-05-16tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*Richard Henderson1-6/+44
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson1-0/+1