summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-051-1/+1
| * cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-053-67/+47Star
| * icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-052-10/+10
| * cpu-timers, icount: new modulesClaudio Fontana2020-10-056-35/+98
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2020-10-062-12/+26
|\ \ | |/ |/|
| * include/block/block.h: drop non-ascii quotation markVladimir Sementsov-Ogievskiy2020-10-051-1/+1
| * block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy2020-10-051-2/+4
| * block: drop bdrv_prwvVladimir Sementsov-Ogievskiy2020-10-051-2/+0Star
| * block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy2020-10-051-6/+10
| * scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy2020-10-051-0/+10
| * block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy2020-10-051-1/+1
| * util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé2020-10-051-1/+1
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-cap-20201003' into...Peter Maydell2020-10-053-69/+41Star
|\ \ | |/ |/|
| * disas: Split out capstone code to disas/capstone.cRichard Henderson2020-10-031-0/+12
| * disas: Use qemu/bswap.h for bfd endian loadsRichard Henderson2020-10-031-5/+27
| * disas: Clean up CPUDebug initializationRichard Henderson2020-10-031-62/+0Star
| * disas: Move host asm annotations to tb_gen_codeRichard Henderson2020-10-032-3/+3
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-10-022-14/+97
|\ \ | |/ |/|
| * nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf2020-10-021-6/+1Star
| * block/export: Create BlockBackend in blk_exp_add()Kevin Wolf2020-10-021-2/+2
| * block/export: Move blk to BlockExportKevin Wolf2020-10-021-0/+3
| * block/export: Add block-export-delKevin Wolf2020-10-022-1/+1
| * block/export: Move strong user reference to block_exportsKevin Wolf2020-10-021-0/+8
| * block/export: Add 'id' option to block-export-addKevin Wolf2020-10-021-0/+3
| * block/export: Add blk_exp_close_all(_type)Kevin Wolf2020-10-022-2/+15
| * block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2020-10-022-6/+13
| * block/export: Move AioContext from NBDExport to BlockExportKevin Wolf2020-10-021-0/+3
| * block/export: Move refcount from NBDExport to BlockExportKevin Wolf2020-10-022-2/+15
| * qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf2020-10-021-0/+1
| * nbd: Remove NBDExport.close callbackKevin Wolf2020-10-021-2/+1Star
| * nbd: Add max-connections to nbd-server-startKevin Wolf2020-10-021-1/+2
| * block/export: Remove magic from block-export-addKevin Wolf2020-10-022-1/+4
| * qemu-nbd: Use raw block driver for --offsetKevin Wolf2020-10-021-2/+2
| * block/export: Add BlockExport infrastructure and block-export-addKevin Wolf2020-10-022-1/+37
| * qapi: Create block-export moduleKevin Wolf2020-10-021-1/+1
| * nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf2020-10-021-2/+0Star
* | s390: guest support for diagnose 0x318Collin Walling2020-10-021-0/+8
* | s390/sclp: add extended-length sccb support for kvm guestCollin Walling2020-10-021-0/+1
* | s390/sclp: read sccb from mem based on provided lengthCollin Walling2020-10-021-1/+1
|/
* Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell2020-10-011-4/+17
|\
| * ide: remove magic constants from the device registerJohn Snow2020-10-011-0/+11
| * ide: model HOB correctlyJohn Snow2020-10-011-0/+1
| * ide: rename cmd_write to ctrl_writeJohn Snow2020-10-011-4/+5
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...Peter Maydell2020-10-012-8/+45
|\ \
| * | hw/arm/bcm2835: Add more unimplemented peripheralsPhilippe Mathieu-Daudé2020-10-011-0/+2
| * | hw/arm/raspi: Define various blocks base addressesPhilippe Mathieu-Daudé2020-10-011-8/+43
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell2020-10-014-5/+48
|\ \ | |/ |/|
| * microvm: add pcie supportGerd Hoffmann2020-09-301-4/+14
| * microvm: add irq tableGerd Hoffmann2020-09-301-0/+22
| * acpi: add acpi_dsdt_add_gpexGerd Hoffmann2020-09-301-0/+11