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
*
exec: Make cpu_memory_rw_debug use the CPUs AS
Edgar E. Iglesias
2014-02-11
1
-5
/
+5
*
exec: Make cpu_physical_memory_write_rom input an AS
Edgar E. Iglesias
2014-02-11
1
-7
/
+8
*
exec: Make stb_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-3
/
+3
*
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-10
/
+10
*
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-2
/
+2
*
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-9
/
+10
*
exec: Make stq_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-6
/
+6
*
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-9
/
+9
*
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-11
/
+11
*
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
2014-02-11
1
-10
/
+9
*
exec: On AS changes, only flush affected CPU TLBs
Edgar E. Iglesias
2014-02-11
1
-0
/
+5
*
cpu: Add per-cpu address space
Edgar E. Iglesias
2014-02-11
1
-8
/
+19
*
exec: Make memory_region_section_get_iotlb use section AS
Edgar E. Iglesias
2014-02-11
1
-1
/
+1
*
exec: Always initialize MemorySection address spaces
Edgar E. Iglesias
2014-02-11
1
-0
/
+2
*
exec: Make iotlb_to_region input an AS
Edgar E. Iglesias
2014-02-11
1
-3
/
+2
*
exec: Make tb_invalidate_phys_addr input an AS
Edgar E. Iglesias
2014-02-11
1
-1
/
+2
*
memory: fix limiting of translation at a page boundary
Paolo Bonzini
2014-02-10
1
-16
/
+19
*
address_space_translate: do not cross page boundaries
Stefano Stabellini
2014-01-30
1
-2
/
+4
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2014-01-24
1
-1
/
+1
|
\
|
*
mempath prefault: fix off-by-one error
Marcelo Tosatti
2013-12-30
1
-1
/
+1
|
*
roms: Flush icache when writing roms to guest memory
Alexander Graf
2013-12-13
1
-5
/
+39
*
|
memory: split cpu_physical_memory_* functions to its own include
Juan Quintela
2014-01-13
1
-0
/
+1
*
|
memory: cpu_physical_memory_set_dirty_tracking() should return void
Juan Quintela
2014-01-13
1
-6
/
+4
*
|
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
2014-01-13
1
-11
/
+8
*
|
memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
Juan Quintela
2014-01-13
1
-3
/
+3
*
|
memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range
Juan Quintela
2014-01-13
1
-1
/
+1
*
|
memory: split dirty bitmap into three
Juan Quintela
2014-01-13
1
-3
/
+6
*
|
memory: only resize dirty bitmap when memory size increases
Juan Quintela
2014-01-13
1
-3
/
+9
*
|
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
2014-01-13
1
-9
/
+10
*
|
memory: cpu_physical_memory_set_dirty_range() always dirty all flags
Juan Quintela
2014-01-13
1
-1
/
+1
*
|
memory: set single dirty flags when possible
Juan Quintela
2014-01-13
1
-3
/
+4
*
|
memory: make cpu_physical_memory_is_dirty return bool
Juan Quintela
2014-01-13
1
-5
/
+2
*
|
exec: create function to get a single dirty bit
Juan Quintela
2014-01-13
1
-1
/
+1
*
|
exec: use accessor function to know if memory is dirty
Juan Quintela
2014-01-13
1
-1
/
+1
*
|
roms: Flush icache when writing roms to guest memory
Alexander Graf
2013-12-20
1
-5
/
+39
*
|
exec: separate sections and nodes per address space
Marcel Apfelbaum
2013-12-11
1
-89
/
+66
*
|
exec: reduce L2_PAGE_SIZE
Michael S. Tsirkin
2013-12-10
1
-1
/
+1
*
|
exec: make address spaces 64-bit wide
Paolo Bonzini
2013-12-10
1
-6
/
+2
*
|
exec: memory radix tree page level compression
Michael S. Tsirkin
2013-12-10
1
-1
/
+74
*
|
exec: pass hw address to phys_page_find
Michael S. Tsirkin
2013-12-10
1
-4
/
+4
*
|
exec: extend skip field to 6 bit, page entry to 32 bit
Michael S. Tsirkin
2013-12-10
1
-6
/
+6
*
|
exec: replace leaf with skip
Michael S. Tsirkin
2013-12-10
1
-8
/
+9
*
|
split definitions for exec.c and translate-all.c radix trees
Paolo Bonzini
2013-12-10
1
-8
/
+21
|
/
*
qemu: mempath: prefault pages manually (v4)
Marcelo Tosatti
2013-11-25
1
-12
/
+47
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-11-13
1
-6
/
+1
|
\
|
*
Revert "exec: limit system memory size"
Michael S. Tsirkin
2013-11-10
1
-6
/
+1
*
|
exec: fix breakpoint_invalidate when pc may not be translated
Max Filippov
2013-11-08
1
-2
/
+4
|
/
*
exec: limit system memory size
Michael S. Tsirkin
2013-11-04
1
-1
/
+6
*
exec: Fix bounce buffer allocation in address_space_map()
Kevin Wolf
2013-10-28
1
-1
/
+3
*
exec: remove qemu_safe_ram_ptr
Paolo Bonzini
2013-10-17
1
-69
/
+28
[next]