summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* xen: add event channel interface for XenDevice-sPaul Durrant2019-01-142-0/+18
* xen: add grant table interface for XenDevice-sPaul Durrant2019-01-141-0/+25
* xen: add xenstore watcher infrastructurePaul Durrant2019-01-142-0/+21
* xen: create xenstore areas for XenDevice-sPaul Durrant2019-01-142-0/+51
* xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'Paul Durrant2019-01-141-0/+73
* xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant2019-01-141-0/+55
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-142-37/+44
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-01-1110-26/+28
|\
| * avoid TABs in files that only contain a fewPaolo Bonzini2019-01-115-21/+21
| * remove space-tab sequencesPaolo Bonzini2019-01-111-1/+1
| * qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-112-2/+2
| * qemu/queue.h: typedef QTAILQ headsPaolo Bonzini2019-01-111-1/+2
| * qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
| * vfio: make vfio_address_spaces staticPaolo Bonzini2019-01-111-1/+0Star
| * scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck2019-01-111-0/+2
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-01-112-16/+3Star
|\ \ | |/ |/|
| * machine: Use shorter format for GlobalProperty arraysEduardo Habkost2019-01-101-15/+3Star
| * spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost2019-01-101-1/+0Star
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2019-01-101-0/+3
|\ \ | |/ |/|
| * ioapic: use TYPE_FOO MACRO than constant stringLi Qiang2019-01-091-0/+3
* | spapr: enable XIVE MMIOs at resetCédric Le Goater2019-01-081-0/+1
* | spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater2019-01-081-0/+1
* | ppc/xics: allow ICSState to have an offset 0Cédric Le Goater2019-01-081-2/+1Star
* | spapr: move the qemu_irq array under the machineCédric Le Goater2019-01-084-2/+2
* | pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater2019-01-081-0/+1
* | ppc: export the XICS and XIVE set_irq handlersCédric Le Goater2019-01-082-0/+4
* | spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2019-01-082-3/+3
* | spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater2019-01-082-7/+0Star
* | spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz2019-01-081-2/+4
* | pci: allow cleanup/unregistration of PCI root busesMichael Roth2019-01-081-0/+3
* | spapr: move spapr_create_phb() to core machine codeGreg Kurz2019-01-081-2/+0Star
* | ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy2019-01-081-1/+6
* | spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2019-01-081-0/+1
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell2019-01-081-2/+0Star
|\
| * usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini2019-01-081-2/+0Star
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell2019-01-0710-2/+354
|\ \
| * | Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson2019-01-071-1/+6
| * | arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz2019-01-071-0/+1
| * | arm: Instantiate NRF51 TimersSteffen Görtz2019-01-071-0/+4
| * | hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz2019-01-071-0/+80
| * | arm: Instantiate NRF51 general purpose I/OSteffen Görtz2019-01-071-0/+2
| * | hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz2019-01-071-0/+69
| * | arm: Instantiate NRF51 random number generatorSteffen Görtz2019-01-071-0/+2
| * | hw/misc/nrf51_rng: Add NRF51 random number generator peripheralSteffen Görtz2019-01-071-0/+83
| * | arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz2019-01-072-1/+45
| * | hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controllerPhilippe Mathieu-Daudé2019-01-071-0/+1
| * | arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel2019-01-071-0/+3
| * | hw/cpu: introduce CPU clustersLuc Michel2019-01-071-0/+58
| |/
* | qdev-props: remove errp from GlobalPropertyMarc-André Lureau2019-01-071-6/+2Star
* | qdev: all globals are now user-providedMarc-André Lureau2019-01-071-3/+0Star