summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-10cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini2-46/+35
2015-09-09cpu-exec: fix lock hierarchy for user-mode emulationPaolo Bonzini2-22/+55
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini4-9/+6
2015-09-09tcg: comment on which functions have to be called with mmap_lock heldPaolo Bonzini1-7/+22
2015-09-09tcg: add memory barriers in page_find_alloc accessesPaolo Bonzini1-4/+4
2015-09-09remove unused spinlock.KONRAD Frederic1-49/+0
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic8-19/+73
2015-09-09cpus: remove tcg_halt_cond and tcg_cpu_thread globalsKONRAD Frederic1-9/+6
2015-09-09cpus: protect work list with work_mutexPaolo Bonzini3-5/+24
2015-09-09scripts/dump-guest-memory.py: fix after RAMBlock changeMichael S. Tsirkin1-1/+1
2015-09-09configure: Add support for jemallocAlexandre Derumier1-0/+28
2015-09-09add macro file for coccinellePaolo Bonzini1-0/+119
2015-09-09configure: factor out adding disas configurePeter Crosthwaite1-40/+25
2015-09-09vhost-scsi: fix wrong vhost-scsi firmware pathGonglei1-1/+1
2015-09-09checkpatch: remove tests that are not relevant outside the kernelPaolo Bonzini1-389/+12
2015-09-09checkpatch: adapt some tests to QEMUPaolo Bonzini1-81/+60
2015-09-09CODING_STYLE: update mixed declaration rulesPaolo Bonzini1-4/+9
2015-09-09qmp: Add example usage of strto*l() qemu wrapperCarlos L. Torres1-4/+10
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres3-0/+348
2015-09-09cutils: Add qemu_strtoll() wrapperCarlos L. Torres3-0/+345
2015-09-09cutils: Add qemu_strtoul() wrapperCarlos L. Torres3-0/+352
2015-09-09cutils: Add qemu_strtol() wrapperCarlos L. Torres3-0/+379
2015-09-09translate-all: remove obsolete comment about l1_mapEmilio G. Cota1-2/+1
2015-09-09linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota1-0/+2
2015-09-09rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/Emilio G. Cota1-1/+1
2015-09-09rcu: init rcu_registry_lock after forkEmilio G. Cota1-1/+6
2015-09-09Makefile.target: include top level build dir in vpathMichael Marineau1-1/+1
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2-41/+40
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini4-72/+27
2015-09-09use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini3-11/+10
2015-09-09tcg: synchronize exit_request and tcg_current_cpu accessesPaolo Bonzini2-5/+11
2015-09-09tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini2-1/+7
2015-09-09tcg: assign cpu->current_tb in a simpler placePaolo Bonzini1-8/+2
2015-09-09remove qemu/tls.hPaolo Bonzini3-56/+2
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini3-11/+9
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini11-77/+13
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini5-10/+16
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin4-11/+10
2015-09-07block/iscsi: validate block size returned from targetPeter Lieven1-0/+4
2015-09-07iohandler: Use aio APIFam Zheng3-100/+19
2015-09-07cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread initAníbal Limón1-1/+1
2015-09-07seqlock: read sequence number atomicallyEmilio G. Cota1-3/+3
2015-09-07seqlock: add missing 'inline' to seqlock_read_retryEmilio G. Cota1-1/+1
2015-09-02qemu-thread: handle spurious futex_wait wakeupsEmilio G. Cota1-1/+10
2015-08-28s390: fix softmmu compilationLaurent Vivier1-2/+2
2015-08-28qemu-doc.texi: Fix capitalization error in OS X build instructionsPeter Maydell1-1/+1
2015-08-27From: John Arbuckle <programmingkidx@gmail.com>G 31-3/+57
2015-08-27Merge remote-tracking branch 'remotes/weil/tags/pull-tci-20150826' into stagingPeter Maydell1-5/+1
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite1-5/+1
2015-08-26Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2015-5225-20150826...Peter Maydell1-5/+10