summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-12-10net/cadence_gem: Fix small packet FCS strippingPeter Crosthwaite1-5/+8
2013-12-10net/cadence_gem: Fix rx multi-fragment packetsPeter Crosthwaite1-1/+1
2013-12-10net/cadence_gem: Add missing VMSTATE_END_OF_LISTPeter Crosthwaite1-0/+1
2013-12-10net/cadence_gem: Implement SAR (de)activationPeter Crosthwaite1-4/+23
2013-12-10net/cadence_gem: Implement SAR match bit in rx descPeter Crosthwaite1-0/+2
2013-12-10net/cadence_gem: Implement RX descriptor match mode flagsPeter Crosthwaite1-13/+69
2013-12-10net/cadence_gem: Prefetch rx descriptors ASAPPeter Crosthwaite1-27/+35
2013-12-10net/cadence_gem: simplify rx buf descriptor walkingPeter Crosthwaite1-28/+9
2013-12-10net/cadence_gem: Don't assert against 0 buffer addressPeter Crosthwaite1-9/+0
2013-12-10net/cadence_gem: Update DMA rx descriptors as we process themEdgar E. Iglesias1-17/+16
2013-12-10net/cadence_gem: Implement mac level loopback modePeter Crosthwaite1-1/+1
2013-12-10hw/arm/virt: Support -cpu hostPeter Maydell1-0/+8
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