aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-16switch vmware_vga to pci vgabiosGerd Hoffmann
2010-11-16switch stdvga to pci vgabiosGerd Hoffmann
2010-11-16Add new vgabios binaries to blobs list.Gerd Hoffmann
2010-11-11add copyright to spiceaudioGerd Hoffmann
2010-11-09spice: add audioGerd Hoffmann
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann
2010-11-09Revert "intel-hda: fix codec addressing."malc
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann
2010-11-09intel-hda: add msi supportGerd Hoffmann
2010-11-09intel-hda: update irq status on WAKEEN changes.Gerd Hoffmann
2010-11-09intel-hda: Honor WAKEEN bits.François Revol
2010-11-09hda-audio: exit cleanupGerd Hoffmann
2010-11-09intel-hda: exit cleanupGerd Hoffmann
2010-11-07Fix win32 buildBlue Swirl
2010-11-04scsi-disk: Fix immediate failure of bdrv_aio_*Kevin Wolf
2010-11-04virtio-blk: Handle immediate flush failure properlyKevin Wolf
2010-11-04ide: Handle immediate bdrv_aio_flush failureKevin Wolf
2010-11-04block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl
2010-11-04qcow2: Invalidate cache after failed readKevin Wolf
2010-11-04vpc: Implement bdrv_flushKevin Wolf
2010-11-04scsi-disk: Implement werror for flushesKevin Wolf
2010-11-04scsi-disk: Complete failed requests in scsi_disk_emulate_commandKevin Wolf
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-11-04scsi-disk: Implement rerror optionKevin Wolf
2010-11-03Fold send_all() wrapper unix_write() into one functionJes Sorensen
2010-11-03Remove obsolete 'f' double parameter typeJes Sorensen
2010-11-03Switch migrate_set_speed() to take an 'o' argument rather than a float.Jes Sorensen
2010-11-03Add support for 'o' octet (bytes) format as monitor parameter.Jes Sorensen
2010-11-03Introduce strtosz() library function to convert a string to a byte count.Jes Sorensen
2010-11-02spice-display: replace private lock with qemu mutex.Gerd Hoffmann
2010-11-02spice-core: fix warning when building with spice < 0.6.0Gerd Hoffmann
2010-11-02spice-core: fix watching for write eventsHans de Goede
2010-11-02intel-hda: documentation updateGerd Hoffmann
2010-11-01Fix out of tree buildBlue Swirl
2010-11-01Merge remote branch 'spice/config.2' into stagingAnthony Liguori
2010-11-01Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-11-01hda-audio: Zap tabsmalc
2010-11-01Add Intel HD Audio support to qemu.Gerd Hoffmann
2010-11-01add VMSTATE_BOOLGerd Hoffmann
2010-11-01Remove trailing whitespacemalc
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl
2010-10-30Remove unncessary includesJes Sorensen
2010-10-30Consolidate oom_check() functionsJes Sorensen
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen
2010-10-30Do not redefine reserved key-words TRUE/FALSEJes Sorensen
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen
2010-10-30We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen
2010-10-30qemu_pipe() is used only by POSIX code, so move to oslib-posix.cJes Sorensen
2010-10-30Move osdep socket code to oslib-{posix,win32}.cJes Sorensen
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen