Age | Commit message (Expand) | Author |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | Richard Henderson |
2021-01-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-01-06 | seccomp: convert to meson | Paolo Bonzini |
2021-01-04 | clock: Define and use new clock_display_freq() | Peter Maydell |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson |
2021-01-02 | remove TCG includes from common code | Paolo Bonzini |
2021-01-02 | vl: initialize displays _after_ exiting preconfiguration | Paolo Bonzini |
2020-12-15 | vl: rename local variable in configure_accelerators | Paolo Bonzini |
2020-12-15 | Remove the deprecated -show-cursor option | Thomas Huth |
2020-12-15 | Remove the deprecated -realtime option | Thomas Huth |
2020-12-15 | accel/tcg: Remove deprecated '-tb-size' option | Philippe Mathieu-Daudé |
2020-12-15 | memory: clamp cached translation in case it points to an MMIO region | Paolo Bonzini |
2020-12-15 | vl: Add option to avoid stopping VM upon guest panic | Alejandro Jimenez |
2020-12-15 | vl: Add an -action option specifying response to guest events | Alejandro Jimenez |
2020-12-15 | qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown | Alejandro Jimenez |
2020-12-15 | memory: allow creating MemoryRegions before accelerators | Paolo Bonzini |
2020-12-15 | plugin: propagate errors | Paolo Bonzini |
2020-12-15 | vl: make qemu_get_machine_opts static | Paolo Bonzini |
2020-12-15 | machine: introduce MachineInitPhase | Paolo Bonzini |
2020-12-15 | chardev: do not use machine_init_done | Paolo Bonzini |
2020-12-15 | vl: move all generic initialization out of vl.c | Paolo Bonzini |
2020-12-15 | vl: extract softmmu/globals.c | Paolo Bonzini |
2020-12-15 | vl: extract softmmu/runstate.c | Paolo Bonzini |
2020-12-15 | vl: allow -incoming defer with -preconfig | Paolo Bonzini |
2020-12-15 | vl: remove separate preconfig main_loop | Paolo Bonzini |
2020-12-15 | remove preconfig state | Paolo Bonzini |
2020-12-15 | qdev: Move property code to qdev-properties.[ch] | Eduardo Habkost |
2020-12-11 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20201210' into... | Peter Maydell |
2020-12-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-12-10 | accel/tcg: split CpusAccel into three TCG variants | Claudio Fontana |
2020-12-10 | config-file: move -set implementation to vl.c | Paolo Bonzini |
2020-12-10 | vl: clean up -boot variables | Paolo Bonzini |
2020-12-10 | vl: remove serial_max_hds | Paolo Bonzini |
2020-12-10 | vl: extract softmmu/rtc.c | Paolo Bonzini |
2020-12-10 | vl: extract machine done notifiers | Paolo Bonzini |
2020-12-10 | vl: extract softmmu/datadir.c | Paolo Bonzini |
2020-12-10 | vl: start VM via qmp_cont | Paolo Bonzini |
2020-12-10 | migration, vl: start migration via qmp_migrate_incoming | Paolo Bonzini |
2020-12-10 | vl: move -global check earlier | Paolo Bonzini |
2020-12-10 | vl: initialize displays before preconfig loop | Paolo Bonzini |
2020-12-10 | vl: separate qemu_resolve_machine_memdev | Paolo Bonzini |
2020-12-10 | vl: separate qemu_apply_machine_options | Paolo Bonzini |
2020-12-10 | vl: separate qemu_create_machine | Paolo Bonzini |
2020-12-10 | vl: separate qemu_create_late_backends | Paolo Bonzini |
2020-12-10 | vl: separate qemu_create_early_backends | Paolo Bonzini |
2020-12-10 | vl: move CHECKPOINT_INIT after preconfig | Paolo Bonzini |
2020-12-10 | vl: extract default devices to separate functions | Paolo Bonzini |
2020-12-10 | vl: load plugins as late as possible | Paolo Bonzini |
2020-12-10 | vl: create "-net nic -net user" default earlier | Paolo Bonzini |
2020-12-10 | qemu-option: restrict qemu_opts_set to merge-lists QemuOpts | Paolo Bonzini |