summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+5
2010-11-09Revert "intel-hda: fix codec addressing."malc1-4/+4
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+4
2010-11-09intel-hda: add msi supportGerd Hoffmann1-2/+31
2010-11-09intel-hda: update irq status on WAKEEN changes.Gerd Hoffmann1-0/+6
2010-11-09intel-hda: Honor WAKEEN bits.François Revol1-1/+2
2010-11-09hda-audio: exit cleanupGerd Hoffmann1-0/+24
2010-11-09intel-hda: exit cleanupGerd Hoffmann2-0/+21
2010-11-04scsi-disk: Fix immediate failure of bdrv_aio_*Kevin Wolf1-5/+6
2010-11-04virtio-blk: Handle immediate flush failure properlyKevin Wolf1-1/+1
2010-11-04ide: Handle immediate bdrv_aio_flush failureKevin Wolf1-3/+9
2010-11-04scsi-disk: Implement werror for flushesKevin Wolf1-1/+16
2010-11-04scsi-disk: Complete failed requests in scsi_disk_emulate_commandKevin Wolf1-11/+10
2010-11-04scsi-disk: Implement rerror optionKevin Wolf1-34/+66
2010-11-01Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori25-275/+2610
2010-11-01hda-audio: Zap tabsmalc1-2/+2
2010-11-01Add Intel HD Audio support to qemu.Gerd Hoffmann5-0/+2933
2010-11-01add VMSTATE_BOOLGerd Hoffmann1-0/+14
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl9-206/+105
2010-10-30Do not redefine reserved key-words TRUE/FALSEJes Sorensen1-10/+10
2010-10-30Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc1-1/+0
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin24-275/+2599
2010-10-27pcie: update satus on resetMichael S. Tsirkin1-1/+1
2010-10-27msi: minor cleanupsMichael S. Tsirkin1-4/+3
2010-10-27msi: simplify range checksMichael S. Tsirkin1-25/+20
2010-10-27pci: improve w1c mask handlingMichael S. Tsirkin1-2/+4
2010-10-27pcie: clean up hot plug notificationMichael S. Tsirkin4-71/+62
2010-10-27pcie: simplify range checkMichael S. Tsirkin1-49/+59
2010-10-27Introduce range.hBlue Swirl3-0/+3
2010-10-27virtio: sanity-check available indexMichael S. Tsirkin1-0/+11
2010-10-26Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori3-9/+30
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-0/+1
2010-10-22mips_fulong2e: fix ram allocationBlue Swirl1-1/+1
2010-10-22virtio-blk: Respect werror option for flushesKevin Wolf1-1/+7
2010-10-22ide: Handle flush failureKevin Wolf2-2/+11
2010-10-22ide: Factor ide_flush_cache outKevin Wolf1-4/+10
2010-10-22ide: set WCACHE supported in IDENTIFY dataChristoph Hellwig1-2/+2
2010-10-20Fix pci hotplug to generate level triggered interrupt.Gleb Natapov1-11/+17
2010-10-20Use defines instead of numbers for pci hotplug sts bitGleb Natapov1-2/+4
2010-10-20wacom tablet: activate event handlers.Gerd Hoffmann1-3/+10
2010-10-20vmmouse: adapt to mouse handler changes.Gerd Hoffmann1-10/+21
2010-10-20[virtio-9p] Add support to v9fs_string_alloc_printf() for handling %lu.Venkateswararao Jujjuri (JV)1-0/+17
2010-10-20[virtio-9p] Use preadv/pwritev instead of readv/writevSanchit Garg3-94/+67
2010-10-20[virtio-9p] Qemu 9p commandline options validity checksHarsh Prateek Bora1-2/+2
2010-10-20virtio-9p: Support mapped posix aclAneesh Kumar K.V4-5/+191
2010-10-20virtio-9p: Use layered xattr approachAneesh Kumar K.V6-91/+343
2010-10-20[virtio-9p] Ignore O_DIRECT hint from client.Venkateswararao Jujjuri (JV)1-0/+5
2010-10-20qemu-virtio-9p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar3-0/+60
2010-10-20[virtio-9p] Introduce server side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)3-0/+36
2010-10-20qemu-virtio9p: Implement TGETLOCKM. Mohan Kumar3-0/+79