summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cutils: Add qemu_strtoul() wrapperCarlos L. Torres2015-09-093-0/+352
* cutils: Add qemu_strtol() wrapperCarlos L. Torres2015-09-093-0/+379
* translate-all: remove obsolete comment about l1_mapEmilio G. Cota2015-09-091-2/+1
* linux-user: call rcu_(un)register_thread on pthread_(exit|create)Emilio G. Cota2015-09-091-0/+2
* rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/Emilio G. Cota2015-09-091-1/+1
* rcu: init rcu_registry_lock after forkEmilio G. Cota2015-09-091-1/+6
* Makefile.target: include top level build dir in vpathMichael Marineau2015-09-091-1/+1
* Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2015-09-092-41/+40
* tcg: signal-free qemu_cpu_kickPaolo Bonzini2015-09-094-72/+27
* use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini2015-09-093-11/+10
* tcg: synchronize exit_request and tcg_current_cpu accessesPaolo Bonzini2015-09-092-5/+11
* tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accessesPaolo Bonzini2015-09-092-1/+7
* tcg: assign cpu->current_tb in a simpler placePaolo Bonzini2015-09-091-8/+2
* remove qemu/tls.hPaolo Bonzini2015-09-093-56/+2
* tcg: introduce tcg_current_cpuPaolo Bonzini2015-09-093-11/+9
* i8257: remove cpu_request_exit irqPaolo Bonzini2015-09-0911-77/+13
* i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini2015-09-095-10/+16
* Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin2015-09-074-11/+10
* block/iscsi: validate block size returned from targetPeter Lieven2015-09-071-0/+4
* iohandler: Use aio APIFam Zheng2015-09-073-100/+19
* cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread initAníbal Limón2015-09-071-1/+1
* seqlock: read sequence number atomicallyEmilio G. Cota2015-09-071-3/+3
* seqlock: add missing 'inline' to seqlock_read_retryEmilio G. Cota2015-09-071-1/+1
* qemu-thread: handle spurious futex_wait wakeupsEmilio G. Cota2015-09-021-1/+10
* s390: fix softmmu compilationLaurent Vivier2015-08-281-2/+2
* qemu-doc.texi: Fix capitalization error in OS X build instructionsPeter Maydell2015-08-281-1/+1
* From: John Arbuckle <programmingkidx@gmail.com>G 32015-08-271-3/+57
* Merge remote-tracking branch 'remotes/weil/tags/pull-tci-20150826' into stagingPeter Maydell2015-08-271-5/+1
|\
| * exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite2015-08-261-5/+1
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2015-5225-20150826...Peter Maydell2015-08-261-5/+10
|\
| * vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann2015-08-261-5/+10
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150825-...Peter Maydell2015-08-258-63/+629
|\
| * target-arm: Implement AArch64 TLBI operations on IPAsPeter Maydell2015-08-251-0/+55
| * target-arm: Implement missing EL3 TLB invalidate operationsPeter Maydell2015-08-251-0/+76
| * target-arm: Implement missing EL2 TLBI operationsPeter Maydell2015-08-251-0/+22
| * target-arm: Restrict AArch64 TLB flushes to the MMU indexes they must touchPeter Maydell2015-08-251-43/+129
| * target-arm: Move TLBI ALLE1/ALLE1IS definitions into numeric orderPeter Maydell2015-08-251-8/+8
| * cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell2015-08-252-0/+144
| * target-arm: Implement AArch32 ATS1H* operationsPeter Maydell2015-08-251-0/+22
| * target-arm: Enable the AArch32 ATS12NSO opsPeter Maydell2015-08-251-5/+11
| * target-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3Peter Maydell2015-08-252-0/+11
| * target-arm: Wire up AArch64 EL2 and EL3 address translation opsPeter Maydell2015-08-251-2/+41
| * target-arm: there is no TTBR1 for 32-bit EL2 stage 1 translationsPeter Maydell2015-08-251-0/+5
| * target-arm: Implement missing ACTLR registersPeter Maydell2015-08-251-6/+15
| * target-arm: Implement missing AFSR registersPeter Maydell2015-08-251-0/+24
| * target-arm: Implement missing AMAIR registersPeter Maydell2015-08-251-0/+21
| * target-arm: Add missing MAIR_EL3 and TPIDR_EL3 registersPeter Maydell2015-08-251-0/+8
| * MAINTAINERS: Add ZynqMP to MAINTAINERS fileAlistair Francis2015-08-251-0/+8
| * MAINTAINERS: Update Xilinx MaintainershipAlistair Francis2015-08-251-5/+14
| * xlnx-zynqmp: Connect the four OCM banksAlistair Francis2015-08-252-0/+21
|/
OpenPOWER on IntegriCloud