summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Coalesced MMIO supportaliguori2008-12-091-0/+12
* linux-user: Fix h2g usage in page_find_allocaurel322008-12-081-3/+2
* Cosmetic cleanups to previous patch.pbrook2008-12-021-2/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-20/+62
* Fix the comment added in r5844.balrog2008-12-011-1/+1
* arm: Reserve code buffer in memory range reachable for pc-relative branch.balrog2008-12-011-0/+6
* Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori2008-11-251-60/+24
* vga optimization (Glauber Costa)aliguori2008-11-241-0/+6
* Fix Windows buildaliguori2008-11-181-2/+2
* Introduce BP_CPU as a breakpoint type (Jan Kiszka)aliguori2008-11-181-8/+38
* Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori2008-11-181-15/+20
* Remove premature memop TB terminations (Jan Kiszka)aliguori2008-11-181-4/+0
* Restore pc on watchpoint hits (Jan Kiszka)aliguori2008-11-181-2/+24
* Respect length of watchpoints (Jan Kiszka)aliguori2008-11-181-10/+20
* Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori2008-11-181-77/+118
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-34/+22
* Fix -linux-user build by reverting r5701aliguori2008-11-111-1/+10
* Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori2008-11-111-10/+1
* Win32: Fix warningsaurel322008-11-061-1/+0
* Add KVM support to QEMUaliguori2008-11-051-0/+4
* page_check_range: fix wrap around test (Lauro Ramos Venancio).balrog2008-10-281-3/+4
* Show size for unassigned accesses (Robert Reif)blueswir12008-10-061-12/+50
* Add dirty tracking for live migrationaliguori2008-10-061-2/+25
* Variable logfilename is not used outside exec.cblueswir12008-10-051-1/+1
* Add some missing static qualifiersblueswir12008-10-041-7/+7
* Make CPULogItem tables constblueswir12008-10-021-2/+2
* Add missing parenthesis in qemu_ram_alloc()ths2008-10-021-1/+1
* Allocate code gen buffer properly on FreeBSDaliguori2008-09-271-0/+22
* 64 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)aliguori2008-09-241-1/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Make page_find() return 0 for too-large addresses (Eduardo Habkost)aliguori2008-09-151-6/+16
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-1/+1
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-2/+2
* Fix a nit in exec.c, by Tristan Gingold.ths2008-08-291-1/+1
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-171-1/+1
* Map code buffers below 2G on Sparc64blueswir12008-07-261-6/+14
* Link ARM prologue closer to code segment to avoid a build failureblueswir12008-07-101-1/+13
* Avoid decremented overflow.pbrook2008-07-091-1/+1
* Fix typo.pbrook2008-07-011-1/+1
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-0/+29
* Spelling fixes, spotted by Stuart Brady.ths2008-06-301-6/+6
* Move CPU save/load registration to common code.pbrook2008-06-301-0/+5
* Add instruction counter.pbrook2008-06-291-29/+118
* Use qemu_mallocz.pbrook2008-06-091-2/+1
* Prevent guest reusing host memory allocations.pbrook2008-06-091-2/+26
* Clean up MMIO TLB handling.pbrook2008-06-091-119/+113
* Remove dead and bitrotten "qemu-fast" code.pbrook2008-06-081-128/+10
* Multithreaded locking fixes.pbrook2008-06-071-2/+11
* Multithreaded locking for mmap().pbrook2008-06-021-1/+19
* Mark host brk() area as reserved.pbrook2008-05-311-0/+1
OpenPOWER on IntegriCloud