summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can_emu: Delete macros for non-existing typedefEduardo Habkost2020-08-271-4/+0Star
* s390_flic: Move KVMS390FLICState typedef to headerEduardo Habkost2020-08-272-2/+3
* mcf_fec: Move mcf_fec_state typedef to headerEduardo Habkost2020-08-272-2/+3
* hvf: Move HVFState typedef to hvf.hEduardo Habkost2020-08-272-2/+3
* i8254: Move PITCommonState/PITCommonClass typedefs to i8254.hEduardo Habkost2020-08-272-4/+6
* pci: Move PCIBusClass typedef to pci.hEduardo Habkost2020-08-272-2/+3
* throttle-groups: Move ThrottleGroup typedef to headerEduardo Habkost2020-08-272-2/+3
* tulip: Move TulipState typedef to headerEduardo Habkost2020-08-272-2/+3
* hcd-dwc2: Rename USB_*CLASS macros for consistencyEduardo Habkost2020-08-272-6/+6
* hvf: Add missing includeEduardo Habkost2020-08-271-0/+2
* virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASSEduardo Habkost2020-08-271-2/+2
* versatile: Fix typo in PCI_VPB_HOST definitionEduardo Habkost2020-08-271-1/+1
* aspeed_timer: Fix ASPEED_TIMER macro definitionEduardo Habkost2020-08-271-1/+1
* opentitan: Rename memmap enum constantsEduardo Habkost2020-08-272-61/+61
* aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost2020-08-274-266/+266
* allwinner-h3: Rename memmap enum constantsEduardo Habkost2020-08-273-96/+96
* pl110: Rename pl110_version enum valuesEduardo Habkost2020-08-271-11/+11
* vmw_pvscsi: Rename QOM class cast macrosEduardo Habkost2020-08-271-4/+4
* megasas: Rename QOM class cast macrosEduardo Habkost2020-08-271-6/+6
* e1000: Rename QOM class cast macrosEduardo Habkost2020-08-271-4/+4
* numa: hmat: fix cache size checkIgor Mammedov2020-08-271-4/+4
* 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
| * | 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