summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-24json: Reject invalid \uXXXX, fix \u0000Markus Armbruster
2018-08-24json: Simplify parse_string()Markus Armbruster
2018-08-24json: Leave rejecting invalid escape sequences to parserMarkus Armbruster
2018-08-24json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")Markus Armbruster
2018-08-24json: Leave rejecting invalid UTF-8 to parserMarkus Armbruster
2018-08-24json: Report first rather than last parse errorMarkus Armbruster
2018-08-24json: Reject invalid UTF-8 sequencesMarkus Armbruster
2018-08-24check-qjson: Document we expect invalid UTF-8 to be rejectedMarkus Armbruster
2018-08-24json: Tighten and simplify qstring_from_escaped_str()'s loopMarkus Armbruster
2018-08-24json: Revamp lexer documentationMarkus Armbruster
2018-08-24json: Reject unescaped control charactersMarkus Armbruster
2018-08-24json: Fix lexer to include the bad character in JSON_ERROR tokenMarkus Armbruster
2018-08-24check-qjson: Cover interpolation more thoroughlyMarkus Armbruster
2018-08-24check-qjson qmp-test: Cover control characters more thoroughlyMarkus Armbruster
2018-08-24check-qjson: Fix utf8_string() to test all invalid sequencesMarkus Armbruster
2018-08-24check-qjson: Simplify utf8_string()Markus Armbruster
2018-08-24check-qjson: Cover UTF-8 in single quoted stringsMarkus Armbruster
2018-08-24check-qjson: Consolidate partly redundant string testsMarkus Armbruster
2018-08-24check-qjson: Cover escaped characters more thoroughly, part 2Markus Armbruster
2018-08-24check-qjson: Streamline escaped_string()'s test stringsMarkus Armbruster
2018-08-24check-qjson: Cover escaped characters more thoroughly, part 1Markus Armbruster
2018-08-24test-qga: Clean up how we test QGA synchronizationMarkus Armbruster
2018-08-24qmp-test: Cover syntax and lexical errorsMarkus Armbruster
2018-08-24qmp-cmd-test: Split off qmp-testMarkus Armbruster
2018-08-24check-qjson: Cover whitespace more thoroughlyMarkus Armbruster
2018-08-24check-qjson: Cover blank and lexically erroneous inputMarkus Armbruster
2018-08-24check-qjson: Cover multiple JSON objects in same stringMarkus Armbruster
2018-08-24docs/interop/qmp-spec: How to force known good parser stateMarkus Armbruster
2018-08-24Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2018-08-24target/mips: Add definition of nanoMIPS I7200 CPUStefan Markovic
2018-08-24mips_malta: Fix semihosting argument passing for nanoMIPS bare metalStefan Markovic
2018-08-24mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloaderPaul Burton
2018-08-24mips_malta: Add basic nanoMIPS boot code for Malta boardMatthew Fortune
2018-08-24elf: Don't check FCR31_NAN2008 bit for nanoMIPSAleksandar Markovic
2018-08-24elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPSAleksandar Rikalo
2018-08-24elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS tooAleksandar Markovic
2018-08-24elf: Add EM_NANOMIPS value as a valid one for e_machine fieldAleksandar Rikalo
2018-08-24target/mips: Fix ERET/ERETNC behavior related to ADEL exceptionYongbok Kim
2018-08-24target/mips: Add updating BadInstr and BadInstrX for nanoMIPSStefan Markovic
2018-08-24target/mips: Add availability control via bit NMSDimitrije Nikolic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 6Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 5Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 4Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 3Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 2Stefan Markovic
2018-08-24target/mips: Add emulation of DSP ASE for nanoMIPS - part 1Stefan Markovic
2018-08-24target/mips: Implement MT ASE support for nanoMIPSStefan Markovic
2018-08-24target/mips: Fix pre-nanoMIPS MT ASE instructions availability controlAleksandar Rikalo
2018-08-24target/mips: Add emulation of nanoMIPS 32-bit branch instructionsStefan Markovic
2018-08-24target/mips: Implement emulation of nanoMIPS LLWP/SCWP pairAleksandar Rikalo