aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson1-1/+1
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson1-3/+1
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson1-12/+24
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell15-166/+177
2020-10-06Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2-12/+26
2020-10-06replay: create temporary snapshot at debugger connectionPavel Dovgalyuk1-0/+2
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk1-0/+8
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk1-0/+11
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk1-0/+2
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk1-0/+1
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk1-0/+2
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk1-0/+1
2020-10-06qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk1-0/+1
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk1-0/+1
2020-10-06replay: provide an accessor for rr filenamePavel Dovgalyuk1-0/+2
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana1-7/+0
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana1-17/+0
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana1-19/+0
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana1-8/+0
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2-14/+2
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana1-1/+1
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana3-67/+47
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana2-10/+10
2020-10-05cpu-timers, icount: new modulesClaudio Fontana6-35/+98
2020-10-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-cap-20201003' into...Peter Maydell3-69/+41
2020-10-05include/block/block.h: drop non-ascii quotation markVladimir Sementsov-Ogievskiy1-1/+1
2020-10-05block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy1-2/+4
2020-10-05block: drop bdrv_prwvVladimir Sementsov-Ogievskiy1-2/+0
2020-10-05block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy1-6/+10
2020-10-05scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy1-0/+10
2020-10-05block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy1-1/+1
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé1-1/+1
2020-10-03disas: Split out capstone code to disas/capstone.cRichard Henderson1-0/+12
2020-10-03disas: Use qemu/bswap.h for bfd endian loadsRichard Henderson1-5/+27
2020-10-03disas: Clean up CPUDebug initializationRichard Henderson1-62/+0
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson2-3/+3
2020-10-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-14/+97
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf1-6/+1
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf1-2/+2
2020-10-02block/export: Move blk to BlockExportKevin Wolf1-0/+3
2020-10-02block/export: Add block-export-delKevin Wolf2-1/+1
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf1-0/+8
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf1-0/+3
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf2-2/+15
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf2-6/+13
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf1-0/+3
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf2-2/+15
2020-10-02qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf1-0/+1
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf1-2/+1
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf1-1/+2