index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-09-09
CODING_STYLE: update mixed declaration rules
Paolo Bonzini
2015-09-09
qmp: Add example usage of strto*l() qemu wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
2015-09-09
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
2015-09-09
translate-all: remove obsolete comment about l1_map
Emilio G. Cota
2015-09-09
linux-user: call rcu_(un)register_thread on pthread_(exit|create)
Emilio G. Cota
2015-09-09
rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
Emilio G. Cota
2015-09-09
rcu: init rcu_registry_lock after fork
Emilio G. Cota
2015-09-09
Makefile.target: include top level build dir in vpath
Michael Marineau
2015-09-09
Move RAMBlock and ram_list to ram_addr.h
Dr. David Alan Gilbert
2015-09-09
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
2015-09-09
tcg: synchronize exit_request and tcg_current_cpu accesses
Paolo Bonzini
2015-09-09
tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses
Paolo Bonzini
2015-09-09
tcg: assign cpu->current_tb in a simpler place
Paolo Bonzini
2015-09-09
remove qemu/tls.h
Paolo Bonzini
2015-09-09
tcg: introduce tcg_current_cpu
Paolo Bonzini
2015-09-09
i8257: remove cpu_request_exit irq
Paolo Bonzini
2015-09-09
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2015-09-07
Added generic panic handler qemu_system_guest_panicked()
Andrey Smetanin
2015-09-07
block/iscsi: validate block size returned from target
Peter Lieven
2015-09-07
iohandler: Use aio API
Fam Zheng
2015-09-07
cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread init
Aníbal Limón
2015-09-07
seqlock: read sequence number atomically
Emilio G. Cota
2015-09-07
seqlock: add missing 'inline' to seqlock_read_retry
Emilio G. Cota
2015-09-02
qemu-thread: handle spurious futex_wait wakeups
Emilio G. Cota
2015-08-28
s390: fix softmmu compilation
Laurent Vivier
2015-08-28
qemu-doc.texi: Fix capitalization error in OS X build instructions
Peter Maydell
2015-08-27
From: John Arbuckle <programmingkidx@gmail.com>
G 3
2015-08-27
Merge remote-tracking branch 'remotes/weil/tags/pull-tci-20150826' into staging
Peter Maydell
2015-08-26
exec-all: Translate TCI return addresses backwards too
Peter Crosthwaite
2015-08-26
Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2015-5225-20150826...
Peter Maydell
2015-08-26
vnc: fix memory corruption (CVE-2015-5225)
Gerd Hoffmann
2015-08-25
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150825-...
Peter Maydell
2015-08-25
target-arm: Implement AArch64 TLBI operations on IPAs
Peter Maydell
2015-08-25
target-arm: Implement missing EL3 TLB invalidate operations
Peter Maydell
2015-08-25
target-arm: Implement missing EL2 TLBI operations
Peter Maydell
2015-08-25
target-arm: Restrict AArch64 TLB flushes to the MMU indexes they must touch
Peter Maydell
2015-08-25
target-arm: Move TLBI ALLE1/ALLE1IS definitions into numeric order
Peter Maydell
2015-08-25
cputlb: Add functions for flushing TLB for a single MMU index
Peter Maydell
2015-08-25
target-arm: Implement AArch32 ATS1H* operations
Peter Maydell
2015-08-25
target-arm: Enable the AArch32 ATS12NSO ops
Peter Maydell
2015-08-25
target-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3
Peter Maydell
2015-08-25
target-arm: Wire up AArch64 EL2 and EL3 address translation ops
Peter Maydell
2015-08-25
target-arm: there is no TTBR1 for 32-bit EL2 stage 1 translations
Peter Maydell
2015-08-25
target-arm: Implement missing ACTLR registers
Peter Maydell
2015-08-25
target-arm: Implement missing AFSR registers
Peter Maydell
2015-08-25
target-arm: Implement missing AMAIR registers
Peter Maydell
[next]