summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-26vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann1-5/+10
2015-08-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150825-...Peter Maydell8-63/+629
2015-08-25target-arm: Implement AArch64 TLBI operations on IPAsPeter Maydell1-0/+55
2015-08-25target-arm: Implement missing EL3 TLB invalidate operationsPeter Maydell1-0/+76
2015-08-25target-arm: Implement missing EL2 TLBI operationsPeter Maydell1-0/+22
2015-08-25target-arm: Restrict AArch64 TLB flushes to the MMU indexes they must touchPeter Maydell1-43/+129
2015-08-25target-arm: Move TLBI ALLE1/ALLE1IS definitions into numeric orderPeter Maydell1-8/+8
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell2-0/+144
2015-08-25target-arm: Implement AArch32 ATS1H* operationsPeter Maydell1-0/+22
2015-08-25target-arm: Enable the AArch32 ATS12NSO opsPeter Maydell1-5/+11
2015-08-25target-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3Peter Maydell2-0/+11
2015-08-25target-arm: Wire up AArch64 EL2 and EL3 address translation opsPeter Maydell1-2/+41
2015-08-25target-arm: there is no TTBR1 for 32-bit EL2 stage 1 translationsPeter Maydell1-0/+5
2015-08-25target-arm: Implement missing ACTLR registersPeter Maydell1-6/+15
2015-08-25target-arm: Implement missing AFSR registersPeter Maydell1-0/+24
2015-08-25target-arm: Implement missing AMAIR registersPeter Maydell1-0/+21