summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-10ACPI DSDT: Make control method `IQCR` serializedMichael S. Tsirkin4-6/+6
2013-12-10acpi: strip compiler info in built-in DSDTMichael S. Tsirkin1-1/+7
2013-12-10smbios: Set system manufacturer, product & version by defaultMarkus Armbruster3-1/+57
2013-12-10spapr_pci: s/INT64_MAX/UINT64_MAX/Michael S. Tsirkin1-1/+1
2013-12-10pc: s/INT64_MAX/UINT64_MAX/Paolo Bonzini2-2/+2
2013-12-10pci: fix address space size for bridgeMichael S. Tsirkin1-1/+1
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin4-60/+15
2013-12-09virtio: Convert exit to unrealizeAndreas Färber8-38/+49
2013-12-09virtio: Complete converting VirtioDevice to QOM realizeAndreas Färber2-8/+1
2013-12-09virtio-scsi: Convert to QOM realizeAndreas Färber2-33/+32
2013-12-09virtio-rng: Convert to QOM realizeAndreas Färber1-13/+11
2013-12-09virtio-balloon: Convert to QOM realizeAndreas Färber1-5/+6
2013-12-09virtio-net: Convert to QOM realizeAndreas Färber1-4/+4
2013-12-09virtio-serial: Convert to QOM realizeAndreas Färber1-8/+8
2013-12-09virtio-blk: Convert to QOM realizeAndreas Färber1-12/+12
2013-12-09virtio-9p: Convert to QOM realizeAndreas Färber1-21/+20
2013-12-09virtio: Start converting VirtioDevice to QOM realizeAndreas Färber1-15/+27
2013-12-09virtio-scsi: QOM realize preparationsAndreas Färber1-7/+7
2013-12-09virtio-rng: QOM realize preparationsAndreas Färber1-5/+5
2013-12-09virtio-balloon: QOM realize preparationsAndreas Färber1-6/+6
2013-12-09virtio-net: QOM realize preparationsAndreas Färber1-10/+8
2013-12-09virtio-serial: QOM realize preparationsAndreas Färber1-5/+7
2013-12-09virtio-blk: QOM realize preparationsAndreas Färber1-4/+4
2013-12-09virtio-9p: QOM realize preparationsAndreas Färber1-1/+1
2013-12-09virtio-blk-dataplane: Improve error reportingAndreas Färber3-18/+32
2013-12-09virtio-pci: add device_unplugged callbackPaolo Bonzini1-2/+10
2013-12-09virtio-rng: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-12-09virtio-balloon: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-12-09virtio-scsi: switch exit callback to VirtioDeviceClassPaolo Bonzini2-14/+12
2013-12-09virtio-net: switch exit callback to VirtioDeviceClassPaolo Bonzini1-7/+4
2013-12-09virtio-serial: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-12-09virtio-blk: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-12-09virtio-bus: cleanup plug/unplug interfacePaolo Bonzini2-11/+15
2013-12-09virtio-pci: remove vdev fieldPaolo Bonzini2-46/+65