summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* virtio-balloon: return empty data when no stats are availableJán Tomko2014-05-251-5/+2
* pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber2014-05-212-7/+4
* SMBIOS: Fix type 17 field sizesGabriel L. Somlo2014-05-211-4/+4
* SMBIOS: Update Type 0 struct generator for machines >= 2.1Gabriel L. Somlo2014-05-211-7/+11
* SMBIOS: Fix endian-ness when populating multi-byte fieldsGabriel L. Somlo2014-05-211-45/+47
* serial-pci: Set prog interface field of pci config to 16550 compatibleBALATON Zoltan2014-05-211-0/+7
* 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
| * | | | hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell2014-05-131-4/+6
| * | | | savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-1362-162/+57
| |/ / /
* | | | Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-05-153-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | pc: port 92 reset requires a low->high transitionPaolo Bonzini2014-05-131-1/+2
| * | | apic: do not accept SIPI on the bootstrap processorPaolo Bonzini2014-05-131-1/+1
| * | | pci-assign: limit # of msix vectorsMichael S. Tsirkin2014-05-131-6/+6
| * | | pci-assign: Fix a bug when map MSI-X table memory failedGonglei2014-05-131-0/+1
* | | | Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell2014-05-131-0/+1
|\ \ \ \ | |/ / / |/| | |
OpenPOWER on IntegriCloud