summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01kvm: Avoid COW if KVM MMU is asynchronousJan Kiszka1-0/+4
2009-03-07Clear CPU_INTERRUPT_EXIT on VM loadaurel321-0/+1
2009-03-06Fix race condition on access to env->interrupt_requestaurel321-5/+6
2009-02-23Fix unassigned region offsets.pbrook1-2/+7
2009-02-18Fix cpu_physical_memory_rw() for 64-bit I/O accessesaurel321-12/+14
2009-02-11qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...aliguori1-5/+34
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-18/+7
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+2
2009-01-22Add map client retry notification (Avi Kivity)aliguori1-0/+40
2009-01-22Add target memory mapping API (Avi Kivity)aliguori1-0/+102
2009-01-15global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-13/+11
2009-01-15Adopt cpu_copy to new breakpoint API (Jan Kaszka)aliguori1-1/+23
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-29CRIS: Remove CRIS specific do_unassigned_access.edgar_igl1-6/+6
2008-12-09KVM: Coalesced MMIO supportaliguori1-0/+12
2008-12-08linux-user: Fix h2g usage in page_find_allocaurel321-3/+2
2008-12-02Cosmetic cleanups to previous patch.pbrook1-2/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-20/+62
2008-12-01Fix the comment added in r5844.balrog1-1/+1
2008-12-01arm: Reserve code buffer in memory range reachable for pc-relative branch.balrog1-0/+6
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