- aeec26d Fix conditional compilation (MIPS host) by Stefan Weil · 15 years ago
- 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 15 years ago
- e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
- 379f669 Userspace guest address offsetting by Paul Brook · 15 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
- 3299397 split out ioport related stuffs from vl.c into ioport.c. by Isaku Yamahata · 15 years ago
- 79c4f6b QEMU: MCE: Add MCE simulation to qemu/tcg by Huang Ying · 16 years ago
- b09ea7d Handle init/sipi in a main cpu exec loop. (v2) by Gleb Natapov · 16 years ago
- 950f147 provide cpu_index to env mapping by Glauber Costa · 16 years ago
- edf8e2a linux-user: implemented ELF coredump support for ARM target by Mika Westerberg · 16 years ago
- 151f774 kvm: Rework dirty bitmap synchronization by Jan Kiszka · 16 years ago
- 1ad2134 Hardware convenience library by Paul Brook · 16 years ago
- 0b4e6e3 Remove cpu_get_io_memory_{read,write}. by Paul Brook · 16 years ago
- 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago
- 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 16 years ago
- 94a6b54 Implement dynamic guest ram allocation. by pbrook · 16 years ago
- 5579c7f Remove code phys_ram_base uses. by pbrook · 16 years ago
- dc828ca Cleanup SPARC/TCX framebuffer allocation. by pbrook · 16 years ago
- 3098dba Use a dedicated function to request exit from execution loop by aurel32 · 16 years ago
- 8871565 qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marcelo Tosatti) by aliguori · 16 years ago
- a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
- eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
- 5e10fc9 Massage PPC version of cpu_get_real_ticks a little by malc · 16 years ago
- ba223c2 Add map client retry notification (Avi Kivity) by aliguori · 16 years ago
- 6d16c2f Add target memory mapping API (Avi Kivity) by aliguori · 16 years ago
- 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
- e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- e01fe6d Fix warnings introduced in r5948 by malc · 16 years ago
- f65ed4c KVM: Coalesced MMIO support by aliguori · 16 years ago
- 14cc46b linux-user: Introduce h2g_valid by aurel32 · 16 years ago
- 0e62fd7 linux-user: Safety belt for h2g by aurel32 · 16 years ago
- 8bba3ea Make memory load functions (ldxx_y(ptr)) take a const pointer. by balrog · 16 years ago
- 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
- 2bec46d vga optimization (Glauber Costa) by aliguori · 16 years ago
- 2dc9f41 Introduce BP_CPU as a breakpoint type (Jan Kiszka) by aliguori · 16 years ago
- 6e140f2 Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka) by aliguori · 16 years ago
- 06d55cc Restore pc on watchpoint hits (Jan Kiszka) by aliguori · 16 years ago
- a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
- 7457619 Add dirty tracking for live migration by aliguori · 16 years ago
- c7cd6a3 Make CPULogItem tables const by blueswir1 · 16 years ago
- f4efd16 Revert incorrect part of r4574 to avoid unaligned traps with i386 target by blueswir1 · 16 years ago
- 706b0a1 Avoid compiler warning. by ths · 16 years ago
- 2e70f6e Add instruction counter. by pbrook · 16 years ago
- 0f459d1 Clean up MMIO TLB handling. by pbrook · 17 years ago
- 26a5f13 variable dynamic translation buffer size by bellard · 17 years ago
- 8384dd6 Implement byte swapping accesses by blueswir1 · 17 years ago
- b67d9a5 TCG profiler clean up by bellard · 17 years ago
- 7d03f82 Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). by edgar_igl · 17 years ago
- a57f631 removed unused code by bellard · 17 years ago
- 4d7a088 Fix compiler warnings in common files by blueswir1 · 17 years ago
- 939ef59 Move #include "softfloat.h" to cpu-all.h by aurel32 · 17 years ago
- 60897d3 Debugger single step without interrupts (Jason Wessel). by edgar_igl · 17 years ago
- 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
- 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
- 474ea84 x86: Introduce CPU_INTERRUPT_NMI by aurel32 · 17 years ago
- f54b3f9 HPPA (PA-RISC) host support by aurel32 · 17 years ago
- 0ca9d38 Use float32/64 instead of float/double by aurel32 · 17 years ago
- bce6184 reverted -translation option support by bellard · 17 years ago
- 57fec1f use the TCG code generator by bellard · 17 years ago
- 40a2e65 Add option to disable TB cache, by Herve Poussineau. by ths · 17 years ago
- 4254fab Support for registering address space only for some access widths by blueswir1 · 17 years ago
- 50a9569 Mark host pages as reserved (Magnus Damm). by balrog · 17 years ago
- 1f58732 128-bit float support for user mode by blueswir1 · 17 years ago
- dae3270 suppressed page_unprotect_range() - fixed access_ok() by bellard · 17 years ago
- 3d97b40 EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh. by ths · 17 years ago
- 0573fbf SVM Support, by Alexander Graf. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- c3d2689 Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. by balrog · 17 years ago
- 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
- db7b542 Implement generic sub-page I/O based on earlier work by J. Mayer. by blueswir1 · 18 years ago
- 85028e4 Spelling fixes, by Stefan Weil. by ths · 18 years ago
- c4b89d1 Some bits of Linux/MIPS host support, still segfaulty. by ths · 18 years ago
- a90b731 Implement power state changes (IDLE and SLEEP) for PXA. by balrog · 18 years ago
- 3142255 Sparc host update (Ben Taylor, Martin Bochnig) by blueswir1 · 18 years ago
- 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
- eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
- bc98a7e Add missing 64 bits memory accessors. by j_mayer · 18 years ago
- 6658ffb Watchpoint support (previous commit got eaten by Savannah server crash). by pbrook · 18 years ago
- 76a6625 Great PowerPC emulation code resynchronisation and improvments: by j_mayer · 18 years ago
- c5be9f0 Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. by ths · 18 years ago
- e9a1ab1 ram allocation functions by bellard · 18 years ago
- e6e5906 ColdFire target. by pbrook · 18 years ago
- 3b21e03 added SMM support by bellard · 18 years ago
- 4615218 Rewrite Arm host support. by pbrook · 18 years ago
- 74ccb34 Sparc64 host support (Blue Swirl) by bellard · 18 years ago
- effedbc export cpu_get_real_ticks() by bellard · 18 years ago
- 2a4188a low level support for memory mapped flash devices (initial patch by Jocelyn Mayer) by bellard · 18 years ago
- fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago
- d0ecd2a added cpu_physical_memory_write_rom() by bellard · 19 years ago
- 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
- 5f1ce94 support for builtin profiler by bellard · 19 years ago
- ba3c64f Initial SPARC SMP support (Blue Swirl) by bellard · 19 years ago
- 9869996 use TARGET_PAGE_SIZE (Paul Brook) by bellard · 19 years ago
- f0aca82 fixed big endian host support by bellard · 19 years ago
- 2df3b95 target independent memory access functions by bellard · 19 years ago
- aab3309 more physical memory access functions by bellard · 19 years ago
- 04c504c use ram_addr_t by bellard · 19 years ago
- 6af0bf9 MIPS target (Jocelyn Mayer) by bellard · 19 years ago