aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-01seabios-hppa: Update SeaBIOS to hppa-qemu-5.2-2 tagHelge Deller2-0/+0
2020-08-27Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200827' into stagingPeter Maydell4-1/+85
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
2020-08-25target/riscv: Do two-stage lookups on hlv/hlvx/hsv instructionsAlistair Francis1-35/+25
2020-08-25target/riscv: Allow generating hlv/hlvx/hsv instructionsAlistair Francis6-0/+474
2020-08-25target/riscv: Allow setting a two-stage lookup in the virt statusAlistair Francis3-0/+21
2020-08-25hw/riscv: virt: Allow creating multiple NUMA socketsAnup Patel2-229/+306
2020-08-25hw/riscv: spike: Allow creating multiple NUMA socketsAnup Patel2-76/+167
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