summary refs log tree commit diff stats
path: root/python/qemu/machine.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-04.travis.yml: single thread build-tcgAlex Bennée1-2/+2
2020-02-04.travis.yml: drop cris-linux-user from the plugins testAlex Bennée1-1/+2
2020-02-04.travis.yml: drop the travis_retry from testsAlex Bennée1-1/+6
2020-02-04.travis.yml: introduce TEST_BUILD_CMD and use it for check-tcgAlex Bennée1-4/+15
2020-02-04tests/tcg: gate pauth-% tests on having compiler supportAlex Bennée3-3/+15
2020-02-04tests/tcg: add a configure compiler check for ARMv8.1 and SVEAlex Bennée1-0/+14
2020-02-04.travis.yml: probe for number of available processorsAlex Bennée1-9/+11
2020-02-04.travis.yml: move cache flushing to early common phaseAlex Bennée1-5/+6
2020-02-04.travis.yml: build documents under bionicAlex Bennée1-1/+2
2020-02-04.travis.yml: Add description to each jobPhilippe Mathieu-Daudé1-34/+67
2020-02-04.travis.yml: Drop superfluous use of --python=python3 parameterPhilippe Mathieu-Daudé1-1/+1
2020-02-04.shippable: --disable-docs for cross-compile testsAlex Bennée1-1/+1
2020-02-04travis.yml: Install genisoimage packageWainer dos Santos Moschetta1-0/+8
2020-02-04tests/docker: better handle symlinked libsAlex Bennée1-7/+9
2020-02-04tests/docker: move most cross compilers to buster baseAlex Bennée8-15/+15
2020-02-04configure: Fix typo of the have_afalg variableThomas Huth1-1/+1
2020-02-04hw/hppa/Kconfig: LASI chipset requires PARALLEL portPhilippe Mathieu-Daudé1-0/+1
2020-02-04hw/input: Do not enable CONFIG_PCKBD by defaultThomas Huth2-1/+1
2020-02-04Makefile: Do not use wildcard hw/*/Kconfig as input for minikconfThomas Huth1-3/+3
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth16-41/+40
2020-02-04trivial: Remove xenfb_enabled from sysemu.hThomas Huth2-2/+1
2020-02-04include/sysemu/sysemu.h: Remove usused variable no_quitThomas Huth1-1/+0
2020-02-04gitlab-ci: Refresh the list of iotestsThomas Huth1-6/+6
2020-02-04tests/qtest: update comments about bios-tables-test-allowed-diff.hHeyi Guo1-5/+5
2020-02-04boot-order-test: fix memleaks in boot-order-testPan Nengyuan2-3/+5
2020-02-04tests/Makefile: Fix inclusion of the qos dependency filesThomas Huth1-1/+1
2020-02-04docs/devel: Fix qtest paths and info about check-block in testing.rstThomas Huth1-11/+12
2020-02-04tests/vhost-user-bridge: Fix buildDr. David Alan Gilbert2-1/+1
2020-02-04test-logging: Fix -Werror=maybe-uninitialized warningMiroslav Rezanina1-3/+3
2020-02-04target/mips: Separate FPU-related helpers into their own fileAleksandar Markovic3-1878/+1912
2020-02-04target/mips: Separate CP0-related helpers into their own fileAleksandar Markovic3-1646/+1684
2020-02-04target/mips: Fix handling of LL/SC instructions after 7dd547e5abAlex Richardson1-4/+4
2020-02-03virtfs-proxy-helper: Convert documentation to rSTPeter Maydell6-68/+81
2020-02-03scripts/qemu-trace-stap: Convert documentation to rSTPeter Maydell6-145/+134
2020-02-03qemu-img-cmds.hx: Remove texinfo document fragmentsPeter Maydell1-53/+3
2020-02-03qemu-img: Convert invocation documentation to rSTPeter Maydell7-816/+840
2020-02-03qemu-img-cmds.hx: Add rST documentation fragmentsPeter Maydell1-1/+42
2020-02-03docs/sphinx: Add new hxtool Sphinx extensionPeter Maydell2-1/+212
2020-02-03hxtool: Support SRST/ERST directivesPeter Maydell1-1/+32
2020-02-03Makefile: Ensure we don't run Sphinx in parallel for manpagesPeter Maydell2-7/+46
2020-02-03tests: Silence various warnings with pseriesGreg Kurz4-5/+16
2020-02-03target/ppc: Use probe_write for DCBZRichard Henderson1-1/+1
2020-02-03target/ppc: Remove redundant mask in DCBZRichard Henderson1-1/+1
2020-02-03target/ppc: Use probe_access for LMW, STMWRichard Henderson1-13/+32
2020-02-03target/ppc: Use probe_access for LSW, STSWRichard Henderson1-20/+128
2020-02-03ppc: spapr: Activate the FWNMI functionalityAravinda Prasad1-1/+2
2020-02-03migration: Include migration support for machine check handlingAravinda Prasad4-1/+66
2020-02-03ppc: spapr: Handle "ibm,nmi-register" and "ibm,nmi-interlock" RTAS callsAravinda Prasad3-1/+72
2020-02-03target/ppc: Build rtas error log upon an MCEAravinda Prasad4-3/+253
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad6-0/+76