aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-09target/ppc: Implement cnttzdmLuis Pires2-4/+25
2021-11-09target/ppc: Implement cntlzdmLuis Pires2-0/+37
2021-11-09target/ppc: Implement PLQ and PSTQMatheus Ferst2-0/+16
2021-11-09target/ppc: Move LQ and STQ to decodetreeMatheus Ferst3-151/+113
2021-11-09target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructionsFernando Eckhardt Valle2-0/+25
2021-11-09target/ppc: Move load and store floating point instructions to decodetreeFernando Eckhardt Valle3-205/+95
2021-11-09target/ppc: move resolve_PLS_D to translate.cFernando Eckhardt Valle2-19/+19
2021-11-09target/ppc: introduce do_ea_calcFernando Eckhardt Valle2-9/+15
2021-11-08Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into stagingRichard Henderson65-284/+364
2021-11-08tests/avocado: Remove p7zip binary availability checkPhilippe Mathieu-Daudé1-7/+0
2021-11-08tests/avocado: Rename avocado_qemu.Test -> QemuSystemTestPhilippe Mathieu-Daudé35-82/+80
2021-11-08tests/avocado: Add bFLT loader linux-user testPhilippe Mathieu-Daudé1-0/+54
2021-11-08tests/avocado: Share useful helpers from virtiofs_submounts testPhilippe Mathieu-Daudé2-57/+59
2021-11-08tests/avocado: Introduce QemuUserTest base classPhilippe Mathieu-Daudé1-1/+18
2021-11-08tests/avocado: Make pick_default_qemu_bin() more genericPhilippe Mathieu-Daudé1-5/+5
2021-11-08tests/avocado: Extract QemuBaseTest from TestPhilippe Mathieu-Daudé1-31/+41
2021-11-08tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo64-105/+104
2021-11-08tests/acceptance: introduce new check-avocado targetWillian Rampazzo1-5/+12
2021-11-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson6-35/+59
2021-11-08Merge remote-tracking branch 'remotes/marcandre.lureau/tags/sphinx-pull-reque...Richard Henderson14-39/+66
2021-11-08ui/gtk-egl: Fix build failure when libgbm is not availablePhilippe Mathieu-Daudé1-0/+2
2021-11-08configure: ignore preexisting QEMU_*FLAGS envvarsPaolo Bonzini1-2/+4
2021-11-08configure: propagate --extra-cflags and --extra-ldflags to meson compile testsPaolo Bonzini1-16/+20
2021-11-08configure: preserve CFLAGS, CXXFLAGS and LDFLAGS in config.statusPaolo Bonzini1-0/+3
2021-11-08configure: simplify calls to meson_quotePaolo Bonzini1-4/+5
2021-11-08docs: adjust for demise of scripts/create_configPaolo Bonzini1-5/+4
2021-11-08meson: perform snappy test with the C++ compiler if usedPaolo Bonzini1-1/+5
2021-11-08docs/sphinx: change default role to "any"John Snow1-0/+5
2021-11-08docs: (further) remove non-reference uses of single backticksJohn Snow2-11/+11
2021-11-08docs: remove non-reference uses of single backticksJohn Snow7-14/+15
2021-11-08docs/sphinx: add 's' keyboard binding to focus searchMarc-André Lureau2-0/+13
2021-11-08docs/sphinx: set navigation_with_keys=TrueMarc-André Lureau1-0/+1
2021-11-08meson: drop sphinx_template_filesMarc-André Lureau1-3/+0
2021-11-08meson: drop sphinx_extn_dependsMarc-André Lureau2-9/+1
2021-11-08tests/qapi-schema/meson: add depfile to sphinx docMarc-André Lureau1-0/+3
2021-11-08docs/sphinx: add templates files to generated depfileMarc-André Lureau2-2/+2
2021-11-08docs/sphinx: add static files to generated depfileMarc-André Lureau1-0/+5
2021-11-08docs/sphinx: add loaded modules to generated depfileMarc-André Lureau1-2/+12
2021-11-08hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commandsMauro Matteo Cascella1-0/+6
2021-11-08target-i386: mmu: fix handling of noncanonical virtual addressesPaolo Bonzini1-9/+12
2021-11-08target-i386: mmu: use pg_mode instead of HF_LMA_MASKPaolo Bonzini1-2/+2
2021-11-06Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211106-pu...Richard Henderson2-5/+9
2021-11-06docs: fix qemu incorrect tagHyman Huang(黄勇)1-5/+5
2021-11-06migration: Check that postcopy fd's are not NULLJuan Quintela1-0/+4
2021-11-05Merge remote-tracking branch 'remotes/kraxel/tags/egl-20211105-pull-request' ...Richard Henderson8-17/+79
2021-11-05Merge remote-tracking branch 'remotes/jasonwang/tags/net-pull-request' into s...Richard Henderson2-1/+8
2021-11-05ui/gtk-egl: blitting partial guest fb to the proper scanout surfaceDongwon Kim1-4/+21
2021-11-05ui/gtk: gd_draw_event returns FALSE when no cairo surface is boundDongwon Kim1-0/+3
2021-11-05ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing eglDongwon Kim1-0/+4
2021-11-05ui/gtk-egl: make sure the right context is set as the currentDongwon Kim1-0/+6