summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | event_notifier: handle initialization failure betterMaxim Levitsky2021-02-081-0/+1
| * | | fuzz: ignore address_space_map is_write flagAlexander Bulekov2021-02-082-8/+6Star
| |/ /
* | | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell2021-02-084-9/+104
|\ \ \ | |/ / |/| |
| * | migration: introduce a delete_snapshot wrapperDaniel P. Berrangé2021-02-081-0/+13
| * | migration: wire up support for snapshot device selectionDaniel P. Berrangé2021-02-081-2/+16
| * | migration: control whether snapshots are ovewrittenDaniel P. Berrangé2021-02-081-1/+2
| * | block: rename and alter bdrv_all_find_snapshot semanticsDaniel P. Berrangé2021-02-081-3/+3
| * | block: allow specifying name of block device for vmstate storageDaniel P. Berrangé2021-02-081-1/+2
| * | block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé2021-02-081-6/+16
| * | migration: stop returning errno from load_snapshot()Daniel P. Berrangé2021-02-081-1/+9
| * | migration: Make save_snapshot() return bool, not 0/-1Philippe Mathieu-Daudé2021-02-081-1/+8
| * | block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé2021-02-081-8/+6Star
| * | migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev2021-02-081-0/+7
| * | migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev2021-02-082-0/+36
* | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into s...Peter Maydell2021-02-088-20/+102
|\ \ \ | |/ / |/| |
| * | s390: Recognize confidential-guest-support optionDavid Gibson2021-02-081-0/+17
| * | spapr: Add PEF based confidential guest supportDavid Gibson2021-02-081-0/+17
| * | confidential guest support: Introduce cgs "ready" flagDavid Gibson2021-02-081-0/+24
| * | sev: Add Error ** to sev_kvm_init()David Gibson2021-02-081-1/+1
| * | confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2021-02-082-2/+2
| * | sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-082-18/+2Star
| * | confidential guest support: Introduce new confidential guest support classDavid Gibson2021-02-082-0/+39
| * | qom: Allow optional sugar propsGreg Kurz2021-02-081-1/+2
| |/
* / utils/fifo8: add VMSTATE_FIFO8_TEST macroMark Cave-Ayland2021-02-071-6/+10
|/
* accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2021-02-052-0/+42
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-053-21/+52
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-055-10/+12
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-052-99/+101
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-3/+6
* cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana2021-02-051-1/+5
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-6/+7
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-15/+13Star
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-2/+2
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-051-2/+2
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-9/+12
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-6/+6
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-9/+13
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-052-2/+11
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+15
* tcg/tci: Make tci_tb_ptr thread-localRichard Henderson2021-02-051-1/+1
* exec/cpu-defs: Remove TCG backends dependencyPhilippe Mathieu-Daudé2021-02-051-3/+0Star
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-059-9/+23
* pci: add romsize propertyPaolo Bonzini2021-02-051-0/+1
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-042-1/+3
* virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau2021-02-041-0/+1
* ui: add egl dmabuf import to gtkglareaMarc-André Lureau2021-02-041-0/+2
* ui: check gtk-egl dmabuf supportMarc-André Lureau2021-02-041-0/+1
* ui: add qemu_egl_has_dmabuf helperMarc-André Lureau2021-02-041-0/+1
* ui: add a DCLOps callback to check dmabuf supportMarc-André Lureau2021-02-041-0/+2
* ui: add an optional get_flags callback to GraphicHwOpsMarc-André Lureau2021-02-041-0/+9