aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-10Merge branch 'master' of git://git.qemu.org/qemu into prep-upAndreas Färber
2013-01-10Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st...Anthony Liguori
2013-01-09pci-assign: Enable MSIX on device to match guestAlex Williamson
2013-01-09pci: use constants for devices under the 1B36 device ID, document themPaolo Bonzini
2013-01-08vfio-pci: Loosen sanity checks to allow future featuresAlex Williamson
2013-01-08vfio-pci: Make host MSI-X enable track guestAlex Williamson
2013-01-08qdev: Don't assume existence of parent bus on unparentingAndreas Färber
2013-01-08qdev: Include qdev code into *-user, tooEduardo Habkost
2013-01-08ivshmem: use symbolic constant for PCI ID, add to pci-ids.txtPaolo Bonzini
2013-01-08virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini
2013-01-08Merge remote-tracking branch 'kraxel/usb.75' into stagingAnthony Liguori
2013-01-08uhci: stop using portio listsGerd Hoffmann
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede
2013-01-07vhost: backend masking supportMichael S. Tsirkin
2013-01-07vhost: set started flag while start is in progressMichael S. Tsirkin
2013-01-07virtio-net: set/clear vhost_started in reverse orderMichael S. Tsirkin
2013-01-07virtio: backend virtqueue notifier maskingMichael S. Tsirkin
2013-01-07virtio-pci: cache msix messagesMichael S. Tsirkin
2013-01-07msix: add api to access msix messageMichael S. Tsirkin
2013-01-07virtio: don't waste irqfds on control vqsMichael S. Tsirkin
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf
2013-01-07PPC: KVM: set has-idle in guest device treeStuart Yoder
2013-01-07openpic: fix CTPR and de-assertion of interruptsScott Wood
2013-01-07openpic: move IACK to its own functionScott Wood
2013-01-07openpic: IRQ_check: search the queue a word at a timeScott Wood
2013-01-07openpic: fix sense and priority bitsScott Wood
2013-01-07openpic: add some bounds checking for IRQ numbersScott Wood
2013-01-07openpic: use standard bitmap operationsScott Wood
2013-01-07Revert "openpic: Accelerate pending irq search"Scott Wood
2013-01-07openpic: always call IRQ_check from IRQ_get_nextScott Wood
2013-01-07openpic/fsl: critical interrupts ignore mask before v4.1Scott Wood
2013-01-07openpic: make ctpr signedScott Wood
2013-01-07openpic: rework critical interrupt supportScott Wood
2013-01-07openpic: make register names correspond better with hw docsScott Wood
2013-01-07openpic: lower interrupt when reading the MSI registerScott Wood
2013-01-07openpic: fix debug printsScott Wood
2013-01-07PPC: Reset qemu timers when guest resetBharat Bhushan
2013-01-07openpic: fix coding style issuesAlexander Graf
2013-01-07openpic: don't crash on a register access without a CPU contextScott Wood
2013-01-07openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/Scott Wood
2013-01-07openpic: BRR1 is not a CPU-specific register.Scott Wood
2013-01-07openpic: support large vectors on FSL mpicScott Wood
2013-01-07openpic: remove pcsr (CPU sensitivity register)Scott Wood
2013-01-07openpic: symbolicize some magic numbersScott Wood
2013-01-07exynos4210: Add EHCI supportLiming Wang
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber
2013-01-07xhci: call set-address with dummy usbpacketGerd Hoffmann