summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha2020-08-273-3/+27
* acpi: update expected DSDT files with _UID changesMichael S. Tsirkin2020-08-2722-21/+0Star
* disassemble-aml: -o actually worksMichael S. Tsirkin2020-08-271-3/+8
* arm/acpi: fix an out of spec _UID for PCI rootMichael S. Tsirkin2020-08-271-1/+1
* i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin2020-08-271-2/+2
* acpi: allow DSDT changesMichael S. Tsirkin2020-08-271-0/+21
* Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...Peter Maydell2020-08-266-76/+148
|\
| * hw/display/artist: Fix invalidation of lines near screen borderSven Schnelle2020-08-261-1/+6
| * hw/display/artist: Fix invalidation of lines in artist_draw_line()Sven Schnelle2020-08-261-1/+4
| * hw/display/artist: Unbreak size mismatch memory accessesHelge Deller2020-08-261-8/+4Star
| * hw/display/artist: Prevent out of VRAM buffer accessesHelge Deller2020-08-261-41/+69
| * Revert "hw/display/artist: Avoid drawing line when nothing to display"Helge Deller2020-08-261-3/+0Star
| * hw/display/artist: Refactor artist_rop8() to avoid buffer over-runPhilippe Mathieu-Daudé2020-08-261-15/+25
| * hw/display/artist: Check offset in draw_line to avoid buffer over-runPhilippe Mathieu-Daudé2020-08-261-2/+7
| * hw/hppa/lasi: Don't abort on invalid IMR valueHelge Deller2020-08-261-2/+6
| * hw/display/artist.c: fix out of bounds checkSven Schnelle2020-08-041-13/+11Star
| * hw/hppa: Implement proper SeaBIOS version checkHelge Deller2020-08-041-0/+22
| * seabios-hppa: Update to SeaBIOS hppa version 1Helge Deller2020-08-042-0/+0
| * hw/hppa: Sync hppa_hardware.h file with SeaBIOS sourcesHelge Deller2020-08-042-2/+6
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-08-26' in...Peter Maydell2020-08-2634-570/+2952
|\ \
| * | iotests: Add tests for qcow2 images with extended L2 entriesAlberto Garcia2020-08-263-0/+1628
| * | qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia2020-08-253-2/+23
| * | qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia2020-08-252-4/+5
| * | qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2020-08-2525-142/+256
| * | qcow2: Add prealloc field to QCowL2MetaAlberto Garcia2020-08-253-1/+15
| * | qcow2: Add subcluster support to qcow2_measure()Alberto Garcia2020-08-251-7/+13
| * | qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()Alberto Garcia2020-08-253-24/+94
| * | qcow2: Add subcluster support to handle_alloc_space()Alberto Garcia2020-08-251-4/+5
| * | qcow2: Clear the L2 bitmap when allocating a compressed clusterAlberto Garcia2020-08-251-0/+3
| * | qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()Alberto Garcia2020-08-251-0/+18
| * | qcow2: Add subcluster support to check_refcounts_l2()Alberto Garcia2020-08-252-6/+12
| * | qcow2: Add subcluster support to discard_in_l2_slice()Alberto Garcia2020-08-251-29/+23Star
| * | qcow2: Add subcluster support to zero_in_l2_slice()Alberto Garcia2020-08-251-18/+20
| * | qcow2: Add subcluster support to qcow2_get_host_offset()Alberto Garcia2020-08-252-96/+92Star
| * | qcow2: Add subcluster support to calculate_l2_meta()Alberto Garcia2020-08-251-34/+133
| * | qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOCAlberto Garcia2020-08-251-3/+9
| * | qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*Alberto Garcia2020-08-253-40/+42
| * | qcow2: Add cluster type parameter to qcow2_get_host_offset()Alberto Garcia2020-08-253-20/+31
| * | qcow2: Add qcow2_cluster_is_allocated()Alberto Garcia2020-08-251-0/+6
| * | qcow2: Add qcow2_get_subcluster_range_type()Alberto Garcia2020-08-251-0/+51
| * | qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()Alberto Garcia2020-08-251-1/+125
| * | qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()Alberto Garcia2020-08-251-0/+21
| * | qcow2: Add l2_entry_size()Alberto Garcia2020-08-254-16/+27
| * | qcow2: Add offset_into_subcluster() and size_to_subclusters()Alberto Garcia2020-08-251-0/+10
| * | qcow2: Add offset_to_sc_index()Alberto Garcia2020-08-251-0/+5
| * | qcow2: Add subcluster-related fields to BDRVQcow2StateAlberto Garcia2020-08-252-0/+10
| * | qcow2: Add dummy has_subclusters() functionAlberto Garcia2020-08-251-0/+6
| * | qcow2: Document the Extended L2 Entries featureAlberto Garcia2020-08-252-4/+83
| * | qcow2: Add get_l2_entry() and set_l2_entry()Alberto Garcia2020-08-253-38/+54
| * | qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()Alberto Garcia2020-08-251-113/+139