summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cutils: add avx2 instruction optimizationLiang Li2019-11-291-7/+1
* input: linux evdev supportGerd Hoffmann2019-11-291-0/+2
* pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo2019-11-291-0/+2
* fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo2019-11-291-0/+3
* filter: Add 'status' property for filter objectzhanghailiang2019-11-291-0/+4
* rng: switch request queue to QSIMPLEQLadi Prosek2019-11-291-1/+2
* exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng2019-11-291-1/+1
* memory: Drop MemoryRegion.ram_addrFam Zheng2019-11-291-1/+0
* memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng2019-11-291-7/+1
* exec: Return RAMBlock pointer from allocating functionsFam Zheng2019-11-291-11/+11
* arm: boot: Support big-endian elfsPeter Crosthwaite2019-11-291-0/+9
* loader: Add data swap option to load-elfPeter Crosthwaite2019-11-292-2/+25
* loader: load_elf(): Add doc commentPeter Crosthwaite2019-11-291-0/+23
* loader: add API to load elf headerPeter Crosthwaite2019-11-291-0/+13
* loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell2019-11-291-2/+16
* hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell2019-11-291-0/+1
* rng: add request queue support to rng-randomLadi Prosek2019-11-291-2/+1
* rng: move request queue cleanup from RngEgd to RngBackendLadi Prosek2019-11-291-0/+12
* rng: move request queue from RngEgd to RngBackendLadi Prosek2019-11-291-0/+11
* rng: remove the unused request cancellation codeLadi Prosek2019-11-291-11/+0
* typedefs: Add CPUStateLluĂ­s Vilanova2019-11-292-1/+1
* console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann2019-11-291-0/+2
* spice/gl: Enable dmabuf only for spice >= 0.13.1Michal Privoznik2019-11-291-1/+1
* xics: report errors with the QEMU Error APIGreg Kurz2019-11-291-2/+3
* migration: allow machine to enforce configuration section migrationGreg Kurz2019-11-291-0/+1
* migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev2019-11-291-0/+2
* sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann2019-11-291-0/+2
* sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann2019-11-291-1/+0
* migration/vmstate: document VMStateFlagsSascha Silbe2019-11-291-10/+90
* fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek2019-11-291-0/+8
* chardev: Properly initialize ChardevCommon componentsEric Blake2019-11-291-0/+10
* memory: Remove unreachable return statementGonglei2019-11-291-2/+0
* memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei2019-11-291-2/+2
* exec: store RAMBlock pointer into memory regionGonglei2019-11-291-0/+2
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2019-11-292-2/+1
* machine: Remove no_tco fieldEduardo Habkost2019-11-291-1/+0
* vring: removePaolo Bonzini2019-11-292-126/+0
* virtio-scsi: do not use vring in dataplanePaolo Bonzini2019-11-291-20/+1
* virtio-blk: do not use vring in dataplanePaolo Bonzini2019-11-291-3/+0
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2019-11-291-0/+1
* virtio: export vring_notify as virtio_should_notifyPaolo Bonzini2019-11-291-0/+1
* virtio: add AioContext-specific function for host notifiersPaolo Bonzini2019-11-291-0/+2
* vring: make vring_enable_notification return voidPaolo Bonzini2019-11-291-1/+1
* include: Clean up includesPeter Maydell2019-11-2997-156/+0
* osdep.h: Include config-target.h if NEED_CPU_H is definedPeter Maydell2019-11-291-0/+3
* osdep.h: Define macros for the benefit of C++ before C++11Peter Maydell2019-11-291-0/+14
* Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2019-11-291-0/+4
* spice/gl: add unblock timerGerd Hoffmann2019-11-291-0/+1
* spice: add opengl/virgl/dmabuf supportGerd Hoffmann2019-11-291-0/+15
* egl-helpers: add functions for render nodes and dma-buf passingGerd Hoffmann2019-11-291-0/+13
OpenPOWER on IntegriCloud