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
...
*
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
*
linux-user: move m68k cpu loop to m68k directory
Laurent Vivier
2018-04-30
1
-149
/
+1
*
linux-user: move microblaze cpu loop to microblaze directory
Laurent Vivier
2018-04-30
1
-155
/
+0
*
linux-user: move cris cpu loop to cris directory
Laurent Vivier
2018-04-30
1
-90
/
+0
*
linux-user: move sh4 cpu loop to sh4 directory
Laurent Vivier
2018-04-30
1
-90
/
+0
*
linux-user: move openrisc cpu loop to openrisc directory
Laurent Vivier
2018-04-30
1
-96
/
+0
*
linux-user: move nios2 cpu loop to nios2 directory
Laurent Vivier
2018-04-30
1
-133
/
+0
*
linux-user: move mips/mips64 cpu loop to mips directory
Laurent Vivier
2018-04-30
1
-725
/
+0
*
linux-user: move ppc/ppc64 cpu loop to ppc directory
Laurent Vivier
2018-04-30
1
-559
/
+1
*
linux-user: move sparc/sparc64 cpu loop to sparc directory
Laurent Vivier
2018-04-30
1
-287
/
+1
*
linux-user: move arm cpu loop to arm directory
Laurent Vivier
2018-04-30
1
-431
/
+2
*
linux-user: move aarch64 cpu loop to aarch64 directory
Laurent Vivier
2018-04-30
1
-107
/
+2
*
linux-user: move i386/x86_64 cpu loop to i386 directory
Laurent Vivier
2018-04-30
1
-347
/
+1
*
linux-user: create a dummy per arch cpu_loop.c
Laurent Vivier
2018-04-30
1
-14
/
+3
*
target/xtensa: linux-user: rewind pc for restarted syscall
Max Filippov
2018-03-31
1
-0
/
+3
*
Use cpu_create(type) instead of cpu_init(cpu_model)
Igor Mammedov
2018-03-19
1
-2
/
+6
*
Merge remote-tracking branch 'remotes/xtensa/tags/20180316-xtensa' into staging
Peter Maydell
2018-03-17
1
-0
/
+245
|
\
|
*
target/xtensa: add linux-user support
Max Filippov
2018-03-16
1
-0
/
+245
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-03-16
1
-1
/
+1
|
\
\
|
*
|
Polish the version strings containing the package version
Thomas Huth
2018-03-12
1
-1
/
+1
|
|
/
*
/
linux-user: Drop unicore32 code
Peter Maydell
2018-03-09
1
-98
/
+1
|
/
*
RISC-V Linux User Emulation
Michael Clark
2018-03-06
1
-0
/
+99
*
linux-user: introduce functions to detect CPU type
YunQiang Su
2018-02-25
1
-10
/
+10
*
linux-user: Move CPU type name selection to a function
Laurent Vivier
2018-02-25
1
-39
/
+2
*
linux-user: Remove THREAD macro
Peter Maydell
2018-02-18
1
-1
/
+1
*
target/hppa: Add control registers
Richard Henderson
2018-01-30
1
-2
/
+2
*
target/hppa: Define hardware exception types
Richard Henderson
2018-01-30
1
-3
/
+23
*
linux-user: wrap fork() in a start/end exclusive section
Peter Maydell
2018-01-23
1
-0
/
+5
*
linux-user: Fix locking order in fork_start()
Peter Maydell
2018-01-23
1
-2
/
+2
*
linux-user: Add support for big-endian aarch64
Michael Weiser
2018-01-11
1
-0
/
+6
[prev]
[next]