index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-05
target-i386: wake up processors that receive an SMI
Paolo Bonzini
1
-1
/
+3
2015-06-05
target-i386: set G=1 in SMM big real mode selectors
Paolo Bonzini
1
-6
/
+6
2015-06-05
target-i386: mask NMIs on entry to SMM
Paolo Bonzini
2
-9
/
+20
2015-06-05
target-i386: Use correct memory attributes for ioport accesses
Paolo Bonzini
5
-87
/
+58
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
[prev]
[next]