index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-11
Implement dynamic guest ram allocation.
pbrook
1
-14
/
+116
2009-04-11
Remove code phys_ram_base uses.
pbrook
1
-19
/
+41
2009-04-09
Cleanup SPARC/TCX framebuffer allocation.
pbrook
1
-0
/
+8
2009-04-07
Allow 5 mmu indexes.
aurel32
1
-5
/
+25
2009-04-05
Fix some win32 compile warnings
blueswir1
1
-1
/
+0
2009-03-28
ROM write access for debugging (Jan Kiszka)
aliguori
1
-3
/
+8
2009-03-16
Delete some unused macros detected with -Wp,-Wunused-macros use
blueswir1
1
-3
/
+0
2009-03-12
Guest debugging support for KVM (Jan Kiszka)
aliguori
1
-3
/
+7
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
[next]