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
/
include
/
exec
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/exec: Move cputlb exec.c defs out
Peter Crosthwaite
2015-09-16
2
-16
/
+18
*
cputlb: Change tlb_set_dirty() arg to cpu
Peter Crosthwaite
2015-09-16
1
-1
/
+1
*
cputlb: move CPU_LOOP() for tlb_reset() to exec.c
Peter Crosthwaite
2015-09-16
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
4
-94
/
+51
|
\
|
*
exec: make mmap_lock/mmap_unlock globally available
Paolo Bonzini
2015-09-09
1
-0
/
+6
|
*
remove unused spinlock.
KONRAD Frederic
2015-09-09
1
-49
/
+0
|
*
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
1
-2
/
+2
|
*
Move RAMBlock and ram_list to ram_addr.h
Dr. David Alan Gilbert
2015-09-09
2
-41
/
+40
|
*
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
1
-2
/
+2
|
*
tcg: introduce tcg_current_cpu
Paolo Bonzini
2015-09-09
1
-0
/
+1
*
|
cpu-exec: introduce loop exit with restore function
Pavel Dovgalyuk
2015-09-11
1
-0
/
+1
*
|
softmmu: remove now unused functions
Pavel Dovgalyuk
2015-09-11
1
-19
/
+0
*
|
softmmu: add helper function to pass through retaddr
Pavel Dovgalyuk
2015-09-11
2
-8
/
+76
*
|
tlb: Add "ifetch" argument to cpu_mmu_index()
Benjamin Herrenschmidt
2015-09-11
1
-2
/
+2
*
|
typofixes - v4
Veres Lajos
2015-09-11
1
-1
/
+1
*
|
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-11
1
-1
/
+1
*
|
include/exec/softmmu-semi.h: Add support for 64-bit values
Peter Maydell
2015-09-07
1
-0
/
+18
*
|
gdbstub: Implement gdb_do_syscallv()
Peter Maydell
2015-09-07
1
-0
/
+27
|
/
*
exec-all: Translate TCI return addresses backwards too
Peter Crosthwaite
2015-08-26
1
-5
/
+1
*
cputlb: Add functions for flushing TLB for a single MMU index
Peter Maydell
2015-08-25
1
-0
/
+47
*
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
Laurent Vivier
2015-08-24
2
-7
/
+5
*
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-08-24
1
-5
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-08-18
2
-32
/
+14
|
\
|
*
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-14
1
-21
/
+0
|
*
cpu_defs: Simplify CPUTLB padding logic
Peter Crosthwaite
2015-08-06
1
-11
/
+12
|
*
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
Sergey Fedorov
2015-08-06
1
-0
/
+2
*
|
Merge memory_region_init_reservation() into memory_region_init_io()
Pavel Fedin
2015-08-13
1
-3
/
+11
|
/
*
memory: count number of active VGA logging clients
Paolo Bonzini
2015-07-24
1
-0
/
+1
*
cpu: Change cpu_exec_init() arg to cpu, not env
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
cpu: Add Error argument to cpu_exec_init()
Bharata B Rao
2015-07-09
1
-1
/
+1
*
migration: extend migration_bitmap
Li Zhijian
2015-07-07
1
-0
/
+3
*
cpu-all: complete "real" host page size API
Peter Crosthwaite
2015-07-06
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-07-06
6
-36
/
+85
|
\
|
*
Stop including qemu-common.h in memory.h
Peter Maydell
2015-07-06
2
-1
/
+2
|
*
memory: Add global-locking property to memory regions
Jan Kiszka
2015-07-01
1
-0
/
+26
|
*
cpu-defs: Move out TB_JMP defines
Peter Crosthwaite
2015-06-26
2
-8
/
+8
|
*
include/exec: Move tb hash functions out
Peter Crosthwaite
2015-06-26
2
-20
/
+43
|
*
include/exec: Move standard exceptions to cpu-all.h
Peter Crosthwaite
2015-06-26
2
-6
/
+6
|
*
cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg
Peter Crosthwaite
2015-06-26
1
-1
/
+0
*
|
include/softmmu-semi.h: Make semihosting support 64-bit clean
Maciej W. Rozycki
2015-06-26
1
-6
/
+7
|
/
*
semihosting: add --semihosting-config arg sub-argument
Leon Alrae
2015-06-19
1
-0
/
+18
*
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
2015-06-19
2
-6
/
+44
*
softmmu: provide tlb_vaddr_to_host function for user mode
Aurelien Jarno
2015-06-17
1
-2
/
+6
*
linux-user: Allocate thunk size dynamically
Alexander Graf
2015-06-15
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into staging
Peter Maydell
2015-06-12
1
-0
/
+2
|
\
|
*
softmmu: Add probe_write()
Yongbok Kim
2015-06-11
1
-0
/
+2
*
|
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
2015-06-12
1
-2
/
+2
|
/
*
target-i386: introduce cpu_get_mem_attrs
Paolo Bonzini
2015-06-05
1
-1
/
+3
[next]