index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
doc.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-31
tests: add qmp_assert_error_class()
Marc-André Lureau
5
-61
/
+46
2018-08-31
tests/libqos: Utilize newer glib spawn check
Eric Blake
1
-11
/
+1
2018-08-31
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth
7
-185
/
+29
2018-08-31
Remove the deprecated options -startdate, -localtime and -rtc-td-hack
Thomas Huth
3
-74
/
+22
2018-08-31
Remove the deprecated -nodefconfig option
Thomas Huth
4
-10
/
+4
2018-08-31
Remove the deprecated -balloon option
Thomas Huth
4
-54
/
+3
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
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-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
2018-08-24
check-qjson: Fix and enable utf8_string()'s disabled part
Markus Armbruster
1
-8
/
+3
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
[next]