index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
exec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-11
1
-0
/
+1
*
cpu: Remove CPU_COMMON
Richard Henderson
2019-06-10
1
-2
/
+0
*
cpu: Move the softmmu tlb to CPUNegativeOffsetState
Richard Henderson
2019-06-10
2
-7
/
+24
*
cpu: Move icount_decr to CPUNegativeOffsetState
Richard Henderson
2019-06-10
3
-7
/
+13
*
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
2019-06-10
2
-0
/
+32
*
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
2019-06-10
1
-0
/
+11
*
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
2019-06-10
1
-0
/
+2
*
cpu: Introduce env_archcpu
Richard Henderson
2019-06-10
1
-2
/
+12
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
4
-14
/
+26
*
tcg: Create struct CPUTLB
Richard Henderson
2019-06-10
2
-28
/
+37
*
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2019-06-10
1
-1
/
+21
*
tcg: Fold CPUTLBWindow into CPUTLBDesc
Richard Henderson
2019-06-10
1
-13
/
+4
*
memory: Remove memory_region_get_dirty()
Peter Xu
2019-06-03
1
-17
/
+0
*
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-28
1
-62
/
+0
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging
Peter Maydell
2019-05-16
2
-49
/
+10
|
\
|
*
tcg: Use tlb_fill probe from tlb_vaddr_to_host
Richard Henderson
2019-05-10
1
-40
/
+10
|
*
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
1
-9
/
+0
*
|
Clean up decorations and whitespace around header guards
Markus Armbruster
2019-05-13
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-0...
Peter Maydell
2019-05-09
1
-0
/
+1
|
\
|
*
include/exec/poison: Mark TARGET_FMT_lu as poisoned, too
Thomas Huth
2019-05-09
1
-0
/
+1
*
|
Header cleanups
Aruna Jayasena
2019-05-03
1
-3
/
+0
|
/
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into staging
Peter Maydell
2019-04-28
2
-3
/
+4
|
\
|
*
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-24
2
-3
/
+4
*
|
exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
David Hildenbrand
2019-04-25
1
-1
/
+2
|
/
*
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
1
-1
/
+1
*
target: Simplify how the TARGET_cpu_list() print
Markus Armbruster
2019-04-18
1
-13
/
+0
*
memory: Clean up how mtree_info() prints
Markus Armbruster
2019-04-18
2
-4
/
+2
*
tcg: Simplify how dump_exec_info() prints
Markus Armbruster
2019-04-18
1
-1
/
+1
*
tcg: Simplify how dump_opcount_info() prints
Markus Armbruster
2019-04-18
1
-1
/
+1
*
migration: Add an ability to ignore shared RAM blocks
Yury Kotov
2019-03-06
1
-1
/
+0
*
exec: Change RAMBlockIterFunc definition
Yury Kotov
2019-03-06
1
-2
/
+4
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-03-04
1
-1
/
+0
|
\
|
*
vhost-net: compile it on all targets that have virtio-net.
Paolo Bonzini
2019-02-21
1
-1
/
+0
*
|
include/exec/helper-head.h: support "const void *" in helper calls
David Hildenbrand
2019-02-21
1
-0
/
+5
|
/
*
exec-all: document that tlb_fill can trigger a TLB resize
Emilio G. Cota
2019-02-11
1
-0
/
+5
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into staging
Peter Maydell
2019-02-07
1
-0
/
+4
|
\
|
*
accel/tcg: Consider cluster index in tb_lookup__cpu_state()
Peter Maydell
2019-02-06
1
-0
/
+4
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-02-05
3
-16
/
+16
|
\
\
|
|
/
|
/
|
|
*
unify len and addr type for memory/address APIs
Li Zhijian
2019-02-05
3
-16
/
+16
*
|
exec: Add target-specific tlb bits to MemTxAttrs
Richard Henderson
2019-02-05
1
-0
/
+10
|
/
*
accel/tcg: Add cluster number to TCG TB hash
Peter Maydell
2019-01-29
1
-1
/
+3
*
memory: add memory_region_flush_rom_device()
Stefan Hajnoczi
2019-01-29
1
-0
/
+18
*
cputlb: Remove static tlb sizing
Richard Henderson
2019-01-28
2
-60
/
+0
*
tcg: introduce dynamic TLB sizing
Emilio G. Cota
2019-01-28
2
-2
/
+76
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
tcg: Add TCG_CALL_NO_RETURN
Richard Henderson
2018-12-26
2
-7
/
+27
*
exec: Add RISC-V GCC poison macro
Alistair Francis
2018-12-26
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into staging
Peter Maydell
2018-12-17
2
-103
/
+2
|
\
|
*
include: move exec/tb-hash-xx.h to qemu/xxhash.h
Emilio G. Cota
2018-12-17
2
-123
/
+1
[next]