aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson9-7/+35
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
2023-05-16accel/tcg: Widen plugin_gen_empty_mem_callback to i64Richard Henderson1-2/+2
2023-05-16tcg: Widen tcg_gen_code pc_start argument to uint64_tRichard Henderson1-1/+1
2023-05-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson1-13/+13
2023-05-16tcg: Widen gen_insn_data to uint64_tRichard Henderson3-46/+25
2023-05-16tcg: Add INDEX_op_qemu_{ld,st}_i128Richard Henderson1-0/+8
2023-05-16accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson1-6/+0
2023-05-16tcg/i386: Add have_atomic16Richard Henderson1-0/+18
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson1-0/+4
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson1-4/+2
2023-05-16tcg: Unify helper_{be,le}_{ld,st}*Richard Henderson1-38/+22
2023-05-16include/exec/memop: Add MO_ATOM_*Richard Henderson1-0/+37
2023-05-16cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth1-0/+2
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth2-0/+5
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda1-3/+3
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron1-1/+1
2023-05-16sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé1-3/+0
2023-05-15Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson6-1/+142
2023-05-15Merge tag 'migration-20230515-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson1-0/+1
2023-05-15block: add accounting for zone append operationSam Li1-0/+1
2023-05-15block: introduce zone append write for zoned devicesSam Li4-1/+19
2023-05-15file-posix: add tracking of the zone write pointersSam Li2-0/+19
2023-05-15block: add zoned BlockDriver check to block layerSam Li1-0/+5
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li4-1/+53
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li1-0/+3
2023-05-15block/block-common: add zoned device structsSam Li1-0/+43
2023-05-15hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao2-5/+7
2023-05-15hw/loongarch/virt: Modify ipi as percpu deviceSong Gao2-7/+4