Age | Commit message (Expand) | Author | Files | Lines |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | 2 | -2/+2 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 8 | -10/+10 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 16 | -22/+22 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 8 | -8/+8 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | janitor: add guards to headers | Paolo Bonzini | 1 | -0/+4 |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 4 | -4/+4 |
2012-12-19 | net: reorganize headers | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | net: move Bluetooth stuff out of net.h | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 1 | -0/+1 |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin | 4 | -6/+6 |
2012-12-04 | usb-tablet: Allow connecting to ehci | Hans de Goede | 1 | -1/+84 |
2012-12-04 | ehci: Lower timer freq when the periodic schedule is idle | Hans de Goede | 2 | -6/+34 |
2012-12-04 | usb: Allow overriding of usb_desc at the device level | Hans de Goede | 1 | -0/+3 |
2012-12-04 | usb: Don't allow USB_RET_ASYNC for interrupt packets | Hans de Goede | 3 | -0/+6 |
2012-12-04 | usb: Call wakeup when data becomes available for all devices with int eps | Hans de Goede | 4 | -0/+17 |
2012-11-29 | ehci-sysbus: Attach DMA context. | Peter Crosthwaite | 1 | -0/+1 |
2012-11-29 | usb: fail usbdevice_create() when there is no USB bus | Stefan Hajnoczi | 1 | -0/+7 |
2012-11-29 | usb: tag usb host adapters as not hotpluggable. | Gerd Hoffmann | 4 | -0/+4 |
2012-11-21 | usb-redir: Don't handle interrupt output packets async | Hans de Goede | 1 | -12/+14 |
2012-11-21 | usb-redir: Split usb_handle_interrupt_data into separate in/out functions | Hans de Goede | 1 | -65/+71 |
2012-11-21 | usb-smartcard-reader: Properly NAK interrupt eps when we've no events | Hans de Goede | 1 | -0/+2 |
2012-11-21 | usb-bt: Return NAK instead of STALL when interrupt ep has no data | Hans de Goede | 1 | -4/+21 |
2012-11-21 | uhci: Fix double unlink | Hans de Goede | 1 | -1/+0 |
2012-11-21 | uhci: Don't allow the guest to set port-enabled when there is no dev connected | Hans de Goede | 1 | -0/+4 |
2012-11-21 | uhci: Add a completions_only flag for async completions | Hans de Goede | 1 | -4/+10 |
2012-11-16 | usb-host: fix splitted transfers | Gerd Hoffmann | 1 | -2/+5 |
2012-11-16 | usb-host: update tracing | Gerd Hoffmann | 1 | -8/+12 |
2012-11-16 | usb-redir: Set default debug level to warning | Hans de Goede | 1 | -1/+1 |
2012-11-16 | usb-redir: Only add actually in flight packets to the in flight queue | Hans de Goede | 1 | -1/+3 |
2012-11-16 | ehci: handle dma errors | Gerd Hoffmann | 2 | -19/+61 |
2012-11-16 | ehci: keep the frame timer running in case the guest asked for frame list rol... | Gerd Hoffmann | 1 | -0/+7 |
2012-11-16 | ehci: Don't verify the next pointer for periodic qh-s and qtd-s | Hans de Goede | 1 | -3/+6 |
2012-11-16 | ehci: Better detection for qtd-s linked in circles | Hans de Goede | 1 | -3/+6 |
2012-11-16 | ehci: Fixup q->qtdaddr after cancelling an already completed packet | Hans de Goede | 1 | -0/+4 |
2012-11-16 | ehci: Don't access packet after freeing it | Hans de Goede | 1 | -4/+5 |
2012-11-16 | usb: host-linux: Ignore parsing errors of the device descriptors | Jan Kiszka | 1 | -20/+11 |
2012-11-16 | usb-host: scan for usb devices when the vm starts | Gerd Hoffmann | 1 | -0/+11 |
2012-11-16 | usb: Fix (another) bug in usb_packet_map() for IOMMU handling | David Gibson | 1 | -1/+1 |
2012-11-14 | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 1 | -1/+1 |
2012-11-12 | dma: Define dma_context_memory and use in sysbus-ohci | Peter Maydell | 1 | -1/+1 |
2012-11-09 | ehci: fix migration | Gerd Hoffmann | 1 | -1/+2 |
2012-11-09 | xhci: Fix some DMA host endian bugs | David Gibson | 1 | -27/+54 |
2012-11-08 | usb/combined-packet: Move freeing of combined to usb_combined_packet_remove() | Hans de Goede | 1 | -18/+15 |
2012-11-08 | xhci: Add support for packets with both data and an error status | Hans de Goede | 1 | -2/+2 |
2012-11-08 | ehci: Add support for packets with both data and an error status | Hans de Goede | 2 | -85/+77 |
2012-11-08 | ehci: Get rid of the magical PROC_ERR status | Hans de Goede | 1 | -31/+24 |
2012-11-08 | usb-redir: Allow packets to have both data and an error-status | Hans de Goede | 1 | -36/+20 |
2012-11-08 | usb: split packet result into actual_length + status | Hans de Goede | 23 | -616/+596 |
2012-11-01 | usb-redir: Allow redirecting super speed devices to high speed controllers | Hans de Goede | 1 | -2/+21 |