summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery2020-01-304-3/+14
* hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINESPeter Maydell2020-01-301-1/+1
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jan-29-2020' ...Peter Maydell2020-01-3038-69/+75
|\
| * hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-2938-69/+75
* | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-01-29-1...Peter Maydell2020-01-301-1/+2
|\ \
| * | tpm-ppi: page-align PPI RAMMarc-André Lureau2020-01-291-1/+2
| |/
* | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2020-01-281-8/+22
|\ \ | |/ |/|
| * ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov2020-01-271-8/+22
* | hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé2020-01-271-1/+1
* | hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé2020-01-271-5/+4Star
* | hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé2020-01-271-1/+1
* | hppa: Add emulation of Artist graphicsSven Schnelle2020-01-277-0/+1480
* | hppa: Switch to tulip NIC by defaultHelge Deller2020-01-271-2/+2
* | hppa: add emulation of LASI PS2 controllersSven Schnelle2020-01-277-1/+315
* | ps2: accept 'Set Key Make and Break' commandsSven Schnelle2020-01-271-0/+10
* | hppa: Add support for LASI chip with i82596 NICHelge Deller2020-01-2712-2/+1375
* | hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller2020-01-272-14/+88
|/
* hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth2020-01-271-3/+13
* s390x/event-facility: fix error propagationCornelia Huck2020-01-271-1/+1
* s390x: adapter routes error handlingCornelia Huck2020-01-272-0/+12
* s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza2020-01-271-21/+12Star
* intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()Daniel Henrique Barboza2020-01-271-7/+3Star
* s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza2020-01-271-11/+5Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-27392-578/+565Star
|\
| * qdev: register properties as class propertiesMarc-André Lureau2020-01-242-58/+63
| * qdev: move instance properties to class propertiesMarc-André Lureau2020-01-241-11/+13
| * qdev: rename DeviceClass.propsPaolo Bonzini2020-01-242-5/+5
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-24388-436/+441
| * qdev: move helper function to monitor/miscMarc-André Lureau2020-01-241-26/+0Star
| * qdev: remove extraneous errorMarc-André Lureau2020-01-241-11/+4Star
| * qdev: remove duplicated qdev_property_add_static() docMarc-André Lureau2020-01-241-10/+0Star
| * hw/ppc/spapr_rtas: Remove local variablePhilippe Mathieu-Daudé2020-01-241-3/+2Star
| * hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argumentPhilippe Mathieu-Daudé2020-01-241-1/+1
| * hw/ppc/spapr_rtas: Use local MachineState variablePhilippe Mathieu-Daudé2020-01-241-1/+1
| * virtio-scsi: convert to new virtio_delete_queuePan Nengyuan2020-01-241-3/+3
| * virtio-scsi: delete vqs in unrealize to avoid memleaksPan Nengyuan2020-01-241-0/+6
| * hw/core/Makefile: Group generic objects versus system-mode objectsPhilippe Mathieu-Daudé2020-01-241-14/+14
| * hw/core: Restrict reset handlers API to system-modePhilippe Mathieu-Daudé2020-01-241-1/+2
| * hw/pci-host/designware: Remove unuseful FALLTHROUGH commentPhilippe Mathieu-Daudé2020-01-241-1/+1
| * hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé2020-01-241-2/+2
| * hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé2020-01-241-1/+2
| * hw/timer/aspeed_timer: Add a fall through commentPhilippe Mathieu-Daudé2020-01-241-1/+1
| * hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé2020-01-241-0/+2
| * pvpanic: implement crashloaded event handlingzhenwei pi2020-01-241-2/+9
| * cpu: Introduce cpu_class_set_parent_reset()Greg Kurz2020-01-241-0/+8
* | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' i...Peter Maydell2020-01-241-0/+1
|\ \
| * | riscv/sifive_u: fix a memory leak in soc_realize()Pan Nengyuan2020-01-161-0/+1
* | | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell2020-01-241-1/+1
|\ \ \
| * | | vhost-user: Print unexpected slave message typesDr. David Alan Gilbert2020-01-231-1/+1
* | | | hw/arm/exynos4210: Connect serial port DMA busy signals with pl330Guenter Roeck2020-01-231-13/+29