sdk/emulator/qemu.git
2015-09-09 Emilio G. Cotalinux-user: call rcu_(un)register_thread on pthread_...
2015-09-09 Emilio G. Cotarcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
2015-09-09 Emilio G. Cotarcu: init rcu_registry_lock after fork
2015-09-09 Michael MarineauMakefile.target: include top level build dir in vpath
2015-09-09 Dr. David Alan... Move RAMBlock and ram_list to ram_addr.h
2015-09-09 Paolo Bonzinitcg: signal-free qemu_cpu_kick
2015-09-09 Paolo Bonziniuse qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_...
2015-09-09 Paolo Bonzinitcg: synchronize exit_request and tcg_current_cpu accesses
2015-09-09 Paolo Bonzinitcg: synchronize cpu->exit_request and cpu->tcg_exit_re...
2015-09-09 Paolo Bonzinitcg: assign cpu->current_tb in a simpler place
2015-09-09 Paolo Bonziniremove qemu/tls.h
2015-09-09 Paolo Bonzinitcg: introduce tcg_current_cpu
2015-09-09 Paolo Bonzinii8257: remove cpu_request_exit irq
2015-09-09 Paolo Bonzinii8257: rewrite DMA_schedule to avoid hooking into the...
2015-09-07 Andrey SmetaninAdded generic panic handler qemu_system_guest_panicked()
2015-09-07 Peter Lievenblock/iscsi: validate block size returned from target
2015-09-07 Fam Zhengiohandler: Use aio API
2015-09-07 Aníbal Limóncpus.c: qemu_mutex_lock_iothread fix race condition...
2015-09-07 Emilio G. Cotaseqlock: read sequence number atomically
2015-09-07 Emilio G. Cotaseqlock: add missing 'inline' to seqlock_read_retry
2015-09-02 Emilio G. Cotaqemu-thread: handle spurious futex_wait wakeups
2015-08-28 Laurent Viviers390: fix softmmu compilation
2015-08-28 Peter Maydellqemu-doc.texi: Fix capitalization error in OS X build...
2015-08-27 G 3From: John Arbuckle <programmingkidx@gmail.com>
2015-08-27 Peter MaydellMerge remote-tracking branch 'remotes/weil/tags/pull...
2015-08-26 Peter Crosthwaiteexec-all: Translate TCI return addresses backwards too
2015-08-26 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2015-08-26 Gerd Hoffmannvnc: fix memory corruption (CVE-2015-5225)
2015-08-25 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2015-08-25 Peter Maydelltarget-arm: Implement AArch64 TLBI operations on IPAs
2015-08-25 Peter Maydelltarget-arm: Implement missing EL3 TLB invalidate operations
2015-08-25 Peter Maydelltarget-arm: Implement missing EL2 TLBI operations
2015-08-25 Peter Maydelltarget-arm: Restrict AArch64 TLB flushes to the MMU...
2015-08-25 Peter Maydelltarget-arm: Move TLBI ALLE1/ALLE1IS definitions into...
2015-08-25 Peter Maydellcputlb: Add functions for flushing TLB for a single...
2015-08-25 Peter Maydelltarget-arm: Implement AArch32 ATS1H* operations
2015-08-25 Peter Maydelltarget-arm: Enable the AArch32 ATS12NSO ops
2015-08-25 Peter Maydelltarget-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3
2015-08-25 Peter Maydelltarget-arm: Wire up AArch64 EL2 and EL3 address transla...
2015-08-25 Peter Maydelltarget-arm: there is no TTBR1 for 32-bit EL2 stage...
2015-08-25 Peter Maydelltarget-arm: Implement missing ACTLR registers
2015-08-25 Peter Maydelltarget-arm: Implement missing AFSR registers
2015-08-25 Peter Maydelltarget-arm: Implement missing AMAIR registers
2015-08-25 Peter Maydelltarget-arm: Add missing MAIR_EL3 and TPIDR_EL3 registers
2015-08-25 Alistair FrancisMAINTAINERS: Add ZynqMP to MAINTAINERS file
2015-08-25 Alistair FrancisMAINTAINERS: Update Xilinx Maintainership
2015-08-25 Alistair Francisxlnx-zynqmp: Connect the four OCM banks
2015-08-25 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2015-08-24 Laurent Vivierlinux-user: remove useless macros GUEST_BASE and RESERV...
2015-08-24 Laurent Vivierlinux-user: remove --enable-guest-base/--disable-guest...
2015-08-24 Richard Hendersontcg/aarch64: Use softmmu fast path for unaligned accesses
2015-08-24 Richard Hendersontcg/s390: Use softmmu fast path for unaligned accesses
2015-08-24 Benjamin Herrenschmidttcg/ppc: Improve unaligned load/store handling on 64...
2015-08-24 Aurelien Jarnotcg/i386: use softmmu fast path for unaligned accesses
2015-08-24 Richard Hendersontcg: Remove tcg_gen_trunc_i64_i32
2015-08-24 Richard Hendersontcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32
2015-08-24 Aurelien Jarnotcg: update README about size changing ops
2015-08-24 Aurelien Jarnotcg/optimize: add optimizations for ext_i32_i64 and...
2015-08-24 Aurelien Jarnotcg: implement real ext_i32_i64 and extu_i32_i64 ops
2015-08-24 Aurelien Jarnotcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32
2015-08-24 Aurelien Jarnotcg: rename trunc_shr_i32 into trunc_shr_i64_i32
2015-08-24 Aurelien Jarnotcg/optimize: allow constant to have copies
2015-08-24 Aurelien Jarnotcg/optimize: track const/copy status separately
2015-08-24 Aurelien Jarnotcg/optimize: add temp_is_const and temp_is_copy functions
2015-08-24 Aurelien Jarnotcg/optimize: optimize temps tracking
2015-08-24 Aurelien Jarnotcg/optimize: fix constant signedness
2015-08-19 Peter Maydellconfigure: Don't permit SDL or GTK on OSX
2015-08-19 Peter Maydellapic_internal.h: Include cpu.h directly
2015-08-19 Peter Maydellqemu-common.h: Move muldiv64() to host-utils.h
2015-08-19 Peter Maydellosdep.h: Add header comment
2015-08-19 Peter Maydellosdep.h: Move some OS header includes and fixups from...
2015-08-19 Peter Maydellqemu-common.h: Move Win32 fixups into os-win32.h
2015-08-19 Peter Maydellcompiler.h: Use glue() in QEMU_BUILD_BUG_ON define
2015-08-19 Peter Maydellosdep.h: Move some compiler-specific things to compiler.h
2015-08-19 Peter Maydellosdep.h: Remove qemu_printf
2015-08-19 Peter Maydellqapi/qmp-event.c: Don't manually include os-win32.h...
2015-08-18 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2015-08-18 Richard Hendersontarget-alpha: Inline hw_ret
2015-08-18 Richard Hendersontarget-alpha: Inline call_pal
2015-08-18 Richard Hendersontarget-alpha: Use separate TCGv temporaries for the...
2015-08-18 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-08-14 Peter Crosthwaitedisas: Defeature print_target_address
2015-08-14 Paolo Bonzinihw: fix mask for ColdFire UART command register
2015-08-14 Paolo Bonziniscsi-generic: identify AIO callbacks more clearly
2015-08-14 Paolo Bonziniscsi-disk: identify AIO callbacks more clearly
2015-08-14 Paolo Bonziniscsi: create restart bottom half in the right AioContext
2015-08-14 Daniel P. Berrangeconfigure: only add CONFIG_RDMA to config-host.h once
2015-08-14 Paolo Bonziniqemu-nbd: remove unnecessary qemu_notify_event()
2015-08-14 Lu Linavhost-scsi: Clarify vhost_virtqueue_mask argument
2015-08-14 Chen Hanxiaoexec: use macro ROUND_UP for alignment
2015-08-14 Wen Congyangrcu: Allow calling rcu_(un)register_thread() during...
2015-08-14 Paolo Bonziniexec: drop cpu_can_do_io, just read cpu->can_do_io
2015-08-14 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-08-14 Peter MaydellMerge remote-tracking branch 'remotes/cody/tags/block...
2015-08-14 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-08-14 Kevin Wolfmirror: Fix coroutine reentrance
2015-08-14 Jeff CodyMerge branch 'block-next' into HEAD
2015-08-13 Peter MaydellMerge remote-tracking branch 'remotes/lalrae/tags/mips...
2015-08-13 Richard Hendersontarget-mips: Use CPU_LOG_INT for logging related to...
2015-08-13 Peter Maydellhw/pci-host/bonito: Avoid buffer overrun for bad LDMA...
next