aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2018-09-25hw/qdev-core: Fix description of instance_initThomas Huth
2018-09-25hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater
2018-09-25aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater
2018-09-25hw/intc/arm_gic: Document QEMU interfacePeter Maydell
2018-09-25arm: Add Nordic Semiconductor nRF51 SoCJoel Stanley
2018-09-25Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...Peter Maydell
2018-09-25scsi: remove unused lsi53c895a_create() and lsi53c810_create() functionsMark Cave-Ayland
2018-09-25scsi: add lsi53c8xx_handle_legacy_cmdline() functionMark Cave-Ayland
2018-09-25spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater
2018-09-25spapr: increase the size of the IRQ number spaceCédric Le Goater
2018-09-25spapr: introduce a spapr_irq class 'nr_msis' attributeCédric Le Goater
2018-09-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-09-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...Peter Maydell
2018-09-24Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-201809...Peter Maydell
2018-09-07hw/pci: factor PCI reserve resources to a separate structureJing Liu
2018-09-04RISC-V: Use atomic_cmpxchg to update PLIC bitmapsMichael Clark
2018-09-03virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann
2018-08-30virtio-vga: fix resetGerd Hoffmann
2018-08-30uninorth: add ofw-addr property to allow correct fw path generationMark Cave-Ayland
2018-08-30macio: add addr property to macio IDE objectMark Cave-Ayland
2018-08-30macio: add macio bus to help with fw path generationMark Cave-Ayland
2018-08-30macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland
2018-08-24elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPSAleksandar Rikalo
2018-08-24Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into ...Peter Maydell
2018-08-24hw/display/bcm2835_fb: Validate config settingsPeter Maydell
2018-08-24hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell
2018-08-24hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell
2018-08-24hw/display/bcm2835_fb: Reset resolution, etc correctlyPeter Maydell
2018-08-24hw/display/bcm2835_fb: Drop unused size and pitch fieldsPeter Maydell
2018-08-24hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell
2018-08-24hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell
2018-08-24hw/ssi/pl022: Allow use as embedded-struct devicePeter Maydell
2018-08-24hw/arm/iotkit: Wire up the lines for MSCsPeter Maydell
2018-08-24hw/misc/iotkit-secctl: Wire up registers for controlling MSCsPeter Maydell
2018-08-24hw/misc/tz-msc: Model TrustZone Master Security ControllerPeter Maydell
2018-08-24hw/misc/iotkit: Wire up the sysctl and sysinfo register blocksPeter Maydell
2018-08-24hw/misc/iotkit-sysinfo: Implement IoTKit system information blockPeter Maydell
2018-08-24hw/misc/iotkit-sysctl: Implement IoTKit system control elementPeter Maydell
2018-08-24hw/arm/iotkit: Wire up the S32KTIMERPeter Maydell
2018-08-24hw/arm/iotkit: Wire up the watchdogsPeter Maydell
2018-08-24hw/arm/iotkit: Wire up the dualtimerPeter Maydell
2018-08-24hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer modulePeter Maydell
2018-08-24hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTERPeter Maydell
2018-08-24hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz countersPeter Maydell
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard
2018-08-23i2c: pm_smbus: Add interrupt handlingCorey Minyard
2018-08-23i2c: pm_smbus: Add block transfer capabilityCorey Minyard
2018-08-23i2c: pm_smbus: Fix the semantics of block I2C transfersCorey Minyard