aboutsummaryrefslogtreecommitdiffstats
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-60/+24
2008-11-24vga optimization (Glauber Costa)aliguori1-0/+6
2008-11-18Fix Windows buildaliguori1-2/+2
2008-11-18Introduce BP_CPU as a breakpoint type (Jan Kiszka)aliguori1-8/+38
2008-11-18Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori1-15/+20
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori1-4/+0
2008-11-18Restore pc on watchpoint hits (Jan Kiszka)aliguori1-2/+24
2008-11-18Respect length of watchpoints (Jan Kiszka)aliguori1-10/+20
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-77/+118
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-34/+22
2008-11-11Fix -linux-user build by reverting r5701aliguori1-1/+10
2008-11-11Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori1-10/+1
2008-11-06Win32: Fix warningsaurel321-1/+0
2008-11-05Add KVM support to QEMUaliguori1-0/+4
2008-10-28page_check_range: fix wrap around test (Lauro Ramos Venancio).balrog1-3/+4
2008-10-06Show size for unassigned accesses (Robert Reif)blueswir11-12/+50
2008-10-06Add dirty tracking for live migrationaliguori1-2/+25
2008-10-05Variable logfilename is not used outside exec.cblueswir11-1/+1
2008-10-04Add some missing static qualifiersblueswir11-7/+7
2008-10-02Make CPULogItem tables constblueswir11-2/+2
2008-10-02Add missing parenthesis in qemu_ram_alloc()ths1-1/+1
2008-09-27Allocate code gen buffer properly on FreeBSDaliguori1-0/+22
2008-09-2464 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)aliguori1-1/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-09-15Make page_find() return 0 for too-large addresses (Eduardo Habkost)aliguori1-6/+16
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-1/+1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-2/+2
2008-08-29Fix a nit in exec.c, by Tristan Gingold.ths1-1/+1
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir11-1/+1
2008-07-26Map code buffers below 2G on Sparc64blueswir11-6/+14
2008-07-10Link ARM prologue closer to code segment to avoid a build failureblueswir11-1/+13
2008-07-09Avoid decremented overflow.pbrook1-1/+1
2008-07-01Fix typo.pbrook1-1/+1
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-0/+29
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-6/+6
2008-06-30Move CPU save/load registration to common code.pbrook1-0/+5
2008-06-29Add instruction counter.pbrook1-29/+118
2008-06-09Use qemu_mallocz.pbrook1-2/+1
2008-06-09Prevent guest reusing host memory allocations.pbrook1-2/+26
2008-06-09Clean up MMIO TLB handling.pbrook1-119/+113
2008-06-08Remove dead and bitrotten "qemu-fast" code.pbrook1-128/+10
2008-06-07Multithreaded locking fixes.pbrook1-2/+11
2008-06-02Multithreaded locking for mmap().pbrook1-1/+19
2008-05-31Mark host brk() area as reserved.pbrook1-0/+1
2008-05-30kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit hostbellard1-0/+7
2008-05-29Fix rounding error.pbrook1-1/+1
2008-05-29keep static code gen buffer for user mode - mark user mode reserved pages aft...bellard1-5/+29
2008-05-28variable dynamic translation buffer sizebellard1-18/+68
2008-05-24Dont try to keep the tlb and the jmp cache synchronized.edgar_igl1-3/+0
2008-05-24Dynamically allocate tbs. Avoids branch range problems on RISC hosts.pbrook1-1/+2