summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' into...Peter Maydell2018-08-214-10/+62
|\
| * spapr: introduce a IRQ controller backend to the machineCédric Le Goater2018-08-212-9/+24
| * spapr: introduce a fixed IRQ number spaceCédric Le Goater2018-08-212-0/+37
| * xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h"Greg Kurz2018-08-211-1/+0Star
| * vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pagesAlexey Kardashevskiy2018-08-211-0/+1
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2018-08-212-11/+24
|\ \
| * | linux-user: fix 32bit g2h()/h2g()Laurent Vivier2018-08-172-11/+24
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-08-213-4/+91
|\ \ \ | |_|/ |/| |
| * | migration/ram: ensure write persistence on loading all data to PMEM.Junyan He2018-08-101-0/+6
| * | mem/nvdimm: ensure write persistence to PMEM in label emulationJunyan He2018-08-101-0/+30
| * | hostmem-file: add the 'pmem' optionJunyan He2018-08-102-0/+7
| * | memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He2018-08-102-4/+28
| * | memory, exec: Expose all memory block related flags.Junyan He2018-08-101-0/+20
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into stagingPeter Maydell2018-08-209-17/+205
|\ \ \
| * | | linux-headers: updateCornelia Huck2018-08-205-9/+199
| * | | s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-203-8/+3Star
| * | | s390x: introduce 3.1 compat machineCornelia Huck2018-08-201-0/+3
* | | | hw/dma/pl080: Don't use CPU address space for DMA accessesPeter Maydell2018-08-201-0/+5
* | | | hw/dma/pl080: Support all three interrupt linesPeter Maydell2018-08-201-1/+5
* | | | hw/dma/pl080: Allow use as embedded-struct devicePeter Maydell2018-08-201-0/+62
* | | | hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog modulePeter Maydell2018-08-201-0/+59
* | | | hw/misc: Remove mmio_interface devicePeter Maydell2018-08-201-49/+0Star
* | | | memory: Remove MMIO request_ptr APIsPeter Maydell2018-08-201-35/+0Star
* | | | imx_serial: Generate interrupt on receive data ready if enabledHans-Erik Floryd2018-08-201-0/+1
|/ / /
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-08-202-1/+2
|\ \ \
| * | | fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland2018-08-172-1/+2
* | | | vfio/ccw/pci: Allow devices to opt-in for ballooningAlex Williamson2018-08-171-0/+2
| |_|/ |/| |
* | | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell2018-08-161-1/+23
|\ \ \ | |/ / |/| |
| * | elf: Add ELF flags for MIPS machine variantsAleksandar Markovic2018-08-161-0/+23
| * | elf: Remove duplicate preprocessor constant definitionAleksandar Markovic2018-08-161-1/+0Star
* | | aspeed: add a max_ram_size property to the memory controllerCédric Le Goater2018-08-161-0/+1
* | | aspeed_sdmc: Fix saved valuesJoel Stanley2018-08-161-0/+1
* | | aspeed_sdmc: Extend number of valid registersJoel Stanley2018-08-161-1/+1
* | | loader: Implement .hex file loaderSu Hang2018-08-161-0/+12
* | | loader: add rom transaction APIStefan Hajnoczi2018-08-161-0/+19
* | | hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi2018-08-161-0/+2
* | | i.MX6UL: Add i.MX6UL SOCJean-Christophe Dubois2018-08-161-0/+339
* | | i.MX6UL: Add i.MX6UL specific CCM deviceJean-Christophe Dubois2018-08-161-0/+226
|/ /
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-tests-2018-08-16' into...Peter Maydell2018-08-161-4/+8
|\ \
| * | qobject: qobject_from_jsonv() is dangerous, hide it awayMarkus Armbruster2018-08-161-2/+0Star
| * | qobject: New qobject_from_vjsonf_nofail(), qdict_from_vjsonf_nofail()Markus Armbruster2018-08-161-0/+4
| * | qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()Markus Armbruster2018-08-161-2/+4
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-08-152-4/+0Star
|\ \ \ | |/ / |/| |
| * | block: Remove deprecated -drive option serialKevin Wolf2018-08-152-2/+0Star
| * | block: Remove deprecated -drive option addrKevin Wolf2018-08-151-1/+0Star
| * | block: Remove deprecated -drive geometry optionsKevin Wolf2018-08-151-1/+0Star
* | | arm/virt: Add support for GICv2 virtualization extensionsLuc Michel2018-08-141-1/+3
* | | xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel2018-08-141-2/+2
* | | intc/arm_gic: Add the virtualization extensions to the GIC stateLuc Michel2018-08-141-7/+36
* | | vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAYLuc Michel2018-08-141-0/+3