summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-12-10hw/arm: Add 'virt' platformPeter Maydell2-1/+445
2013-12-10hw/arm/boot: Allow boards to provide an fdt blobJohn Rigby1-12/+20
2013-12-10cpu/a9mpcore: Add Global TimerFrançois LEGAL1-5/+21
2013-12-10hw/timer: Introduce ARM A9 Global Timer.Peter Crosthwaite2-0/+370
2013-12-10cpu/a9mpcore: reorder operations/declarationsPeter Crosthwaite1-14/+14
2013-12-10cpu/a9mpcore: rename timerbusdev variablePeter Crosthwaite1-4/+4
2013-12-10integrator/cp: add support for REFCNT registerJan Petrous1-3/+10
2013-12-07Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20131206.0' int...Anthony Liguori1-5/+128
2013-12-07Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-23/+131
2013-12-07Merge remote-tracking branch 'kraxel/tags/pull-seabios-31b8b4e-1' into stagingAnthony Liguori2-3/+26
2013-12-06Merge remote-tracking branch 'sstabellini/xen-2013-12-01' into stagingAnthony Liguori2-2/+7
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori9-87/+300
2013-12-06eeprom93xx: fix coding styleAntony Pavlov1-31/+31
2013-12-06vfio-pci: Release all MSI-X vectors when disabledAlex Williamson1-0/+12
2013-12-06vfio-pci: Add debug config options to disable MSI/X KVM supportAlex Williamson1-4/+20
2013-12-06vfio-pci: Fix Nvidia MSI ACK through 0x88000 quirkAlex Williamson1-1/+29
2013-12-06vfio-pci: Make use of new KVM-VFIO deviceAlex Williamson1-0/+67
2013-12-06pc: switch 2.0 machine types to large seabios binaryGerd Hoffmann2-2/+6
2013-12-03scsi-disk: correctly implement WRITE SAMEPaolo Bonzini1-24/+116
2013-12-03scsi-disk: reject ANCHOR=1 for UNMAP and WRITE SAME commandsPaolo Bonzini1-1/+11
2013-12-03scsi-disk: catch write protection errors in UNMAPPaolo Bonzini1-0/+6
2013-12-02hw/ppc/mac.h: remove unused BIOS_FILENAME definitionMichael Tokarev1-1/+0
2013-12-02virtio-net: fix the indentZhi Yong Wu1-1/+1
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil5-10/+10
2013-12-02acpi-build: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil1-2/+3
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil2-1/+1
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil1-0/+1
2013-12-02add pc-{i440fx,q35}-2.0 machine typesGerd Hoffmann2-3/+22
2013-12-01xen-pvdevice: make device-id property compulsoryPaul Durrant1-1/+5
2013-12-01xen: fix two errors when debug is enabledWei Liu1-1/+2
2013-11-28usb: move usb_{hi,lo} helpers to header file.Gerd Hoffmann2-10/+11
2013-11-28Revert "usb-tablet: Don't claim wakeup capability for USB-2 version"Gerd Hoffmann1-1/+1
2013-11-28ehci: implement port wakeupGerd Hoffmann1-2/+16
2013-11-26xhci: Call usb_device_alloc/free_streamsHans de Goede1-0/+117
2013-11-26usb: Add usb_device_alloc/free_streamsHans de Goede1-0/+18
2013-11-26usb: Add max_streams attribute to endpoint infoHans de Goede2-0/+24
2013-11-26uas: s/ui/iu/Hans de Goede1-38/+38
2013-11-26uas: Fix response iu struct definitionHans de Goede1-10/+8
2013-11-26uas: Bounds check tags when using streamsHans de Goede1-0/+14
2013-11-26uas: Streams are numbered 1-y, rather then 0-xHans de Goede1-3/+3
2013-11-26uas: Fix / cleanup usb_uas_task error handlingHans de Goede1-17/+3
2013-11-26uas: Only use report iu-s for task_mgmt status reportingHans de Goede1-8/+22
2013-11-26scsi: Add 2 new sense codes needed by uasHans de Goede1-0/+10
2013-11-26xhci: add support for suspend/resumeGerd Hoffmann1-0/+8
2013-11-26xhci: Add a few missing checks for disconnected devicesHans de Goede1-2/+11
2013-11-25PPC: BookE: Make FIT/WDT timers at best millisecond grainedAlexander Graf1-0/+6
2013-11-25PPC: Make BookE FIT/WDT timers more lazyAlexander Graf1-5/+38
2013-11-25acpi-build: fix support for glib < 2.22Michael S. Tsirkin1-4/+2
2013-11-25Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori3-2/+13
2013-11-25Merge remote-tracking branch 'bonzini/tags/for-anthony' into stagingAnthony Liguori5-27/+35