aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-28hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé3-16/+38
2020-08-28hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé4-6/+41
2020-08-28target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson1-4/+5
2020-08-28target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson1-5/+5
2020-08-28target/arm: Clarify HCR_EL2 ARMCPRegInfo typePhilippe Mathieu-Daudé1-1/+0
2020-08-28hw/arm/musicpal: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé1-14/+31
2020-08-28hw/clock: Only propagate clock changes if the clock is changedPhilippe Mathieu-Daudé1-2/+3
2020-08-28hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé2-6/+13
2020-08-28hw/clock: Remove unused clock_init*() functionsPhilippe Mathieu-Daudé1-13/+0
2020-08-28hw/arm/sbsa-ref: fix typo breaking PCIe IRQsGraeme Gregory1-1/+1
2020-08-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell46-31/+225
2020-08-27Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200827' into stagingPeter Maydell4-1/+85
2020-08-27tests/bios-tables-test: add smbios cpu speed testYing Fang1-0/+42
2020-08-27hw/smbios: add options for type 4 max-speed and current-speedYing Fang2-5/+33
2020-08-27vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi4-1/+12
2020-08-27virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi4-2/+14
2020-08-27virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi8-13/+37
2020-08-27virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi6-7/+14
2020-08-27virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi2-0/+41
2020-08-27Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha3-3/+27
2020-08-27acpi: update expected DSDT files with _UID changesMichael S. Tsirkin22-21/+0
2020-08-27disassemble-aml: -o actually worksMichael S. Tsirkin1-3/+8
2020-08-27arm/acpi: fix an out of spec _UID for PCI rootMichael S. Tsirkin1-1/+1
2020-08-27i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin1-2/+2
2020-08-27acpi: allow DSDT changesMichael S. Tsirkin1-0/+21
2020-08-27hw/vfio/ap: Plug memleak in vfio_ap_get_group()Pan Nengyuan1-0/+1
2020-08-27docs/system/s390x: Add a chapter about s390x boot devicesThomas Huth2-0/+83
2020-08-27virtio-ccw-input: fix descriptionCornelia Huck1-1/+1
2020-08-26Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...Peter Maydell6-76/+148
2020-08-26hw/display/artist: Fix invalidation of lines near screen borderSven Schnelle1-1/+6
2020-08-26hw/display/artist: Fix invalidation of lines in artist_draw_line()Sven Schnelle1-1/+4
2020-08-26hw/display/artist: Unbreak size mismatch memory accessesHelge Deller1-8/+4
2020-08-26hw/display/artist: Prevent out of VRAM buffer accessesHelge Deller1-41/+69
2020-08-26Revert "hw/display/artist: Avoid drawing line when nothing to display"Helge Deller1-3/+0
2020-08-26hw/display/artist: Refactor artist_rop8() to avoid buffer over-runPhilippe Mathieu-Daudé1-15/+25
2020-08-26hw/display/artist: Check offset in draw_line to avoid buffer over-runPhilippe Mathieu-Daudé1-2/+7
2020-08-26hw/hppa/lasi: Don't abort on invalid IMR valueHelge Deller1-2/+6
2020-08-26Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-08-26' in...Peter Maydell34-570/+2952
2020-08-26iotests: Add tests for qcow2 images with extended L2 entriesAlberto Garcia3-0/+1628
2020-08-25Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell23-444/+1630
2020-08-25target/riscv: Support the Virtual Instruction faultAlistair Francis5-6/+109
2020-08-25target/riscv: Return the exception from invalid CSR accessesAlistair Francis2-29/+35
2020-08-25target/riscv: Support the v0.6 Hypervisor extension CRSsAlistair Francis2-0/+43
2020-08-25target/riscv: Only support little endian guestsAlistair Francis1-0/+5
2020-08-25target/riscv: Only support a single VSXL lengthAlistair Francis1-0/+9
2020-08-25target/riscv: Update the CSRs to the v0.6 Hyp extensionAlistair Francis1-6/+8
2020-08-25target/riscv: Update the Hypervisor trap return/entryAlistair Francis4-26/+9
2020-08-25target/riscv: Fix the interrupt cause codeAlistair Francis1-2/+3
2020-08-25target/riscv: Convert MSTATUS MTL to GVAAlistair Francis3-9/+26
2020-08-25target/riscv: Don't allow guest to write to htinstAlistair Francis1-1/+0