index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Re-order tcg_region_init vs tcg_prologue_init
Richard Henderson
2021-06-11
1
-1
/
+0
*
linux-user: Remove dead code
Philippe Mathieu-Daudé
2021-05-15
1
-5
/
+0
*
accel: move call to accel_init_interfaces
Claudio Fontana
2021-05-10
1
-1
/
+1
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
linux-user: manage binfmt-misc preserve-arg[0] flag
Laurent Vivier
2021-03-13
1
-0
/
+24
*
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
2021-03-06
1
-0
/
+1
*
exec: Use uintptr_t for guest_base
Richard Henderson
2021-02-16
1
-2
/
+2
*
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
1
-0
/
+1
*
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2021-02-05
1
-1
/
+5
*
tcg: Add --accel tcg,split-wx property
Richard Henderson
2021-01-07
1
-1
/
+1
*
plugin: propagate errors
Paolo Bonzini
2020-12-15
1
-3
/
+1
*
trace: remove argument from trace_init_file
Paolo Bonzini
2020-11-11
1
-4
/
+2
*
linux-user: Ensure mmap_min_addr is non-zero
Richard Henderson
2020-07-27
1
-2
/
+14
*
exec/cpu-all: Use bool for have_guest_base
Richard Henderson
2020-05-15
1
-2
/
+2
*
linux-user: completely re-write init_guest_space
Alex Bennée
2020-05-15
1
-22
/
+1
*
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
2020-05-06
1
-6
/
+6
*
linux-user: remove gemu_log from the linux-user tree
Josh Kunz
2020-02-19
1
-9
/
+0
*
linux-user: Use `qemu_log' for strace
Josh Kunz
2020-02-19
1
-7
/
+23
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-16
1
-1
/
+1
*
linux-user: log page table changes under -d page
Alex Bennée
2019-12-19
1
-1
/
+1
*
linux-user: support -plugin option
Lluís Vilanova
2019-10-28
1
-0
/
+18
*
linux-user: drop redundant handling of environment variables
Max Filippov
2019-09-11
1
-7
/
+0
*
target/xtensa: linux-user: add call0 ABI support
Max Filippov
2019-09-11
1
-0
/
+11
*
linux-user: Pass CPUState to MAX_RESERVED_VA
Richard Henderson
2019-09-11
1
-18
/
+25
*
linux-user: fail and report on bad dfilter specs
Alex Bennée
2019-09-11
1
-1
/
+1
*
linux-user: remove useless variable
Laurent Vivier
2019-09-10
1
-6
/
+4
*
Include qemu/queue.h slightly less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
linux-user: Make sigaltstack stacks per-thread
Peter Maydell
2019-07-26
1
-0
/
+5
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-11
1
-0
/
+2
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-1
/
+1
*
linux-user: Remove srand call
Richard Henderson
2019-05-22
1
-11
/
+0
*
linux-user: Call qcrypto_init if not using -seed
Richard Henderson
2019-05-22
1
-9
/
+19
*
linux-user: Initialize pseudo-random seeds for all guest cpus
Richard Henderson
2019-05-22
1
-11
/
+19
*
cpu: Rename parse_cpu_model() to parse_cpu_option()
Eduardo Habkost
2019-04-25
1
-1
/
+1
*
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2019-04-18
1
-1
/
+1
*
log: Make glib logging go through QEMU
Christophe Fergeau
2019-04-17
1
-0
/
+2
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
qom: convert the CPU list to RCU
Emilio G. Cota
2018-08-23
1
-1
/
+1
*
linux-user: fix mmap_find_vma_reserved()
Laurent Vivier
2018-07-15
1
-7
/
+12
*
linux-user: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-2
/
+3
*
tcg: remove tb_lock
Emilio G. Cota
2018-06-15
1
-3
/
+0
*
linux-user: update comments to point to tcg_exec_init()
Igor Mammedov
2018-05-25
1
-3
/
+2
*
linux-user: move xtensa cpu loop to xtensa directory
Laurent Vivier
2018-04-30
1
-250
/
+0
*
linux-user: move hppa cpu loop to hppa directory
Laurent Vivier
2018-04-30
1
-193
/
+1
*
linux-user: move riscv cpu loop to riscv directory
Laurent Vivier
2018-04-30
1
-100
/
+1
*
linux-user: move tilegx cpu loop to tilegx directory
Laurent Vivier
2018-04-30
1
-267
/
+0
*
linux-user: move s390x cpu loop to s390x directory
Laurent Vivier
2018-04-30
1
-146
/
+0
*
linux-user: move alpha cpu loop to alpha directory
Laurent Vivier
2018-04-30
1
-204
/
+0
[next]