summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-06-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell9-5/+275
2015-06-15hw/arm/virt-acpi-build: Add SPCR tableAndrew Jones1-1/+42
2015-06-15hw/arm/boot: fix rom_reset notifier registration orderEric Auger1-9/+11
2015-06-15hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOpsPeter Maydell1-60/+8
2015-06-15hw/arm/pxa2xx: Convert pxa2xx-ssp to VMStatePeter Maydell1-57/+34
2015-06-15hw/arm/pxa2xx: Add reset method for pxa2xx_sspPeter Maydell1-0/+18
2015-06-15hw/arm/pxa2xx: Convert pxa2xx-fir to QOM and VMStatePeter Maydell1-55/+86
2015-06-15hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IOPeter Maydell2-5/+5
2015-06-15target-arm: Use the kernel's idea of MPIDR if we're using KVMPavel Fedin1-1/+1
2015-06-15hw/arm/virt: Add cortex-a53 cpu support in machine virtShannon Zhao1-0/+5
2015-06-15hw/display/exynos4210_fimd: Fix bit-swapping codePeter Maydell1-1/+1
2015-06-15arm_gic: gic_update should always update all coresJohan Karlsson1-1/+1
2015-06-15Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150615' into s...Peter Maydell4-0/+153
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell8-5/+462
2015-06-12Merge remote-tracking branch 'remotes/aurel/tags/pull-sh4-next-20150612' into...Peter Maydell1-6/+6
2015-06-12qmp/hmp: add rocker device supportScott Feldman6-0/+419
2015-06-12rocker: bring link up/down on PHY enable/disableScott Feldman1-0/+12
2015-06-12rocker: Add support for phys nameDavid Ahern4-2/+30
2015-06-12xen_backend: Remove unused error handling of qemu_set_fd_handlerFam Zheng1-3/+1
2015-06-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into stagingPeter Maydell5-435/+467
2015-06-12sh4/r2d: convert to new MMIO accessor styleAurelien Jarno1-6/+6
2015-06-12virtio-vga: add '-vga virtio' supportGerd Hoffmann2-0/+5
2015-06-12virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann4-4/+186
2015-06-12virtio-gpu-pci: add virtio pci supportGerd Hoffmann3-0/+83
2015-06-12virtio-gpu: fix error messageGerd Hoffmann1-1/+1
2015-06-12Disable section footers on older machine typesDr. David Alan Gilbert2-0/+4
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela22-229/+147
2015-06-11watchdog: Add new Virtual Watchdog action INJECT-NMIMao Chuan Li1-0/+10
2015-06-11nmi: Implement inject_nmi() for non-monitor context useXu Wang1-0/+20
2015-06-11s390x/watchdog: diag288 migration supportXu Wang1-0/+12
2015-06-11s390x/watchdog: introduce diag288 watchdog deviceXu Wang2-0/+111
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell17-115/+978
2015-06-11hw/vfio/platform: replace g_malloc0_n by g_new0Eric Auger1-2/+1
2015-06-11i386/acpi-build: fix PXB workarounds for unsupported BIOSesLaszlo Ersek1-4/+4
2015-06-11i386/acpi-build: more traditional _UID and _HID for PXB root busesLaszlo Ersek1-3/+2
2015-06-11net/dp8393x: fix hardware resetHervé Poussineau1-0/+1
2015-06-11net/dp8393x: correctly reset in_use fieldHervé Poussineau1-1/+1
2015-06-11net/dp8393x: add load/save supportHervé Poussineau1-0/+12
2015-06-11net/dp8393x: add PROM to store MAC addressHervé Poussineau2-0/+19
2015-06-11net/dp8393x: QOM'ifyHervé Poussineau2-28/+67
2015-06-11net/dp8393x: use dp8393x_ prefix for all functionsHervé Poussineau1-39/+41
2015-06-11net/dp8393x: do not use old_mmio accessesHervé Poussineau1-85/+29
2015-06-11net/dp8393x: always calculate proper checksumsHervé Poussineau1-11/+1
2015-06-11dma/rc4030: convert to QOMHervé Poussineau2-40/+112
2015-06-11dma/rc4030: use trace events instead of custom loggingHervé Poussineau1-65/+16
2015-06-11dma/rc4030: document register at offset 0x210Hervé Poussineau1-8/+8
2015-06-11dma/rc4030: do not use old_mmio accessesHervé Poussineau1-96/+16
2015-06-11dma/rc4030: use AddressSpace and address_space_rw in usersHervé Poussineau3-44/+38
2015-06-11dma/rc4030: create custom DMA address spaceHervé Poussineau1-37/+126
2015-06-11mips jazz: compile only in 64 bitHervé Poussineau2-6/+2