aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-02Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell15-99/+430
2019-07-02linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good functionLaurent Vivier1-6/+6
2019-07-02linux-user: Handle EXCP_FPE properly for MIPSAleksandar Markovic1-0/+17
2019-07-02linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCKAleksandar Markovic2-7/+18
2019-07-02linux-user: Fix target_flock structure for MIPS O64 ABIAleksandar Markovic2-1/+5
2019-07-02linux-user: Add support for strace for statx() syscallJim Wilson2-0/+89
2019-07-02linux-user: Add support for translation of statx() syscallAleksandar Rikalo2-1/+151
2019-07-02Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190701' i...Peter Maydell4-0/+0
2019-07-02target/mips: Correct helper for MSA FCLASS.<W|D> instructionsAleksandar Markovic1-1/+3
2019-07-02target/mips: Unroll loops for MSA float max/min instructionsAleksandar Markovic1-73/+125
2019-07-02target/mips: Correct comments in msa_helper.cAleksandar Markovic1-17/+41
2019-07-02target/mips: Correct comments in translate.cAleksandar Markovic1-183/+314
2019-07-02tcg/tests: target/mips: Correct MSA test compilation and execution orderAleksandar Markovic8-48/+48
2019-07-02tcg/tests: target/mips: Amend MSA integer multiply testsAleksandar Markovic8-891/+891
2019-07-02tcg/tests: target/mips: Amend MSA fixed point multiply testsAleksandar Markovic17-0/+1840
2019-07-02hw/mips: Express dependencies of the r4k platform with KconfigPhilippe Mathieu-Daudé2-1/+10
2019-07-02hw/mips: Express dependencies of the Jazz machine with KconfigPhilippe Mathieu-Daudé4-11/+17
2019-07-02hw/mips: Express dependencies of the MIPSsim machine with KconfigPhilippe Mathieu-Daudé2-1/+3
2019-07-02hw/mips: Explicit the semi-hosting feature is always requiredPhilippe Mathieu-Daudé1-1/+3
2019-07-02tests/machine-none: Test recent MIPS cpusPhilippe Mathieu-Daudé1-2/+2
2019-07-02Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190701'...Peter Maydell39-930/+2679
2019-07-02dump: Move HMP command handlers to dump/Markus Armbruster4-76/+90
2019-07-02MAINTAINERS: Add Windows dump to section "Dump"Markus Armbruster1-1/+2
2019-07-02dump: Move the code to dump/Markus Armbruster6-3/+4
2019-07-02qapi: Split dump.json off misc.jsonMarkus Armbruster8-196/+207
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster8-12/+8
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster11-322/+326
2019-07-02hw/core: Collect HMP command handlers in hw/core/Markus Armbruster5-141/+168
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster9-320/+332
2019-07-02hw/core: Move numa.c to hw/core/Markus Armbruster4-2/+4
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster15-695/+711
2019-07-02MAINTAINERS: Merge sections CPU, NUMA into Machine coreMarkus Armbruster1-12/+4
2019-07-02qom: Move HMP command handlers to qom/Markus Armbruster6-108/+125
2019-07-02Makefile: Drop bogus cleaning of $(ALL_SUBDIRS)/qemu-options.defMarkus Armbruster1-1/+0
2019-07-02Makefile: Remove code to smooth transition to config.statusMarkus Armbruster1-8/+1
2019-07-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into stagingPeter Maydell11-746/+575
2019-07-02Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-8/+8
2019-07-02qom: Move QMP command handlers to qom/Markus Armbruster3-303/+324
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster11-356/+381
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster9-8/+8
2019-07-02Makefile: Don't add monitor/ twice to common-obj-yMarkus Armbruster1-1/+0
2019-07-02MAINTAINERS: Make section "QOM" cover qdev as wellMarkus Armbruster1-0/+6
2019-07-02MAINTAINERS: new maintainers for QOMPaolo Bonzini1-2/+3
2019-07-02migration/colo.c: Add missed filter notify for Xen COLO.Zhang Chen1-0/+2
2019-07-02COLO-compare: Add colo-compare remote notify supportZhang Chen1-10/+44
2019-07-02COLO-compare: Make the compare_chr_send() can send notification message.Zhang Chen1-8/+33
2019-07-02COLO-compare: Add remote notification chardev handler frameZhang Chen1-0/+39
2019-07-02COLO-compare: Add new parameter to communicate with remote colo-frameZhang Chen2-1/+53
2019-07-02net/announce: Expand test for stopping self announceDr. David Alan Gilbert1-3/+54
2019-07-02net/announce: Add HMP optional IDDr. David Alan Gilbert2-3/+7