Age | Commit message (Expand) | Author | Files | Lines |
2014-05-28 | ssi: Name the CS GPIO | Peter Crosthwaite | 4 | -7/+8 |
2014-05-28 | qdev: Implement named GPIOs | Peter Crosthwaite | 1 | -10/+75 |
2014-05-28 | machine: Make -machine opts properties of MachineState | Marcel Apfelbaum | 1 | -0/+280 |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 63 | -523/+528 |
2014-05-28 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -6/+12 |
2014-05-28 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140527'... | Peter Maydell | 1 | -8/+8 |
2014-05-28 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into staging | Peter Maydell | 4 | -23/+242 |
2014-05-28 | block: Replace in_use with operation blocker | Fam Zheng | 1 | -6/+12 |
2014-05-28 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into staging | Peter Maydell | 2 | -76/+157 |
2014-05-27 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' in... | Peter Maydell | 3 | -3/+4 |
2014-05-27 | hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formats | Peter Maydell | 1 | -8/+8 |
2014-05-26 | usb: add input routing support for tablet and keyboard | Gerd Hoffmann | 1 | -0/+13 |
2014-05-26 | input: switch hid mouse and tablet to the new input layer api. | Gerd Hoffmann | 1 | -70/+123 |
2014-05-26 | input: switch hid keyboard to new input layer api. | Gerd Hoffmann | 1 | -7/+22 |
2014-05-26 | net: cadence_gem: Fix top comment | Peter Crosthwaite | 1 | -1/+1 |
2014-05-26 | usb-host-libusb: Set stream id when submitting bulk-stream transfers | Hans de Goede | 1 | -4/+17 |
2014-05-26 | usb-host-libusb: Add alloc / free streams ops | Hans de Goede | 1 | -0/+50 |
2014-05-26 | usb-host-libusb: Fill in endpoint max_streams when available | Hans de Goede | 1 | -0/+12 |
2014-05-26 | usb-redir: Add support for bulk streams | Hans de Goede | 1 | -5/+132 |
2014-05-26 | usb-mtp: handle usb_mtp_get_object failure | Gerd Hoffmann | 1 | -2/+7 |
2014-05-26 | usb-mtp: handle lseek failure | Gerd Hoffmann | 1 | -1/+4 |
2014-05-26 | usb-mtp: use bool to track MTPObject init status | Gerd Hoffmann | 1 | -6/+8 |
2014-05-26 | xhci: add xhci_get_flag | Gerd Hoffmann | 1 | -2/+7 |
2014-05-26 | xhci: add endpoint cap on express bus only | Gerd Hoffmann | 1 | -2/+4 |
2014-05-26 | xhci: child detach fix | Gerd Hoffmann | 1 | -1/+1 |
2014-05-24 | lm32: remove lm32_sys | Michael Walle | 2 | -180/+0 |
2014-05-24 | pci: move dereferencing of root only after verifying valid root pointer | Saravanakumar | 1 | -2/+2 |
2014-05-24 | jazz_led: Add missing break in switch case | Saravanakumar | 1 | -0/+1 |
2014-05-22 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-5' into staging | Peter Maydell | 1 | -3/+4 |
2014-05-22 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into staging | Peter Maydell | 7 | -302/+751 |
2014-05-22 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell | 3 | -3/+6 |
2014-05-20 | megasas: remove buildtime strings | Olaf Hering | 1 | -2/+2 |
2014-05-20 | s390x/virtio-ccw: wire up irq routing and irqfds | Cornelia Huck | 4 | -17/+239 |
2014-05-20 | s390x/virtio-ccw: reference-counted indicators | Cornelia Huck | 2 | -20/+73 |
2014-05-20 | s390x: add I/O adapter registration | Cornelia Huck | 6 | -0/+104 |
2014-05-20 | s390x: split flic into kvm and non-kvm parts | Cornelia Huck | 3 | -287/+357 |
2014-05-20 | hw/audio/intel-hda: Avoid shift into sign bit | Peter Maydell | 1 | -2/+2 |
2014-05-20 | audio/intel-hda: support FIFORDY | Stanislav Vorobiov | 1 | -1/+2 |
2014-05-19 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell | 2 | -15/+59 |
2014-05-19 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into staging | Peter Maydell | 2 | -82/+317 |
2014-05-19 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell | 4 | -24/+90 |
2014-05-16 | virtio-scsi: Plug memory leak on virtio_scsi_push_event() error path | Markus Armbruster | 1 | -1/+2 |
2014-05-16 | scsi: Document intentional fall through in scsi_req_length() | Markus Armbruster | 1 | -0/+2 |
2014-05-16 | input: sparc32 kbd: claim en-us layout | Gerd Hoffmann | 1 | -1/+1 |
2014-05-16 | input: sparc32 kbd: fix some key mappings | Gerd Hoffmann | 1 | -14/+16 |
2014-05-16 | input: switch sparc32 kbd to new input api | Gerd Hoffmann | 1 | -59/+170 |
2014-05-16 | input: switch ps/2 mouse to new input api | Gerd Hoffmann | 1 | -15/+52 |
2014-05-16 | input: switch ps/2 kbd to new input api | Gerd Hoffmann | 1 | -1/+24 |
2014-05-16 | ps2: set ps/2 output buffer size as the same as kernel | Gonglei | 1 | -6/+68 |
2014-05-15 | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster | 2 | -6/+30 |