aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones1-0/+8
2020-01-30hw/arm/virt: Add missing 5.0 options call to 4.2 optionsAndrew Jones1-0/+1
2020-01-30hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bitZenghui Yu1-7/+4
2020-01-30hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde1-1/+9
2020-01-30hw/core: deprecate old reset functions and introduce new onesDamien Hedde3-0/+15
2020-01-30hw/core/qdev: update hotplug reset regarding resettableDamien Hedde1-1/+14
2020-01-30hw/core/qdev: handle parent bus change regarding resettableDamien Hedde1-5/+11
2020-01-30hw/core/resettable: add support for changing parentDamien Hedde2-2/+61
2020-01-30hw/core: add Resettable support to BusClass and DeviceClassDamien Hedde2-0/+190
2020-01-30hw/core: create Resettable QOM interfaceDamien Hedde3-0/+256
2020-01-30hw/core/qdev: add trace events to help with resettable transitionDamien Hedde2-3/+35
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde14-20/+20
2020-01-30hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'Philippe Mathieu-Daudé1-2/+0
2020-01-30misc/pca9552: Add qom set and getJoel Stanley1-0/+90
2020-01-30hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0Cédric Le Goater1-5/+39
2020-01-30ftgmac100: check RX and TX buffer alignmentCédric Le Goater1-0/+13
2020-01-30hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery2-12/+43
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery4-3/+14
2020-01-30hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINESPeter Maydell1-1/+1
2020-01-30Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jan-29-2020' ...Peter Maydell38-69/+75
2020-01-30Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-01-29-1...Peter Maydell1-1/+2
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic38-69/+75
2020-01-29tpm-ppi: page-align PPI RAMMarc-André Lureau1-1/+2
2020-01-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-8/+22
2020-01-27ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov1-8/+22
2020-01-27hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé1-1/+1
2020-01-27hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé1-5/+4
2020-01-27hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé1-1/+1
2020-01-27hppa: Add emulation of Artist graphicsSven Schnelle7-0/+1480
2020-01-27hppa: Switch to tulip NIC by defaultHelge Deller1-2/+2
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle7-1/+315
2020-01-27ps2: accept 'Set Key Make and Break' commandsSven Schnelle1-0/+10
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller12-2/+1375
2020-01-27hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller2-14/+88
2020-01-27hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth1-3/+13
2020-01-27s390x/event-facility: fix error propagationCornelia Huck1-1/+1
2020-01-27s390x: adapter routes error handlingCornelia Huck2-0/+12
2020-01-27s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza1-21/+12
2020-01-27intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()Daniel Henrique Barboza1-7/+3
2020-01-27s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza1-11/+5
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell392-578/+565
2020-01-24qdev: register properties as class propertiesMarc-André Lureau2-58/+63
2020-01-24qdev: move instance properties to class propertiesMarc-André Lureau1-11/+13
2020-01-24qdev: rename DeviceClass.propsPaolo Bonzini2-5/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau388-436/+441
2020-01-24qdev: move helper function to monitor/miscMarc-André Lureau1-26/+0
2020-01-24qdev: remove extraneous errorMarc-André Lureau1-11/+4
2020-01-24qdev: remove duplicated qdev_property_add_static() docMarc-André Lureau1-10/+0
2020-01-24hw/ppc/spapr_rtas: Remove local variablePhilippe Mathieu-Daudé1-3/+2
2020-01-24hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argumentPhilippe Mathieu-Daudé1-1/+1