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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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-04-20
arm: Remove workarounds for old M-profile exception return implementation
Peter Maydell
2
-49
/
+2
2017-04-20
arm: Implement M profile exception return properly
Peter Maydell
2
-6
/
+64
2017-04-20
arm: Track M profile handler mode state in TB flags
Peter Maydell
3
-0
/
+11
2017-04-20
arm: Abstract out "are we singlestepping" test to utility function
Peter Maydell
1
-5
/
+15
2017-04-20
arm: Move condition-failed codepath generation out of if()
Peter Maydell
1
-13
/
+11
2017-04-20
arm: Move gen_set_condexec() and gen_set_pc_im() up in the file
Peter Maydell
1
-16
/
+15
2017-04-20
arm: Factor out "generate right kind of step exception"
Peter Maydell
1
-12
/
+16
2017-04-20
arm: Thumb shift operations should not permit interworking branches
Peter Maydell
1
-1
/
+1
2017-04-20
arm: Don't implement BXJ on M-profile CPUs
Peter Maydell
1
-1
/
+6
2017-04-20
arm/kvm: Remove trailing newlines from error_report()
Ishani Chugh
1
-2
/
+2
2017-04-20
target/arm: Add assertion about FSC format for syndrome registers
Peter Maydell
1
-5
/
+18
2017-04-20
arm: Move excnames[] array into arm_log_exceptions()
Peter Maydell
3
-24
/
+20
2017-04-20
target/arm: Add missing entries to excnames[] for log strings
Peter Maydell
2
-0
/
+3
2017-04-10
target/i386/misc_helper: wrap BQL around another IRQ generator
Alex Bennée
1
-0
/
+3
2017-04-02
target-i386: fix "info lapic" segfault on isapc
Tejaswini Poluri
1
-0
/
+4
2017-03-31
hmp: fix "dump-quest-memory" segfault
Iwona Kotlarska
1
-2
/
+1
2017-03-28
i386: Don't override -cpu options on -cpu host/max
Eduardo Habkost
2
-4
/
+11
2017-03-28
i386: Replace uint32_t* with FeatureWord on feature getter/setter
Eduardo Habkost
1
-8
/
+11
2017-03-24
tcg/i386: Check the size of instruction being translated
Pranith Kumar
1
-0
/
+7
2017-03-23
target/s390x: Fix broken user mode
Stefan Weil
1
-2
/
+0
2017-03-20
Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170320' into staging
Peter Maydell
3
-73
/
+79
2017-03-20
arm: Fix APSR writes via M profile MSR
Peter Maydell
2
-5
/
+24
2017-03-20
arm: Enforce should-be-1 bits in MRS decoding
Peter Maydell
1
-0
/
+14
2017-03-20
arm: Don't decode MRS(banked) or MSR(banked) for M profile
Peter Maydell
1
-2
/
+4
2017-03-20
arm: HVC and SMC encodings don't exist for M profile
Peter Maydell
1
-0
/
+3
2017-03-20
target/mips: fix delay slot detection in gen_msa_branch()
Yongbok Kim
1
-1
/
+1
2017-03-20
target-mips: replace few LOG_DISAS() with trace points
Philippe Mathieu-Daudé
2
-14
/
+16
2017-03-20
target-mips: replace break by goto cp0_unimplemented
Philippe Mathieu-Daudé
1
-44
/
+44
2017-03-20
target-mips: log bad coprocessor0 register accesses with LOG_UNIMP
Philippe Mathieu-Daudé
1
-6
/
+6
2017-03-20
target-mips: remove old & unuseful comments
Philippe Mathieu-Daudé
1
-4
/
+0
2017-03-20
target-mips: fix compiler warnings (clang 5)
Philippe Mathieu-Daudé
1
-4
/
+12
2017-03-18
Merge remote-tracking branch 'remotes/xtensa/tags/20170317-xtensa' into staging
Peter Maydell
1
-13
/
+36
2017-03-16
makefile: merge GENERATED_HEADERS & GENERATED_SOURCES variables
Daniel P. Berrange
1
-1
/
+1
2017-03-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-0
/
+16
2017-03-14
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
1
-0
/
+1
2017-03-14
target/nios2: take BQL around interrupt check
Paolo Bonzini
1
-0
/
+3
2017-03-14
kvm: Print MSR information if KVM_{GET,SET}_MSRS failed
Eduardo Habkost
1
-0
/
+12
2017-03-14
target/arm/arm-powerctl: Fix psci info return values
Andrew Jones
1
-2
/
+2
2017-03-14
target/arm: implement armv8 PMUSERENR (user-mode enable bits)
Andrew Baumann
1
-8
/
+71
2017-03-14
target/ppc: fix cpu_ov setting for 32-bit
Nikunj A Dadhania
1
-1
/
+1
2017-03-14
target/ppc: Fix wrong number of UAMR register
Thomas Huth
1
-1
/
+1
2017-03-13
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
3
-1
/
+38
2017-03-11
target/xtensa: fix semihosting argc/argv implementation
Max Filippov
1
-13
/
+36
2017-03-10
i386: Change stepping of Haswell to non-blacklisted value
Eduardo Habkost
1
-1
/
+1
2017-03-10
i386/kvm: Blacklist TSX on known broken hosts
Eduardo Habkost
1
-0
/
+17
2017-03-10
i386: host_vendor_fms() helper function
Eduardo Habkost
2
-0
/
+20
2017-03-09
target/arm/helper: make it clear the EC field is also in hex
Alex Bennée
1
-1
/
+1
2017-03-09
target-i386: defer VMEXIT to do_interrupt
Paolo Bonzini
3
-18
/
+26
2017-03-09
target/mips: hold BQL for timer interrupts
Yongbok Kim
1
-3
/
+18
2017-03-09
target/xtensa: hold BQL for interrupt processing
Alex Bennée
2
-0
/
+8
[next]