summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell26-162/+164
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini10-36/+36
2019-01-11remove space-tab sequencesPaolo Bonzini1-1/+1
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini7-14/+14
2019-01-11qemu/queue.h: reimplement QTAILQ without pointer-to-pointersPaolo Bonzini2-99/+85
2019-01-11qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY}Paolo Bonzini1-8/+6
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini2-3/+5
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini5-8/+6
2019-01-11vfio: make vfio_address_spaces staticPaolo Bonzini1-1/+0
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-16/+65
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau1-2/+2
2019-01-11build-sys: move windows defines in osdep.h headerMarc-André Lureau1-0/+17
2019-01-11scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck1-0/+2
2019-01-11accel: Improve selection of the default acceleratorThomas Huth1-1/+1
2019-01-10Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i...Peter Maydell2-10/+0
2019-01-10Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell3-5/+9
2019-01-10ui/console: Remove qemu_create_display_surface_guestmem()Peter Maydell1-4/+0
2019-01-10configure: bump spice-server required version to 0.12.5Marc-André Lureau1-6/+0
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-15/+3
2019-01-09spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost1-1/+0
2019-01-09range: add some more functionsDavid Hildenbrand1-0/+62
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang1-0/+3
2019-01-09qom: Include qemu/fprintf-fn.h in cpu.hPriit Laes1-0/+1
2019-01-09typedefs: (Re-)sort entries alphabeticallyEric Blake1-5/+5
2019-01-09spapr: enable XIVE MMIOs at resetCédric Le Goater1-0/+1
2019-01-09spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater1-0/+1
2019-01-09ppc/xics: allow ICSState to have an offset 0Cédric Le Goater1-2/+1
2019-01-09spapr: move the qemu_irq array under the machineCédric Le Goater4-2/+2
2019-01-09pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater1-0/+1
2019-01-09ppc: export the XICS and XIVE set_irq handlersCédric Le Goater2-0/+4
2019-01-09spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2-3/+3
2019-01-09spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater2-7/+0
2019-01-09spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz1-2/+4
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth1-0/+3
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz1-2/+0
2019-01-09ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy1-1/+6
2019-01-09spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier1-0/+1
2019-01-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell1-2/+0
2019-01-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini1-2/+0
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell10-2/+354
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-1/+6
2019-01-07Merge remote-tracking branch 'remotes/elmarco/tags/machine-props-pull-request...Peter Maydell7-971/+109
2019-01-07arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz1-0/+1
2019-01-07arm: Instantiate NRF51 TimersSteffen Görtz1-0/+4
2019-01-07hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz1-0/+80
2019-01-07arm: Instantiate NRF51 general purpose I/OSteffen Görtz1-0/+2
2019-01-07hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz1-0/+69
2019-01-07arm: Instantiate NRF51 random number generatorSteffen Görtz1-0/+2
2019-01-07hw/misc/nrf51_rng: Add NRF51 random number generator peripheralSteffen Görtz1-0/+83
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz2-1/+45