aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-10-08hw/arm/virt: Implement kvm-steal-timeAndrew Jones
2020-10-08hw/arm/fsl-imx25: Fix a typoPhilippe Mathieu-Daudé
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-06Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2020-10-06replay: create temporary snapshot at debugger connectionPavel Dovgalyuk
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk
2020-10-06replay: implement replay-seek commandPavel Dovgalyuk
2020-10-06replay: introduce breakpoint at the specified stepPavel Dovgalyuk
2020-10-06replay: introduce info hmp/qmp commandPavel Dovgalyuk
2020-10-06qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk
2020-10-06replay: provide an accessor for rr filenamePavel Dovgalyuk
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-10-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-cap-20201003' into...Peter Maydell
2020-10-05include/block/block.h: drop non-ascii quotation markVladimir Sementsov-Ogievskiy
2020-10-05block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy
2020-10-05block: drop bdrv_prwvVladimir Sementsov-Ogievskiy
2020-10-05block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy
2020-10-05scripts: add block-coroutine-wrapper.pyVladimir Sementsov-Ogievskiy
2020-10-05block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé
2020-10-03disas: Split out capstone code to disas/capstone.cRichard Henderson
2020-10-03disas: Use qemu/bswap.h for bfd endian loadsRichard Henderson
2020-10-03disas: Clean up CPUDebug initializationRichard Henderson
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson
2020-10-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf
2020-10-02block/export: Move blk to BlockExportKevin Wolf
2020-10-02block/export: Add block-export-delKevin Wolf
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf
2020-10-02qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf
2020-10-02block/export: Remove magic from block-export-addKevin Wolf