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
*
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
|
*
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
2015-04-27
1
-1
/
+2
*
|
target-arm: Add user-mode transaction attribute
Peter Maydell
2015-04-26
1
-0
/
+2
*
|
target-arm: Honour NS bits in page tables
Peter Maydell
2015-04-26
1
-0
/
+2
*
|
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
2015-04-26
1
-0
/
+67
*
|
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2015-04-26
1
-11
/
+20
*
|
Add MemTxAttrs to the IOTLB
Peter Maydell
2015-04-26
2
-0
/
+5
*
|
Make CPU iotlb a structure rather than a plain hwaddr
Peter Maydell
2015-04-26
1
-2
/
+11
*
|
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
2
-4
/
+31
*
|
memory: Define API for MemoryRegionOps to take attrs and return status
Peter Maydell
2015-04-26
2
-0
/
+63
|
/
*
tcg: Change translator-side labels to a pointer
Richard Henderson
2015-03-13
1
-2
/
+2
*
pc-dimm: add a function to calculate VM's current RAM size
zhanghailiang
2015-03-04
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-02-24
3
-8
/
+12
|
\
|
*
Convert ram_list to RCU
Mike Day
2015-02-16
1
-4
/
+2
|
*
exec: convert ram_list to QLIST
Mike Day
2015-02-16
1
-2
/
+2
|
*
cosmetic changes preparing for the following patches
Mike Day
2015-02-16
1
-0
/
+1
|
*
exec: protect mru_block with RCU
Paolo Bonzini
2015-02-16
1
-0
/
+2
|
*
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
2015-02-16
1
-0
/
+1
|
*
exec: make iotlb RCU-friendly
Paolo Bonzini
2015-02-16
2
-2
/
+3
|
*
exec: introduce cpu_reload_memory_map
Paolo Bonzini
2015-02-16
1
-0
/
+1
*
|
tcg: Put opcodes in a linked list
Richard Henderson
2015-02-12
1
-6
/
+16
*
|
tcg: Move emit of INDEX_op_end into gen_tb_end
Richard Henderson
2015-02-12
1
-0
/
+2
|
/
*
memory: unregister AddressSpace MemoryListener within BQL
Paolo Bonzini
2015-02-10
1
-0
/
+1
[next]