aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-10-17hw/arm/virt: no ITS on older machine typesAndrew Jones2-5/+12
2016-10-17hw/arm/virt-acpi-build: fix MADT generationAndrew Jones1-8/+6
2016-10-17hw/intc/arm_gic_kvm: Fix build on aarch64Christopher Covington1-14/+0
2016-10-17hw/dma/pl080: Fix bad bit mask (PL080_CONF_M1 | PL080_CONF_M1)Thomas Huth1-1/+1
2016-10-17hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich1-2/+2
2016-10-17aspeed: add support for the SMC segment registersCédric Le Goater1-5/+130
2016-10-17aspeed: create mapping regions for the maximum number of slavesCédric Le Goater1-3/+13
2016-10-17aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater2-7/+42
2016-10-17aspeed: extend the number of host SPI controllersCédric Le Goater2-16/+30
2016-10-17aspeed: move the flash module mapping address under the controller definitionCédric Le Goater2-9/+15
2016-10-17aspeed: rename the smc object to fmcCédric Le Goater2-10/+10
2016-10-17Reducing stack frame size in stream_process_mem2s()Rutuja Shah1-4/+4
2016-10-17Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell10-186/+241
2016-10-179pfs: fix memory leak in v9fs_writeLi Qiang1-1/+1
2016-10-179pfs: fix memory leak in v9fs_linkLi Qiang1-0/+1
2016-10-179pfs: fix memory leak in v9fs_xattrcreateLi Qiang1-0/+1
2016-10-179pfs: fix information leak in xattr readLi Qiang1-1/+1
2016-10-17virtio-9p: add reset handlerGreg Kurz3-0/+39
2016-10-179pfs: only free completed request if not flushedGreg Kurz1-11/+7
2016-10-179pfs: drop useless check in pdu_free()Greg Kurz1-10/+8
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz2-57/+62
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz5-95/+109
2016-10-179pfs: fsdev: drop useless extern annotation for functionsGreg Kurz4-62/+62
2016-10-179pfs: fix potential host memory leak in v9fs_readLi Qiang1-2/+3
2016-10-179pfs: allocate space for guest originated empty stringsLi Qiang1-1/+1
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2-32/+95
2016-10-16spapr_pci: Add a 64-bit MMIO windowDavid Gibson2-16/+64
2016-10-16spapr: Adjust placement of PCI host bridge to allow > 1TiB RAMDavid Gibson1-2/+14
2016-10-16spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2-14/+38
2016-10-14ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt4-81/+121
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt7-80/+132
2016-10-14spapr: fix inheritance chain for default machine optionsMichael Roth1-0/+3
2016-10-12usb-redir: allocate buffers before waking up the host adapterHans de Goede1-3/+7
2016-10-12usb: Fix incorrect default DMA offset.Vijay Kumar B1-1/+1
2016-10-12usb: fix serial generatorGerd Hoffmann1-6/+6
2016-10-12xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann1-14/+15
2016-10-12xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann1-9/+7
2016-10-12xhci: add & use xhci_kick_epctx()Gerd Hoffmann1-17/+26
2016-10-12xhci: drop XHCITransfer->xhciGerd Hoffmann1-13/+9
2016-10-12xhci: use linked list for transfersGerd Hoffmann1-54/+68
2016-10-12xhci: drop unused comp_xfer fieldGerd Hoffmann1-1/+0
2016-10-12xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann1-1/+1
2016-10-12xhci: limit the number of link trbs we are willing to processGerd Hoffmann1-0/+10
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell18-213/+400
2016-10-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+1
2016-10-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell7-20/+20
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-131/+184
2016-10-10intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTEFeng Wu1-0/+12
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic11-26/+0
2016-10-10vhost-vsock: convert VMSTATE_VIRTIO_DEVICEHalil Pasic1-21/+23