aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-14qxl: Don't drop client capability bitsMarkus Armbruster1-2/+4
2013-01-14qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity checkMarkus Armbruster1-14/+6
2013-01-12build: consolidate multiple variables into universal-obj-yPaolo Bonzini1-3/+2
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-09pci-assign: Enable MSIX on device to match guestAlex Williamson1-2/+15
2013-01-09pci: use constants for devices under the 1B36 device ID, document themPaolo Bonzini3-12/+15
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-08ivshmem: use symbolic constant for PCI ID, add to pci-ids.txtPaolo Bonzini1-2/+5
2013-01-08virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini2-1/+2
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-07vhost: backend masking supportMichael S. Tsirkin5-16/+137
2013-01-07vhost: set started flag while start is in progressMichael S. Tsirkin1-2/+5
2013-01-07virtio-net: set/clear vhost_started in reverse orderMichael S. Tsirkin1-2/+2
2013-01-07virtio: backend virtqueue notifier maskingMichael S. Tsirkin2-9/+83
2013-01-07virtio-pci: cache msix messagesMichael S. Tsirkin2-20/+100
2013-01-07msix: add api to access msix messageMichael S. Tsirkin2-1/+2
2013-01-07virtio: don't waste irqfds on control vqsMichael S. Tsirkin4-9/+23
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