aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-10cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini
2015-09-09cpu-exec: fix lock hierarchy for user-mode emulationPaolo Bonzini
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini
2015-09-09tcg: comment on which functions have to be called with mmap_lock heldPaolo Bonzini
2015-09-09tcg: add memory barriers in page_find_alloc accessesPaolo Bonzini
2015-09-09remove unused spinlock.KONRAD Frederic
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-09cpus: remove tcg_halt_cond and tcg_cpu_thread globalsKONRAD Frederic
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini
2015-09-09scripts/dump-guest-memory.py: fix after RAMBlock changeMichael S. Tsirkin
2015-09-09configure: Add support for jemallocAlexandre Derumier
2015-09-09add macro file for coccinellePaolo Bonzini
2015-09-09configure: factor out adding disas configurePeter Crosthwaite
2015-09-09vhost-scsi: fix wrong vhost-scsi firmware pathGonglei
2015-09-09checkpatch: remove tests that are not relevant outside the kernelPaolo Bonzini
2015-09-09checkpatch: adapt some tests to QEMUPaolo Bonzini
2015-09-09CODING_STYLE: update mixed declaration rulesPaolo Bonzini
2015-09-09qmp: Add example usage of strto*l() qemu wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoll() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtoul() wrapperCarlos L. Torres
2015-09-09cutils: Add qemu_strtol() wrapperCarlos L. Torres
2015-09-09translate-all: remove obsolete comment about l1_mapEmilio G. Cota
2015-09-09linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota
2015-09-09rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/Emilio G. Cota
2015-09-09rcu: init rcu_registry_lock after forkEmilio G. Cota
2015-09-09Makefile.target: include top level build dir in vpathMichael Marineau
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini
2015-09-09use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini
2015-09-09tcg: synchronize exit_request and tcg_current_cpu accessesPaolo Bonzini
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini
2015-09-09tcg: assign cpu->current_tb in a simpler placePaolo Bonzini
2015-09-09remove qemu/tls.hPaolo Bonzini
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin
2015-09-07block/iscsi: validate block size returned from targetPeter Lieven
2015-09-07iohandler: Use aio APIFam Zheng
2015-09-07cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread initAníbal Limón
2015-09-07seqlock: read sequence number atomicallyEmilio G. Cota
2015-09-07seqlock: add missing 'inline' to seqlock_read_retryEmilio G. Cota
2015-09-02qemu-thread: handle spurious futex_wait wakeupsEmilio G. Cota
2015-08-28s390: fix softmmu compilationLaurent Vivier
2015-08-28qemu-doc.texi: Fix capitalization error in OS X build instructionsPeter Maydell
2015-08-27From: John Arbuckle <programmingkidx@gmail.com>G 3
2015-08-27Merge remote-tracking branch 'remotes/weil/tags/pull-tci-20150826' into stagingPeter Maydell
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite
2015-08-26Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2015-5225-20150826...Peter Maydell