Age | Commit message (Expand) | Author |
2021-11-09 | target/ppc: moved stxvx and lxvx from legacy to decodtree | Lucas Mateus Castro (alqotel) |
2021-11-09 | target/ppc: moved stxv and lxv from legacy to decodtree | Lucas Mateus Castro (alqotel) |
2021-11-09 | target/ppc: receive high/low as argument in get/set_cpu_vsr | Matheus Ferst |
2021-11-09 | target/ppc: Introduce REQUIRE_VSX macro | Bruno Larsen (billionai) |
2021-11-09 | target/ppc: Implement Vector Extract Double to VSR using GPR index insns | Matheus Ferst |
2021-11-09 | target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree | Matheus Ferst |
2021-11-09 | target/ppc: Implement Vector Insert from VSR using GPR index insns | Matheus Ferst |
2021-11-09 | target/ppc: Implement Vector Insert Word from GPR using Immediate insns | Matheus Ferst |
2021-11-09 | target/ppc: Implement Vector Insert from GPR using GPR index insns | Matheus Ferst |
2021-11-09 | target/ppc: Implement vsldbi/vsrdbi instructions | Matheus Ferst |
2021-11-09 | target/ppc: Implement vpdepd/vpextd instruction | Matheus Ferst |
2021-11-09 | target/ppc: Implement vclzdm/vctzdm instructions | Matheus Ferst |
2021-11-09 | target/ppc: Move vcfuged to vmx-impl.c.inc | Matheus Ferst |
2021-11-09 | ppc/pegasos2: Suppress warning when qtest enabled | BALATON Zoltan |
2021-11-09 | ppc/pnv: Fix check on block device before updating drive contents | Cédric Le Goater |
2021-11-09 | target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dqua[q], drrnd[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dquai[q], drint{x,n}[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Do not update nip on DFP instructions | Luis Pires |
2021-11-09 | target/ppc: Implement DCTFIXQQ | Luis Pires |
2021-11-09 | libdecnumber: Introduce decNumberIntegralToInt128 | Luis Pires |
2021-11-09 | host-utils: Introduce mulu128 | Luis Pires |
2021-11-09 | target/ppc: Implement DCFFIXQQ | Luis Pires |
2021-11-09 | target/ppc: Introduce REQUIRE_FPU | Fernando Valle |
2021-11-09 | target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c | Bruno Larsen |
2021-11-09 | libdecnumber: introduce decNumberFrom[U]Int128 | Luis Pires |
2021-11-09 | target/ppc: Implement pextd instruction | Matheus Ferst |
2021-11-09 | target/ppc: Implement pdepd instruction | Matheus Ferst |
2021-11-09 | target/ppc: Implement cnttzdm | Luis Pires |
2021-11-09 | target/ppc: Implement cntlzdm | Luis Pires |
2021-11-09 | target/ppc: Implement PLQ and PSTQ | Matheus Ferst |
2021-11-09 | target/ppc: Move LQ and STQ to decodetree | Matheus Ferst |
2021-11-09 | target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions | Fernando Eckhardt Valle |
2021-11-09 | target/ppc: Move load and store floating point instructions to decodetree | Fernando Eckhardt Valle |
2021-11-09 | target/ppc: move resolve_PLS_D to translate.c | Fernando Eckhardt Valle |
2021-11-09 | target/ppc: introduce do_ea_calc | Fernando Eckhardt Valle |
2021-11-08 | Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into staging | Richard Henderson |
2021-11-08 | tests/avocado: Remove p7zip binary availability check | Philippe Mathieu-Daudé |
2021-11-08 | tests/avocado: Rename avocado_qemu.Test -> QemuSystemTest | Philippe Mathieu-Daudé |
2021-11-08 | tests/avocado: Add bFLT loader linux-user test | Philippe Mathieu-Daudé |
2021-11-08 | tests/avocado: Share useful helpers from virtiofs_submounts test | Philippe Mathieu-Daudé |
2021-11-08 | tests/avocado: Introduce QemuUserTest base class | Philippe Mathieu-Daudé |
2021-11-08 | tests/avocado: Make pick_default_qemu_bin() more generic | Philippe Mathieu-Daudé |
2021-11-08 | tests/avocado: Extract QemuBaseTest from Test | Philippe Mathieu-Daudé |
2021-11-08 | tests/acceptance: rename tests acceptance to tests avocado | Willian Rampazzo |
2021-11-08 | tests/acceptance: introduce new check-avocado target | Willian Rampazzo |