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
*
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
*
memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
Stefan Hajnoczi
2015-06-05
1
-3
/
+3
*
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
2015-06-05
1
-23
/
+10
*
migration: move dirty bitmap sync to ram_addr.h
Stefan Hajnoczi
2015-06-05
1
-0
/
+44
*
memory: use atomic ops for setting dirty memory bits
Stefan Hajnoczi
2015-06-05
1
-7
/
+9
*
memory: do not touch code dirty bitmap unless TCG is enabled
Paolo Bonzini
2015-06-05
1
-3
/
+5
*
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
2015-06-05
1
-7
/
+18
*
exec: invert return value of cpu_physical_memory_get_clean, rename
Paolo Bonzini
2015-06-05
1
-5
/
+5
*
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
2015-06-05
1
-17
/
+16
*
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
2015-06-05
1
-2
/
+1
*
exec: move functions to translate-all.h
Paolo Bonzini
2015-06-05
1
-5
/
+1
*
ram_addr: tweaks to xen_modified_memory
Paolo Bonzini
2015-06-05
1
-1
/
+2
*
memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
Paolo Bonzini
2015-06-05
1
-2
/
+2
*
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
2015-06-05
1
-2
/
+4
*
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
2015-06-05
1
-2
/
+14
*
memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
Paolo Bonzini
2015-06-05
1
-2
/
+1
*
softmmu: support up to 12 MMU modes
Paolo Bonzini
2015-06-03
2
-8
/
+131
*
Add stream ID to MSI write
Pavel Fedin
2015-05-31
1
-0
/
+2
*
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
2015-04-30
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-30
2
-1
/
+14
|
\
|
*
memory: add memory_region_ram_resize
Paolo Bonzini
2015-04-27
1
-0
/
+12
[next]