summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-16tap: make set_offload a nop after netdev cleanupMichael S. Tsirkin1-1/+5
2010-11-16Add support for async page fault to qemuGleb Natapov4-1/+42
2010-11-16tap: clear vhost_net backend on cleanupMichael S. Tsirkin1-0/+1
2010-11-16more stdvga cleanups.Gerd Hoffmann10-46/+15
2010-11-16switch vmware_vga to pci vgabiosGerd Hoffmann1-6/+1
2010-11-16switch stdvga to pci vgabiosGerd Hoffmann1-4/+3
2010-11-16Add new vgabios binaries to blobs list.Gerd Hoffmann6-2/+3
2010-11-11add copyright to spiceaudioGerd Hoffmann1-0/+19
2010-11-09spice: add audioGerd Hoffmann6-0/+334
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-07Fix win32 buildBlue Swirl1-1/+1
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-04block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl1-2/+2
2010-11-04qcow2: Invalidate cache after failed readKevin Wolf2-0/+2
2010-11-04vpc: Implement bdrv_flushKevin Wolf1-8/+13
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-04block: Allow bdrv_flush to return errorsKevin Wolf13-25/+45
2010-11-04scsi-disk: Implement rerror optionKevin Wolf2-37/+69
2010-11-03Fold send_all() wrapper unix_write() into one functionJes Sorensen1-6/+2
2010-11-03Remove obsolete 'f' double parameter typeJes Sorensen1-17/+1
2010-11-03Switch migrate_set_speed() to take an 'o' argument rather than a float.Jes Sorensen2-4/+5
2010-11-03Add support for 'o' octet (bytes) format as monitor parameter.Jes Sorensen1-0/+29
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen3-20/+98
2010-11-02spice-display: replace private lock with qemu mutex.Gerd Hoffmann2-14/+14
2010-11-02spice-core: fix warning when building with spice < 0.6.0Gerd Hoffmann1-2/+2
2010-11-02spice-core: fix watching for write eventsHans de Goede1-1/+1
2010-11-02intel-hda: documentation updateGerd Hoffmann2-0/+3
2010-11-01Fix out of tree buildBlue Swirl1-1/+1
2010-11-01Merge remote branch 'spice/config.2' into stagingAnthony Liguori3-7/+309
2010-11-01Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori30-291/+2637
2010-11-01hda-audio: Zap tabsmalc1-2/+2
2010-11-01Add Intel HD Audio support to qemu.Gerd Hoffmann8-2/+2946
2010-11-01add VMSTATE_BOOLGerd Hoffmann2-0/+35
2010-11-01Remove trailing whitespacemalc1-1/+1
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl10-206/+213
2010-10-30Remove unncessary includesJes Sorensen1-8/+0
2010-10-30Consolidate oom_check() functionsJes Sorensen5-20/+11
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen3-38/+45
2010-10-30Do not redefine reserved key-words TRUE/FALSEJes Sorensen1-10/+10
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen10-47/+47