aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-25hw/riscv: Add helpers for RISC-V multi-socket NUMA machinesAnup Patel3-0/+356
2020-08-25hw/riscv: Allow creating multiple instances of PLICAnup Patel5-19/+23
2020-08-25hw/riscv: Allow creating multiple instances of CLINTAnup Patel6-15/+20
2020-08-25Merge remote-tracking branch 'remotes/berrange/tags/socket-next-pull-request'...Peter Maydell1-0/+1
2020-08-25tests: fix a memory in test_socket_unix_abstract_goodLi Qiang1-0/+1
2020-08-25Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200825-pull-request...Peter Maydell4-32/+18
2020-08-25qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia3-2/+23
2020-08-25qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia2-4/+5
2020-08-25qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia25-142/+256
2020-08-25qcow2: Add prealloc field to QCowL2MetaAlberto Garcia3-1/+15
2020-08-25qcow2: Add subcluster support to qcow2_measure()Alberto Garcia1-7/+13
2020-08-25qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()Alberto Garcia3-24/+94
2020-08-25qcow2: Add subcluster support to handle_alloc_space()Alberto Garcia1-4/+5
2020-08-25qcow2: Clear the L2 bitmap when allocating a compressed clusterAlberto Garcia1-0/+3
2020-08-25qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()Alberto Garcia1-0/+18
2020-08-25qcow2: Add subcluster support to check_refcounts_l2()Alberto Garcia2-6/+12
2020-08-25qcow2: Add subcluster support to discard_in_l2_slice()Alberto Garcia1-29/+23
2020-08-25qcow2: Add subcluster support to zero_in_l2_slice()Alberto Garcia1-18/+20
2020-08-25qcow2: Add subcluster support to qcow2_get_host_offset()Alberto Garcia2-96/+92
2020-08-25qcow2: Add subcluster support to calculate_l2_meta()Alberto Garcia1-34/+133
2020-08-25qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOCAlberto Garcia1-3/+9
2020-08-25qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*Alberto Garcia3-40/+42
2020-08-25qcow2: Add cluster type parameter to qcow2_get_host_offset()Alberto Garcia3-20/+31
2020-08-25qcow2: Add qcow2_cluster_is_allocated()Alberto Garcia1-0/+6
2020-08-25qcow2: Add qcow2_get_subcluster_range_type()Alberto Garcia1-0/+51
2020-08-25qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()Alberto Garcia1-1/+125
2020-08-25qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()Alberto Garcia1-0/+21
2020-08-25qcow2: Add l2_entry_size()Alberto Garcia4-16/+27
2020-08-25qcow2: Add offset_into_subcluster() and size_to_subclusters()Alberto Garcia1-0/+10
2020-08-25qcow2: Add offset_to_sc_index()Alberto Garcia1-0/+5
2020-08-25qcow2: Add subcluster-related fields to BDRVQcow2StateAlberto Garcia2-0/+10
2020-08-25qcow2: Add dummy has_subclusters() functionAlberto Garcia1-0/+6
2020-08-25qcow2: Document the Extended L2 Entries featureAlberto Garcia2-4/+83
2020-08-25qcow2: Add get_l2_entry() and set_l2_entry()Alberto Garcia3-38/+54
2020-08-25qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()Alberto Garcia1-113/+139
2020-08-25qcow2: Split cluster_needs_cow() out of count_cow_clusters()Alberto Garcia1-15/+19
2020-08-25qcow2: Add calculate_l2_meta()Alberto Garcia1-24/+53
2020-08-25qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()Alberto Garcia3-37/+32
2020-08-25qcow2: Make Qcow2AioTask store the full host offsetAlberto Garcia2-37/+34
2020-08-25meson: avoid compiling qemu-keymap by defaultLaurent Vivier1-0/+5
2020-08-25meson: move xkbcommon to mesonLaurent Vivier4-31/+12
2020-08-25meson: drop keymaps symlinkGerd Hoffmann1-1/+1
2020-08-24Merge remote-tracking branch 'remotes/xtensa/tags/20200821-xtensa' into stagingPeter Maydell33-823/+198880
2020-08-24Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int...Peter Maydell5-94/+441
2020-08-24Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2020-08-24...Peter Maydell6-10/+661
2020-08-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200824'...Peter Maydell27-415/+885
2020-08-24target/arm: Use correct FPST for VCMLA, VCADD on fp16Peter Maydell1-3/+3
2020-08-24target/arm: Implement FPST_STD_F16 fpstatusPeter Maydell4-2/+18
2020-08-24target/arm: Make A32/T32 use new fpstatus_ptr() APIPeter Maydell3-49/+36
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell4-72/+103