summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* pci: move dereferencing of root only after verifying valid root pointerSaravanakumar2014-05-241-2/+2
* jazz_led: Add missing break in switch caseSaravanakumar2014-05-241-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-5' into stagingPeter Maydell2014-05-221-3/+4
|\
| * hw/audio/intel-hda: Avoid shift into sign bitPeter Maydell2014-05-201-2/+2
| * audio/intel-hda: support FIFORDYStanislav Vorobiov2014-05-201-1/+2
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into stagingPeter Maydell2014-05-227-302/+751
|\ \
| * | s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck2014-05-204-17/+239
| * | s390x/virtio-ccw: reference-counted indicatorsCornelia Huck2014-05-202-20/+73
| * | s390x: add I/O adapter registrationCornelia Huck2014-05-206-0/+104
| * | s390x: split flic into kvm and non-kvm partsCornelia Huck2014-05-203-287/+357
| |/
* | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2014-05-223-3/+6
|\ \ | |/ |/|
| * megasas: remove buildtime stringsOlaf Hering2014-05-201-2/+2
| * virtio-scsi: Plug memory leak on virtio_scsi_push_event() error pathMarkus Armbruster2014-05-161-1/+2
| * scsi: Document intentional fall through in scsi_req_length()Markus Armbruster2014-05-161-0/+2
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-05-192-15/+59
|\ \
| * | qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-152-6/+30
| * | hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster2014-05-152-14/+34
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into stagingPeter Maydell2014-05-192-82/+317
|\ \ \
| * | | input: sparc32 kbd: claim en-us layoutGerd Hoffmann2014-05-161-1/+1
| * | | input: sparc32 kbd: fix some key mappingsGerd Hoffmann2014-05-161-14/+16
| * | | input: switch sparc32 kbd to new input apiGerd Hoffmann2014-05-161-59/+170
| * | | input: switch ps/2 mouse to new input apiGerd Hoffmann2014-05-161-15/+52
| * | | input: switch ps/2 kbd to new input apiGerd Hoffmann2014-05-161-1/+24
| * | | ps2: set ps/2 output buffer size as the same as kernelGonglei2014-05-161-6/+68
| |/ /
* | | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2014-05-194-24/+90
|\ \ \ | |/ / |/| / | |/
| * megasas: Add MSI supportHannes Reinecke2014-04-281-6/+43
| * megasas: Enable MSI-X supportHannes Reinecke2014-04-281-12/+5
| * megasas: Implement LD_LIST_QUERYHannes Reinecke2014-04-282-0/+26
| * scsi: Improve error messages morePaolo Bonzini2014-04-282-7/+12
| * scsi-disk: Improve error messager if can't get version numberFam Zheng2014-04-281-2/+7
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-05-151-1/+1
|\ \
| * | virtio: allow mapping up to max queue sizeMichael S. Tsirkin2014-05-121-1/+1
* | | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2014-05-1559-137/+71
|\ \ \
| * | | usb: fix up post load checksMichael S. Tsirkin2014-05-141-2/+2
| * | | savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-1451-122/+58
| * | | savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-148-13/+11
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140513'...Peter Maydell2014-05-1566-308/+269
|\ \ \ \
| * | | | hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFOPeter Maydell2014-05-131-0/+4
| * | | | hw/arm/stellaris: Correct handling of GPTM TAR registerPeter Maydell2014-05-131-3/+10
| * | | | hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_countPeter Maydell2014-05-131-2/+2
| * | | | hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell2014-05-131-6/+6
| * | | | hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REGPeter Maydell2014-05-131-2/+2
| * | | | hw/net/cadence_gem: Remove dead codePeter Maydell2014-05-131-7/+1
| * | | | hw/intc/allwinner-a10-pic: Add missing 'break'Peter Maydell2014-05-131-0/+1
| * | | | hw/net/stellaris_enet: Convert to vmstatePeter Maydell2014-05-131-68/+80
| * | | | hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell2014-05-131-21/+19
| * | | | hw/net/stellaris_enet: Fix debug format stringsPeter Maydell2014-05-131-3/+3
| * | | | hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell2014-05-131-2/+15
| * | | | hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell2014-05-131-42/+77
| * | | | hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell2014-05-131-1/+1
OpenPOWER on IntegriCloud