summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-16i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois1-0/+197
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois1-0/+1
2016-03-16i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois1-7/+0
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois1-1/+1
2016-03-16loader: Fix incorrect parameter name in load_image_mr() macroJens Wiklander1-1/+1
2016-03-16vfio: Eliminate vfio_container_ioctl()David Gibson1-2/+0
2016-03-16spapr_pci: Remove finish_realize hookDavid Gibson1-12/+0
2016-03-16spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson1-11/+0
2016-03-16spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson1-1/+5
2016-03-16spapr_pci: Eliminate class callbacksDavid Gibson1-4/+33
2016-03-16vfio: Start improving VFIO/EEH interfaceDavid Gibson1-0/+2