summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-05-28qdev: Implement named GPIOsPeter Crosthwaite1-10/+75
2014-05-28machine: Make -machine opts properties of MachineStateMarcel Apfelbaum1-0/+280
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum63-523/+528
2014-05-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-6/+12
2014-05-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140527'...Peter Maydell1-8/+8
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into stagingPeter Maydell4-23/+242
2014-05-28block: Replace in_use with operation blockerFam Zheng1-6/+12
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into stagingPeter Maydell2-76/+157
2014-05-27Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' in...Peter Maydell3-3/+4
2014-05-27hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formatsPeter Maydell1-8/+8
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann1-0/+13
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann1-70/+123
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann1-7/+22
2014-05-26net: cadence_gem: Fix top commentPeter Crosthwaite1-1/+1
2014-05-26usb-host-libusb: Set stream id when submitting bulk-stream transfersHans de Goede1-4/+17
2014-05-26usb-host-libusb: Add alloc / free streams opsHans de Goede1-0/+50
2014-05-26usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede1-0/+12
2014-05-26usb-redir: Add support for bulk streamsHans de Goede1-5/+132
2014-05-26usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann1-2/+7
2014-05-26usb-mtp: handle lseek failureGerd Hoffmann1-1/+4
2014-05-26usb-mtp: use bool to track MTPObject init statusGerd Hoffmann1-6/+8
2014-05-26xhci: add xhci_get_flagGerd Hoffmann1-2/+7
2014-05-26xhci: add endpoint cap on express bus onlyGerd Hoffmann1-2/+4
2014-05-26xhci: child detach fixGerd Hoffmann1-1/+1
2014-05-24lm32: remove lm32_sysMichael Walle2-180/+0
2014-05-24pci: move dereferencing of root only after verifying valid root pointerSaravanakumar1-2/+2
2014-05-24jazz_led: Add missing break in switch caseSaravanakumar1-0/+1
2014-05-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-5' into stagingPeter Maydell1-3/+4
2014-05-22Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into stagingPeter Maydell7-302/+751
2014-05-22Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell3-3/+6
2014-05-20megasas: remove buildtime stringsOlaf Hering1-2/+2
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck4-17/+239
2014-05-20s390x/virtio-ccw: reference-counted indicatorsCornelia Huck2-20/+73
2014-05-20s390x: add I/O adapter registrationCornelia Huck6-0/+104
2014-05-20s390x: split flic into kvm and non-kvm partsCornelia Huck3-287/+357
2014-05-20hw/audio/intel-hda: Avoid shift into sign bitPeter Maydell1-2/+2
2014-05-20audio/intel-hda: support FIFORDYStanislav Vorobiov1-1/+2
2014-05-19Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2-15/+59
2014-05-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into stagingPeter Maydell2-82/+317
2014-05-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell4-24/+90
2014-05-16virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster1-1/+2
2014-05-16scsi: Document intentional fall through in scsi_req_length()Markus Armbruster1-0/+2
2014-05-16input: sparc32 kbd: claim en-us layoutGerd Hoffmann1-1/+1
2014-05-16input: sparc32 kbd: fix some key mappingsGerd Hoffmann1-14/+16
2014-05-16input: switch sparc32 kbd to new input apiGerd Hoffmann1-59/+170
2014-05-16input: switch ps/2 mouse to new input apiGerd Hoffmann1-15/+52
2014-05-16input: switch ps/2 kbd to new input apiGerd Hoffmann1-1/+24
2014-05-16ps2: set ps/2 output buffer size as the same as kernelGonglei1-6/+68
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2-6/+30
2014-05-15hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster2-14/+34