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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...
Peter Maydell
1
-7
/
+3
2017-06-22
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into staging
Peter Maydell
3
-10
/
+38
2017-06-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2017-06-20
i386/cpu: use get_uint() for "min-level"/"min-xlevel" properties
Marc-André Lureau
1
-2
/
+2
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-5
/
+1
2017-06-20
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...
Peter Maydell
4
-109
/
+138
2017-06-19
target/arm: Exit after clearing aarch64 interrupt mask
Richard Henderson
1
-1
/
+6
2017-06-19
target/s390x: Exit after changing PSW mask
Richard Henderson
1
-4
/
+10
2017-06-19
target/alpha: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
1
-5
/
+22
2017-06-15
hax-all: make async_safe_run_on_cpu safe on HAX too
Paolo Bonzini
1
-1
/
+2
2017-06-15
target-m68k: define ext_opsize
Laurent Vivier
1
-19
/
+24
2017-06-15
target-m68k: move FPU helpers to fpu_helper.c
Laurent Vivier
3
-89
/
+113
2017-06-15
target/m68k: fix V flag for CC_OP_SUBx
Laurent Vivier
1
-1
/
+1
2017-06-13
s390x/cpumodel: wire up cpu type + id for TCG
David Hildenbrand
5
-14
/
+16
2017-06-13
target/s390x: rework PGM interrupt psw.addr handling
David Hildenbrand
5
-32
/
+49
2017-06-13
target/s390x: correctly indicate PER nullification
David Hildenbrand
1
-0
/
+1
2017-06-13
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170609' int...
Peter Maydell
2
-4
/
+5
2017-06-13
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into s...
Peter Maydell
4
-3
/
+22
2017-06-08
target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok()
Greg Kurz
1
-0
/
+1
2017-06-08
target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok()
Greg Kurz
2
-4
/
+4
2017-06-07
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
8
-102
/
+125
2017-06-07
kvm: don't register smram_listener when smm is off
Gonglei
1
-1
/
+3
2017-06-07
target/i386: Add GDB XML description for SSE registers
Abdallah Bouassida
1
-4
/
+4
2017-06-07
i386/kvm: do not zero out segment flags if segment is unusable or not present
Roman Pen
1
-12
/
+8
2017-06-07
i386: fix read/write cr with icount option
Mihail Abakumov
1
-0
/
+12
2017-06-07
target/i386: use multiple CPU AddressSpaces
Paolo Bonzini
5
-55
/
+47
2017-06-07
target/i386: enable A20 automatically in system management mode
Paolo Bonzini
3
-27
/
+42
2017-06-07
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...
Peter Maydell
3
-0
/
+14
2017-06-07
target/m68k: implement rtd
Laurent Vivier
3
-0
/
+14
2017-06-06
target/s390x: addressing exceptions are suppressing
David Hildenbrand
1
-1
/
+1
2017-06-06
target/s390x: mark ETF2 and ETF2-ENH facilities as available
Aurelien Jarno
1
-0
/
+2
2017-06-06
target/s390x: check alignment in CDSG in the !CONFIG_ATOMIC128 case
Aurelien Jarno
1
-0
/
+2
2017-06-06
target/s390x: implement STORE PAIR TO QUADWORD
Aurelien Jarno
4
-0
/
+33
2017-06-06
target/s390x: implement LOAD PAIR FROM QUADWORD
Aurelien Jarno
4
-0
/
+37
2017-06-06
target/s390x: implement TRANSLATE ONE/TWO TO ONE/TWO
Aurelien Jarno
4
-0
/
+85
2017-06-06
target/s390x: implement TEST DECIMAL
Aurelien Jarno
4
-0
/
+36
2017-06-06
target/s390x: implement UNPACK UNICODE
Aurelien Jarno
4
-10
/
+60
2017-06-06
target/s390x: implement UNPACK ASCII
Aurelien Jarno
4
-0
/
+71
2017-06-06
target/s390x: implement PACK UNICODE
Aurelien Jarno
4
-9
/
+40
2017-06-06
target/s390x: implement PACK ASCII
Aurelien Jarno
4
-0
/
+54
2017-06-06
target/s390x: implement MOVE LONG UNICODE
Aurelien Jarno
4
-6
/
+65
2017-06-06
target/s390x: implement COMPARE LOGICAL LONG UNICODE
Aurelien Jarno
5
-15
/
+90
2017-06-06
target/s390x: improve MOVE LONG and MOVE LONG EXTENDED
Aurelien Jarno
2
-60
/
+70
2017-06-06
target/s390x: fix adj_len_to_page
Aurelien Jarno
1
-1
/
+1
2017-06-06
target/s390x: implement COMPARE LOGICAL LONG
Aurelien Jarno
4
-23
/
+83
2017-06-06
target/s390x: fix COMPARE LOGICAL LONG EXTENDED
Aurelien Jarno
2
-22
/
+52
2017-06-06
target/s390x: improve 24-bit and 31-bit lengths read/write
Aurelien Jarno
1
-14
/
+33
2017-06-06
target/s390x: improve 24-bit and 31-bit addresses write
Aurelien Jarno
1
-7
/
+30
2017-06-06
target/s390x: improve 24-bit and 31-bit addresses read
Aurelien Jarno
1
-40
/
+31
2017-06-06
target/s390x: implement MOVE ZONES
Aurelien Jarno
4
-0
/
+24
[next]