Sign in
qemu
/
qemu
/
e1391340c77e206644f6ecaeab5df0b7b1a1bf93
/
accel
f3b8f18
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging
by Peter Maydell
· 6 years ago
2e5b09f
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
by Markus Armbruster
· 6 years ago
9e9b10c
icount: remove unnecessary gen_io_end calls
by Pavel Dovgalyuk
· 6 years ago
ba3e792
icount: clean up cpu_can_io at the entry to the block
by Pavel Dovgalyuk
· 6 years ago
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
46517dd
Include sysemu/sysemu.h a lot less
by Markus Armbruster
· 6 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 6 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 6 years ago
6a0acff
Clean up inclusion of exec/cpu-common.h
by Markus Armbruster
· 6 years ago
8072aae
hmp: Print if memory section is registered with an accelerator
by Alexey Kardashevskiy
· 6 years ago
ff4aa11
kvm: Support KVM_CLEAR_DIRTY_LOG
by Peter Xu
· 6 years ago
36adac4
kvm: Introduce slots lock for memory listener
by Peter Xu
· 6 years ago
9f4bf4b
kvm: Persistent per kvmslot dirty bitmap
by Peter Xu
· 6 years ago
4a12a11
kvm: Update comments for sync_dirty_bitmap
by Peter Xu
· 6 years ago
52ba13f
tcg: Release mmap_lock on translation fault
by Richard Henderson
· 6 years ago
08b97f7
tcg: Introduce set/clear_helper_retaddr
by Richard Henderson
· 6 years ago
5cc8767
general: Replace global smp variables with smp machine properties
by Like Xu
· 6 years ago
ebbfef2
target/i386: kvm: Add support for save and restore nested state
by Liran Alon
· 6 years ago
b1115c9
KVM: Introduce kvm_arch_destroy_vcpu()
by Liran Alon
· 6 years ago
e346bcb
kvm-all: Add/update fprintf's for kvm_*_ioeventfd_del
by Yury Kotov
· 6 years ago
41dbe0d
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190612' into staging
by Peter Maydell
· 6 years ago
899f08a
tcg: Fix typos in helper_gvec_sar{8,32,64}v
by Richard Henderson
· 6 years ago
ab7a200
cputlb: cast size_t to target_ulong before using for address masks
by Alex Bennée
· 6 years ago
8c79b28
cputlb: use uint64_t for interim values for unaligned load
by Alex Bennée
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
14a48c1
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
by Markus Armbruster
· 6 years ago
5e14019
cpu: Move icount_decr to CPUNegativeOffsetState
by Richard Henderson
· 6 years ago
29a0af6
cpu: Replace ENV_GET_CPU with env_cpu
by Richard Henderson
· 6 years ago
a40ec84
tcg: Create struct CPUTLB
by Richard Henderson
· 6 years ago
79e4208
tcg: Fold CPUTLBWindow into CPUTLBDesc
by Richard Henderson
· 6 years ago
38dc129
tcg: Add support for vector bitwise select
by Richard Henderson
· 6 years ago
d827657
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging
by Peter Maydell
· 6 years ago
bcefc90
tcg: Add support for vector absolute value
by Richard Henderson
· 6 years ago
5ee5c14
tcg: Add gvec expanders for variable shift
by Richard Henderson
· 6 years ago
4601f8d
cputlb: Do unaligned store recursion to outermost function
by Richard Henderson
· 6 years ago
2dd9260
cputlb: Do unaligned load recursion to outermost function
by Richard Henderson
· 6 years ago
fc1bc77
cputlb: Drop attribute flatten
by Richard Henderson
· 6 years ago
f1be369
cputlb: Move TLB_RECHECK handling into load/store_helper
by Richard Henderson
· 6 years ago
eed5664
accel/tcg: demacro cputlb
by Alex Bennée
· 6 years ago
4811e90
tcg: Use tlb_fill probe from tlb_vaddr_to_host
by Richard Henderson
· 6 years ago
69963f5
tcg: Remove CPUClass::handle_mmu_fault
by Richard Henderson
· 6 years ago
c319dc1
tcg: Use CPUClass::tlb_fill in cputlb.c
by Richard Henderson
· 6 years ago
da6bbf8
tcg: Add CPUClass::tlb_fill
by Richard Henderson
· 6 years ago
8d006d4
accel: Remove unused AccelClass::available field
by Eduardo Habkost
· 6 years ago
a08052b
qtest: Don't compile qtest accel on non-POSIX systems
by Eduardo Habkost
· 6 years ago
3fe13fe
qtest: Move accel code to accel/qtest.c
by Eduardo Habkost
· 6 years ago
ef5dae6
cputlb: Fix io_readx() to respect the access_type
by Shahab Vahedi
· 6 years ago
6e6c4ef
tcg: Restart after TB code generation overflow
by Richard Henderson
· 6 years ago
8b86d6d
tcg: Hoist max_insns computation to tb_gen_code
by Richard Henderson
· 6 years ago
90c84c5
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
by Markus Armbruster
· 6 years ago
3de2faa
tcg: Simplify how dump_exec_info() prints
by Markus Armbruster
· 6 years ago
d4c51a0
tcg: Simplify how dump_opcount_info() prints
by Markus Armbruster
· 6 years ago
79b9d4b
accel: Unbreak accelerator fallback
by Markus Armbruster
· 6 years ago
e68b3ba
trace-events: Consistently point to docs/devel/tracing.txt
by Markus Armbruster
· 6 years ago
1a3ec8c
qdev: Fix latent bug with compat_props and onboard devices
by Markus Armbruster
· 6 years ago
b0c214c
accel: Allow to build QEMU without TCG or KVM support
by Anthony PERARD
· 6 years ago
dc0ca80
hw/boards: Add a MachineState parameter to kvm_type callback
by Eric Auger
· 6 years ago
876d16c
kvm: Add kvm_set_ioeventfd* traces
by Dr. David Alan Gilbert
· 6 years ago
6d967cb
cputlb: update TLB entry/index after tlb_fill
by Emilio G. Cota
· 6 years ago
713acc3
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into staging
by Peter Maydell
· 6 years ago
9fd9b7d
accel/tcg: Consider cluster index in tb_lookup__cpu_state()
by Peter Maydell
· 6 years ago
6aaa24f
cpu-exec: reset BQL after longjmp in cpu_exec_step_atomic
by Emilio G. Cota
· 6 years ago
8fd3a9b
cpu-exec: add assert_no_pages_locked() after longjmp
by Emilio G. Cota
· 6 years ago
fb0343d
tcg: Fix LGPL version number
by Thomas Huth
· 6 years ago
f7b7860
accel/tcg: Add cluster number to TCG TB hash
by Peter Maydell
· 6 years ago
f454a54
accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs write
by Peter Maydell
· 6 years ago
e77c89f
cputlb: Remove static tlb sizing
by Richard Henderson
· 6 years ago
86e1eff
tcg: introduce dynamic TLB sizing
by Emilio G. Cota
· 6 years ago
3cea94b
cputlb: do not evict empty entries to the vtlb
by Emilio G. Cota
· 6 years ago
dd0a0fc
tcg: Add opcodes for vector minmax arithmetic
by Richard Henderson
· 6 years ago
f550805
tcg: Add gvec expanders for nand, nor, eqv
by Richard Henderson
· 6 years ago
b58deb3
qemu/queue.h: leave head structs anonymous unless necessary
by Paolo Bonzini
· 6 years ago
444e20a
build-sys: don't include windows.h, osdep.h does it
by Marc-André Lureau
· 6 years ago
98e56ae
accel: Improve selection of the default accelerator
by Thomas Huth
· 6 years ago
ea9ce89
hw: apply accel compat properties without touching globals
by Marc-André Lureau
· 6 years ago
464e447
tcg: Add RISC-V cpu signal handler
by Alistair Francis
· 6 years ago
745a4f5
accel: register global_props like machine globals
by Marc-André Lureau
· 6 years ago
ab65110
cputlb: Remove tlb_c.pending_flushes
by Richard Henderson
· 6 years ago
3d1523c
cputlb: Filter flushes on already clean tlbs
by Richard Henderson
· 6 years ago
e09de0a
cputlb: Count "partial" and "elided" tlb flushes
by Richard Henderson
· 6 years ago
f8144c6
cputlb: Merge tlb_flush_page into tlb_flush_page_by_mmuidx
by Richard Henderson
· 6 years ago
64f2674
cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_work
by Richard Henderson
· 6 years ago
d5363e5
cputlb: Move env->vtlb_index to env->tlb_d.vindex
by Richard Henderson
· 6 years ago
1308e02
cputlb: Split large page tracking per mmu_idx
by Richard Henderson
· 6 years ago
60a2ad7
cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush
by Richard Henderson
· 6 years ago
8ab1026
cputlb: Remove tcg_enabled hack from tlb_flush_nocheck
by Richard Henderson
· 6 years ago
53d2845
cputlb: Move tlb_lock to CPUTLBCommon
by Richard Henderson
· 6 years ago
b312532
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 6 years ago
e6d34ae
target-i386 : add coalesced_pio API
by Peng Hao
· 6 years ago
403f290
cputlb: read CPUTLBEntry.addr_write atomically
by Emilio G. Cota
· 6 years ago
e6cd4bb
tcg: Split CONFIG_ATOMIC128
by Richard Henderson
· 7 years ago
383beda
tcg: Add tlb_index and tlb_entry helpers
by Richard Henderson
· 6 years ago
71aec35
cputlb: serialize tlb updates with env->tlb_lock
by Emilio G. Cota
· 6 years ago
ea9025c
cputlb: fix assert_cpu_is_self macro
by Emilio G. Cota
· 6 years ago
5005e25
exec: introduce tlb_init
by Emilio G. Cota
· 6 years ago
fff42f1
tcg: access cpu->icount_decr.u16.high with atomics
by Emilio G. Cota
· 6 years ago
d7f425f
tcg: Implement CPU_LOG_TB_NOCHAIN during expansion
by Richard Henderson
· 6 years ago
dcf6760
accel/tcg: Remove dead code
by Thomas Huth
· 6 years ago
f9f1f56
translator: fix breakpoint processing
by Pavel Dovgalyuk
· 7 years ago
Next »