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
/
include
/
exec
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
1
-5
/
+5
*
tcg: take tb_ctx out of TCGContext
Emilio G. Cota
2017-10-24
1
-0
/
+2
*
exec-all: rename tb_free to tb_remove
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
translate-all: use a binary search tree to track TBs in TBContext
Emilio G. Cota
2017-10-24
2
-4
/
+6
*
tcg: Remove CF_IGNORE_ICOUNT
Richard Henderson
2017-10-24
1
-8
/
+9
*
tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
Richard Henderson
2017-10-24
1
-1
/
+2
*
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
1
-4
/
+4
*
tcg: Include CF_COUNT_MASK in CF_HASH_MASK
Richard Henderson
2017-10-24
1
-1
/
+1
*
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
Emilio G. Cota
2017-10-24
4
-9
/
+30
*
tcg: Remove GET_TCGV_* and MAKE_TCGV_*
Richard Henderson
2017-10-24
1
-4
/
+0
*
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
Richard Henderson
2017-10-24
2
-11
/
+11
*
tcg: Push tcg_ctx into tcg_gen_callN
Richard Henderson
2017-10-24
1
-6
/
+6
*
accel/tcg: allow to invalidate a write TLB entry immediately
David Hildenbrand
2017-10-20
1
-0
/
+3
*
util: move qemu_real_host_page_size/mask to osdep.h
Emilio G. Cota
2017-10-10
1
-2
/
+0
*
exec-all: extract tb->tc_* into a separate struct tc_tb
Emilio G. Cota
2017-10-10
1
-2
/
+10
*
exec-all: introduce TB_PAGE_ADDR_FMT
Emilio G. Cota
2017-10-10
1
-0
/
+2
*
exec-all: bring tb->invalid into tb->cflags
Emilio G. Cota
2017-10-10
2
-3
/
+2
*
tcg: consolidate TB lookups in tb_lookup__cpu_state
Emilio G. Cota
2017-10-10
1
-0
/
+49
*
exec-all: fix typos in TranslationBlock's documentation
Emilio G. Cota
2017-10-10
1
-2
/
+2
*
cputlb: bring back tlb_flush_count under !TLB_DEBUG
Emilio G. Cota
2017-10-10
2
-2
/
+2
*
memory: trace FlatView creation and destruction
Paolo Bonzini
2017-09-22
1
-1
/
+0
*
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
2017-09-22
1
-19
/
+0
*
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
2017-09-21
2
-1
/
+6
*
memory: Rename mem_begin/mem_commit/mem_add helpers
Alexey Kardashevskiy
2017-09-21
1
-3
/
+3
*
memory: Switch memory from using AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
2
-17
/
+36
*
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
2
-7
/
+7
*
memory: Open code FlatView rendering
Alexey Kardashevskiy
2017-09-21
2
-3
/
+4
*
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
2017-09-07
1
-92
/
+3
*
tcg: Add generic translation framework
Lluís Vilanova
2017-09-06
1
-0
/
+104
*
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2017-09-06
2
-30
/
+40
*
tcg: Add generic DISAS_NORETURN
Richard Henderson
2017-09-06
1
-0
/
+1
*
memory.h: Move MemTxResult type to memattrs.h
Peter Maydell
2017-09-04
2
-10
/
+10
*
cpu_physical_memory_sync_dirty_bitmap: Fix alignment check
Dr. David Alan Gilbert
2017-08-01
1
-3
/
+4
*
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
1
-1
/
+1
*
tcg: Expand glue macros before stringifying helper names
Richard Henderson
2017-07-19
1
-6
/
+11
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...
Peter Maydell
2017-07-18
1
-3
/
+26
|
\
|
*
include/exec/exec-all: document common exit conditions
Alex Bennée
2017-07-17
1
-3
/
+26
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2017-07-17
3
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
Lluís Vilanova
2017-07-17
3
-4
/
+11
*
|
memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
Peter Maydell
2017-07-14
1
-0
/
+88
*
|
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
2017-07-14
1
-16
/
+24
*
|
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-7
/
+8
*
|
memory: Document that the RAM MR initializers do not handle migration
Peter Maydell
2017-07-14
1
-0
/
+19
|
/
*
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
1
-10
/
+35
*
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-14
1
-20
/
+35
*
gdbstub: rename cpu_index -> cpu_gdb_index
Alex Bennée
2017-07-14
1
-9
/
+0
*
Revert "exec.c: Fix breakpoint invalidation race"
Pranith Kumar
2017-07-14
1
-0
/
+3
*
tcg: add CONFIG_TCG guards in headers
Yang Zhong
2017-07-05
2
-1
/
+6
*
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
2017-07-04
1
-0
/
+4
*
include/exec/poison: Mark CONFIG_SOFTMMU as poisoned
Thomas Huth
2017-07-04
1
-0
/
+1
[next]