| Commit message (Expand) | Author | Age | Files | Lines |
* | vl: deprecate -writeconfig | Paolo Bonzini | 2021-02-25 | 1 | -0/+1 |
* | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky | 2021-02-16 | 2 | -0/+8 |
* | memory: alloc RAM from file at offset | Jagannathan Raman | 2021-02-09 | 2 | -6/+9 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-02-09 | 3 | -7/+13 |
|\ |
|
| * | cpu-throttle: Remove timer_mod() from cpu_throttle_set() | Utkarsh Tripathi | 2021-02-08 | 1 | -2/+9 |
| * | fuzz: ignore address_space_map is_write flag | Alexander Bulekov | 2021-02-08 | 2 | -5/+4 |
* | | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'... | Peter Maydell | 2021-02-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | migration: wire up support for snapshot device selection | Daniel P. Berrangé | 2021-02-08 | 1 | -1/+1 |
| * | migration: stop returning errno from load_snapshot() | Daniel P. Berrangé | 2021-02-08 | 1 | -1/+1 |
* | | confidential guest support: Introduce cgs "ready" flag | David Gibson | 2021-02-08 | 1 | -0/+10 |
* | | qom: Allow optional sugar props | Greg Kurz | 2021-02-08 | 2 | -7/+13 |
|/ |
|
* | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana | 2021-02-05 | 2 | -8/+11 |
* | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana | 2021-02-05 | 3 | -3/+3 |
* | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 2021-02-05 | 1 | -4/+9 |
* | cpu: move debug_check_watchpoint to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -2/+2 |
* | cpu: move adjust_watchpoint_address to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -1/+4 |
* | physmem: make watchpoint checking code TCG-only | Claudio Fontana | 2021-02-05 | 1 | -69/+72 |
* | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 2021-02-03 | 2 | -9/+16 |
|\ |
|
| * | memory: add readonly support to memory_region_init_ram_from_file() | Stefan Hajnoczi | 2021-02-01 | 2 | -9/+16 |
* | | block: move blk_exp_close_all() to qemu_cleanup() | Sergio Lopez | 2021-02-02 | 1 | -0/+9 |
* | | error: rename error_with_timestamp to message_with_timestamp | Stefan Hajnoczi | 2021-02-01 | 1 | -1/+1 |
|/ |
|
* | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 2021-01-28 | 1 | -32/+6 |
* | vnc: support "-vnc help" | Paolo Bonzini | 2021-01-23 | 1 | -3/+3 |
* | softmmu/physmem: Silence GCC 10 maybe-uninitialized error | Philippe Mathieu-Daudé | 2021-01-23 | 1 | -1/+1 |
* | runstate: cleanup reboot and panic actions | Paolo Bonzini | 2021-01-21 | 3 | -6/+7 |
* | gdbstub: drop gdbserver_cleanup in favour of gdb_exit | Alex Bennée | 2021-01-18 | 1 | -1/+1 |
* | util: Enhance flush_icache_range with separate data pointer | Richard Henderson | 2021-01-07 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-01-06 | 4 | -6/+4 |
|\ |
|
| * | seccomp: convert to meson | Paolo Bonzini | 2021-01-06 | 2 | -3/+1 |
| * | util: Extract flush_icache_range to cacheflush.c | Richard Henderson | 2021-01-02 | 1 | -0/+1 |
| * | remove TCG includes from common code | Paolo Bonzini | 2021-01-02 | 1 | -2/+1 |
| * | vl: initialize displays _after_ exiting preconfiguration | Paolo Bonzini | 2021-01-02 | 1 | -1/+1 |
* | | clock: Define and use new clock_display_freq() | Peter Maydell | 2021-01-04 | 1 | -3/+3 |
|/ |
|
* | vl: rename local variable in configure_accelerators | Paolo Bonzini | 2020-12-15 | 1 | -9/+9 |
* | Remove the deprecated -show-cursor option | Thomas Huth | 2020-12-15 | 1 | -8/+0 |
* | Remove the deprecated -realtime option | Thomas Huth | 2020-12-15 | 1 | -28/+1 |
* | accel/tcg: Remove deprecated '-tb-size' option | Philippe Mathieu-Daudé | 2020-12-15 | 1 | -8/+0 |
* | memory: clamp cached translation in case it points to an MMIO region | Paolo Bonzini | 2020-12-15 | 1 | -0/+10 |
* | vl: Add option to avoid stopping VM upon guest panic | Alejandro Jimenez | 2020-12-15 | 3 | -5/+23 |
* | vl: Add an -action option specifying response to guest events | Alejandro Jimenez | 2020-12-15 | 1 | -2/+56 |
* | qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown | Alejandro Jimenez | 2020-12-15 | 5 | -8/+51 |
* | memory: allow creating MemoryRegions before accelerators | Paolo Bonzini | 2020-12-15 | 2 | -11/+7 |
* | plugin: propagate errors | Paolo Bonzini | 2020-12-15 | 1 | -3/+1 |
* | vl: make qemu_get_machine_opts static | Paolo Bonzini | 2020-12-15 | 2 | -2/+2 |
* | machine: introduce MachineInitPhase | Paolo Bonzini | 2020-12-15 | 2 | -16/+17 |
* | chardev: do not use machine_init_done | Paolo Bonzini | 2020-12-15 | 1 | -0/+3 |
* | vl: move all generic initialization out of vl.c | Paolo Bonzini | 2020-12-15 | 1 | -36/+1 |
* | vl: extract softmmu/globals.c | Paolo Bonzini | 2020-12-15 | 3 | -42/+78 |
* | vl: extract softmmu/runstate.c | Paolo Bonzini | 2020-12-15 | 3 | -751/+802 |
* | vl: allow -incoming defer with -preconfig | Paolo Bonzini | 2020-12-15 | 1 | -3/+2 |