Age | Commit message (Expand) | Author |
2015-09-09 | exec: make mmap_lock/mmap_unlock globally available | Paolo Bonzini |
2015-09-09 | remove unused spinlock. | KONRAD Frederic |
2015-09-09 | replace spinlock by QemuMutex. | KONRAD Frederic |
2015-09-09 | cpus: protect work list with work_mutex | Paolo Bonzini |
2015-09-09 | cutils: Add qemu_strtoull() wrapper | Carlos L. Torres |
2015-09-09 | cutils: Add qemu_strtoll() wrapper | Carlos L. Torres |
2015-09-09 | cutils: Add qemu_strtoul() wrapper | Carlos L. Torres |
2015-09-09 | cutils: Add qemu_strtol() wrapper | Carlos L. Torres |
2015-09-09 | rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/ | Emilio G. Cota |
2015-09-09 | Move RAMBlock and ram_list to ram_addr.h | Dr. David Alan Gilbert |
2015-09-09 | tcg: signal-free qemu_cpu_kick | Paolo Bonzini |
2015-09-09 | remove qemu/tls.h | Paolo Bonzini |
2015-09-09 | tcg: introduce tcg_current_cpu | Paolo Bonzini |
2015-09-09 | i8257: remove cpu_request_exit irq | Paolo Bonzini |
2015-09-09 | i8257: rewrite DMA_schedule to avoid hooking into the CPU loop | Paolo Bonzini |
2015-09-07 | Added generic panic handler qemu_system_guest_panicked() | Andrey Smetanin |
2015-09-07 | iohandler: Use aio API | Fam Zheng |
2015-09-07 | seqlock: read sequence number atomically | Emilio G. Cota |
2015-09-07 | seqlock: add missing 'inline' to seqlock_read_retry | Emilio G. Cota |
2015-08-26 | exec-all: Translate TCI return addresses backwards too | Peter Crosthwaite |
2015-08-25 | cputlb: Add functions for flushing TLB for a single MMU index | Peter Maydell |
2015-08-25 | xlnx-zynqmp: Connect the four OCM banks | Alistair Francis |
2015-08-24 | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier |
2015-08-19 | apic_internal.h: Include cpu.h directly | Peter Maydell |
2015-08-19 | qemu-common.h: Move muldiv64() to host-utils.h | Peter Maydell |
2015-08-19 | osdep.h: Add header comment | Peter Maydell |
2015-08-19 | osdep.h: Move some OS header includes and fixups from qemu-common.h | Peter Maydell |
2015-08-19 | qemu-common.h: Move Win32 fixups into os-win32.h | Peter Maydell |
2015-08-19 | compiler.h: Use glue() in QEMU_BUILD_BUG_ON define | Peter Maydell |
2015-08-19 | osdep.h: Move some compiler-specific things to compiler.h | Peter Maydell |
2015-08-19 | osdep.h: Remove qemu_printf | Peter Maydell |
2015-08-18 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-08-14 | exec: drop cpu_can_do_io, just read cpu->can_do_io | Paolo Bonzini |
2015-08-14 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2015-08-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-08-13 | smbios: move smbios code into a common folder | Wei Huang |
2015-08-13 | smbios: remove dependency on x86 e820 tables | Wei Huang |
2015-08-13 | virtio-net: remove useless codes | Jason Wang |
2015-08-13 | pci: allow 0 address for PCI IO/MEM regions | Laurent Vivier |
2015-08-13 | pc: Remove redundant arguments from pc_memory_init() | Eduardo Habkost |
2015-08-13 | pc: Remove redundant arguments from pc_cmos_init() | Eduardo Habkost |
2015-08-13 | pc: Remove redundant arguments from *load_linux() | Eduardo Habkost |
2015-08-13 | pc: Use PCMachineState as pc_guest_info_init() argument | Eduardo Habkost |
2015-08-13 | pc: Move {above,below}_4g_mem_size variables to PCMachineState | Eduardo Habkost |
2015-08-13 | pc: Use PCMachineState for pc_memory_init() argument | Eduardo Habkost |
2015-08-13 | pc: Use PCMachineState for pc_cmos_init() argument | Eduardo Habkost |
2015-08-13 | pc: Eliminate pc_default_machine_options() | Eduardo Habkost |
2015-08-13 | pc: Eliminate pc_common_machine_options() | Eduardo Habkost |
2015-08-13 | pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h | Eduardo Habkost |