index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
Age
Commit message (
Expand
)
Author
2018-05-31
tcg: Fix helper function vs host abi for float16
Richard Henderson
2018-05-25
gdbstub: Clarify what gdb_handlesig() is doing
Peter Maydell
2018-05-24
linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()
Peter Maydell
2018-05-15
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...
Peter Maydell
2018-05-14
linux-user: correctly align types in thunking code
Laurent Vivier
2018-05-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-05-09
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-09
exec: reintroduce MemoryRegion caching
Paolo Bonzini
2018-05-09
exec: move memory access declarations to a common header, inline *_phys funct...
Paolo Bonzini
2018-05-03
linux-user: remove useless padding in flock64 structure
Laurent Vivier
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-03-27
gdbstub: send a termination packet instead of crashing gdb
KONRAD Frederic
2018-03-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-03-20
postcopy: use UFFDIO_ZEROPAGE only when available
Dr. David Alan Gilbert
2018-03-20
qemu_ram_block_host_offset
Dr. David Alan Gilbert
2018-03-09
linux-user: fix mmap/munmap/mprotect/mremap/shmat
Max Filippov
2018-03-06
address_space_read: address_space_to_flatview needs RCU lock
Paolo Bonzini
2018-03-06
memory: inline some performance-sensitive accessors
Paolo Bonzini
2018-03-01
include/exec/helper-head.h: support f16 in helper calls
Alex Bennée
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-02-13
memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot
Paolo Bonzini
2018-02-13
memory: remove memory_region_test_and_clear_dirty
Paolo Bonzini
2018-02-09
Clean up includes
Markus Armbruster
2018-02-07
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-02-06
memory/iommu: Add get_attr()
Alexey Kardashevskiy
2018-02-05
memory-internal.h: Remove obsolete claim that header is obsolete
Peter Maydell
2018-02-05
memory: update comments and fix some typos
Jay Zhou
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-19
hostmem-file: add "align" option
Haozhong Zhang
2018-01-16
cpu_physical_memory_sync_dirty_bitmap: Another alignment fix
Dr. David Alan Gilbert
2017-12-29
tcg: Allow 6 arguments to TCG helpers
Richard Henderson
2017-12-29
tcg: Dynamically allocate TCGOps
Richard Henderson
2017-12-21
cpu: refactor cpu_address_space_init()
Peter Xu
2017-12-18
memory: remove unused memory_region_set_global_locking()
Marc-André Lureau
2017-11-21
exec.c: Factor out before/after actions for notdirty memory writes
Peter Maydell
2017-11-15
tcg: Record code_gen_buffer address for user-only memory helpers
Richard Henderson
2017-11-13
accel/tcg/translate-all: expand cpu_restore_state addr check
Alex Bennée
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2017-10-25
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging
Peter Maydell
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-24
tcg: Initialize cpu_env generically
Richard Henderson
2017-10-24
gen-icount: fold exitreq_label into TCGContext
Emilio G. Cota
2017-10-24
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
tcg: take tb_ctx out of TCGContext
Emilio G. Cota
2017-10-24
exec-all: rename tb_free to tb_remove
Emilio G. Cota
2017-10-24
translate-all: use a binary search tree to track TBs in TBContext
Emilio G. Cota
2017-10-24
tcg: Remove CF_IGNORE_ICOUNT
Richard Henderson
2017-10-24
tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
Richard Henderson
2017-10-24
tcg: convert tb->cflags reads to tb_cflags(tb)
Emilio G. Cota
2017-10-24
tcg: Include CF_COUNT_MASK in CF_HASH_MASK
Richard Henderson
[next]