summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/core/qdev-properties: Export qdev_prop_enumPhilippe Mathieu-Daudé2020-10-061-0/+1
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-0615-166/+177
|\ \ | |/ |/|
| * replay: create temporary snapshot at debugger connectionPavel Dovgalyuk2020-10-061-0/+2
| * gdbstub: add reverse continue support in replay modePavel Dovgalyuk2020-10-061-0/+8
| * gdbstub: add reverse step support in replay modePavel Dovgalyuk2020-10-061-0/+11
| * replay: flush rr queue before loading the vmstatePavel Dovgalyuk2020-10-061-0/+2
| * replay: implement replay-seek commandPavel Dovgalyuk2020-10-061-0/+1
| * replay: introduce breakpoint at the specified stepPavel Dovgalyuk2020-10-061-0/+2
| * replay: introduce info hmp/qmp commandPavel Dovgalyuk2020-10-061-0/+1
| * qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk2020-10-061-0/+1
| * migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+1
| * replay: provide an accessor for rr filenamePavel Dovgalyuk2020-10-061-0/+2
| * kvm: remove kvm specific functions from global includesClaudio Fontana2020-10-051-7/+0Star
| * hax: remove hax specific functions from global includesClaudio Fontana2020-10-051-17/+0Star
| * whpx: remove whpx specific functions from global includesClaudio Fontana2020-10-051-19/+0Star
| * hvf: remove hvf specific functions from global includesClaudio Fontana2020-10-051-8/+0Star
| * cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-052-14/+2Star
| * 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