summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-283-16/+38
* hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-284-6/+41
* target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson2020-08-281-4/+5
* target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson2020-08-281-5/+5
* target/arm: Clarify HCR_EL2 ARMCPRegInfo typePhilippe Mathieu-Daudé2020-08-281-1/+0Star
* hw/arm/musicpal: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé2020-08-281-14/+31
* hw/clock: Only propagate clock changes if the clock is changedPhilippe Mathieu-Daudé2020-08-281-2/+3
* hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé2020-08-282-6/+13
* hw/clock: Remove unused clock_init*() functionsPhilippe Mathieu-Daudé2020-08-281-13/+0Star
* hw/arm/sbsa-ref: fix typo breaking PCIe IRQsGraeme Gregory2020-08-281-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-08-2746-31/+225
|\
| * tests/bios-tables-test: add smbios cpu speed testYing Fang2020-08-271-0/+42
| * hw/smbios: add options for type 4 max-speed and current-speedYing Fang2020-08-272-5/+33
| * vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-274-1/+12
| * virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-274-2/+14
| * virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi2020-08-278-13/+37
| * virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi2020-08-276-7/+14
| * virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi2020-08-272-0/+41
| * 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/cohuck/tags/s390x-20200827' into stagingPeter Maydell2020-08-274-1/+85
|\ \ | |/ |/|
| * hw/vfio/ap: Plug memleak in vfio_ap_get_group()Pan Nengyuan2020-08-271-0/+1
| * docs/system/s390x: Add a chapter about s390x boot devicesThomas Huth2020-08-272-0/+83
| * virtio-ccw-input: fix descriptionCornelia Huck2020-08-271-1/+1
|/
* 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