Sign in
qemu
/
qemu
/
c607bb8f8a6287704fdf06c78ee24d7443a6a8af
/
include
/
exec
1bb982b
gdbstub: send a termination packet instead of crashing gdb
by KONRAD Frederic
· 7 years ago
ed627b2
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
2ce1664
postcopy: use UFFDIO_ZEROPAGE only when available
by Dr. David Alan Gilbert
· 7 years ago
f90bb71
qemu_ram_block_host_offset
by Dr. David Alan Gilbert
· 7 years ago
ebf9a36
linux-user: fix mmap/munmap/mprotect/mremap/shmat
by Max Filippov
· 7 years ago
b2a44fc
address_space_read: address_space_to_flatview needs RCU lock
by Paolo Bonzini
· 7 years ago
785a507
memory: inline some performance-sensitive accessors
by Paolo Bonzini
· 7 years ago
3573749
include/exec/helper-head.h: support f16 in helper calls
by Alex Bennée
· 7 years ago
06329cc
mem: add share parameter to memory-backend-ram
by Marcel Apfelbaum
· 7 years ago
0fe1eca
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
by Paolo Bonzini
· 7 years ago
77302fb
memory: remove memory_region_test_and_clear_dirty
by Paolo Bonzini
· 7 years ago
8f0a371
Clean up includes
by Markus Armbruster
· 7 years ago
7b213bb
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
f1334de
memory/iommu: Add get_attr()
by Alexey Kardashevskiy
· 7 years ago
9d70618
memory-internal.h: Remove obsolete claim that header is obsolete
by Peter Maydell
· 7 years ago
57914ec
memory: update comments and fix some typos
by Jay Zhou
· 7 years ago
98670d4
accel/tcg: add size paremeter in tlb_fill()
by Laurent Vivier
· 7 years ago
9837684
hostmem-file: add "align" option
by Haozhong Zhang
· 7 years ago
aa777e2
cpu_physical_memory_sync_dirty_bitmap: Another alignment fix
by Dr. David Alan Gilbert
· 7 years ago
1df3caa
tcg: Allow 6 arguments to TCG helpers
by Richard Henderson
· 7 years ago
15fa08f
tcg: Dynamically allocate TCGOps
by Richard Henderson
· 7 years ago
80ceb07
cpu: refactor cpu_address_space_init()
by Peter Xu
· 7 years ago
e2fbe20
memory: remove unused memory_region_set_global_locking()
by Marc-André Lureau
· 7 years ago
2726627
exec.c: Factor out before/after actions for notdirty memory writes
by Peter Maydell
· 7 years ago
ec603b5
tcg: Record code_gen_buffer address for user-only memory helpers
by Richard Henderson
· 7 years ago
d25f2a7
accel/tcg/translate-all: expand cpu_restore_state addr check
by Alex Bennée
· 7 years ago
6e6430a
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
by Peter Maydell
· 7 years ago
ae49fbb
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging
by Peter Maydell
· 7 years ago
1d48474
disas: Remove unused flags arguments
by Richard Henderson
· 7 years ago
1c2adb9
tcg: Initialize cpu_env generically
by Richard Henderson
· 7 years ago
2668978
gen-icount: fold exitreq_label into TCGContext
by Emilio G. Cota
· 8 years ago
b1311c4
tcg: define tcg_init_ctx and make tcg_ctx a pointer
by Emilio G. Cota
· 8 years ago
44ded3d
tcg: take tb_ctx out of TCGContext
by Emilio G. Cota
· 8 years ago
be1e011
exec-all: rename tb_free to tb_remove
by Emilio G. Cota
· 8 years ago
2ac01d6
translate-all: use a binary search tree to track TBs in TBContext
by Emilio G. Cota
· 8 years ago
416986d
tcg: Remove CF_IGNORE_ICOUNT
by Richard Henderson
· 7 years ago
0cf8a44
tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
by Richard Henderson
· 7 years ago
c5a49c6
tcg: convert tb->cflags reads to tb_cflags(tb)
by Emilio G. Cota
· 8 years ago
cdfef17
tcg: Include CF_COUNT_MASK in CF_HASH_MASK
by Richard Henderson
· 7 years ago
4e2ca83
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
by Emilio G. Cota
· 8 years ago
dc41aa7
tcg: Remove GET_TCGV_* and MAKE_TCGV_*
by Richard Henderson
· 7 years ago
ae8b75d
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
by Richard Henderson
· 7 years ago
960c50e
tcg: Push tcg_ctx into tcg_gen_callN
by Richard Henderson
· 7 years ago
f949461
migration: add bitmap for received page
by Alexey Perevalov
· 7 years ago
f52bfb1
accel/tcg: allow to invalidate a write TLB entry immediately
by David Hildenbrand
· 7 years ago
3637cf5
util: move qemu_real_host_page_size/mask to osdep.h
by Emilio G. Cota
· 8 years ago
e7e168f
exec-all: extract tb->tc_* into a separate struct tc_tb
by Emilio G. Cota
· 8 years ago
67a5b5d
exec-all: introduce TB_PAGE_ADDR_FMT
by Emilio G. Cota
· 8 years ago
84f1c14
exec-all: bring tb->invalid into tb->cflags
by Emilio G. Cota
· 8 years ago
f6bb84d
tcg: consolidate TB lookups in tb_lookup__cpu_state
by Emilio G. Cota
· 8 years ago
eb5e2b9
exec-all: fix typos in TranslationBlock's documentation
by Emilio G. Cota
· 8 years ago
83974cf
cputlb: bring back tlb_flush_count under !TLB_DEBUG
by Emilio G. Cota
· 8 years ago
02d9651
memory: trace FlatView creation and destruction
by Paolo Bonzini
· 7 years ago
b516572
memory: Get rid of address_space_init_shareable
by Alexey Kardashevskiy
· 7 years ago
5e8fd94
memory: Rework "info mtree" to print flat views and dispatch trees
by Alexey Kardashevskiy
· 7 years ago
8629d3f
memory: Rename mem_begin/mem_commit/mem_add helpers
by Alexey Kardashevskiy
· 7 years ago
1662068
memory: Switch memory from using AddressSpace to FlatView
by Alexey Kardashevskiy
· 7 years ago
66a6df1
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
by Alexey Kardashevskiy
· 7 years ago
9a62e24
memory: Open code FlatView rendering
by Alexey Kardashevskiy
· 7 years ago
a858339
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
by Richard Henderson
· 8 years ago
bb2e003
tcg: Add generic translation framework
by Lluís Vilanova
· 8 years ago
77fc6f5
target: [tcg] Use a generic enum for DISAS_ values
by Lluís Vilanova
· 8 years ago
5dc6689
tcg: Add generic DISAS_NORETURN
by Richard Henderson
· 8 years ago
3114d09
memory.h: Move MemTxResult type to memattrs.h
by Peter Maydell
· 8 years ago
f70d345
cpu_physical_memory_sync_dirty_bitmap: Fix alignment check
by Dr. David Alan Gilbert
· 8 years ago
9c489ea
tcg: Pass generic CPUState to gen_intermediate_code()
by Lluís Vilanova
· 8 years ago
44368ac
tcg: Expand glue macros before stringifying helper names
by Richard Henderson
· 8 years ago
6c45915
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717' into staging
by Peter Maydell
· 8 years ago
5a477a7
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
df0311e
include/exec/exec-all: document common exit conditions
by Alex Bennée
· 8 years ago
61a67f7
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
by Lluís Vilanova
· 8 years ago
b08199c
memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration
by Peter Maydell
· 8 years ago
b59821a
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
by Peter Maydell
· 8 years ago
1cfe48c
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
by Peter Maydell
· 8 years ago
a5c0234
memory: Document that the RAM MR initializers do not handle migration
by Peter Maydell
· 8 years ago
1221a47
memory/iommu: introduce IOMMUMemoryRegionClass
by Alexey Kardashevskiy
· 8 years ago
3df9d74
memory/iommu: QOM'fy IOMMU MemoryRegion
by Alexey Kardashevskiy
· 8 years ago
d2a6c85
gdbstub: rename cpu_index -> cpu_gdb_index
by Alex Bennée
· 8 years ago
406bc33
Revert "exec.c: Fix breakpoint invalidation race"
by Pranith Kumar
· 8 years ago
b11ec7f
tcg: add CONFIG_TCG guards in headers
by Yang Zhong
· 8 years ago
beeaef5
tcg: move tb_lock out of translate-all.h
by Paolo Bonzini
· 8 years ago
4750738
include/exec/poison: Mark CONFIG_SOFTMMU as poisoned
by Thomas Huth
· 8 years ago
2cd5394
cpu: Introduce a wrapper for tlb_flush() that can be used in common code
by Thomas Huth
· 8 years ago
cbca372
include/exec/poison: Mark CONFIG_KVM as poisoned, too
by Thomas Huth
· 8 years ago
50b8a2d
include/exec/poison: Add some more missing TARGET and CONFIG defines
by Thomas Huth
· 8 years ago
53f6672
gen-icount: use tcg_ctx.tcg_env instead of cpu_env
by Emilio G. Cota
· 8 years ago
ae06cb4
gen-icount: add missing inline to gen_tb_end
by Emilio G. Cota
· 8 years ago
084140b
exec: fix access to ram_list.dirty_memory when sync dirty bitmap
by Haozhong Zhang
· 8 years ago
c935674
exec: allow to get a pointer for some mmio memory region
by KONRAD Frederic
· 8 years ago
db7a99c
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into staging
by Peter Maydell
· 8 years ago
3fb53fb
tcg/arm: Use indirect branch for goto_tb
by Richard Henderson
· 8 years ago
6e3b2bf
tcg: allocate TB structs before the corresponding translated code
by Emilio G. Cota
· 8 years ago
067b913
include/exec/poison: Mark some CONFIG defines as poisoned, too
by Thomas Huth
· 8 years ago
e947738
include/exec/poison: Add missing TARGET defines
by Thomas Huth
· 8 years ago
6b9911d
memory: remove memory_region_set_fd
by Marc-André Lureau
· 8 years ago
fea617c
Add memory_region_init_ram_from_fd()
by Marc-André Lureau
· 8 years ago
38b3362
exec: split qemu_ram_alloc_from_file()
by Marc-André Lureau
· 8 years ago
6f16531
tb-hash: improve tb_jmp_cache hash function in user mode
by Emilio G. Cota
· 8 years ago
cedbcb0
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
by Emilio G. Cota
· 8 years ago
e8758b6
trivial: Remove unneeded ifndef in memory.h
by Juan Quintela
· 8 years ago
Next »