summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-28spice-qemu-char: vmc_write: Don't write more bytes then we're asked tooqemu-1.3-usbredir-wipHans de Goede1-1/+2
2013-01-18usb: add usb_ep_set_haltedGerd Hoffmann2-0/+7
2013-01-18usb: remove usb_host_device_closeGerd Hoffmann5-38/+3
2013-01-18uhci: stop using portio listsGerd Hoffmann2-78/+30
2013-01-18xhci: call set-address with dummy usbpacketGerd Hoffmann1-1/+6
2013-01-18usbredir: Add support for buffered bulk input (v2)Hans de Goede8-21/+2718
2013-01-18usb-redir: Add debugging to bufpq save / restoreHans de Goede1-3/+11
2013-01-18usbredir: Add usbredir_init_endpoints() helperHans de Goede1-9/+13
2013-01-18usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede1-0/+2
2013-01-18usbredir: Add ep_stopped USBDevice methodHans de Goede1-0/+9
2013-01-18usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede1-3/+7
2013-01-18usbredir: Add an usbredir_stop_ep helper functionHans de Goede1-22/+19
2013-01-18usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede6-5/+68
2013-01-18usb: Fix usb_ep_find_packet_by_idHans de Goede1-1/+1
2013-01-18hid: Change idle handling to use a timerHans de Goede3-13/+43
2013-01-18uhci: Maximize how many frames we catch up when behindHans de Goede1-0/+8
2013-01-18uhci: Limit amount of frames processed in one goHans de Goede1-16/+27
2013-01-18uhci: Add a QH_VALID defineHans de Goede1-4/+5
2013-01-18uhci: Fix pending interrupts getting lost on migrationHans de Goede1-1/+2
2013-01-18uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede1-11/+13
2013-01-18ehci: Don't call commit_irq after raising PCDHans de Goede1-2/+0
2013-01-18ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede1-1/+4
2013-01-18ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede1-23/+47
2013-01-18ehci: Verify a queue's ep direction does not changeHans de Goede2-0/+20
2013-01-18ehci: Add an ehci_get_pid helper functionHans de Goede1-16/+16
2013-01-18ehci: Verify qtd for async completed packetsHans de Goede1-14/+1
2013-01-18ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede1-0/+14
2013-01-18ehci: Move get / put_dwords upwardsHans de Goede1-42/+42
2013-01-18ehci: Verify guest does not change the token of inflight qtd-sHans de Goede1-6/+4
2013-01-18ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede1-16/+35
2013-01-18ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede1-11/+17
2013-01-18hw/virtio-serial-bus: replay guest open on destinationAlon Levy1-0/+6
2013-01-18char: Disable write callback if throttled chardev is detachedAmit Shah1-0/+5
2013-01-18usb-redir: Add flow control supportHans de Goede1-2/+20
2013-01-18spice-qemu-char.c: remove intermediate bufferAlon Levy1-12/+6
2013-01-18spice-qemu-char.c: add throttlingAlon Levy1-4/+35
2013-01-18virtio-console: Enable port throttling when chardev is slow to consume dataAmit Shah1-0/+11
2013-01-18char: Throttle when host connection is down#Amit Shah1-0/+14
2013-01-18char: Equip the unix/tcp backend to handle nonblocking writes#Amit Shah1-0/+34
2013-01-18char: Update send_all() to handle nonblocking chardev write requestsAmit Shah2-7/+64
2013-01-18char: Add framework for a 'write unblocked' callbackAmit Shah2-0/+7
2013-01-18iohandlers: Add enable/disable_write_fd_handler() functionsAmit Shah2-0/+38
2013-01-18char: Add a QemuChrHandlers struct to initialise chardev handlersAmit Shah33-95/+270
2013-01-18char: Split out tcp socket close code in a separate functionAmit Shah1-9/+16
2013-01-18docs: add spice-port-fqdn.txtMarc-André Lureau1-0/+19
2013-01-18spice-qemu-char: register spicevmc ports during qemu_spice_init()Marc-André Lureau3-0/+17
2013-01-18spice-qemu-char: keep a list of spice chardevMarc-André Lureau1-0/+7
2013-01-18spice-qemu-char: add spiceport chardevMarc-André Lureau5-0/+65
2013-01-18spice-qemu-char: factor out CharDriverState creationMarc-André Lureau1-14/+23
2013-01-18spice-qemu-char: write to chardev whatever amount it can readMarc-André Lureau1-4/+2