summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-28scsi-generic: bump SCSIRequest reference count until aio completion runsPaolo Bonzini1-0/+18
2011-10-28scsi-disk: bump SCSIRequest reference count until aio completion runsPaolo Bonzini1-3/+45
2011-10-28scsi: do not call transfer_data after canceling a requestPaolo Bonzini2-4/+20
2011-10-28scsi: pass cdb to alloc_reqPaolo Bonzini4-5/+5
2011-10-28scsi: export scsi_generic_reqopsPaolo Bonzini2-1/+4
2011-10-28scsi: make reqops constPaolo Bonzini4-11/+10
2011-10-28scsi: move max_lba to SCSIDevicePaolo Bonzini3-8/+10
2011-10-28scsi-disk: small clean up to INQUIRYPaolo Bonzini1-25/+21
2011-10-28scsi-disk: remove cluster_sizePaolo Bonzini1-19/+16
2011-10-28scsi-disk: do not duplicate BlockDriverState memberPaolo Bonzini1-47/+45
2011-10-28scsi-generic: snoop READ CAPACITY commands to get block sizePaolo Bonzini1-41/+25