summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-03-10s390x/cpu: use g_new0Cornelia Huck1-1/+1
2016-03-10s390x: Introduce S390MachineClassJanosch Frank1-14/+1
2016-03-10s390x: Introduce machine definition macrosJanosch Frank1-42/+47
2016-03-10s390x/cpu: Allow hotplug of CPUsMatthew Rosato1-0/+10
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato1-1/+1
2016-03-10s390x/cpu: Add CPU property linksMatthew Rosato2-5/+46
2016-03-10s390x/cpu: Tolerate max_cpusMatthew Rosato1-5/+6
2016-03-10s390x/cpu: Set initial CPU state in common routineMatthew Rosato1-4/+0
2016-03-10s390x/cpu: Cleanup init in preparation for hotplugMatthew Rosato3-6/+6
2016-03-09Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160308-1' int...Peter Maydell4-4/+49
2016-03-08acpi: arm: add fw_cfg device node to dsdtGabriel L. Somlo1-0/+15
2016-03-08acpi: pc: add fw_cfg device node to dsdtGabriel L. Somlo1-0/+29
2016-03-08pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo1-3/+2
2016-03-08fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo1-1/+3
2016-03-08rocker: allow user to specify rocker world by propertyJiri Pirko1-1/+28
2016-03-08rocker: add name field into WorldOps ale let world specify its nameJiri Pirko3-6/+3
2016-03-08rocker: return -ENOMEM in case of some world alloc failsJiri Pirko1-0/+1
2016-03-08rocker: forbid to change world typeJiri Pirko3-1/+13
2016-03-08net: ne2000: check ring buffer control registersPrasad J Pandit1-0/+4
2016-03-07scsi-bus: Remove tape command from scsi_req_xferAlex Pyrgiotis1-1/+0
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-3/+6
2016-03-07i8257: fix Terminal Count statusHervé Poussineau1-0/+4
2016-03-05ui: Shorten references into InputEventEric Blake4-44/+64
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake1-10/+1
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell3-3/+46
2016-03-04arm: boot: Support big-endian elfsPeter Crosthwaite1-10/+83
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite32-44/+56
2016-03-04loader: add API to load elf headerPeter Crosthwaite1-0/+55
2016-03-04bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann2-22/+22
2016-03-04hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell1-7/+25
2016-03-04hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell1-14/+49
2016-03-04hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell1-19/+20
2016-03-04loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell1-4/+31
2016-03-04hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell1-0/+23
2016-03-04sdhci: Implement DeviceClass resetPeter Maydell1-4/+17
2016-03-04sd.c: Handle NULL block backend in sd_get_inserted()Peter Maydell1-1/+1
2016-03-04virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell1-2/+19
2016-03-03virtio-rng: ask for more data if queue is not fully drainedLadi Prosek1-0/+7
2016-03-01Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160301' into stagingPeter Maydell9-189/+200
2016-03-01s390x/css: only suspend when enabled by orbCornelia Huck1-3/+8
2016-03-01s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang1-1/+1
2016-03-01s390x/css: Use static initialization for channel_subsys fieldsEduardo Habkost1-14/+11
2016-03-01s390x/css: Allocate channel_subsys staticallyEduardo Habkost1-93/+92
2016-03-01s390x/pci: fix reg/dereg irq functionsYi Min Zhao2-12/+13
2016-03-01s390x/css: introduce indicator refcounting interfacesYi Min Zhao4-72/+79
2016-03-01s390x/virtio: old machine leftoversCornelia Huck1-2/+0
2016-03-01watchdog/diag288: avoid race condition on expired watchdogSascha Silbe1-4/+8
2016-03-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160301-1' into...Peter Maydell3-6/+6
2016-03-01qapi: rename input buttonsGerd Hoffmann3-6/+6
2016-03-01qxl: lock current_async update in qxl_soft_resetGerd Hoffmann1-0/+2