summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated options -startdate, -localtime and -rtc-td-hackThomas Huth2018-08-313-74/+22Star
* Remove the deprecated -nodefconfig optionThomas Huth2018-08-314-10/+4Star
* Remove the deprecated -balloon optionThomas Huth2018-08-314-54/+3Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i...Peter Maydell2018-08-273-59/+115
|\
| * intel-iommu: replace more vtd_err_* tracesPeter Xu2018-08-272-30/+46
| * intel-iommu: start to use error_report_oncePeter Xu2018-08-272-29/+37
| * qemu-error: introduce {error|warn}_report_oncePeter Xu2018-08-271-0/+32
* | Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180827' into ...Peter Maydell2018-08-273-92/+19Star
|\ \
| * | check: Move wdt_ib700 test to commonJuan Quintela2018-08-271-2/+2
| * | check: Move endianess test to commonJuan Quintela2018-08-271-13/+1Star
| * | check: Move VMXNET3 test to commonJuan Quintela2018-08-271-2/+2
| * | check: Only test boot-serial when sga is compiled inJuan Quintela2018-08-271-1/+1
| * | check: Only test ivshm when it is compiled inJuan Quintela2018-08-271-3/+4
| * | x86_64-softmmu: Configuration is identical to i386-softmmuJuan Quintela2018-08-271-66/+1Star
| * | check: Only test usb-xhci-nec when it is compiled inJuan Quintela2018-08-271-4/+6
| * | check: Only test isa-testdev when it is compiled inJuan Quintela2018-08-271-8/+8
| * | configure: We don't want to clean configuration filesJuan Quintela2018-08-271-1/+2
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...Peter Maydell2018-08-2717-237/+139Star
|\ \ | |/ |/|
| * util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau2018-08-275-49/+76
| * dmabuf: add y0_top, pass it to spiceMarc-André Lureau2018-08-242-1/+3
| * ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macroPhilippe Mathieu-Daudé2018-08-242-2/+3
| * ui/sdl2: Fix broken -full-screen CLI optionThomas Huth2018-08-241-5/+4Star
| * spice-display: fix qemu_spice_cursor_refresh_bh lockingPaolo Bonzini2018-08-241-12/+18
| * spice-display: access ptr_x/ptr_y under MutexPaolo Bonzini2018-08-241-1/+8
| * vnc: remove support for deprecated tls, x509, x509verify optionsDaniel P. Berrangé2018-08-243-154/+0Star
| * doc: switch to modern syntax for VNC TLS setupDaniel P. Berrangé2018-08-241-5/+15
| * sdl2: redraw correctly when scanout_mode enabled.Tao Wu2018-08-241-0/+5
| * ui: use enum to string helpersMarc-André Lureau2018-08-242-4/+4
| * vnc: fix memleak of the "vnc-worker-output" namePeter Wu2018-08-241-1/+2
| * ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flagThomas Huth2018-08-241-3/+1Star
* | Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into ...Peter Maydell2018-08-252-6/+37
|\ \
| * | seccomp: set the seccomp filter to all threadsMarc-André Lureau2018-08-231-0/+5
| * | configure: require libseccomp 2.2.0Marc-André Lureau2018-08-231-5/+2Star
| * | seccomp: prefer SCMP_ACT_KILL_PROCESS if availableMarc-André Lureau2018-08-231-1/+30
| * | seccomp: use SIGSYS signal instead of killing the threadMarc-André Lureau2018-08-231-1/+1
* | | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell2018-08-253-3/+18
|\ \ \
| * | | postcopy: Synchronize usage of the balloon inhibitorAlex Williamson2018-08-231-2/+16
| * | | vfio/pci: Fix failure to close file descriptor on errorAlex Williamson2018-08-231-0/+1
| * | | vfio/pci: Handle subsystem realpath() returning NULLAlex Williamson2018-08-231-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-08-24' in...Peter Maydell2018-08-2534-1329/+1472
|\ \ \
| * | | json: Update references to RFC 7159 to RFC 8259Markus Armbruster2018-08-243-3/+3
| * | | json: Support %% in JSON strings when interpolatingMarkus Armbruster2018-08-242-3/+4
| * | | json: Improve safety of qobject_from_jsonf_nofail() & friendsMarkus Armbruster2018-08-242-12/+17
| * | | json: Keep interpolation state in JSONParserContextMarkus Armbruster2018-08-241-29/+30
| * | | tests/drive_del-test: Fix harmless JSON interpolation bugMarkus Armbruster2018-08-241-2/+6
| * | | json: Clean up headersMarkus Armbruster2018-08-2410-76/+51Star
| * | | qobject: Drop superfluous includes of qemu-common.hMarkus Armbruster2018-08-249-9/+0Star
| * | | json: Make JSONToken opaque outside json-parser.cMarkus Armbruster2018-08-244-14/+24
| * | | json: Unbox tokens queue in JSONMessageParserMarkus Armbruster2018-08-243-21/+12Star
| * | | json: Streamline json_message_process_token()Markus Armbruster2018-08-241-8/+5Star