summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-1420-114/+125
* xen/pt: allow passthrough of devices with bogus interrupt pinZhao Yan2019-01-142-1/+9
* hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so muchPeter Maydell2019-01-141-0/+16
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190111-pull-request' ...Peter Maydell2019-01-111-1/+1
|\
| * i2c-ddc: fix oob readGerd Hoffmann2019-01-111-1/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-01-1162-273/+294
|\ \
| * | avoid TABs in files that only contain a fewPaolo Bonzini2019-01-1139-227/+227
| * | remove space-tab sequencesPaolo Bonzini2019-01-111-2/+2
| * | hw/watchdog/wdt_i6300esb: remove a unnecessary commentPeng Hao2019-01-111-1/+0Star
| * | qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-117-10/+10
| * | qemu/queue.h: typedef QTAILQ headsPaolo Bonzini2019-01-111-1/+1
| * | qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-1110-19/+19
| * | vfio: make vfio_address_spaces staticPaolo Bonzini2019-01-111-1/+1
| * | scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck2019-01-113-9/+29
| * | esp-pci: Fix status register write erase controlGuenter Roeck2019-01-111-3/+3
| * | pam: wrap MemoryRegion initialization in a transactionPaolo Bonzini2019-01-111-0/+2
| |/
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-01-118-1181/+294Star
|\ \
| * | qdev: fix -device scsi-hd,help regressionMarc-André Lureau2019-01-101-3/+6
| * | machine: Use shorter format for GlobalProperty arraysEduardo Habkost2019-01-106-1153/+262Star
| * | machine: Eliminate unnecessary stringify() usageEduardo Habkost2019-01-104-67/+67
| * | spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost2019-01-101-1/+1
| * | memory-device: rewrite address assignment using rangesDavid Hildenbrand2019-01-101-25/+26
* | | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request...Peter Maydell2019-01-101-0/+3
|\ \ \ | |_|/ |/| |
| * | usb-audio: ignore usb packages with wrong sizeGerd Hoffmann2019-01-101-0/+3
| * | hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth2019-01-101-1/+0Star
* | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190110-pull-request' i...Peter Maydell2019-01-101-2/+0Star
|\ \ \
| * | | configure: bump spice-server required version to 0.12.5Marc-André Lureau2019-01-101-2/+0Star
| |/ /
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2019-01-1014-15/+5Star
|\ \ \ | |_|/ |/| |
| * | ioapic: use TYPE_FOO MACRO than constant stringLi Qiang2019-01-093-4/+4
| * | trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-099-9/+0Star
| * | hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth2019-01-091-1/+0Star
| * | hw/core: fix whitespace in a sentenceWainer dos Santos Moschetta2019-01-091-1/+1
* | | spapr: enable XIVE MMIOs at resetCédric Le Goater2019-01-082-0/+18
* | | spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICSCédric Le Goater2019-01-083-3/+197
* | | spapr: move the qemu_irq array under the machineCédric Le Goater2019-01-084-9/+27
* | | pnv/psi: move the ICSState qemu_irq array under the PSI device modelCédric Le Goater2019-01-081-3/+4
* | | ppc: export the XICS and XIVE set_irq handlersCédric Le Goater2019-01-083-3/+3
* | | spapr: return from post_load method when RTC import failsCédric Le Goater2019-01-081-2/+7
* | | ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater2019-01-086-15/+15
* | | ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater2019-01-083-8/+13
* | | spapr: modify the prototype of the cpu_intc_create() methodCédric Le Goater2019-01-084-17/+44
* | | spapr/xive: simplify the sPAPR IRQ qirq method for XIVECédric Le Goater2019-01-082-15/+11Star
* | | spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz2019-01-081-2/+0Star
* | | pci: allow cleanup/unregistration of PCI root busesMichael Roth2019-01-081-0/+33
* | | spapr: move spapr_create_phb() to core machine codeGreg Kurz2019-01-082-12/+12
* | | ppc4xx: Disable debug logging by defaultBALATON Zoltan2019-01-081-2/+1Star
* | | ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy2019-01-083-1/+87
* | | spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2019-01-082-0/+41
|/ /
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell2019-01-087-59/+74
|\ \
| * | usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini2019-01-082-53/+53