summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-36/+98
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov2-2/+3
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth2-28/+80
2017-02-16apic: reset apic_delivered global variable on machine resetPavel Dovgalyuk1-0/+2
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu1-0/+5
2017-02-16ioapic: fix error report value of def versionPeter Xu1-2/+4
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu1-4/+4
2017-02-15net: e1000e: fix an infinite loop issueLi Qiang1-1/+6
2017-02-15net: imx: limit buffer descriptor countPrasad J Pandit1-4/+6
2017-02-15net: e1000e: fix dead code in e1000e_write_packet_to_guestPaolo Bonzini1-1/+1
2017-02-14Merge remote-tracking branch 'remotes/rth/tags/pull-or-20170214' into stagingPeter Maydell1-2/+2
2017-02-14target/openrisc: Rename the cpu from or32 to or1kRichard Henderson1-2/+2
2017-02-13virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert1-105/+211
2017-02-13migration: consolidate VMStateField.startHalil Pasic10-16/+14
2017-02-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170213-1' into s...Peter Maydell5-52/+67
2017-02-13Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170210.0' ...Peter Maydell2-3/+7
2017-02-10hw/vfio: Add CONFIG switches for calxeda-xgmac and amd-xgbeThomas Huth1-2/+2
2017-02-10hw/vfio/pci-quirks: Set category of the "vfio-pci-igd-lpc-bridge" deviceThomas Huth1-0/+1
2017-02-10vfio-pci: Fix GTT wrap-around for Skylake+ IGDAlex Williamson1-1/+4
2017-02-10Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170210'...Peter Maydell5-13/+29
2017-02-10aspeed/smc: use a modulo to check segment limitsCédric Le Goater1-2/+2
2017-02-10aspeed/smc: handle dummies only in fast read modeCédric Le Goater1-3/+6
2017-02-10aspeed: remove useless comment on controller segment sizeCédric Le Goater1-5/+3
2017-02-10aspeed: check for negative values returned by blk_getlength()Cédric Le Goater1-2/+12
2017-02-10hw/arm/virt: Declare fwcfg as dma cache coherent in dtAlexander Graf1-0/+1
2017-02-10hw/arm/virt: Declare fwcfg as dma cache coherent in ACPIAlexander Graf1-0/+1
2017-02-10hw/arm/virt: Declare virtio-mmio as dma cache coherent in ACPIAlexander Graf1-0/+1
2017-02-10target-arm: Declare virtio-mmio as dma-coherent in dtAlexander Graf2-0/+2
2017-02-10target-arm: Enable vPMU support under TCG modeWei Huang1-1/+1
2017-02-10ahci: advertise HOST_CAP_64Ladi Prosek1-1/+1
2017-02-10Revert "cirrus: allow zero source pitch in pattern fill rops"Gerd Hoffmann1-18/+8
2017-02-10cirrus: fix patterncopy checksGerd Hoffmann1-6/+30
2017-02-10cirrus: replace debug printf with trace pointsGerd Hoffmann2-6/+11
2017-02-10vga: replace debug printf with trace pointsGerd Hoffmann2-23/+10
2017-02-10virtio-gpu: fix resource leak in virgl_cmd_resource_unrefGerd Hoffmann1-0/+8
2017-02-10virtio-gpu: fix memory leak in set scanoutLi Qiang1-0/+1
2017-02-07stellaris: Use the 'unimplemented' device for parts we don't implementPeter Maydell1-0/+14
2017-02-07hw/misc: New "unimplemented" sysbus devicePeter Maydell2-0/+109
2017-02-07stellaris: Document memory map and which SoC devices are unimplementedPeter Maydell1-0/+34
2017-02-07hw/arm/integratorcp: Support specifying features via -cpuJulian Brown1-2/+17
2017-02-07sd: sdhci: check data length during dma_memory_readPrasad J Pandit1-1/+1
2017-02-07aspeed: add a watchdog controllerCédric Le Goater1-0/+13
2017-02-07wdt: Add Aspeed watchdog device modelCédric Le Goater2-0/+226
2017-02-07integratorcp: adding vmstate for save/restorePavel Dovgalyuk1-0/+59
2017-02-06vmstate registration: check return valuesDr. David Alan Gilbert1-4/+6
2017-02-06vmstate_register_with_alias_id: Take an Error **Dr. David Alan Gilbert2-2/+3
2017-02-06Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170206-1' into s...Peter Maydell5-20/+42
2017-02-06xhci: fix event queue IRQ handlingGerd Hoffmann1-0/+13
2017-02-06usb: ccid: check ccid apdu lengthPrasad J Pandit1-1/+1
2017-02-06xhci: guard xhci_kick_epctx against recursive callsGerd Hoffmann1-0/+7