summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-06usb-redir: Add chardev open / close debug loggingusb-wipHans de Goede1-0/+6
2012-09-06usb-redir: Add support for migrationHans de Goede1-3/+328
2012-09-06usb-redir: Store max_packet_size in endp_dataHans de Goede1-1/+3
2012-09-06usb-redir: Add an already_in_flight packet-id queueHans de Goede1-0/+43
2012-09-06usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede1-31/+71
2012-09-06usb: Migrate over device speed and speedmaskHans de Goede2-2/+4
2012-09-06ehci: Don't process too much frames in 1 timer tickHans de Goede1-0/+9
2012-09-06ehci: Walk async schedule before and after migrationHans de Goede1-0/+28
2012-09-06ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede1-6/+18
2012-09-06Remove #ifdef QXL_COMMAND_FLAG_COMPAT_16BPPSøren Sandmann Pedersen1-2/+0
2012-09-06qxl: Add set_client_capabilities() interface to QXLInterfaceSøren Sandmann Pedersen1-0/+23
2012-09-06spice: make number of surfaces runtime-configurable.Gerd Hoffmann4-19/+23
2012-09-06configure: print spice-protocol and spice-server versionsAlon Levy1-1/+3
2012-09-06qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy5-4/+110
2012-09-06qxl: disallow unknown revisionsAlon Levy1-1/+4
2012-09-06qxl/update_area_io: guest_bug on invalid parametersAlon Levy1-0/+12
2012-09-06spice: increase the verbosity of spice section in "qemu --help"Yonit Halperin1-1/+17
2012-09-06spice: adding seamless-migration option to the command lineYonit Halperin3-0/+13
2012-09-06spice: add 'migrated' flag to spice infoYonit Halperin3-1/+10
2012-09-06spice migration: add QEVENT_SPICE_MIGRATE_COMPLETEDYonit Halperin3-1/+10
2012-09-06spice: notify on vm state change only via spice_server_vm_start/stopYonit Halperin4-7/+45
2012-09-06spice: notify spice server on vm start/stopYonit Halperin1-0/+14
2012-09-06spice: abort on invalid streaming cmdline paramsChristophe Fergeau1-1/+2
2012-09-06char: Disable write callback if throttled chardev is detachedAmit Shah1-0/+5
2012-09-06virtio-serial-bus: replay guest_open on migrationAlon Levy1-0/+6
2012-09-06usb-redir: Add flow control supportHans de Goede1-2/+24
2012-09-06spice-qemu-char.c: remove intermediate bufferAlon Levy1-12/+6
2012-09-06spice-qemu-char.c: add throttlingAlon Levy1-4/+35
2012-09-06virtio-console: Enable port throttling when chardev is slow to consume dataAmit Shah1-0/+11
2012-09-06char: Throttle when host connection is down#Amit Shah1-0/+14
2012-09-06char: Equip the unix/tcp backend to handle nonblocking writes#Amit Shah1-0/+34
2012-09-06char: Update send_all() to handle nonblocking chardev write requestsAmit Shah3-9/+66
2012-09-06char: Add framework for a 'write unblocked' callbackAmit Shah2-0/+7
2012-09-06iohandlers: Add enable/disable_write_fd_handler() functionsAmit Shah2-0/+38
2012-09-06char: Add a QemuChrHandlers struct to initialise chardev handlersAmit Shah31-88/+255
2012-09-06char: Split out tcp socket close code in a separate functionAmit Shah1-10/+16
2012-09-06usb-host: allow emulated (non-async) control requests without USBPacketGerd Hoffmann1-1/+1
2012-09-06xhci: drop unused wlengthGerd Hoffmann1-2/+0
2012-09-06ehci: switch to new-style memory opsGerd Hoffmann2-92/+90
2012-09-05xhci: allow bytewise capability register readsGerd Hoffmann1-1/+3
2012-09-05xhci: kill xhci_mem_{read,write} dispatcher functionsGerd Hoffmann1-65/+75
2012-09-05xhci: support multiple interruptersGerd Hoffmann1-5/+1
2012-09-05xhci: pick target interrupterGerd Hoffmann1-6/+16
2012-09-05xhci: prepare xhci_runtime_{read,write} for multiple interruptersGerd Hoffmann1-43/+57
2012-09-05xhci: add XHCIInterrupterGerd Hoffmann2-148/+161
2012-09-05xhci: move register update into xhci_intr_raiseGerd Hoffmann1-9/+5
2012-09-05xhci: add msix supportGerd Hoffmann2-1/+49
2012-09-05xhci: rework interrupt handlingGerd Hoffmann1-14/+33
2012-09-05xhci: fix & cleanup msi.Gerd Hoffmann1-18/+9
2012-09-05usb-storage: usb3 supportGerd Hoffmann1-3/+43