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
*
Revert "virtio-pci: replace byte swap hack"
Blue Swirl
2013-01-06
1
-0
/
+18
*
virtio-pci: replace byte swap hack
Blue Swirl
2013-01-06
1
-18
/
+0
*
protect the ramlist with a separate mutex
Umesh Deshpande
2012-12-20
1
-2
/
+27
*
add a version number to ram_list
Umesh Deshpande
2012-12-20
1
-0
/
+4
*
exec: sort the memory from biggest to smallest
Paolo Bonzini
2012-12-20
1
-2
/
+12
*
exec: change RAM list to a TAILQ
Paolo Bonzini
2012-12-20
1
-17
/
+17
*
exec: change ramlist from MRU order to a 1-item cache
Paolo Bonzini
2012-12-20
1
-21
/
+28
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-4
/
+4
*
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-19
1
-0
/
+1
*
exec: move TB handling to translate-all.c
Blue Swirl
2012-12-16
1
-1711
/
+2
*
exec: extract TB watchpoint check
Blue Swirl
2012-12-16
1
-8
/
+14
*
exec: fix coding style
Blue Swirl
2012-12-16
1
-68
/
+110
*
exec: Advise huge pages for the TCG code gen buffer
Richard Henderson
2012-12-08
1
-0
/
+2
*
dma: Define dma_context_memory and use in sysbus-ohci
Peter Maydell
2012-11-12
1
-0
/
+5
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
2012-11-03
1
-6
/
+9
|
\
|
*
exec: make some functions static
Blue Swirl
2012-11-01
1
-6
/
+9
*
|
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
Yeongkyoon Lee
2012-11-03
1
-0
/
+11
*
|
cpu: Move thread_id to CPUState
Andreas Färber
2012-10-31
1
-1
/
+4
*
|
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
1
-1
/
+1
*
|
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
2012-10-31
1
-1
/
+2
|
/
*
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
[next]