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
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-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
2015-06-05
target-s390x: implement load-and-trap facility
Aurelien Jarno
2
-9
/
+81
2015-06-05
target-s390x: implement miscellaneous-instruction-extensions facility
Aurelien Jarno
2
-0
/
+4
2015-06-05
target-s390x: implement LPDFR and LNDFR instructions
Aurelien Jarno
1
-0
/
+2
2015-06-05
target-s390x: implement TRANSLATE EXTENDED instruction
Aurelien Jarno
4
-0
/
+51
2015-06-05
target-s390x: implement TRANSLATE AND TEST instruction
Aurelien Jarno
4
-0
/
+37
2015-06-05
target-s390x: implement LOAD FP INTEGER instructions
Aurelien Jarno
4
-0
/
+63
2015-06-05
target-s390x: move SET DFP ROUNDING MODE to the correct facility
Aurelien Jarno
1
-1
/
+1
2015-06-05
target-s390x: move STORE CLOCK FAST to the correct facility
Aurelien Jarno
1
-1
/
+1
2015-06-05
target-s390x: change CHRL and CGHRL format to RIL-b
Aurelien Jarno
1
-2
/
+2
2015-06-05
target-s390x: fix CLGIT instruction
Aurelien Jarno
1
-1
/
+1
2015-06-05
target-s390x: fix exception for invalid operation code
Aurelien Jarno
1
-1
/
+1
2015-06-05
target-s390x: implement LAY and LAEY instructions
Aurelien Jarno
2
-0
/
+38
2015-06-05
target-s390x: move a few instructions to the correct facility
Aurelien Jarno
1
-4
/
+4
2015-06-05
target-s390x: detect tininess before rounding for FP operations
Aurelien Jarno
1
-0
/
+8
2015-06-05
target-s390x: silence NaNs for LOAD LENGTHENED and LOAD ROUNDED
Aurelien Jarno
1
-6
/
+6
2015-06-05
target-s390x: define default NaN values
Aurelien Jarno
1
-2
/
+6
2015-06-05
target-s390x: fix MMU index computation
Aurelien Jarno
1
-4
/
+11
2015-06-05
target-s390x: fix PSW value on dynamical exception from helpers
Aurelien Jarno
1
-1
/
+1
2015-06-05
target-s390x: fix LOAD MULTIPLE instruction on page boundary
Aurelien Jarno
1
-29
/
+99
2015-06-05
target-s390x: implement STPT helper
Aurelien Jarno
1
-3
/
+4
2015-06-05
target-s390x: implement STCKC helper
Aurelien Jarno
1
-2
/
+3
2015-06-05
target-s390x: streamline STCK helper
Aurelien Jarno
1
-7
/
+2
2015-06-05
target-s390x: simplify SCKC helper
Aurelien Jarno
1
-3
/
+4
2015-06-05
target-s390x: add a tod2time function
Aurelien Jarno
2
-2
/
+7
2015-06-05
target-s390x: remove unused helpers
Aurelien Jarno
2
-22
/
+0
2015-06-05
target-s390x: optimize (negative-) abs computation
Aurelien Jarno
3
-26
/
+14
2015-06-05
target-s390x: fix CC computation for LOAD POSITIVE instructions
Aurelien Jarno
1
-2
/
+2
2015-06-05
target-s390x: fix CC computation for EX instruction
Aurelien Jarno
1
-2
/
+1
2015-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
32
-108
/
+920
2015-06-04
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
37
-222
/
+2703
2015-06-04
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...
Peter Maydell
34
-86
/
+71
[next]