aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-25qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()Alberto Garcia
2020-08-25qcow2: Add subcluster support to check_refcounts_l2()Alberto Garcia
2020-08-25qcow2: Add subcluster support to discard_in_l2_slice()Alberto Garcia
2020-08-25qcow2: Add subcluster support to zero_in_l2_slice()Alberto Garcia
2020-08-25qcow2: Add subcluster support to qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Add subcluster support to calculate_l2_meta()Alberto Garcia
2020-08-25qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOCAlberto Garcia
2020-08-25qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*Alberto Garcia
2020-08-25qcow2: Add cluster type parameter to qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Add qcow2_cluster_is_allocated()Alberto Garcia
2020-08-25qcow2: Add qcow2_get_subcluster_range_type()Alberto Garcia
2020-08-25qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()Alberto Garcia
2020-08-25qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()Alberto Garcia
2020-08-25qcow2: Add l2_entry_size()Alberto Garcia
2020-08-25qcow2: Add offset_into_subcluster() and size_to_subclusters()Alberto Garcia
2020-08-25qcow2: Add offset_to_sc_index()Alberto Garcia
2020-08-25qcow2: Add subcluster-related fields to BDRVQcow2StateAlberto Garcia
2020-08-25qcow2: Add dummy has_subclusters() functionAlberto Garcia
2020-08-25qcow2: Document the Extended L2 Entries featureAlberto Garcia
2020-08-25qcow2: Add get_l2_entry() and set_l2_entry()Alberto Garcia
2020-08-25qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()Alberto Garcia
2020-08-25qcow2: Split cluster_needs_cow() out of count_cow_clusters()Alberto Garcia
2020-08-25qcow2: Add calculate_l2_meta()Alberto Garcia
2020-08-25qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()Alberto Garcia
2020-08-25qcow2: Make Qcow2AioTask store the full host offsetAlberto Garcia
2020-08-25meson: avoid compiling qemu-keymap by defaultLaurent Vivier
2020-08-25meson: move xkbcommon to mesonLaurent Vivier
2020-08-25meson: drop keymaps symlinkGerd Hoffmann
2020-08-24Merge remote-tracking branch 'remotes/xtensa/tags/20200821-xtensa' into stagingPeter Maydell
2020-08-24Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int...Peter Maydell
2020-08-24Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2020-08-24...Peter Maydell
2020-08-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200824'...Peter Maydell
2020-08-24target/arm: Use correct FPST for VCMLA, VCADD on fp16Peter Maydell
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell
2020-08-24target/arm: Make A32/T32 use new fpstatus_ptr() APIPeter Maydell
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell
2020-08-24target/arm: Delete unused ARM_FEATURE_CRCPeter Maydell
2020-08-24target/arm/translate.c: Delete/amend incorrect commentsPeter Maydell
2020-08-24target/arm: Delete unused VFP_DREG macrosPeter Maydell
2020-08-24target/arm: Remove ARCH macroPeter Maydell
2020-08-24target/arm: Convert T32 coprocessor insns to decodetreePeter Maydell
2020-08-24target/arm: Do M-profile NOCP checks early and via decodetreePeter Maydell
2020-08-24target/arm: Tidy up disas_arm_insn()Peter Maydell
2020-08-24target/arm: Convert A32 coprocessor insns to decodetreePeter Maydell
2020-08-24target/arm: Separate decode from handling of coproc insnsPeter Maydell
2020-08-24target/arm: Pull handling of XScale insns out of disas_coproc_insn()Peter Maydell
2020-08-24docs/system/arm: Document the Xilinx Versal Virt boardEdgar E. Iglesias
2020-08-24hw/arm/smmuv3: Advertise SMMUv3.2 range invalidationEric Auger
2020-08-24hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 supportEric Auger
2020-08-24hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 supportEric Auger