index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-07
Use a dedicated function to request exit from execution loop
aurel32
1
-24
/
+32
2009-03-07
Clear CPU_INTERRUPT_EXIT on VM load
aurel32
1
-0
/
+1
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
1
-1
/
+1
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
1
-1
/
+1
2009-03-07
The _exit syscall is used for both thread termination in NPTL applications,
pbrook
1
-0
/
+6
2009-03-06
Fix race condition on access to env->interrupt_request
aurel32
1
-5
/
+6
2009-02-23
Fix unassigned region offsets.
pbrook
1
-2
/
+7
2009-02-18
Fix cpu_physical_memory_rw() for 64-bit I/O accesses
aurel32
1
-12
/
+14
2009-02-11
qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...
aliguori
1
-5
/
+34
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-18
/
+7
2009-01-26
Log reset events (Jan Kiszka)
aliguori
1
-0
/
+2
2009-01-22
Add map client retry notification (Avi Kivity)
aliguori
1
-0
/
+40
2009-01-22
Add target memory mapping API (Avi Kivity)
aliguori
1
-0
/
+102
2009-01-15
global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)
aliguori
1
-1
/
+1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-13
/
+11
2009-01-15
Adopt cpu_copy to new breakpoint API (Jan Kaszka)
aliguori
1
-1
/
+23
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-29
CRIS: Remove CRIS specific do_unassigned_access.
edgar_igl
1
-6
/
+6
2008-12-09
KVM: Coalesced MMIO support
aliguori
1
-0
/
+12
2008-12-08
linux-user: Fix h2g usage in page_find_alloc
aurel32
1
-3
/
+2
2008-12-02
Cosmetic cleanups to previous patch.
pbrook
1
-2
/
+1
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
1
-20
/
+62
2008-12-01
Fix the comment added in r5844.
balrog
1
-1
/
+1
2008-12-01
arm: Reserve code buffer in memory range reachable for pc-relative branch.
balrog
1
-0
/
+6
2008-11-25
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
aliguori
1
-60
/
+24
2008-11-24
vga optimization (Glauber Costa)
aliguori
1
-0
/
+6
2008-11-18
Fix Windows build
aliguori
1
-2
/
+2
2008-11-18
Introduce BP_CPU as a breakpoint type (Jan Kiszka)
aliguori
1
-8
/
+38
2008-11-18
Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
aliguori
1
-15
/
+20
2008-11-18
Remove premature memop TB terminations (Jan Kiszka)
aliguori
1
-4
/
+0
2008-11-18
Restore pc on watchpoint hits (Jan Kiszka)
aliguori
1
-2
/
+24
2008-11-18
Respect length of watchpoints (Jan Kiszka)
aliguori
1
-10
/
+20
2008-11-18
Refactor and enhance break/watchpoint API (Jan Kiszka)
aliguori
1
-77
/
+118
2008-11-18
Refactor translation block CPU state handling (Jan Kiszka)
aliguori
1
-34
/
+22
2008-11-11
Fix -linux-user build by reverting r5701
aliguori
1
-1
/
+10
2008-11-11
Define OS-dependent qemu_getpagesize() (Hollis Blanchard)
aliguori
1
-10
/
+1
2008-11-06
Win32: Fix warnings
aurel32
1
-1
/
+0
2008-11-05
Add KVM support to QEMU
aliguori
1
-0
/
+4
2008-10-28
page_check_range: fix wrap around test (Lauro Ramos Venancio).
balrog
1
-3
/
+4
2008-10-06
Show size for unassigned accesses (Robert Reif)
blueswir1
1
-12
/
+50
2008-10-06
Add dirty tracking for live migration
aliguori
1
-2
/
+25
2008-10-05
Variable logfilename is not used outside exec.c
blueswir1
1
-1
/
+1
2008-10-04
Add some missing static qualifiers
blueswir1
1
-7
/
+7
2008-10-02
Make CPULogItem tables const
blueswir1
1
-2
/
+2
2008-10-02
Add missing parenthesis in qemu_ram_alloc()
ths
1
-1
/
+1
2008-09-27
Allocate code gen buffer properly on FreeBSD
aliguori
1
-0
/
+22
2008-09-24
64 bit truncation in code_gen_buffer_size calculation (Jes Sorensen)
aliguori
1
-1
/
+1
2008-09-20
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
1
-1
/
+1
2008-09-15
Make page_find() return 0 for too-large addresses (Eduardo Habkost)
aliguori
1
-6
/
+16
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
1
-1
/
+1
[next]