2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
blob | commitdiff | raw |
2008-12-29 |
edgar_igl | CRIS: Remove CRIS specific do_unassigned_access. |
blob | commitdiff | raw | diff to current |
2008-12-09 |
aliguori | KVM: Coalesced MMIO support |
blob | commitdiff | raw | diff to current |
2008-12-08 |
aurel32 | linux-user: Fix h2g usage in page_find_alloc |
blob | commitdiff | raw | diff to current |
2008-12-02 |
pbrook | Cosmetic cleanups to previous patch. |
blob | commitdiff | raw | diff to current |
2008-12-01 |
pbrook | Change MMIO callbacks to use offsets, not absolute... |
blob | commitdiff | raw | diff to current |
2008-12-01 |
balrog | Fix the comment added in r5844. |
blob | commitdiff | raw | diff to current |
2008-12-01 |
balrog | arm: Reserve code buffer in memory range reachable... |
blob | commitdiff | raw | diff to current |
2008-11-25 |
aliguori | Use sys-queue.h for break/watchpoint managment (Jan... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
aliguori | vga optimization (Glauber Costa) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Fix Windows build |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Introduce BP_CPU as a breakpoint type (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Remove premature memop TB terminations (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Restore pc on watchpoint hits (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Respect length of watchpoints (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Refactor and enhance break/watchpoint API (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Refactor translation block CPU state handling (Jan... |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aliguori | Fix -linux-user build by reverting r5701 |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aliguori | Define OS-dependent qemu_getpagesize() (Hollis Blanchard) |
blob | commitdiff | raw | diff to current |
2008-11-06 |
aurel32 | Win32: Fix warnings |
blob | commitdiff | raw | diff to current |
2008-11-05 |
aliguori | Add KVM support to QEMU |
blob | commitdiff | raw | diff to current |
2008-10-28 |
balrog | page_check_range: fix wrap around test (Lauro Ramos... |
blob | commitdiff | raw | diff to current |
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 |
next |