aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-11-01usb-ehci: Use PCI DMA stub functionsDavid Gibson1-19/+25
2011-11-01PCI IDE: Use PCI DMA stub functionsDavid Gibson1-9/+10
2011-11-01intel-hda: Use PCI DMA stub functionsDavid Gibson1-7/+7
2011-11-01pcnet-pci: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-2/+4
2011-11-01lsi53c895a: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-17/+16
2011-11-01e1000: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-14/+15
2011-11-01es1370: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-2/+3
2011-11-01ac97: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-3/+4
2011-11-01eepro100: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-72/+49
2011-11-01rtl8139: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-52/+54
2011-11-01Add stub functions for PCI device models to do PCI DMADavid Gibson1-0/+67
2011-11-01ps2: migrate ledstateChristophe Fergeau1-2/+44
2011-11-01spapr: fix buildAnthony Liguori1-2/+2
2011-11-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl8-41/+762
2011-11-01Merge remote-tracking branch 'kraxel/usb.29' into stagingAnthony Liguori2-4/+5
2011-11-01Merge remote-tracking branch 'spice/spice.v46' into stagingAnthony Liguori3-20/+45
2011-11-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-0/+2
2011-11-01opencores_eth: fix RX path: FCS, padding and TLMax Filippov1-5/+24
2011-11-01fw_cfg: Use g_file_get_contents instead of multiple fread() callsPavel Borzenkov1-64/+38
2011-11-01usb: change VID/PID for usb-hub and usb-msd to prevent conflictRoy Tam2-4/+4
2011-11-01usb-hub: wakeup on attachGerd Hoffmann1-0/+1
2011-11-01qxl: create slots on post_load in vga stateAlon Levy1-7/+19
2011-11-01qxl: make sure we continue to run with a shared bufferGerd Hoffmann1-1/+12
2011-11-01qxl: stride fixupGerd Hoffmann2-12/+14
2011-11-01sysbus: Supply missing va_end()Markus Armbruster1-0/+2
2011-10-31Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori21-607/+1188
2011-10-31Merge remote-tracking branch 'aneesh/for-upstream-7' into stagingAnthony Liguori9-136/+842
2011-10-31Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori4-279/+140
2011-10-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-7/+11
2011-10-31Merge remote-tracking branch 'spice/spice.v45' into stagingAnthony Liguori2-37/+32
2011-10-31hw/9pfs: Replace rwlocks with RCU variants of interfaces.Harsh Prateek Bora1-16/+13
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V3-0/+630
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V7-128/+160
2011-10-31hw/9pfs: Read-only support for 9p exportM. Mohan Kumar1-0/+50
2011-10-31hw/9pfs: Fix error handling in local_mknodAneesh Kumar K.V1-8/+5
2011-10-31hw/vexpress.c, hw/realview.c: Add PL041 to VExpress, Realview boardsPeter Maydell2-2/+13
2011-10-31Add AACI audio playback support to the ARM Versatile/PB platformMathieu Sonet6-0/+1239
2011-10-31pseries: Add partial support for PCIDavid Gibson4-4/+603
2011-10-30pseries: Correct vmx/dfp handling in both KVM and TCG casesDavid Gibson1-5/+5
2011-10-30ppc: Avoid decrementer related kvm exitsDavid Gibson1-0/+6
2011-10-30pseries: Under kvm use guest cpu = host cpu by defaultDavid Gibson1-1/+1
2011-10-30pseries: Add device tree properties for VMX/VSX and DFP under kvmDavid Gibson1-0/+17
2011-10-30pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson2-1/+8
2011-10-30pseries: Allow KVM Book3S-HV on PPC970 CPUSDavid Gibson1-12/+44
2011-10-30pseries: Support SMT systems for KVM Book3S-HVDavid Gibson1-3/+21
2011-10-30ppc/e500_pci: Fix an array overflow issueLiu Yu-B132011-16/+22
2011-10-30ppc/e500_pci: Fix code styleLiu Yu-B132011-20/+56
2011-10-30hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V1-31/+29
2011-10-28scsi-disk: add scsi-block for device passthroughPaolo Bonzini1-0/+118
2011-10-28scsi: push request restart to SCSIDevicePaolo Bonzini3-69/+68