aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-05-18smbios: fix typoCao jin1-1/+1
2016-05-18ipack: Update e-mail addressAlberto Garcia1-1/+1
2016-05-17s390x: enable runtime instrumentationFan Zhang1-0/+4
2016-05-17s390x: add compat machine for 2.7Cornelia Huck1-0/+3
2016-05-12i.MX: Add i.MX6 SOC implementation.Jean-Christophe DUBOIS1-0/+450
2016-05-12i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS1-0/+103
2016-05-12i.MX: Add i.MX6 System Reset Controller device.Jean-Christophe DUBOIS1-0/+73
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-0/+10
2016-05-12ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao1-1/+1
2016-05-12ACPI: Add GICC Affinity StructureShannon Zhao1-1/+14
2016-04-13virtio-input: support absolute axis config in pass-throughLadi Prosek1-0/+3
2016-04-13move const_le{16, 23} to qemu/bswap.h, add commentGerd Hoffmann1-14/+0
2016-04-13virtio-input: add parenthesis to const_le{16, 32}Gerd Hoffmann1-6/+6
2016-04-07virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini1-4/+2
2016-04-07virtio-scsi: use aio handler for data planePaolo Bonzini1-3/+3
2016-04-07virtio-blk: use aio handler for data planeMichael S. Tsirkin1-0/+2
2016-04-07virtio: add aio handlerMichael S. Tsirkin1-0/+3
2016-04-07virtio-scsi: fix disabled modePaolo Bonzini1-1/+0
2016-04-07virtio-blk: fix disabled modePaolo Bonzini1-0/+1
2016-04-07virtio: make virtio_queue_notify_vq staticPaolo Bonzini1-1/+0
2016-04-07Sort the fw_cfg file listGerd Hoffmann3-1/+12
2016-04-07acpi: Add missing GCC_FMT_ATTRStefan Weil1-1/+2
2016-04-05spapr_drc: enable immediate detach for unsignalled devicesMichael Roth1-0/+2
2016-04-05ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater1-5/+0
2016-03-30hw/mips/cps: enable ITU for multithreading processorsLeon Alrae1-0/+2
2016-03-30hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae1-0/+72
2016-03-30hw/mips/cps: create CPC block inside CPSLeon Alrae2-0/+12
2016-03-30hw/mips: add initial Cluster Power Controller supportLeon Alrae1-0/+47
2016-03-30hw/mips/cps: create GCR block inside CPSLeon Alrae1-0/+2
2016-03-30hw/mips: add initial Global Config Register supportYongbok Kim1-0/+49
2016-03-30hw/mips: implement generic MIPS Coherent Processing System containerLeon Alrae1-0/+40
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell21-70/+67
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.hMarkus Armbruster2-2/+5
2016-03-22hw/pci/pci.h: Don't include qemu-common.hMarkus Armbruster1-2/+9
2016-03-22include/hw/hw.h: Don't include qemu-common.hMarkus Armbruster1-1/+3
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2-0/+2
2016-03-22fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster2-48/+47
2016-03-22Clean up includes some moreMarkus Armbruster1-1/+0
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster13-15/+0
2016-03-21qdev: New DEFINE_PROP_ON_OFF_AUTOMarkus Armbruster1-0/+3
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost2-2/+2
2016-03-16bcm2835_dma: add emulation of Raspberry Pi DMA controllerGrégory ESTRADE2-0/+49
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE1-1/+4
2016-03-16bcm2835_fb: add framebuffer device for Raspberry PiGrégory ESTRADE2-0/+49
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2-0/+35
2016-03-16hw/arm: Add ASPEED AST2400 SoC modelAndrew Jeffery1-0/+35
2016-03-16hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery1-0/+48
2016-03-16hw/timer: Add ASPEED timer device modelAndrew Jeffery1-0/+59