Age | Commit message (Expand) | Author |
2010-11-16 | switch stdvga to pci vgabios | Gerd Hoffmann |
2010-11-16 | Add new vgabios binaries to blobs list. | Gerd Hoffmann |
2010-11-11 | add copyright to spiceaudio | Gerd Hoffmann |
2010-11-09 | spice: add audio | Gerd Hoffmann |
2010-11-09 | intel-hda: fix codec addressing. | Gerd Hoffmann |
2010-11-09 | Revert "intel-hda: fix codec addressing." | malc |
2010-11-09 | intel-hda: fix codec addressing. | Gerd Hoffmann |
2010-11-09 | intel-hda: add msi support | Gerd Hoffmann |
2010-11-09 | intel-hda: update irq status on WAKEEN changes. | Gerd Hoffmann |
2010-11-09 | intel-hda: Honor WAKEEN bits. | François Revol |
2010-11-09 | hda-audio: exit cleanup | Gerd Hoffmann |
2010-11-09 | intel-hda: exit cleanup | Gerd Hoffmann |
2010-11-07 | Fix win32 build | Blue Swirl |
2010-11-04 | scsi-disk: Fix immediate failure of bdrv_aio_* | Kevin Wolf |
2010-11-04 | virtio-blk: Handle immediate flush failure properly | Kevin Wolf |
2010-11-04 | ide: Handle immediate bdrv_aio_flush failure | Kevin Wolf |
2010-11-04 | block: avoid a warning on 64 bit hosts with long as int64_t | Blue Swirl |
2010-11-04 | qcow2: Invalidate cache after failed read | Kevin Wolf |
2010-11-04 | vpc: Implement bdrv_flush | Kevin Wolf |
2010-11-04 | scsi-disk: Implement werror for flushes | Kevin Wolf |
2010-11-04 | scsi-disk: Complete failed requests in scsi_disk_emulate_command | Kevin Wolf |
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf |
2010-11-04 | scsi-disk: Implement rerror option | Kevin Wolf |
2010-11-03 | Fold send_all() wrapper unix_write() into one function | Jes Sorensen |
2010-11-03 | Remove obsolete 'f' double parameter type | Jes Sorensen |
2010-11-03 | Switch migrate_set_speed() to take an 'o' argument rather than a float. | Jes Sorensen |
2010-11-03 | Add support for 'o' octet (bytes) format as monitor parameter. | Jes Sorensen |
2010-11-03 | Introduce strtosz() library function to convert a string to a byte count. | Jes Sorensen |
2010-11-02 | spice-display: replace private lock with qemu mutex. | Gerd Hoffmann |
2010-11-02 | spice-core: fix warning when building with spice < 0.6.0 | Gerd Hoffmann |
2010-11-02 | spice-core: fix watching for write events | Hans de Goede |
2010-11-02 | intel-hda: documentation update | Gerd Hoffmann |
2010-11-01 | Fix out of tree build | Blue Swirl |
2010-11-01 | Merge remote branch 'spice/config.2' into staging | Anthony Liguori |
2010-11-01 | Merge remote branch 'mst/for_anthony' into staging | Anthony Liguori |
2010-11-01 | hda-audio: Zap tabs | malc |
2010-11-01 | Add Intel HD Audio support to qemu. | Gerd Hoffmann |
2010-11-01 | add VMSTATE_BOOL | Gerd Hoffmann |
2010-11-01 | Remove trailing whitespace | malc |
2010-10-31 | sparc32: convert debug printf statements to tracepoints | Blue Swirl |
2010-10-30 | Remove unncessary includes | Jes Sorensen |
2010-10-30 | Consolidate oom_check() functions | Jes Sorensen |
2010-10-30 | Separate qemu_pidfile() into OS specific versions | Jes Sorensen |
2010-10-30 | Do not redefine reserved key-words TRUE/FALSE | Jes Sorensen |
2010-10-30 | Move qemu_gettimeofday() to OS specific files | Jes Sorensen |
2010-10-30 | We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c | Jes Sorensen |
2010-10-30 | qemu_pipe() is used only by POSIX code, so move to oslib-posix.c | Jes Sorensen |
2010-10-30 | Move osdep socket code to oslib-{posix,win32}.c | Jes Sorensen |
2010-10-30 | Move QEMU OS dependant library functions to OS specific files | Jes Sorensen |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |