index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
Richard Henderson
2012-09-21
1
-3
/
+3
*
tcg-sparc: Don't MAP_FIXED on top of the program
Richard Henderson
2012-09-21
1
-4
/
+2
*
cpu_physical_memory_write_rom() needs to do TB invalidates
David Gibson
2012-09-17
1
-0
/
+7
*
add -machine mem-merge=on|off option
Luiz Capitulino
2012-09-17
1
-3
/
+16
*
memory: add -machine dump-guest-core=on|off
Jason Baron
2012-08-16
1
-0
/
+21
*
exec.c: fix dirty bitmap reallocation
Igor Mitsyanko
2012-08-11
1
-0
/
+2
*
exec.c: Remove out of date comment
Peter Maydell
2012-08-03
1
-8
/
+0
*
exec.c: Use subpages for large unaligned mappings
Tyler Hall
2012-08-03
1
-4
/
+9
*
exec.c: Fix off-by-one error in register_subpage
Tyler Hall
2012-08-03
1
-1
/
+1
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2012-07-18
1
-4
/
+4
|
\
|
*
memory: pass EventNotifier, not eventfd
Paolo Bonzini
2012-07-12
1
-4
/
+4
*
|
s390: autodetect map private
Christian Borntraeger
2012-07-10
1
-15
/
+3
*
|
dirty bitmap: abstract its use
Juan Quintela
2012-06-29
1
-2
/
+1
*
|
Only TCG needs TLB handling
Juan Quintela
2012-06-29
1
-10
/
+21
|
/
*
qemu-log: move logging to qemu-log.c
Blue Swirl
2012-06-21
1
-122
/
+0
*
qdev: Use wrapper for qdev_get_path
Anthony Liguori
2012-06-18
1
-2
/
+2
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-06-11
1
-10
/
+12
|
\
|
*
Clarify comments of tb_invalidate_phys_[page_]range
Jan Kiszka
2012-06-08
1
-10
/
+12
*
|
exec: fix TB invalidation after breakpoint insertion/deletion
Max Filippov
2012-06-09
1
-1
/
+2
|
/
*
Add API to check whether a physical address is I/O address
Wen Congyang
2012-06-04
1
-0
/
+12
*
linux-user: Fix stale tbs after mmap
Alexander Graf
2012-05-19
1
-0
/
+17
*
memory: move functions is_romd and section_addr to memory API
Blue Swirl
2012-05-01
1
-8
/
+0
*
cputlb: prepare private memory API for public consumption
Blue Swirl
2012-05-01
1
-31
/
+37
*
cputlb: move TLB handling to a separate file
Blue Swirl
2012-05-01
1
-374
/
+6
*
exec: prepare for splitting
Blue Swirl
2012-05-01
1
-65
/
+92
*
w64: Use uintptr_t in exec.c
Stefan Weil
2012-04-15
1
-37
/
+40
*
w64: Use larger alignment for section with generated code
Stefan Weil
2012-04-15
1
-2
/
+1
*
w64: Fix data types in cpu-all.h, exec.c
Stefan Weil
2012-04-15
1
-3
/
+3
*
exec: provide tb_invalidate_phys_addr function
Max Filippov
2012-04-14
1
-3
/
+6
*
Use uintptr_t for various op related functions
Blue Swirl
2012-04-14
1
-6
/
+6
*
w64: Fix data type of tb_next and other variables used for host addresses
Stefan Weil
2012-04-07
1
-3
/
+3
*
tcg: Use the GDB JIT debugging interface.
Richard Henderson
2012-03-24
1
-0
/
+1
*
exec: fix guest memory access for Xen
Anthony PERARD
2012-03-19
1
-2
/
+2
*
memory: check for watchpoints when getting code ram_addr
Avi Kivity
2012-03-19
1
-1
/
+2
*
exec: fix write tlb entry misused as iotlb
Avi Kivity
2012-03-19
1
-3
/
+8
*
softmmu templates: optionally pass CPUState to memory access functions
Blue Swirl
2012-03-18
1
-0
/
+4
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-57
/
+57
*
memory: get rid of cpu_register_io_memory()
Avi Kivity
2012-03-08
1
-57
/
+0
*
memory: dispatch directly via MemoryRegion
Avi Kivity
2012-03-08
1
-66
/
+36
*
exec: fix code tlb entry misused as iotlb in get_page_addr_code()
Avi Kivity
2012-03-08
1
-1
/
+1
*
memory: store section indices in iotlb instead of io indices
Avi Kivity
2012-03-08
1
-4
/
+19
*
memory: make phys_page_find() return an unadjusted section
Avi Kivity
2012-03-08
1
-116
/
+102
*
memory: fix I/O port aliases
Avi Kivity
2012-03-05
1
-2
/
+6
*
Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa
Blue Swirl
2012-03-03
1
-5
/
+13
|
\
|
*
exec: let cpu_watchpoint_insert accept larger watchpoints
Max Filippov
2012-02-20
1
-1
/
+2
|
*
exec: fix check_watchpoint exiting cpu_loop
Max Filippov
2012-02-20
1
-1
/
+2
|
*
exec: add missing breaks to the watch_mem_write
Max Filippov
2012-02-20
1
-3
/
+9
*
|
memory: allow phys_map tree paths to terminate early
Avi Kivity
2012-02-29
1
-11
/
+17
*
|
memory: unify PhysPageEntry::node and ::leaf
Avi Kivity
2012-02-29
1
-20
/
+18
*
|
memory: change phys_page_set() to set multiple pages
Avi Kivity
2012-02-29
1
-18
/
+23
[next]