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
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-81
/
+81
*
Call MADV_HUGEPAGE for guest RAM allocations
Luiz Capitulino
2012-10-22
1
-0
/
+1
*
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
Anthony Liguori
2012-10-22
1
-1
/
+1
|
\
|
*
ram: Export last_ram_offset()
Juan Quintela
2012-10-17
1
-1
/
+1
*
|
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
2012-10-22
1
-184
/
+133
|
\
\
|
*
|
memory: add address_space_destroy()
Avi Kivity
2012-10-22
1
-0
/
+10
|
*
|
memory: per-AddressSpace dispatch
Avi Kivity
2012-10-22
1
-67
/
+107
|
*
|
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
2012-10-22
1
-5
/
+5
|
*
|
memory: move tcg flush into a tcg memory listener
Avi Kivity
2012-10-22
1
-2
/
+6
|
*
|
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
2012-10-22
1
-2
/
+7
|
*
|
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
2012-10-22
1
-13
/
+0
|
*
|
memory: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
1
-96
/
+0
|
*
|
memory: rename 'exec-obsolete.h'
Avi Kivity
2012-10-15
1
-2
/
+1
|
|
/
*
|
exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
Richard Henderson
2012-10-20
1
-0
/
+4
*
|
exec: Allocate code_gen_prologue from code_gen_buffer
Richard Henderson
2012-10-20
1
-19
/
+11
*
|
exec: Do not use absolute address hints for code_gen_buffer with -fpie
Richard Henderson
2012-10-20
1
-1
/
+6
*
|
exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large
Richard Henderson
2012-10-20
1
-1
/
+5
*
|
exec: Split up and tidy code_gen_buffer
Richard Henderson
2012-10-20
1
-92
/
+103
|
/
*
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
2012-10-05
1
-10
/
+2
*
exec, memory: Call to xen_modified_memory.
Anthony PERARD
2012-10-03
1
-0
/
+1
*
exec: Introduce helper to set dirty flags.
Anthony PERARD
2012-10-03
1
-35
/
+17
*
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
[next]