index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
2009-04-05
Fix some win32 compile warnings
blueswir1
2009-03-28
ROM write access for debugging (Jan Kiszka)
aliguori
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
2009-03-12
Guest debugging support for KVM (Jan Kiszka)
aliguori
2009-03-07
Use a dedicated function to request exit from execution loop
aurel32
2009-03-07
Clear CPU_INTERRUPT_EXIT on VM load
aurel32
2009-03-07
Support for DragonFly BSD (Hasso Tepper)
blueswir1
2009-03-07
Sparse fixes: NULL use, header order, ANSI prototypes, static
blueswir1
2009-03-07
The _exit syscall is used for both thread termination in NPTL applications,
pbrook
2009-03-06
Fix race condition on access to env->interrupt_request
aurel32
2009-02-23
Fix unassigned region offsets.
pbrook
2009-02-18
Fix cpu_physical_memory_rw() for 64-bit I/O accesses
aurel32
2009-02-11
qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...
aliguori
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-01-26
Log reset events (Jan Kiszka)
aliguori
2009-01-22
Add map client retry notification (Avi Kivity)
aliguori
2009-01-22
Add target memory mapping API (Avi Kivity)
aliguori
2009-01-15
global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)
aliguori
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
Adopt cpu_copy to new breakpoint API (Jan Kaszka)
aliguori
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
2008-12-29
CRIS: Remove CRIS specific do_unassigned_access.
edgar_igl
2008-12-09
KVM: Coalesced MMIO support
aliguori
2008-12-08
linux-user: Fix h2g usage in page_find_alloc
aurel32
2008-12-02
Cosmetic cleanups to previous patch.
pbrook
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
2008-12-01
Fix the comment added in r5844.
balrog
2008-12-01
arm: Reserve code buffer in memory range reachable for pc-relative branch.
balrog
2008-11-25
Use sys-queue.h for break/watchpoint managment (Jan Kiszka)
aliguori
2008-11-24
vga optimization (Glauber Costa)
aliguori
2008-11-18
Fix Windows build
aliguori
2008-11-18
Introduce BP_CPU as a breakpoint type (Jan Kiszka)
aliguori
2008-11-18
Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)
aliguori
2008-11-18
Remove premature memop TB terminations (Jan Kiszka)
aliguori
2008-11-18
Restore pc on watchpoint hits (Jan Kiszka)
aliguori
2008-11-18
Respect length of watchpoints (Jan Kiszka)
aliguori
2008-11-18
Refactor and enhance break/watchpoint API (Jan Kiszka)
aliguori
2008-11-18
Refactor translation block CPU state handling (Jan Kiszka)
aliguori
2008-11-11
Fix -linux-user build by reverting r5701
aliguori
2008-11-11
Define OS-dependent qemu_getpagesize() (Hollis Blanchard)
aliguori
2008-11-06
Win32: Fix warnings
aurel32
2008-11-05
Add KVM support to QEMU
aliguori
2008-10-28
page_check_range: fix wrap around test (Lauro Ramos Venancio).
balrog
2008-10-06
Show size for unassigned accesses (Robert Reif)
blueswir1
2008-10-06
Add dirty tracking for live migration
aliguori
2008-10-05
Variable logfilename is not used outside exec.c
blueswir1
2008-10-04
Add some missing static qualifiers
blueswir1
2008-10-02
Make CPULogItem tables const
blueswir1
2008-10-02
Add missing parenthesis in qemu_ram_alloc()
ths
2008-09-27
Allocate code gen buffer properly on FreeBSD
aliguori
[next]