aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-08-26vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann
2015-08-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150825-...Peter Maydell
2015-08-25target-arm: Implement AArch64 TLBI operations on IPAsPeter Maydell
2015-08-25target-arm: Implement missing EL3 TLB invalidate operationsPeter Maydell
2015-08-25target-arm: Implement missing EL2 TLBI operationsPeter Maydell
2015-08-25target-arm: Restrict AArch64 TLB flushes to the MMU indexes they must touchPeter Maydell
2015-08-25target-arm: Move TLBI ALLE1/ALLE1IS definitions into numeric orderPeter Maydell
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell
2015-08-25target-arm: Implement AArch32 ATS1H* operationsPeter Maydell
2015-08-25target-arm: Enable the AArch32 ATS12NSO opsPeter Maydell
2015-08-25target-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3Peter Maydell
2015-08-25target-arm: Wire up AArch64 EL2 and EL3 address translation opsPeter Maydell
2015-08-25target-arm: there is no TTBR1 for 32-bit EL2 stage 1 translationsPeter Maydell
2015-08-25target-arm: Implement missing ACTLR registersPeter Maydell
2015-08-25target-arm: Implement missing AFSR registersPeter Maydell
2015-08-25target-arm: Implement missing AMAIR registersPeter Maydell