summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/pci-bridge: format special OFW unit address for PXB hostLaszlo Ersek2015-06-231-0/+53
* hw/core: explicit OFW unit address callback for SysBusDeviceClassLaszlo Ersek2015-06-231-0/+11
* hw/pci-bridge: disable SHPC in PXBLaszlo Ersek2015-06-231-0/+1
* hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek2015-06-231-16/+70
* hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek2015-06-231-1/+2
* hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek2015-06-232-2/+4
* hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek2015-06-231-1/+1
* add pci-bridge-seatGerd Hoffmann2015-06-231-1/+24
* pc: cleanup and convert TMP ACPI device description to AML APIIgor Mammedov2015-06-237-339/+16Star
* vhost: correctly pass error to caller in vhost_dev_enable_notifiers()Jason Wang2015-06-231-4/+4
* balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev2015-06-231-0/+4
* qdev: fix OVERFLOW_BEFORE_WIDENGonglei2015-06-231-1/+1
* virito-pci: fix OVERRUN problemGonglei2015-06-231-2/+2
* m68k: implement more ColdFire 5208 interrupt controller functionalityGreg Ungerer2015-06-221-0/+14
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2015-06-221-31/+18Star
|\
| * qdev: Deprecated qdev_init() is finally unused, dropMarkus Armbruster2015-06-191-31/+16Star
| * qdev: Free property names after registering gpio aliasesEduardo Habkost2015-06-191-0/+2
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-06-222-0/+12
|\ \
| * | mc146818rtc: Reset the periodic timer on loadPaul Donohue2015-06-191-0/+6
| * | i8254: fix out-of-bounds memory access in pit_ioport_read()Petr Matousek2015-06-171-0/+6
* | | s3adsp1800: Remove the hardcoded values from the resetAlistair Francis2015-06-211-8/+1Star
* | | ml605_mmu: Move the hardcoded values to the init functionAlistair Francis2015-06-211-12/+6Star
* | | target-microblaze: Convert version_mask to a CPU propertyAlistair Francis2015-06-211-1/+1
* | | target-microblaze: Convert endi to a CPU propertyAlistair Francis2015-06-211-1/+1
* | | target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis2015-06-211-1/+2
* | | target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis2015-06-211-2/+5
* | | microblaze: s3adsp: Instantiate CPU using QOMPeter Crosthwaite2015-06-211-6/+2Star
* | | arm: xlnx-zynqmp: Add 2xCortexR5 CPUsPeter Crosthwaite2015-06-191-0/+34
* | | arm: xlnx-zynqmp: Add boot-cpu propertyPeter Crosthwaite2015-06-192-2/+19
* | | arm: xlnx-zynqmp: Preface CPU variables with "apu"Peter Crosthwaite2015-06-192-13/+15
* | | hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiationEric Auger2015-06-192-11/+74
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-199-84/+88
|\ \ \
| * | | vhost: enable vhost without without MSI-XPankaj Gupta2015-06-194-29/+3Star
| * | | pci: Don't register a specialized 'config_write' if default behavior is intendedShmulik Ladkani2015-06-194-26/+0Star
| * | | hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf()Laszlo Ersek2015-06-191-10/+6Star
| * | | vhost_net: re-enable when cross endianCédric Le Goater2015-06-191-19/+0Star
| * | | vhost-net: tell tap backend about the vnet endiannessGreg Kurz2015-06-191-1/+32
| * | | vhost: set vring endianness for legacy virtioGreg Kurz2015-06-171-1/+49
* | | | q35: Re-enable FDC on pc-q35-2.3 and olderEduardo Habkost2015-06-191-0/+1
| |_|/ |/| |
* | | vfio: fix build error on CentOS 5.7Leon Alrae2015-06-181-1/+1
* | | s390x: Switch to s390-ccw machine as defaultAlexander Graf2015-06-172-1/+1
* | | virtio-ccw: disable ioevent bit when ioeventfds are not enabledAurelien Jarno2015-06-171-0/+4
| |/ |/|
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s...Peter Maydell2015-06-169-5/+275
|\ \
| * | virtio-vga: add '-vga virtio' supportGerd Hoffmann2015-06-122-0/+5
| * | virtio-vga: add virtio gpu device with vga compatibilityGerd Hoffmann2015-06-124-4/+186
| * | virtio-gpu-pci: add virtio pci supportGerd Hoffmann2015-06-123-0/+83
| * | virtio-gpu: fix error messageGerd Hoffmann2015-06-121-1/+1
* | | hw/arm/virt-acpi-build: Add SPCR tableAndrew Jones2015-06-151-1/+42
* | | hw/arm/boot: fix rom_reset notifier registration orderEric Auger2015-06-151-9/+11
* | | hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOpsPeter Maydell2015-06-151-60/+8Star