aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-03-11balloon: fix segfault and harden the stats queueLadi Prosek
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong
2016-03-11acpi: add aml_concatenate()Xiao Guangrong
2016-03-11acpi: add aml_create_field()Xiao Guangrong
2016-03-10vfio/pci: replace fixed string limit by g_strdup_printfNeo Jia
2016-03-10vfio/pci: Split out VGA setupAlex Williamson
2016-03-10vfio/pci: Fixup PCI option ROMsAlex Williamson
2016-03-10vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson
2016-03-10vfio: Generalize region supportAlex Williamson
2016-03-10vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson
2016-03-10vfio: Add sysfsdev property for pci & platformAlex Williamson
2016-03-10s390x/cpu: use g_new0Cornelia Huck
2016-03-10s390x: Introduce S390MachineClassJanosch Frank
2016-03-10s390x: Introduce machine definition macrosJanosch Frank
2016-03-10s390x/cpu: Allow hotplug of CPUsMatthew Rosato
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato
2016-03-10s390x/cpu: Add CPU property linksMatthew Rosato
2016-03-10s390x/cpu: Tolerate max_cpusMatthew Rosato
2016-03-10s390x/cpu: Set initial CPU state in common routineMatthew Rosato
2016-03-10s390x/cpu: Cleanup init in preparation for hotplugMatthew Rosato
2016-03-09Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160308-1' int...Peter Maydell
2016-03-08acpi: arm: add fw_cfg device node to dsdtGabriel L. Somlo
2016-03-08acpi: pc: add fw_cfg device node to dsdtGabriel L. Somlo
2016-03-08pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo
2016-03-08fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo
2016-03-08rocker: allow user to specify rocker world by propertyJiri Pirko
2016-03-08rocker: add name field into WorldOps ale let world specify its nameJiri Pirko
2016-03-08rocker: return -ENOMEM in case of some world alloc failsJiri Pirko
2016-03-08rocker: forbid to change world typeJiri Pirko
2016-03-08net: ne2000: check ring buffer control registersPrasad J Pandit
2016-03-07scsi-bus: Remove tape command from scsi_req_xferAlex Pyrgiotis
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng
2016-03-07i8257: fix Terminal Count statusHervé Poussineau
2016-03-05ui: Shorten references into InputEventEric Blake
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell
2016-03-04arm: boot: Support big-endian elfsPeter Crosthwaite
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-03-04loader: add API to load elf headerPeter Crosthwaite
2016-03-04bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann
2016-03-04hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell
2016-03-04hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell
2016-03-04hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell
2016-03-04loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell
2016-03-04hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell
2016-03-04sdhci: Implement DeviceClass resetPeter Maydell
2016-03-04sd.c: Handle NULL block backend in sd_get_inserted()Peter Maydell
2016-03-04virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell
2016-03-03virtio-rng: ask for more data if queue is not fully drainedLadi Prosek