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