summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo2019-11-291-1/+3
* rocker: allow user to specify rocker world by propertyJiri Pirko2019-11-291-1/+28
* rocker: add name field into WorldOps ale let world specify its nameJiri Pirko2019-11-293-6/+3
* rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2019-11-291-0/+1
* rocker: forbid to change world typeJiri Pirko2019-11-293-1/+13
* net: ne2000: check ring buffer control registersPrasad J Pandit2019-11-291-0/+4
* scsi-bus: Remove tape command from scsi_req_xferAlex Pyrgiotis2019-11-291-1/+0
* memory: Drop MemoryRegion.ram_addrFam Zheng2019-11-291-3/+6
* i8257: fix Terminal Count statusHervé Poussineau2019-11-291-0/+4
* ui: Shorten references into InputEventEric Blake2019-11-294-44/+64
* qapi-dealloc: Reduce use outside of generated codeEric Blake2019-11-291-10/+1
* hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2019-11-293-3/+46
* arm: boot: Support big-endian elfsPeter Crosthwaite2019-11-291-10/+83
* loader: Add data swap option to load-elfPeter Crosthwaite2019-11-2932-44/+56
* loader: add API to load elf headerPeter Crosthwaite2019-11-291-0/+55
* bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann2019-11-292-22/+22
* hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell2019-11-291-7/+25
* hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell2019-11-291-14/+49
* hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell2019-11-291-19/+20
* loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell2019-11-291-4/+31
* hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell2019-11-291-0/+23
* sdhci: Implement DeviceClass resetPeter Maydell2019-11-291-4/+17
* sd.c: Handle NULL block backend in sd_get_inserted()Peter Maydell2019-11-291-1/+1
* virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell2019-11-291-2/+19
* virtio-rng: ask for more data if queue is not fully drainedLadi Prosek2019-11-291-0/+7
* s390x/css: only suspend when enabled by orbCornelia Huck2019-11-291-3/+8
* s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2019-11-291-1/+1
* s390x/css: Use static initialization for channel_subsys fieldsEduardo Habkost2019-11-291-14/+11
* s390x/css: Allocate channel_subsys staticallyEduardo Habkost2019-11-291-93/+92
* s390x/pci: fix reg/dereg irq functionsYi Min Zhao2019-11-292-12/+13
* s390x/css: introduce indicator refcounting interfacesYi Min Zhao2019-11-294-72/+79
* s390x/virtio: old machine leftoversCornelia Huck2019-11-291-2/+0
* watchdog/diag288: avoid race condition on expired watchdogSascha Silbe2019-11-291-4/+8
* qapi: rename input buttonsGerd Hoffmann2019-11-293-6/+6
* qxl: lock current_async update in qxl_soft_resetGerd Hoffmann2019-11-291-0/+2
* cirrus_vga: fix off-by-one in blit_region_is_unsafePaolo Bonzini2019-11-291-2/+2
* usb-redirect: Avoid double free of dataFam Zheng2019-11-291-3/+8
* xics: report errors with the QEMU Error APIGreg Kurz2019-11-294-14/+25
* migration: allow machine to enforce configuration section migrationGreg Kurz2019-11-291-0/+21
* spapr: skip configuration section during migration of older machinesGreg Kurz2019-11-291-0/+1
* dbdma: warn when using unassigned channelHervé Poussineau2019-11-291-2/+23
* spapr: disable vmdesc submission for old machinesGreg Kurz2019-11-291-0/+1
* spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz2019-11-291-1/+8
* spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz2019-11-291-3/+3
* spapr_rng: disable hotpluggabilityGreg Kurz2019-11-291-0/+1
* sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann2019-11-291-1/+37
* sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann2019-11-291-6/+3
* raspi: fix SD card with recent sdhci changesAndrew Baumann2019-11-293-0/+30
* ARM: PL061: Checking register r/w accesses to reserved areaWei Huang2019-11-291-8/+22
* fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek2019-11-291-8/+12
OpenPOWER on IntegriCloud