Age | Commit message (Expand) | Author | Files | Lines |
2021-11-09 | target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetree | Luis Pires | 5 | -91/+83 |
2021-11-09 | target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetree | Luis Pires | 5 | -70/+76 |
2021-11-09 | target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree | Luis Pires | 5 | -38/+37 |
2021-11-09 | target/ppc: Do not update nip on DFP instructions | Luis Pires | 1 | -8/+0 |
2021-11-09 | target/ppc: Implement DCTFIXQQ | Luis Pires | 4 | -0/+75 |
2021-11-09 | libdecnumber: Introduce decNumberIntegralToInt128 | Luis Pires | 4 | -4/+102 |
2021-11-09 | host-utils: Introduce mulu128 | Luis Pires | 1 | -0/+36 |
2021-11-09 | target/ppc: Implement DCFFIXQQ | Luis Pires | 5 | -0/+43 |
2021-11-09 | target/ppc: Introduce REQUIRE_FPU | Fernando Valle | 1 | -0/+8 |
2021-11-09 | target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c | Bruno Larsen | 2 | -9/+9 |
2021-11-09 | libdecnumber: introduce decNumberFrom[U]Int128 | Luis Pires | 2 | -0/+38 |
2021-11-09 | target/ppc: Implement pextd instruction | Matheus Ferst | 4 | -0/+32 |
2021-11-09 | target/ppc: Implement pdepd instruction | Matheus Ferst | 4 | -0/+34 |
2021-11-09 | target/ppc: Implement cnttzdm | Luis Pires | 2 | -4/+25 |
2021-11-09 | target/ppc: Implement cntlzdm | Luis Pires | 2 | -0/+37 |
2021-11-09 | target/ppc: Implement PLQ and PSTQ | Matheus Ferst | 2 | -0/+16 |
2021-11-09 | target/ppc: Move LQ and STQ to decodetree | Matheus Ferst | 3 | -151/+113 |
2021-11-09 | target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions | Fernando Eckhardt Valle | 2 | -0/+25 |
2021-11-09 | target/ppc: Move load and store floating point instructions to decodetree | Fernando Eckhardt Valle | 3 | -205/+95 |
2021-11-09 | target/ppc: move resolve_PLS_D to translate.c | Fernando Eckhardt Valle | 2 | -19/+19 |
2021-11-09 | target/ppc: introduce do_ea_calc | Fernando Eckhardt Valle | 2 | -9/+15 |
2021-11-08 | Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into staging | Richard Henderson | 65 | -284/+364 |
2021-11-08 | tests/avocado: Remove p7zip binary availability check | Philippe Mathieu-Daudé | 1 | -7/+0 |
2021-11-08 | tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest | Philippe Mathieu-Daudé | 35 | -82/+80 |
2021-11-08 | tests/avocado: Add bFLT loader linux-user test | Philippe Mathieu-Daudé | 1 | -0/+54 |
2021-11-08 | tests/avocado: Share useful helpers from virtiofs_submounts test | Philippe Mathieu-Daudé | 2 | -57/+59 |
2021-11-08 | tests/avocado: Introduce QemuUserTest base class | Philippe Mathieu-Daudé | 1 | -1/+18 |
2021-11-08 | tests/avocado: Make pick_default_qemu_bin() more generic | Philippe Mathieu-Daudé | 1 | -5/+5 |
2021-11-08 | tests/avocado: Extract QemuBaseTest from Test | Philippe Mathieu-Daudé | 1 | -31/+41 |
2021-11-08 | tests/acceptance: rename tests acceptance to tests avocado | Willian Rampazzo | 64 | -105/+104 |
2021-11-08 | tests/acceptance: introduce new check-avocado target | Willian Rampazzo | 1 | -5/+12 |
2021-11-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson | 6 | -35/+59 |
2021-11-08 | Merge remote-tracking branch 'remotes/marcandre.lureau/tags/sphinx-pull-reque... | Richard Henderson | 14 | -39/+66 |
2021-11-08 | ui/gtk-egl: Fix build failure when libgbm is not available | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-11-08 | configure: ignore preexisting QEMU_*FLAGS envvars | Paolo Bonzini | 1 | -2/+4 |
2021-11-08 | configure: propagate --extra-cflags and --extra-ldflags to meson compile tests | Paolo Bonzini | 1 | -16/+20 |
2021-11-08 | configure: preserve CFLAGS, CXXFLAGS and LDFLAGS in config.status | Paolo Bonzini | 1 | -0/+3 |
2021-11-08 | configure: simplify calls to meson_quote | Paolo Bonzini | 1 | -4/+5 |
2021-11-08 | docs: adjust for demise of scripts/create_config | Paolo Bonzini | 1 | -5/+4 |
2021-11-08 | meson: perform snappy test with the C++ compiler if used | Paolo Bonzini | 1 | -1/+5 |
2021-11-08 | docs/sphinx: change default role to "any" | John Snow | 1 | -0/+5 |
2021-11-08 | docs: (further) remove non-reference uses of single backticks | John Snow | 2 | -11/+11 |
2021-11-08 | docs: remove non-reference uses of single backticks | John Snow | 7 | -14/+15 |
2021-11-08 | docs/sphinx: add 's' keyboard binding to focus search | Marc-André Lureau | 2 | -0/+13 |
2021-11-08 | docs/sphinx: set navigation_with_keys=True | Marc-André Lureau | 1 | -0/+1 |
2021-11-08 | meson: drop sphinx_template_files | Marc-André Lureau | 1 | -3/+0 |
2021-11-08 | meson: drop sphinx_extn_depends | Marc-André Lureau | 2 | -9/+1 |
2021-11-08 | tests/qapi-schema/meson: add depfile to sphinx doc | Marc-André Lureau | 1 | -0/+3 |
2021-11-08 | docs/sphinx: add templates files to generated depfile | Marc-André Lureau | 2 | -2/+2 |
2021-11-08 | docs/sphinx: add static files to generated depfile | Marc-André Lureau | 1 | -0/+5 |