aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-05-23include/host: Split out atomic128-cas.hRichard Henderson
2023-05-23Merge tag 'mem-2023-05-23' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson
2023-05-23hostmem-file: add offset optionAlexander Graf
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki
2023-05-23net/eth: Use void pointersAkihiko Odaki
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki
2023-05-22Merge tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-05-22Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth
2023-05-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow
2023-05-19vhost-vdpa: Add support for vIOMMU.Cindy Lu
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-05-19hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)Gregory Price
2023-05-18Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela
2023-05-18migration: process_incoming_migration_co(): move colo part to coloVladimir Sementsov-Ogievskiy
2023-05-18kvm: Synchronize the backup bitmap in the last stageGavin Shan
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan
2023-05-16tcg: Split out exec/user/guest-base.hRichard Henderson
2023-05-16tcg: Add tlb_dyn_max_bits to TCGContextRichard Henderson
2023-05-16tcg: Add page_bits and page_mask to TCGContextRichard Henderson
2023-05-16tcg: Split INDEX_op_qemu_{ld,st}* for guest address sizeRichard Henderson
2023-05-16tcg: Remove TCGv from tcg_gen_atomic_*Richard Henderson
2023-05-16tcg: Remove TCGv from tcg_gen_qemu_{ld,st}_*Richard Henderson
2023-05-16tcg: Add addr_type to TCGContextRichard Henderson
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson
2023-05-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson
2023-05-16accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson
2023-05-16tcg/i386: Add have_atomic16Richard Henderson
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson