2008-10-28 |
balrog | page_check_range: fix wrap around test (Lauro Ramos... |
blob | commitdiff | raw |
2008-10-06 |
blueswir1 | Show size for unassigned accesses (Robert Reif) |
blob | commitdiff | raw | diff to current |
2008-10-06 |
aliguori | Add dirty tracking for live migration |
blob | commitdiff | raw | diff to current |
2008-10-05 |
blueswir1 | Variable logfilename is not used outside exec.c |
blob | commitdiff | raw | diff to current |
2008-10-04 |
blueswir1 | Add some missing static qualifiers |
blob | commitdiff | raw | diff to current |
2008-10-02 |
blueswir1 | Make CPULogItem tables const |
blob | commitdiff | raw | diff to current |
2008-10-02 |
ths | Add missing parenthesis in qemu_ram_alloc() |
blob | commitdiff | raw | diff to current |
2008-09-27 |
aliguori | Allocate code gen buffer properly on FreeBSD |
blob | commitdiff | raw | diff to current |
2008-09-24 |
aliguori | 64 bit truncation in code_gen_buffer_size calculation... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
blueswir1 | Suppress gcc 4.x -Wpointer-sign (included in -Wall... |
blob | commitdiff | raw | diff to current |
2008-09-15 |
aliguori | Make page_find() return 0 for too-large addresses ... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
blueswir1 | Fix warnings that would be caused by gcc flag -Wwrite... |
blob | commitdiff | raw | diff to current |
2008-09-06 |
blueswir1 | Fix most warnings that would be caused by gcc flag... |
blob | commitdiff | raw | diff to current |
2008-08-29 |
ths | Fix a nit in exec.c, by Tristan Gingold. |
blob | commitdiff | raw | diff to current |
2008-08-17 |
blueswir1 | Fix some warnings that would be generated by gcc -Wmiss... |
blob | commitdiff | raw | diff to current |
2008-07-26 |
blueswir1 | Map code buffers below 2G on Sparc64 |
blob | commitdiff | raw | diff to current |
2008-07-10 |
blueswir1 | Link ARM prologue closer to code segment to avoid a... |
blob | commitdiff | raw | diff to current |
2008-07-09 |
pbrook | Avoid decremented overflow. |
blob | commitdiff | raw | diff to current |
2008-07-01 |
pbrook | Fix typo. |
blob | commitdiff | raw | diff to current |
2008-07-01 |
pbrook | Move interrupt_request and user_mode_only to common... |
blob | commitdiff | raw | diff to current |
2008-06-30 |
ths | Spelling fixes, spotted by Stuart Brady. |
blob | commitdiff | raw | diff to current |
2008-06-30 |
pbrook | Move CPU save/load registration to common code. |
blob | commitdiff | raw | diff to current |
2008-06-29 |
pbrook | Add instruction counter. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
pbrook | Use qemu_mallocz. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
pbrook | Prevent guest reusing host memory allocations. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
pbrook | Clean up MMIO TLB handling. |
blob | commitdiff | raw | diff to current |
2008-06-08 |
pbrook | Remove dead and bitrotten "qemu-fast" code. |
blob | commitdiff | raw | diff to current |
2008-06-07 |
pbrook | Multithreaded locking fixes. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
pbrook | Multithreaded locking for mmap(). |
blob | commitdiff | raw | diff to current |
2008-05-31 |
pbrook | Mark host brk() area as reserved. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
bellard | kqemu API change - allow use of kqemu with 32 bit QEMU... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
pbrook | Fix rounding error. |
blob | commitdiff | raw | diff to current |
2008-05-29 |
bellard | keep static code gen buffer for user mode - mark user... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
bellard | variable dynamic translation buffer size |
blob | commitdiff | raw | diff to current |
2008-05-24 |
edgar_igl | Dont try to keep the tlb and the jmp cache synchronized. |
blob | commitdiff | raw | diff to current |
2008-05-24 |
pbrook | Dynamically allocate tbs. Avoids branch range problems... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
bellard | removed warning |
blob | commitdiff | raw | diff to current |
2008-05-23 |
bellard | TCG profiler clean up |
blob | commitdiff | raw | diff to current |
2008-05-17 |
edgar_igl | Add support for the 'k' (kill) and 'D' (detach) packets... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
bellard | cpu_abort() is really an abort |
blob | commitdiff | raw | diff to current |
2008-05-10 |
bellard | initial global prologue/epilogue implementation |
blob | commitdiff | raw | diff to current |
2008-05-06 |
edgar_igl | Make sure we flush cached blocks from the tb-jmp-cache... |
blob | commitdiff | raw | diff to current |
2008-05-03 |
blueswir1 | Do not attempt to set page flags for pages outside... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
aurel32 | Fix a typo introduced in revision 4272 |
blob | commitdiff | raw | diff to current |
2008-04-27 |
aurel32 | Fix a typo in cpu_physical_memory_rw() |
blob | commitdiff | raw | diff to current |
2008-04-27 |
aurel32 | Use correct types to enable > 2G support, based on... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
balrog | RAM usage information in machine definition. |
blob | commitdiff | raw | diff to current |
2008-04-22 |
aurel32 | Revert "Use correct types to enable > 2G support" ... |
blob | commitdiff | raw | diff to current |
2008-04-22 |
aurel32 | Use correct types to enable > 2G support, based on... |
blob | commitdiff | raw | diff to current |
2008-04-11 |
aurel32 | Remove osdep.c/qemu-img code duplication |
blob | commitdiff | raw | diff to current |
2008-03-31 |
pbrook | TCG op size estimation fix. |
blob | commitdiff | raw | diff to current |
2008-03-28 |
aurel32 | Use spinlock_t for interrupt_lock, lock support for... |
blob | commitdiff | raw | diff to current |
2008-03-14 |
blueswir1 | Allow op_opt for all targets |
blob | commitdiff | raw | diff to current |
2008-02-01 |
bellard | use the TCG code generator |
blob | commitdiff | raw | diff to current |
2008-01-02 |
blueswir1 | Fix dynamically changed memory callbacks and passed... |
blob | commitdiff | raw | diff to current |
2008-01-01 |
blueswir1 | Support for registering address space only for some... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
ths | Use WIN32_LEAN_AND_MEAN, by Stefan Weil. |
blob | commitdiff | raw | diff to current |
2007-12-12 |
balrog | Mark host pages as reserved (Magnus Damm). |
blob | commitdiff | raw | diff to current |
2007-12-11 |
blueswir1 | Fix code generation buffer overflow reported by TeLeMan |
blob | commitdiff | raw | diff to current |
2007-12-09 |
ths | Handle cpu_model in copy_cpu(), by Kirill A. Shutemov. |
blob | commitdiff | raw | diff to current |
2007-11-23 |
pbrook | Fix va_list reuse in cpu_abort. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
bellard | suppressed page_unprotect_range() - fixed access_ok() |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | Linux user memory access API change (initial patch... |
blob | commitdiff | raw | diff to current |
2007-11-10 |
bellard | added cpu_model parameter to cpu_init() |
blob | commitdiff | raw | diff to current |
2007-11-08 |
bellard | removed obsolete x86 code copy support |
blob | commitdiff | raw | diff to current |
2007-11-04 |
blueswir1 | Fix debug statements |
blob | commitdiff | raw | diff to current |
2007-11-02 |
ths | EFAULT - verify pages are in cache and are read/write... |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
blob | commitdiff | raw | diff to current |
2007-10-08 |
ths | CRIS support in toplevel, by Edgar E. Iglesias. |
blob | commitdiff | raw | diff to current |
2007-09-29 |
j_mayer | make cpu_abort dump cpu state in logfile, which is... |
blob | commitdiff | raw | diff to current |
2007-09-23 |
ths | SVM Support, by Alexander Graf. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-07-01 |
pbrook | Fix bogus fopen mode. |
blob | commitdiff | raw | diff to current |
2007-06-30 |
pbrook | Allow changing log filename. |
blob | commitdiff | raw | diff to current |
2007-06-26 |
balrog | Fix writes to pages containing watchpoints for the... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
balrog | Flush the debug log when qemu Aborts (patch by Herve... |
blob | commitdiff | raw | diff to current |
2007-06-03 |
ths | Spelling fixes, by Stefan Weil. |
blob | commitdiff | raw | diff to current |
2007-05-30 |
blueswir1 | Fix the bug introduced by subpage code preventing PC... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
blueswir1 | Implement generic sub-page I/O based on earlier work... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
blueswir1 | Use full 36-bit physical address space on SS10 |
blob | commitdiff | raw | diff to current |
2007-05-17 |
blueswir1 | Enable faults for unassigned memory accesses and unimpl... |
blob | commitdiff | raw | diff to current |
2007-05-06 |
blueswir1 | Report unassigned memory access to CPU (not enabled... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
j_mayer | cpu_get_phys_page_debug should return target_phys_addr_t |
blob | commitdiff | raw | diff to current |
2007-04-05 |
j_mayer | Temporary hack for alpha user-mode emulation. |
blob | commitdiff | raw | diff to current |
2007-04-05 |
j_mayer | Infrastructure to support more than 2 MMU modes. |
blob | commitdiff | raw | diff to current |
2007-04-04 |
j_mayer | Add missing 64 bits memory accessors. |
blob | commitdiff | raw | diff to current |
2007-03-17 |
ths | Better ioport debugging output. |
blob | commitdiff | raw | diff to current |
2007-03-16 |
pbrook | Watchpoint support (previous commit got eaten by Savann... |
blob | commitdiff | raw | diff to current |
2007-02-28 |
ths | Fix CPU chaining in linux-user emulation, by Gwenole... |
blob | commitdiff | raw | diff to current |
2007-02-08 |
bellard | ram allocation functions |
blob | commitdiff | raw | diff to current |
2006-12-18 |
pbrook | Add unassigned memory debugging code. |
blob | commitdiff | raw | diff to current |
2006-11-12 |
pbrook | Speed up tlb_flush_page (Daniel Jacobowitz). |
blob | commitdiff | raw | diff to current |
2006-09-24 |
bellard | added cpu_get_physical_page_desc() |
blob | commitdiff | raw | diff to current |
2006-07-04 |
bellard | fix for IO_MEM_ROMD support |
blob | commitdiff | raw | diff to current |
2006-06-25 |
bellard | support for dynamic address space changes |
blob | commitdiff | raw | diff to current |
2006-06-25 |
bellard | low level support for memory mapped flash devices ... |
blob | commitdiff | raw | diff to current |
2006-04-23 |
bellard | added cpu_physical_memory_write_rom() |
blob | commitdiff | raw | diff to current |
2006-04-16 |
pbrook | Fix DEBUG_TB_CHECK build failure (balrog). |
blob | commitdiff | raw | diff to current |
2006-04-08 |
pbrook | Initialize physical memory space to IO_MEM_UNASSIGNED. |
blob | commitdiff | raw | diff to current |
next |