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
*
include/exec: Move cputlb exec.c defs out
Peter Crosthwaite
2015-09-16
1
-1
/
+0
*
cputlb: Change tlb_set_dirty() arg to cpu
Peter Crosthwaite
2015-09-16
1
-2
/
+1
*
cputlb: move CPU_LOOP() for tlb_reset() to exec.c
Peter Crosthwaite
2015-09-16
1
-1
/
+4
*
cpu: Add crash_occurred flag into CPUState
Andrey Smetanin
2015-09-16
1
-0
/
+19
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-1
/
+1
|
\
|
*
remove qemu/tls.h
Paolo Bonzini
2015-09-09
1
-1
/
+1
*
|
exec.c: Use pow2floor() rather than hand-calculation
Peter Maydell
2015-09-07
1
-3
/
+1
|
/
*
exec: use macro ROUND_UP for alignment
Chen Hanxiao
2015-08-14
1
-1
/
+1
*
exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get...
Peter Maydell
2015-07-23
1
-1
/
+4
*
cpu: Change cpu_exec_init() arg to cpu, not env
Peter Crosthwaite
2015-07-09
1
-3
/
+2
*
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
2015-07-09
1
-2
/
+1
*
cpu: Convert cpu_index into a bitmap
Bharata B Rao
2015-07-09
1
-5
/
+53
*
cpu: Add Error argument to cpu_exec_init()
Bharata B Rao
2015-07-09
1
-1
/
+1
*
cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch init
Eduardo Habkost
2015-07-09
1
-5
/
+6
*
cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()
Eduardo Habkost
2015-07-09
1
-2
/
+0
*
cpu: No need to zero-initialize CPUState::numa_node
Eduardo Habkost
2015-07-09
1
-1
/
+0
*
migration: extend migration_bitmap
Li Zhijian
2015-07-07
1
-0
/
+5
*
exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal
Paolo Bonzini
2015-07-06
1
-1
/
+13
*
memory: let address_space_rw/ld*/st* run outside the BQL
Jan Kiszka
2015-07-01
1
-9
/
+57
*
exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*
Paolo Bonzini
2015-07-01
1
-0
/
+21
*
exec: clamp accesses against the MemoryRegionSection
Paolo Bonzini
2015-06-19
1
-1
/
+1
*
exec: do not clamp accesses to MMIO regions
Paolo Bonzini
2015-06-19
1
-2
/
+6
*
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
2015-06-12
1
-2
/
+8
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-7
/
+4
*
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
2015-06-05
1
-6
/
+17
*
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
2015-06-05
1
-9
/
+13
*
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
2015-06-05
1
-9
/
+11
*
translate-all: remove unnecessary argument to tb_invalidate_phys_range
Paolo Bonzini
2015-06-05
1
-1
/
+1
*
exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
Paolo Bonzini
2015-06-05
1
-40
/
+19
*
ram_addr: tweaks to xen_modified_memory
Paolo Bonzini
2015-06-05
1
-1
/
+2
*
exec: optimize phys_page_set_level
Paolo Bonzini
2015-06-05
1
-14
/
+10
*
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
2015-04-30
1
-4
/
+29
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-30
1
-30
/
+51
|
\
|
*
exec: Respect as_translate_internal length clamp
Peter Crosthwaite
2015-04-27
1
-4
/
+2
|
*
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
2015-04-27
1
-13
/
+21
|
*
exec: Notify cpu_register_map_client caller if the bounce buffer is available
Fam Zheng
2015-04-27
1
-7
/
+16
|
*
exec: Protect map_client_list with mutex
Fam Zheng
2015-04-27
1
-9
/
+13
|
*
exec: Atomic access to bounce buffer
Fam Zheng
2015-04-27
1
-1
/
+3
*
|
exec.c: Capture the memory attributes for a watchpoint hit
Peter Maydell
2015-04-26
1
-15
/
+31
*
|
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
2015-04-26
1
-50
/
+247
*
|
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2015-04-26
1
-23
/
+28
*
|
exec.c: Convert subpage memory ops to _with_attrs
Peter Maydell
2015-04-26
1
-12
/
+21
*
|
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
1
-16
/
+31
|
/
*
Revert "exec: Respect as_tranlsate_internal length clamp"
Paolo Bonzini
2015-04-01
1
-2
/
+4
*
exec: avoid possible overwriting of mmaped area in qemu_ram_remap
Paolo Bonzini
2015-03-26
1
-1
/
+0
*
exec: Respect as_tranlsate_internal length clamp
Peter Crosthwaite
2015-03-18
1
-4
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-03-12
1
-3
/
+5
|
\
|
*
exec: don't include hw/boards for linux-user
Michael S. Tsirkin
2015-03-11
1
-0
/
+2
|
*
machine: query mem-merge machine property
Marcel Apfelbaum
2015-03-11
1
-1
/
+1
|
*
machine: query dump-guest-core machine property
Marcel Apfelbaum
2015-03-11
1
-2
/
+2
[next]