index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-05
target-i386: Use correct memory attributes for memory accesses
Paolo Bonzini
5
-290
/
+394
2015-06-05
target-i386: introduce cpu_get_mem_attrs
Paolo Bonzini
4
-3
/
+11
2015-06-05
icount: print a warning if there is no more deadline in sleep=no mode
Victor CLEMENT
1
-0
/
+5
2015-06-05
icount: add sleep parameter to the icount option to set icount_sleep mode
Victor CLEMENT
3
-2
/
+22
2015-06-05
icount: implement a new icount_sleep mode toggleing real-time cpu sleep
Victor CLEMENT
1
-26
/
+44
2015-06-05
memory: use mr->ram_addr in "is this RAM?" assertions
Paolo Bonzini
1
-8
/
+10
2015-06-05
memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
Stefan Hajnoczi
1
-3
/
+3
2015-06-05
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
4
-38
/
+33
2015-06-05
migration: move dirty bitmap sync to ram_addr.h
Stefan Hajnoczi
2
-44
/
+46
2015-06-05
memory: use atomic ops for setting dirty memory bits
Stefan Hajnoczi
1
-7
/
+9
2015-06-05
bitmap: add atomic test and clear
Stefan Hajnoczi
2
-0
/
+47
2015-06-05
bitmap: add atomic set functions
Stefan Hajnoczi
3
-0
/
+54
2015-06-05
memory: do not touch code dirty bitmap unless TCG is enabled
Paolo Bonzini
1
-3
/
+5
2015-06-05
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
2
-16
/
+31
2015-06-05
exec: invert return value of cpu_physical_memory_get_clean, rename
Paolo Bonzini
1
-5
/
+5
2015-06-05
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
3
-27
/
+29
2015-06-05
translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr...
Paolo Bonzini
1
-9
/
+6
2015-06-05
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
3
-5
/
+3
2015-06-05
translate-all: remove unnecessary argument to tb_invalidate_phys_range
Paolo Bonzini
4
-9
/
+7
2015-06-05
exec: move functions to translate-all.h
Paolo Bonzini
4
-5
/
+11
2015-06-05
exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
Paolo Bonzini
1
-40
/
+19
2015-06-05
ram_addr: tweaks to xen_modified_memory
Paolo Bonzini
2
-2
/
+4
2015-06-05
kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log mask
Paolo Bonzini
1
-54
/
+2
2015-06-05
memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask
Paolo Bonzini
1
-2
/
+18
2015-06-05
kvm: accept non-mapped memory in kvm_dirty_pages_log_change
Paolo Bonzini
1
-5
/
+3
2015-06-05
memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
Paolo Bonzini
2
-2
/
+6
2015-06-05
ui/console: remove dpy_gfx_update_dirty
Paolo Bonzini
2
-65
/
+0
2015-06-05
framebuffer: check memory_region_is_logging
Paolo Bonzini
1
-0
/
+4
2015-06-05
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
5
-19
/
+44
2015-06-05
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
7
-8
/
+27
2015-06-05
display: add memory_region_sync_dirty_bitmap calls
Paolo Bonzini
4
-0
/
+5
2015-06-05
display: enable DIRTY_MEMORY_VGA tracking explicitly
Paolo Bonzini
5
-7
/
+17
2015-06-05
g364fb: remove pointless call to memory_region_set_coalescing
Paolo Bonzini
1
-1
/
+0
2015-06-05
memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
Paolo Bonzini
2
-2
/
+2
2015-06-05
Makefile.target: set master BUILD_DIR
Peter Crosthwaite
1
-0
/
+2
2015-06-05
exec: optimize phys_page_set_level
Paolo Bonzini
1
-14
/
+10
2015-06-05
qemu-nbd: Switch to qemu_set_fd_handler
Fam Zheng
1
-4
/
+17
2015-06-05
ppc: add helpful message when KVM fails to start VCPU
Laurent Vivier
1
-0
/
+8
2015-06-05
Move parallel_hds_isa_init to hw/isa/isa-bus.c
Miroslav Rezanina
2
-25
/
+26
2015-06-05
Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' in...
Peter Maydell
13
-168
/
+597
2015-06-04
macio: remove remainder_len DBDMA_io property
Mark Cave-Ayland
2
-14
/
+0
2015-06-04
macio: update comment/constants to reflect the new code
Mark Cave-Ayland
1
-33
/
+13
2015-06-04
macio: switch pmac_dma_write() over to new offset/len implementation
Mark Cave-Ayland
2
-64
/
+55
2015-06-04
macio: switch pmac_dma_read() over to new offset/len implementation
Mark Cave-Ayland
1
-62
/
+40
2015-06-05
target-s390x: Only access allocated storage keys
Alexander Graf
1
-1
/
+1
2015-06-05
target-s390x: fix MVC instruction when areas overlap
Aurelien Jarno
1
-3
/
+4
2015-06-05
target-s390x: use softmmu functions for mvcp/mvcs
Aurelien Jarno
1
-33
/
+20
2015-06-05
target-s390x: support non current ASC in s390_cpu_handle_mmu_fault
Aurelien Jarno
1
-1
/
+1
2015-06-05
target-s390x: add a cpu_mmu_idx_to_asc function
Aurelien Jarno
1
-3
/
+22
2015-06-05
target-s390x: implement high-word facility
Aurelien Jarno
2
-0
/
+98
[prev]
[next]