summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | vfio/pci: Split out VGA setupAlex Williamson2016-03-112-34/+50
| * | vfio/pci: Fixup PCI option ROMsAlex Williamson2016-03-111-0/+30
| * | vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functionsAlex Williamson2016-03-113-91/+71Star
| * | vfio: Generalize region supportAlex Williamson2016-03-115-180/+260
| * | vfio: Wrap VFIO_DEVICE_GET_REGION_INFOAlex Williamson2016-03-103-46/+66
| * | vfio: Add sysfsdev property for pci & platformAlex Williamson2016-03-102-100/+85Star
| |/
* | s390x/cpu: use g_new0Cornelia Huck2016-03-101-1/+1
* | s390x: Introduce S390MachineClassJanosch Frank2016-03-101-14/+1Star
* | s390x: Introduce machine definition macrosJanosch Frank2016-03-101-42/+47
* | s390x/cpu: Allow hotplug of CPUsMatthew Rosato2016-03-101-0/+10
* | s390x/cpu: Add error handling to cpu creationMatthew Rosato2016-03-101-1/+1
* | s390x/cpu: Add CPU property linksMatthew Rosato2016-03-102-5/+46
* | s390x/cpu: Tolerate max_cpusMatthew Rosato2016-03-101-5/+6
* | s390x/cpu: Set initial CPU state in common routineMatthew Rosato2016-03-101-4/+0Star
* | s390x/cpu: Cleanup init in preparation for hotplugMatthew Rosato2016-03-103-6/+6
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20160308-1' int...Peter Maydell2016-03-094-4/+49
|\
| * acpi: arm: add fw_cfg device node to dsdtGabriel L. Somlo2016-03-081-0/+15
| * acpi: pc: add fw_cfg device node to dsdtGabriel L. Somlo2016-03-081-0/+29
| * pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo2016-03-081-3/+2Star
| * fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo2016-03-081-1/+3
* | rocker: allow user to specify rocker world by propertyJiri Pirko2016-03-081-1/+28
* | rocker: add name field into WorldOps ale let world specify its nameJiri Pirko2016-03-083-6/+3Star
* | rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2016-03-081-0/+1
* | rocker: forbid to change world typeJiri Pirko2016-03-083-1/+13
* | net: ne2000: check ring buffer control registersPrasad J Pandit2016-03-081-0/+4
|/
* scsi-bus: Remove tape command from scsi_req_xferAlex Pyrgiotis2016-03-071-1/+0Star
* memory: Drop MemoryRegion.ram_addrFam Zheng2016-03-071-3/+6
* i8257: fix Terminal Count statusHervé Poussineau2016-03-071-0/+4
* ui: Shorten references into InputEventEric Blake2016-03-054-44/+64
* qapi-dealloc: Reduce use outside of generated codeEric Blake2016-03-041-10/+1Star
* hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2016-03-043-3/+46
* arm: boot: Support big-endian elfsPeter Crosthwaite2016-03-041-10/+83
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-0432-44/+56
* loader: add API to load elf headerPeter Crosthwaite2016-03-041-0/+55
* bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann2016-03-042-22/+22
* hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell2016-03-041-7/+25
* hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell2016-03-041-14/+49
* hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell2016-03-041-19/+20
* loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell2016-03-041-4/+31
* hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell2016-03-041-0/+23
* sdhci: Implement DeviceClass resetPeter Maydell2016-03-041-4/+17
* sd.c: Handle NULL block backend in sd_get_inserted()Peter Maydell2016-03-041-1/+1
* virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell2016-03-041-2/+19
* virtio-rng: ask for more data if queue is not fully drainedLadi Prosek2016-03-031-0/+7
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160301' into stagingPeter Maydell2016-03-019-189/+200
|\
| * s390x/css: only suspend when enabled by orbCornelia Huck2016-03-011-3/+8
| * s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2016-03-011-1/+1
| * s390x/css: Use static initialization for channel_subsys fieldsEduardo Habkost2016-03-011-14/+11Star
| * s390x/css: Allocate channel_subsys staticallyEduardo Habkost2016-03-011-93/+92Star
| * s390x/pci: fix reg/dereg irq functionsYi Min Zhao2016-03-012-12/+13