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
2018-08-24
json: Fix \uXXXX for surrogate pairs
Markus Armbruster
2
-23
/
+40
2018-08-24
json: Reject invalid \uXXXX, fix \u0000
Markus Armbruster
2
-59
/
+17
2018-08-24
json: Simplify parse_string()
Markus Armbruster
1
-23
/
+19
2018-08-24
json: Leave rejecting invalid escape sequences to parser
Markus Armbruster
2
-91
/
+37
2018-08-24
json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
Markus Armbruster
3
-9
/
+3
2018-08-24
json: Leave rejecting invalid UTF-8 to parser
Markus Armbruster
1
-4
/
+2
2018-08-24
json: Report first rather than last parse error
Markus Armbruster
1
-4
/
+4
2018-08-24
json: Reject invalid UTF-8 sequences
Markus Armbruster
4
-105
/
+122
2018-08-24
check-qjson: Document we expect invalid UTF-8 to be rejected
Markus Armbruster
1
-80
/
+71
2018-08-24
json: Tighten and simplify qstring_from_escaped_str()'s loop
Markus Armbruster
1
-23
/
+7
2018-08-24
json: Revamp lexer documentation
Markus Armbruster
1
-9
/
+71
2018-08-24
json: Reject unescaped control characters
Markus Armbruster
3
-9
/
+5
2018-08-24
json: Fix lexer to include the bad character in JSON_ERROR token
Markus Armbruster
1
-2
/
+2
2018-08-24
check-qjson: Cover interpolation more thoroughly
Markus Armbruster
1
-60
/
+98
2018-08-24
check-qjson qmp-test: Cover control characters more thoroughly
Markus Armbruster
2
-6
/
+44
2018-08-24
check-qjson: Fix utf8_string() to test all invalid sequences
Markus Armbruster
1
-5
/
+28
2018-08-24
check-qjson: Simplify utf8_string()
Markus Armbruster
1
-44
/
+9
2018-08-24
check-qjson: Cover UTF-8 in single quoted strings
Markus Armbruster
1
-214
/
+215
2018-08-24
check-qjson: Consolidate partly redundant string tests
Markus Armbruster
1
-50
/
+14
2018-08-24
check-qjson: Cover escaped characters more thoroughly, part 2
Markus Armbruster
1
-9
/
+53
2018-08-24
check-qjson: Streamline escaped_string()'s test strings
Markus Armbruster
1
-11
/
+1
2018-08-24
check-qjson: Cover escaped characters more thoroughly, part 1
Markus Armbruster
1
-39
/
+57
2018-08-24
test-qga: Clean up how we test QGA synchronization
Markus Armbruster
3
-19
/
+25
2018-08-24
qmp-test: Cover syntax and lexical errors
Markus Armbruster
3
-1
/
+68
2018-08-24
qmp-cmd-test: Split off qmp-test
Markus Armbruster
4
-191
/
+219
2018-08-24
check-qjson: Cover whitespace more thoroughly
Markus Armbruster
1
-1
/
+1
2018-08-24
check-qjson: Cover blank and lexically erroneous input
Markus Armbruster
1
-3
/
+37
2018-08-24
check-qjson: Cover multiple JSON objects in same string
Markus Armbruster
1
-0
/
+20
2018-08-24
docs/interop/qmp-spec: How to force known good parser state
Markus Armbruster
1
-14
/
+28
2018-08-24
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+5
2018-08-24
target/mips: Add definition of nanoMIPS I7200 CPU
Stefan Markovic
1
-0
/
+39
2018-08-24
mips_malta: Fix semihosting argument passing for nanoMIPS bare metal
Stefan Markovic
1
-1
/
+7
2018-08-24
mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader
Paul Burton
1
-17
/
+160
2018-08-24
mips_malta: Add basic nanoMIPS boot code for Malta board
Matthew Fortune
1
-3
/
+60
2018-08-24
elf: Don't check FCR31_NAN2008 bit for nanoMIPS
Aleksandar Markovic
1
-0
/
+3
2018-08-24
elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS
Aleksandar Rikalo
1
-0
/
+8
2018-08-24
elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too
Aleksandar Markovic
1
-0
/
+2
2018-08-24
elf: Add EM_NANOMIPS value as a valid one for e_machine field
Aleksandar Rikalo
1
-0
/
+2
2018-08-24
target/mips: Fix ERET/ERETNC behavior related to ADEL exception
Yongbok Kim
1
-1
/
+3
2018-08-24
target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
Stefan Markovic
1
-0
/
+16
2018-08-24
target/mips: Add availability control via bit NMS
Dimitrije Nikolic
1
-2
/
+45
2018-08-24
target/mips: Add emulation of DSP ASE for nanoMIPS - part 6
Stefan Markovic
1
-0
/
+58
2018-08-24
target/mips: Add emulation of DSP ASE for nanoMIPS - part 5
Stefan Markovic
1
-0
/
+142
2018-08-24
target/mips: Add emulation of DSP ASE for nanoMIPS - part 4
Stefan Markovic
1
-0
/
+363
2018-08-24
target/mips: Add emulation of DSP ASE for nanoMIPS - part 3
Stefan Markovic
1
-2
/
+183
2018-08-24
target/mips: Add emulation of DSP ASE for nanoMIPS - part 2
Stefan Markovic
1
-0
/
+10
2018-08-24
target/mips: Add emulation of DSP ASE for nanoMIPS - part 1
Stefan Markovic
1
-0
/
+554
2018-08-24
target/mips: Implement MT ASE support for nanoMIPS
Stefan Markovic
1
-2
/
+83
2018-08-24
target/mips: Fix pre-nanoMIPS MT ASE instructions availability control
Aleksandar Rikalo
1
-8
/
+38
2018-08-24
target/mips: Add emulation of nanoMIPS 32-bit branch instructions
Stefan Markovic
1
-0
/
+428
[prev]
[next]