summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-12build: remove CONFIG_SMARTCARDPaolo Bonzini2-2/+2
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini1-0/+51
2013-01-12Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl3-394/+659
2013-01-12hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return valueJulien Grall1-2/+2
2013-01-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-1/+13
2013-01-11Merge remote-tracking branch 'kraxel/q35.1' into stagingAnthony Liguori3-13/+40
2013-01-11Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori4-32/+461
2013-01-11hw/pc.c: Fix converting of ioport_register* to MemoryRegionJulien Grall1-0/+12
2013-01-11Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil1-1/+1
2013-01-11pc: rename machine typesGerd Hoffmann2-6/+6
2013-01-11q35: add ich9 intel hda controllerGerd Hoffmann1-7/+34
2013-01-10virtio-scsi: abort in-flight I/O when the device is resetPaolo Bonzini1-0/+4
2013-01-10qdev: add qbus_reset_allPaolo Bonzini2-1/+18
2013-01-10Make all static TypeInfos constAndreas Färber247-335/+335
2013-01-10Merge branch 'master' of git://git.qemu.org/qemu into prep-upAndreas Färber646-12708/+32412
2013-01-10Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st...Anthony Liguori1-6/+28
2013-01-08vfio-pci: Loosen sanity checks to allow future featuresAlex Williamson1-2/+2
2013-01-08vfio-pci: Make host MSI-X enable track guestAlex Williamson1-4/+26
2013-01-08qdev: Don't assume existence of parent bus on unparentingAndreas Färber1-3/+5
2013-01-08qdev: Include qdev code into *-user, tooEduardo Habkost1-2/+7
2013-01-08Merge remote-tracking branch 'kraxel/usb.75' into stagingAnthony Liguori21-330/+3279
2013-01-08uhci: stop using portio listsGerd Hoffmann1-76/+30
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede7-20/+2717
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf2-2/+23
2013-01-07PPC: KVM: set has-idle in guest device treeStuart Yoder1-0/+4
2013-01-07openpic: fix CTPR and de-assertion of interruptsScott Wood1-58/+123
2013-01-07openpic: move IACK to its own functionScott Wood1-42/+53
2013-01-07openpic: IRQ_check: search the queue a word at a timeScott Wood1-12/+16
2013-01-07openpic: fix sense and priority bitsScott Wood1-6/+71
2013-01-07openpic: add some bounds checking for IRQ numbersScott Wood1-0/+11
2013-01-07openpic: use standard bitmap operationsScott Wood1-26/+29
2013-01-07Revert "openpic: Accelerate pending irq search"Scott Wood1-11/+0
2013-01-07openpic: always call IRQ_check from IRQ_get_nextScott Wood1-7/+3
2013-01-07openpic/fsl: critical interrupts ignore mask before v4.1Scott Wood1-1/+4
2013-01-07openpic: make ctpr signedScott Wood1-3/+3
2013-01-07openpic: rework critical interrupt supportScott Wood1-34/+76
2013-01-07openpic: make register names correspond better with hw docsScott Wood1-178/+178
2013-01-07openpic: lower interrupt when reading the MSI registerScott Wood1-0/+1
2013-01-07openpic: fix debug printsScott Wood1-17/+27
2013-01-07PPC: Reset qemu timers when guest resetBharat Bhushan1-0/+13
2013-01-07openpic: fix coding style issuesAlexander Graf1-45/+55
2013-01-07openpic: don't crash on a register access without a CPU contextScott Wood1-1/+15
2013-01-07openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/Scott Wood1-2/+2
2013-01-07openpic: BRR1 is not a CPU-specific register.Scott Wood1-3/+2
2013-01-07openpic: support large vectors on FSL mpicScott Wood1-12/+10
2013-01-07openpic: remove pcsr (CPU sensitivity register)Scott Wood1-4/+0
2013-01-07openpic: symbolicize some magic numbersScott Wood1-22/+32
2013-01-07exynos4210: Add EHCI supportLiming Wang2-1/+8
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber2-0/+17
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber2-2/+26