summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' ...Peter Maydell2019-03-121-0/+4
|\
| * vfio/display: delay link up eventGerd Hoffmann2019-03-111-0/+1
| * vfio/display: add edid support.Gerd Hoffmann2019-03-111-0/+3
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-03-121-1/+0Star
|\ \
| * | hw/nvram/fw_cfg: Remove the unnecessary boot_splash_filedata_sizePhilippe Mathieu-Daudé2019-03-111-1/+0Star
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-11' int...Peter Maydell2019-03-124-26/+43
|\ \
| * | pc: Support firmware configuration with -blockdevMarkus Armbruster2019-03-111-0/+3
| * | pc_sysfw: Pass PCMachineState to pc_system_firmware_init()Philippe Mathieu-Daudé2019-03-111-2/+1Star
| * | pflash_cfi01: Add pflash_cfi01_get_blk() helperPhilippe Mathieu-Daudé2019-03-111-0/+1
| * | qom: Move compat_props machinery from qdev to QOMMarkus Armbruster2019-03-112-4/+3Star
| * | qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster2019-03-111-0/+2
| * | pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster2019-03-111-2/+2
| * | pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster2019-03-111-2/+2
| * | hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster2019-03-111-0/+4
| * | pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*Markus Armbruster2019-03-111-2/+2
| * | pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster2019-03-111-21/+30
| |/
* | vfio: Make vfio_get_region_info_cap publicAlexey Kardashevskiy2019-03-121-0/+2
* | spapr: Use CamelCase properlyDavid Gibson2019-03-129-269/+269
* | ppc/pnv: POWER9 XSCOM quad supportCédric Le Goater2019-03-123-4/+22
* | ppc/pnv: extend XSCOM core support for POWER9Cédric Le Goater2019-03-121-0/+2
* | ppc/pnv: add a OCC model for POWER9Cédric Le Goater2019-03-123-0/+6
* | ppc/pnv: add a OCC model classCédric Le Goater2019-03-121-0/+15
* | ppc/pnv: add SerIRQ routing registersCédric Le Goater2019-03-121-0/+2
* | ppc/pnv: add a LPC Controller model for POWER9Cédric Le Goater2019-03-122-0/+13
* | ppc/pnv: add a 'dt_isa_nodename' to the chipCédric Le Goater2019-03-121-0/+2
* | ppc/pnv: add a LPC Controller class modelCédric Le Goater2019-03-121-0/+15
* | ppc/pnv: add a PSI bridge model for POWER9Cédric Le Goater2019-03-123-0/+39
* | ppc/pnv: add a PSI bridge class modelCédric Le Goater2019-03-122-3/+28
* | spapr_iommu: Do not replay mappings from just created DMA windowAlexey Kardashevskiy2019-03-121-0/+1
* | ppc/pnv: introduce a new pic_print_info() operation to the chip modelCédric Le Goater2019-03-121-0/+1
* | ppc/pnv: introduce a new dt_populate() operation to the chip modelCédric Le Goater2019-03-121-0/+1
* | ppc/pnv: add a XIVE interrupt controller model for POWER9Cédric Le Goater2019-03-123-0/+117
* | ppc/pnv: change the CPU machine_data presenter type to Object *Cédric Le Goater2019-03-121-1/+1
* | ppc/pnv: export the xive_router_notify() routineCédric Le Goater2019-03-121-0/+1
* | ppc/xive: export the TIMA memory accessorsCédric Le Goater2019-03-121-0/+3
* | ppc: externalize ppc_get_vcpu_by_pir()Cédric Le Goater2019-03-121-0/+1
* | spapr: Force SPAPR_MEMORY_BLOCK_SIZE to be a hwaddr (64-bit)David Gibson2019-03-121-1/+1
* | target/ppc/spapr: Add SPAPR_CAP_CCF_ASSISTSuraj Jitindar Singh2019-03-121-1/+4
* | target/ppc/spapr: Add workaround option to SPAPR_CAP_IBSSuraj Jitindar Singh2019-03-121-0/+7
* | target/ppc/spapr: Add SPAPR_CAP_LARGE_DECREMENTERSuraj Jitindar Singh2019-03-121-1/+4
|/
* virtio-gpu: make virtio_gpu_reset staticGerd Hoffmann2019-03-111-1/+0Star
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell2019-03-091-2/+2
|\
| * nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange2019-03-061-1/+1
| * qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange2019-03-061-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-03-091-3/+2Star
|\ \
| * | iothread: create the gcontext unconditionallyPeter Xu2019-03-081-1/+1
| * | iothread: replace init_done_cond with a semaphorePeter Xu2019-03-081-2/+1Star
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-03-092-1/+3
|\ \ \
| * | | qcow2: Implement data-file-raw create optionKevin Wolf2019-03-081-0/+1
| * | | qcow2: Creating images with external data fileKevin Wolf2019-03-081-0/+1