summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-26usb-linux: Add support for buffering iso out usb packetsspice.v21Hans de Goede1-51/+101
2010-11-26usb-linux: We only need to keep track of 15 endpointsHans de Goede1-3/+3
2010-11-26usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede1-1/+5
2010-11-26usb-linux: Refuse packets for endpoints which are not in the usb descriptorHans de Goede1-0/+13
2010-11-26usb-linux: Add support for buffering iso usb packetsHans de Goede1-17/+226
2010-11-24usb-linux: Get the alt. setting from sysfs rather then asking the devHans de Goede1-0/+18
2010-11-24usb-linux: introduce a usb_linux_alt_setting functionHans de Goede1-15/+25
2010-11-24usb-linux: Get the active configuration from sysfs rather then asking the devHans de Goede1-0/+19
2010-11-24usb-linux: introduce a usb_linux_get_configuration functionHans de Goede1-8/+22
2010-11-24usb-linux: Store devpath into USBHostDevice when usb_fs_type == USB_FS_SYSHans de Goede1-11/+15
2010-11-01Add Intel HD Audio support to qemu.Gerd Hoffmann8-2/+2946
2010-11-01Add support for a USB audio device modelH. Peter Anvin4-4/+766
2010-11-01add VMSTATE_BOOLGerd Hoffmann2-0/+35
2010-11-01pulse: misc tweaksGerd Hoffmann1-23/+21
2010-11-01spice audio: fix rate controlGerd Hoffmann1-12/+27
2010-11-01spice: adapt qxl to locking changeGerd Hoffmann1-1/+4
2010-11-01spice display: replace private lock with qemu mutex.Gerd Hoffmann2-14/+14
2010-11-01spice-core: fix watching for write eventsHans de Goede1-1/+1
2010-11-01spice: connection events.Gerd Hoffmann3-0/+73
2010-11-01qxl: various updatesGerd Hoffmann4-47/+149
2010-11-01[rhel6 compat] drop xsave migration support.Gerd Hoffmann1-0/+2
2010-11-01[rhel6 compat] add rhel6.0.0 machine typeGerd Hoffmann1-0/+56
2010-11-01[rhel6 compat] adjust vga ram sizeGerd Hoffmann1-1/+1
2010-11-01[debug] loadvm loggingGerd Hoffmann2-1/+14
2010-11-01[wip] spice: client migration.Gerd Hoffmann3-0/+94
2010-11-01spice: add virtio-serial based spice vmchannel backend.Gerd Hoffmann2-0/+273
2010-11-01spice: add audioGerd Hoffmann6-0/+319
2010-11-01spice: add qxl deviceGerd Hoffmann11-3/+2049
2010-11-01spice: add misc config optionsGerd Hoffmann3-1/+46
2010-11-01spice: add config options for the listening addressGerd Hoffmann3-2/+27
2010-11-01spice: add config options for channel security.Gerd Hoffmann3-0/+42
2010-11-01spice: make compression configurable.Yonit Halperin3-2/+93
2010-11-01spice: tls supportGerd Hoffmann3-5/+104
2010-11-01all vga: refuse hotplugging.Gerd Hoffmann3-0/+12
2010-11-01switch vmware_vga to pci vgabiosGerd Hoffmann1-6/+1
2010-11-01switch stdvga to pci vgabiosGerd Hoffmann1-4/+3
2010-11-01vgabios update to 0.6c + pcibios patches.Gerd Hoffmann7-2/+3
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
2010-10-30We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen2-34/+32
2010-10-30qemu_pipe() is used only by POSIX code, so move to oslib-posix.cJes Sorensen2-22/+22
2010-10-30Move osdep socket code to oslib-{posix,win32}.cJes Sorensen3-38/+36
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen5-89/+158
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil26-67/+54
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil2-14/+5