index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-08-31
tests/libqos: Utilize newer glib spawn check
Eric Blake
2018-08-31
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth
2018-08-31
Remove the deprecated options -startdate, -localtime and -rtc-td-hack
Thomas Huth
2018-08-31
Remove the deprecated -nodefconfig option
Thomas Huth
2018-08-31
Remove the deprecated -balloon option
Thomas Huth
2018-08-27
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i...
Peter Maydell
2018-08-27
Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180827' into ...
Peter Maydell
2018-08-27
intel-iommu: replace more vtd_err_* traces
Peter Xu
2018-08-27
intel-iommu: start to use error_report_once
Peter Xu
2018-08-27
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...
Peter Maydell
2018-08-27
check: Move wdt_ib700 test to common
Juan Quintela
2018-08-27
check: Move endianess test to common
Juan Quintela
2018-08-27
check: Move VMXNET3 test to common
Juan Quintela
2018-08-27
check: Only test boot-serial when sga is compiled in
Juan Quintela
2018-08-27
check: Only test ivshm when it is compiled in
Juan Quintela
2018-08-27
x86_64-softmmu: Configuration is identical to i386-softmmu
Juan Quintela
2018-08-27
check: Only test usb-xhci-nec when it is compiled in
Juan Quintela
2018-08-27
check: Only test isa-testdev when it is compiled in
Juan Quintela
2018-08-27
configure: We don't want to clean configuration files
Juan Quintela
2018-08-27
util: promote qemu_egl_rendernode_open() to libqemuutil
Marc-André Lureau
2018-08-27
qemu-error: introduce {error|warn}_report_once
Peter Xu
2018-08-25
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into ...
Peter Maydell
2018-08-25
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...
Peter Maydell
2018-08-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-08-24' in...
Peter Maydell
2018-08-24
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...
Peter Maydell
2018-08-24
json: Update references to RFC 7159 to RFC 8259
Markus Armbruster
2018-08-24
json: Support %% in JSON strings when interpolating
Markus Armbruster
2018-08-24
json: Improve safety of qobject_from_jsonf_nofail() & friends
Markus Armbruster
2018-08-24
json: Keep interpolation state in JSONParserContext
Markus Armbruster
2018-08-24
tests/drive_del-test: Fix harmless JSON interpolation bug
Markus Armbruster
2018-08-24
json: Clean up headers
Markus Armbruster
2018-08-24
qobject: Drop superfluous includes of qemu-common.h
Markus Armbruster
2018-08-24
json: Make JSONToken opaque outside json-parser.c
Markus Armbruster
2018-08-24
json: Unbox tokens queue in JSONMessageParser
Markus Armbruster
2018-08-24
json: Streamline json_message_process_token()
Markus Armbruster
2018-08-24
json: Enforce token count and size limits more tightly
Markus Armbruster
2018-08-24
qjson: Have qobject_from_json() & friends reject empty and blank
Markus Armbruster
2018-08-24
json: Assert json_parser_parse() consumes all tokens on success
Markus Armbruster
2018-08-24
json: Fix streamer not to ignore trailing unterminated structures
Markus Armbruster
2018-08-24
json: Fix latent parser aborts at end of input
Markus Armbruster
2018-08-24
qjson: Fix qobject_from_json() & friends for multiple values
Markus Armbruster
2018-08-24
json: Improve names of lexer states related to numbers
Markus Armbruster
2018-08-24
json: Replace %I64d, %I64u by %PRId64, %PRIu64
Markus Armbruster
2018-08-24
json: Leave rejecting invalid interpolation to parser
Markus Armbruster
2018-08-24
json: Pass lexical errors and limit violations to callback
Markus Armbruster
2018-08-24
json: Treat unwanted interpolation as lexical error
Markus Armbruster
2018-08-24
json: Rename token JSON_ESCAPE & friends to JSON_INTERP
Markus Armbruster
2018-08-24
json: Don't create JSON_ERROR tokens that won't be used
Markus Armbruster
2018-08-24
json: Don't pass null @tokens to json_parser_parse()
Markus Armbruster
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
[next]