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-31
jobs: change start callback to run callback
John Snow
10
-34
/
+43
2018-08-31
tests: fix bdrv-drain leak
Marc-André Lureau
1
-0
/
+1
2018-08-27
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i...
Peter Maydell
3
-59
/
+115
2018-08-27
Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180827' into ...
Peter Maydell
3
-92
/
+19
2018-08-27
intel-iommu: replace more vtd_err_* traces
Peter Xu
2
-30
/
+46
2018-08-27
intel-iommu: start to use error_report_once
Peter Xu
2
-29
/
+37
2018-08-27
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...
Peter Maydell
17
-237
/
+139
2018-08-27
check: Move wdt_ib700 test to common
Juan Quintela
1
-2
/
+2
2018-08-27
check: Move endianess test to common
Juan Quintela
1
-13
/
+1
2018-08-27
check: Move VMXNET3 test to common
Juan Quintela
1
-2
/
+2
2018-08-27
check: Only test boot-serial when sga is compiled in
Juan Quintela
1
-1
/
+1
2018-08-27
check: Only test ivshm when it is compiled in
Juan Quintela
1
-3
/
+4
2018-08-27
x86_64-softmmu: Configuration is identical to i386-softmmu
Juan Quintela
1
-66
/
+1
2018-08-27
check: Only test usb-xhci-nec when it is compiled in
Juan Quintela
1
-4
/
+6
2018-08-27
check: Only test isa-testdev when it is compiled in
Juan Quintela
1
-8
/
+8
2018-08-27
configure: We don't want to clean configuration files
Juan Quintela
1
-1
/
+2
2018-08-27
util: promote qemu_egl_rendernode_open() to libqemuutil
Marc-André Lureau
5
-49
/
+76
2018-08-27
qemu-error: introduce {error|warn}_report_once
Peter Xu
1
-0
/
+32
2018-08-25
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into ...
Peter Maydell
2
-6
/
+37
2018-08-25
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...
Peter Maydell
3
-3
/
+18
2018-08-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-08-24' in...
Peter Maydell
34
-1329
/
+1472
2018-08-24
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...
Peter Maydell
12
-37
/
+5275
2018-08-24
json: Update references to RFC 7159 to RFC 8259
Markus Armbruster
3
-3
/
+3
2018-08-24
json: Support %% in JSON strings when interpolating
Markus Armbruster
2
-3
/
+4
2018-08-24
json: Improve safety of qobject_from_jsonf_nofail() & friends
Markus Armbruster
2
-12
/
+17
2018-08-24
json: Keep interpolation state in JSONParserContext
Markus Armbruster
1
-29
/
+30
2018-08-24
tests/drive_del-test: Fix harmless JSON interpolation bug
Markus Armbruster
1
-2
/
+6
2018-08-24
json: Clean up headers
Markus Armbruster
10
-76
/
+51
2018-08-24
qobject: Drop superfluous includes of qemu-common.h
Markus Armbruster
9
-9
/
+0
2018-08-24
json: Make JSONToken opaque outside json-parser.c
Markus Armbruster
4
-14
/
+24
2018-08-24
json: Unbox tokens queue in JSONMessageParser
Markus Armbruster
3
-21
/
+12
2018-08-24
json: Streamline json_message_process_token()
Markus Armbruster
1
-8
/
+5
2018-08-24
json: Enforce token count and size limits more tightly
Markus Armbruster
1
-18
/
+18
2018-08-24
qjson: Have qobject_from_json() & friends reject empty and blank
Markus Armbruster
4
-12
/
+14
2018-08-24
json: Assert json_parser_parse() consumes all tokens on success
Markus Armbruster
1
-0
/
+1
2018-08-24
json: Fix streamer not to ignore trailing unterminated structures
Markus Armbruster
4
-4
/
+15
2018-08-24
json: Fix latent parser aborts at end of input
Markus Armbruster
1
-2
/
+0
2018-08-24
qjson: Fix qobject_from_json() & friends for multiple values
Markus Armbruster
2
-8
/
+17
2018-08-24
json: Improve names of lexer states related to numbers
Markus Armbruster
1
-17
/
+17
2018-08-24
json: Replace %I64d, %I64u by %PRId64, %PRIu64
Markus Armbruster
2
-4
/
+16
2018-08-24
json: Leave rejecting invalid interpolation to parser
Markus Armbruster
3
-39
/
+9
2018-08-24
json: Pass lexical errors and limit violations to callback
Markus Armbruster
7
-25
/
+33
2018-08-24
json: Treat unwanted interpolation as lexical error
Markus Armbruster
5
-19
/
+25
2018-08-24
json: Rename token JSON_ESCAPE & friends to JSON_INTERP
Markus Armbruster
3
-37
/
+37
2018-08-24
json: Don't create JSON_ERROR tokens that won't be used
Markus Armbruster
1
-4
/
+2
2018-08-24
json: Don't pass null @tokens to json_parser_parse()
Markus Armbruster
2
-17
/
+12
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
10
-54
/
+39
2018-08-24
json: Have lexer call streamer directly
Markus Armbruster
4
-18
/
+17
2018-08-24
json-parser: simplify and avoid JSONParserContext allocation
Marc-André Lureau
1
-32
/
+9
2018-08-24
json: remove useless return value from lexer/parser
Marc-André Lureau
4
-23
/
+16
[next]