Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-ppc (date)
[
Thread Index
][
Top
][
All Lists
][
qemu-ppc info page
]
Advanced
[
Prev Period
]
Last Modified: Sun Oct 31 2021 21:28:09 -0400
Messages in reverse chronological order
[
Next Period
]
October 31, 2021
Re: [PATCH v2 07/34] target/ppc: Implement cntlzdm
,
David Gibson
,
21:28
Re: [PATCH v2 00/34] PowerISA v3.1 instruction batch
,
David Gibson
,
21:28
Re: [PATCH v5 00/15] target/ppc: DFP instructions using decodetree
,
David Gibson
,
21:28
Re: [PATCH v2 00/34] PowerISA v3.1 instruction batch
,
David Gibson
,
21:28
Re: [PATCH v2 11/34] target/ppc: Move vcfuged to vmx-impl.c.inc
,
David Gibson
,
21:28
Re: [PATCH v6 51/66] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling
,
Philippe Mathieu-Daudé
,
06:15
October 30, 2021
Re: [PATCH v2 30/34] target/ppc: implemented XXSPLTI32DX
,
Richard Henderson
,
19:27
Re: [PATCH v2 24/34] target/ppc: added the instructions LXVP and STXVP
,
Richard Henderson
,
19:13
Re: [PATCH v2 22/34] target/ppc: moved stxv and lxv from legacy to decodtree
,
Richard Henderson
,
18:32
Re: [PATCH v2 21/34] target/ppc: receive high/low as argument in get/set_cpu_vsr
,
Richard Henderson
,
18:31
Re: [PATCH v2 19/34] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
,
Richard Henderson
,
18:29
Re: [PATCH v2 16/34] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
,
Richard Henderson
,
18:27
Re: [PATCH v2 15/34] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
Richard Henderson
,
18:26
Re: [PATCH v2 14/34] target/ppc: Implement vsldbi/vsrdbi instructions
,
Richard Henderson
,
17:42
Re: [PATCH v2 12/34] target/ppc: Implement vclzdm/vctzdm instructions
,
Richard Henderson
,
17:34
Re: [PATCH v2 08/34] target/ppc: Implement cnttzdm
,
Richard Henderson
,
17:18
Re: [PATCH v2 07/34] target/ppc: Implement cntlzdm
,
Richard Henderson
,
17:17
[PATCH v6 49/66] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
,
Richard Henderson
,
13:20
October 29, 2021
[PATCH v2 34/34] target/ppc: Implement lxvkq instruction
,
matheus . ferst
,
16:31
[PATCH v2 33/34] target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
,
matheus . ferst
,
16:30
[PATCH v2 32/34] target/ppc: implemented XXSPLTIDP instruction
,
matheus . ferst
,
16:30
[PATCH v2 31/34] target/ppc: Implemented XXSPLTIW using decodetree
,
matheus . ferst
,
16:30
[PATCH v2 30/34] target/ppc: implemented XXSPLTI32DX
,
matheus . ferst
,
16:30
[PATCH v2 29/34] target/ppc: moved XXSPLTIB to using decodetree
,
matheus . ferst
,
16:29
[PATCH v2 28/34] target/ppc: moved XXSPLTW to using decodetree
,
matheus . ferst
,
16:29
[PATCH v2 27/34] target/ppc: added the instructions PLXVP and PSTXVP
,
matheus . ferst
,
16:29
[PATCH v2 26/34] target/ppc: added the instructions PLXV and PSTXV
,
matheus . ferst
,
16:29
[PATCH v2 25/34] target/ppc: added the instructions LXVPX and STXVPX
,
matheus . ferst
,
16:29
[PATCH v2 24/34] target/ppc: added the instructions LXVP and STXVP
,
matheus . ferst
,
16:29
[PATCH v2 23/34] target/ppc: moved stxvx and lxvx from legacy to decodtree
,
matheus . ferst
,
16:29
[PATCH v2 22/34] target/ppc: moved stxv and lxv from legacy to decodtree
,
matheus . ferst
,
16:29
[PATCH v2 21/34] target/ppc: receive high/low as argument in get/set_cpu_vsr
,
matheus . ferst
,
16:27
[PATCH v2 20/34] target/ppc: Introduce REQUIRE_VSX macro
,
matheus . ferst
,
16:27
[PATCH v2 19/34] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
,
matheus . ferst
,
16:27
[PATCH v2 18/34] target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree
,
matheus . ferst
,
16:27
[PATCH v2 17/34] target/ppc: Implement Vector Insert from VSR using GPR index insns
,
matheus . ferst
,
16:27
[PATCH v2 16/34] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
,
matheus . ferst
,
16:27
[PATCH v2 15/34] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
matheus . ferst
,
16:27
[PATCH v2 14/34] target/ppc: Implement vsldbi/vsrdbi instructions
,
matheus . ferst
,
16:27
[PATCH v2 13/34] target/ppc: Implement vpdepd/vpextd instruction
,
matheus . ferst
,
16:26
[PATCH v2 12/34] target/ppc: Implement vclzdm/vctzdm instructions
,
matheus . ferst
,
16:26
[PATCH v2 11/34] target/ppc: Move vcfuged to vmx-impl.c.inc
,
matheus . ferst
,
16:26
[PATCH v2 10/34] target/ppc: Implement pextd instruction
,
matheus . ferst
,
16:26
[PATCH v2 09/34] target/ppc: Implement pdepd instruction
,
matheus . ferst
,
16:25
[PATCH v2 08/34] target/ppc: Implement cnttzdm
,
matheus . ferst
,
16:25
[PATCH v2 05/34] target/ppc: Move LQ and STQ to decodetree
,
matheus . ferst
,
16:25
[PATCH v2 07/34] target/ppc: Implement cntlzdm
,
matheus . ferst
,
16:25
[PATCH v2 04/34] target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions
,
matheus . ferst
,
16:25
[PATCH v2 02/34] target/ppc: move resolve_PLS_D to translate.c
,
matheus . ferst
,
16:25
[PATCH v2 06/34] target/ppc: Implement PLQ and PSTQ
,
matheus . ferst
,
16:25
[PATCH v2 01/34] target/ppc: introduce do_ea_calc
,
matheus . ferst
,
16:25
[PATCH v2 03/34] target/ppc: Move load and store floating point instructions to decodetree
,
matheus . ferst
,
16:25
[PATCH v2 00/34] PowerISA v3.1 instruction batch
,
matheus . ferst
,
16:25
Re: [PATCH v5 03/15] target/ppc: Introduce REQUIRE_FPU
,
Philippe Mathieu-Daudé
,
15:52
Re: [PATCH v5 02/15] target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c
,
Philippe Mathieu-Daudé
,
15:48
[PATCH v5 15/15] target/ppc: Move ddedpd[q], denbcd[q], dscli[q], dscri[q] to decodetree
,
Luis Pires
,
15:27
[PATCH v5 14/15] target/ppc: Move dct{dp, qpq}, dr{sp, dpq}, dc{f, t}fix[q], dxex[q] to decodetree
,
Luis Pires
,
15:27
[PATCH v5 13/15] target/ppc: Move dqua[q], drrnd[q] to decodetree
,
Luis Pires
,
15:26
[PATCH v5 12/15] target/ppc: Move dquai[q], drint{x, n}[q] to decodetree
,
Luis Pires
,
15:25
[PATCH v5 11/15] target/ppc: Move dcmp{u, o}[q], dts{tex, tsf, tsfi}[q] to decodetree
,
Luis Pires
,
15:25
[PATCH v5 10/15] target/ppc: Move d{add, sub, mul, div, iex}[q] to decodetree
,
Luis Pires
,
15:25
[PATCH v5 09/15] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
,
Luis Pires
,
15:25
[PATCH v5 08/15] target/ppc: Do not update nip on DFP instructions
,
Luis Pires
,
15:25
[PATCH v5 07/15] target/ppc: Implement DCTFIXQQ
,
Luis Pires
,
15:25
[PATCH v5 06/15] libdecnumber: Introduce decNumberIntegralToInt128
,
Luis Pires
,
15:25
[PATCH v5 05/15] host-utils: Introduce mulu128
,
Luis Pires
,
15:25
[PATCH v5 04/15] target/ppc: Implement DCFFIXQQ
,
Luis Pires
,
15:25
[PATCH v5 03/15] target/ppc: Introduce REQUIRE_FPU
,
Luis Pires
,
15:25
[PATCH v5 02/15] target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c
,
Luis Pires
,
15:25
[PATCH v5 01/15] libdecnumber: introduce decNumberFrom[U]Int128
,
Luis Pires
,
15:25
[PATCH v5 00/15] target/ppc: DFP instructions using decodetree
,
Luis Pires
,
15:25
October 28, 2021
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Christophe Leroy
,
13:27
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Luis Machado
,
10:34
October 27, 2021
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Cédric Le Goater
,
13:03
Re: [PATCH 0/2] Fix mtfsf, mtfsfi and mtfsb1 bug
,
Matheus K. Ferst
,
07:49
Re: [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
,
Matheus K. Ferst
,
07:49
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Philippe Mathieu-Daudé
,
06:48
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Christophe Leroy
,
06:42
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Cédric Le Goater
,
04:41
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Philippe Mathieu-Daudé
,
00:06
October 26, 2021
Re: [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
,
Paul A. Clarke
,
14:46
Re: [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
,
Richard Henderson
,
12:58
Re: [PATCH 07/33] target/ppc: Implement cntlzdm
,
Matheus K. Ferst
,
10:34
Re: [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
,
Matheus K. Ferst
,
10:34
Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
Matheus K. Ferst
,
10:34
October 25, 2021
Re: [PATCH v4 04/19] host-utils: add unit tests for divu128/divs128
,
Richard Henderson
,
16:31
[PATCH v4 19/19] target/ppc: Move ddedpd[q], denbcd[q], dscli[q], dscri[q] to decodetree
,
Luis Pires
,
15:16
[PATCH v4 18/19] target/ppc: Move dct{dp, qpq}, dr{sp, dpq}, dc{f, t}fix[q], dxex[q] to decodetree
,
Luis Pires
,
15:16
[PATCH v4 17/19] target/ppc: Move dqua[q], drrnd[q] to decodetree
,
Luis Pires
,
15:15
[PATCH v4 16/19] target/ppc: Move dquai[q], drint{x, n}[q] to decodetree
,
Luis Pires
,
15:15
[PATCH v4 15/19] target/ppc: Move dcmp{u, o}[q], dts{tex, tsf, tsfi}[q] to decodetree
,
Luis Pires
,
15:15
[PATCH v4 14/19] target/ppc: Move d{add, sub, mul, div, iex}[q] to decodetree
,
Luis Pires
,
15:15
[PATCH v4 13/19] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
,
Luis Pires
,
15:15
[PATCH v4 12/19] target/ppc: Do not update nip on DFP instructions
,
Luis Pires
,
15:14
[PATCH v4 11/19] target/ppc: Implement DCTFIXQQ
,
Luis Pires
,
15:14
[PATCH v4 10/19] libdecnumber: Introduce decNumberIntegralToInt128
,
Luis Pires
,
15:14
[PATCH v4 09/19] host-utils: Introduce mulu128
,
Luis Pires
,
15:14
[PATCH v4 08/19] target/ppc: Implement DCFFIXQQ
,
Luis Pires
,
15:14
[PATCH v4 07/19] target/ppc: Introduce REQUIRE_FPU
,
Luis Pires
,
15:13
[PATCH v4 06/19] target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c
,
Luis Pires
,
15:13
[PATCH v4 05/19] libdecnumber: introduce decNumberFrom[U]Int128
,
Luis Pires
,
15:13
[PATCH v4 04/19] host-utils: add unit tests for divu128/divs128
,
Luis Pires
,
15:12
[PATCH v4 03/19] host-utils: add 128-bit quotient support to divu128/divs128
,
Luis Pires
,
15:12
[PATCH v4 02/19] host-utils: move udiv_qrnnd() to host-utils
,
Luis Pires
,
15:12
[PATCH v4 01/19] host-utils: move checks out of divu128/divs128
,
Luis Pires
,
15:12
[PATCH v4 00/19] target/ppc: DFP instructions using decodetree
,
Luis Pires
,
15:12
RE: [PATCH v3 07/22] host-utils: add 128-bit quotient support to divu128/divs128
,
Luis Fernando Fujita Pires
,
14:56
RE: [PATCH v3 16/22] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
,
Luis Fernando Fujita Pires
,
14:52
RE: [PATCH v3 15/22] target/ppc: Implement DCTFIXQQ
,
Luis Fernando Fujita Pires
,
14:52
Re: [RFC PATCH-for-5.2? 4/5] tests/acceptance: Only run tests tagged 'gating-ci' on GitLab CI
,
Philippe Mathieu-Daudé
,
10:07
October 24, 2021
Re: [PATCH 4/4] target/ppc: Use tcg_constant_i32() in gen_ld/st()
,
David Gibson
,
20:34
Re: [PATCH 3/4] target/ppc: Use tcg_constant_tl() in gen_op_cmp()
,
David Gibson
,
20:34
Re: [PATCH 4/4] target/ppc: Use tcg_constant_i32() in gen_ld/st()
,
Richard Henderson
,
17:27
Re: [PATCH 3/4] target/ppc: Use tcg_constant_tl() in gen_op_cmp()
,
Richard Henderson
,
17:26
Re: [PATCH 2/4] target/arm: Use tcg_constant_i64() in do_sat_addsub_64()
,
Richard Henderson
,
17:24
Re: [PATCH 1/4] target/alpha: Use tcg_constant_i64() in gen_call_pal()
,
Richard Henderson
,
17:20
[PATCH 4/4] target/ppc: Use tcg_constant_i32() in gen_ld/st()
,
Philippe Mathieu-Daudé
,
12:17
[PATCH 3/4] target/ppc: Use tcg_constant_tl() in gen_op_cmp()
,
Philippe Mathieu-Daudé
,
12:16
[PATCH 2/4] target/arm: Use tcg_constant_i64() in do_sat_addsub_64()
,
Philippe Mathieu-Daudé
,
12:16
[PATCH 1/4] target/alpha: Use tcg_constant_i64() in gen_call_pal()
,
Philippe Mathieu-Daudé
,
12:16
[PATCH 0/4] target/alpha,arm,ppc: More uses of tcg_constant()
,
Philippe Mathieu-Daudé
,
12:16
October 23, 2021
Re: [PATCH 33/33] target/ppc: Implement lxvkq instruction
,
Richard Henderson
,
17:29
Re: [PATCH 32/33] target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
,
Richard Henderson
,
17:24
Re: [PATCH 31/33] target/ppc: implemented XXSPLTIDP instruction
,
Richard Henderson
,
17:19
Re: [PATCH 30/33] target/ppc: Implemented XXSPLTIW using decodetree
,
Richard Henderson
,
17:15
Re: [PATCH 29/33] target/ppc: implemented XXSPLTI32DX
,
Richard Henderson
,
17:13
Re: [PATCH 28/33] target/ppc: moved XXSPLTIB to using decodetree
,
Richard Henderson
,
17:06
Re: [PATCH 27/33] target/ppc: moved XXSPLTW to using decodetree
,
Richard Henderson
,
17:04
Re: [PATCH 26/33] target/ppc: added the instructions PLXVP and PSTXVP
,
Richard Henderson
,
16:58
Re: [PATCH 25/33] target/ppc: added the instructions PLXV and PSTXV
,
Richard Henderson
,
16:56
Re: [PATCH 24/33] target/ppc: added the instructions LXVPX and STXVPX
,
Richard Henderson
,
16:50
Re: [PATCH 23/33] target/ppc: added the instructions LXVP and STXVP
,
Richard Henderson
,
16:48
Re: [PATCH 21/33] target/ppc: moved stxv and lxv from legacy to decodtree
,
Richard Henderson
,
16:46
Re: [PATCH 21/33] target/ppc: moved stxv and lxv from legacy to decodtree
,
Richard Henderson
,
16:39
Re: [PATCH 22/33] target/ppc: moved stxvx and lxvx from legacy to decodtree
,
Richard Henderson
,
16:38
Re: [PATCH 21/33] target/ppc: moved stxv and lxv from legacy to decodtree
,
Richard Henderson
,
16:34
Re: [PATCH 20/33] target/ppc: Introduce REQUIRE_VSX macro
,
Richard Henderson
,
16:10
Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
Richard Henderson
,
16:09
Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
BALATON Zoltan
,
16:02
Re: [PATCH 19/33] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
,
Richard Henderson
,
16:01
Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
Richard Henderson
,
14:36
Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
BALATON Zoltan
,
06:12
Re: [PATCH 17/33] target/ppc: Implement Vector Insert from VSR using GPR index insns
,
Richard Henderson
,
00:54
Re: [PATCH 18/33] target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree
,
Richard Henderson
,
00:53
Re: [PATCH 17/33] target/ppc: Implement Vector Insert from VSR using GPR index insns
,
Richard Henderson
,
00:48
Re: [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
,
Richard Henderson
,
00:42
Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
Richard Henderson
,
00:40
Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
Richard Henderson
,
00:37
Re: [PATCH 14/33] target/ppc: Implement vsldbi/vsrdbi instructions
,
Richard Henderson
,
00:07
October 22, 2021
Re: [PATCH 13/33] target/ppc: Implement vpdepd/vpextd instruction
,
Richard Henderson
,
20:38
Re: [PATCH 12/33] target/ppc: Implement vclzdm/vctzdm instructions
,
Richard Henderson
,
20:34
Re: [PATCH 11/33] target/ppc: Move vcfuged to vmx-impl.c.inc
,
Richard Henderson
,
20:31
Re: [PATCH 10/33] target/ppc: Implement pextd instruction
,
Richard Henderson
,
20:26
Re: [PATCH 09/33] target/ppc: Implement pdepd instruction
,
Richard Henderson
,
20:05
Re: [PATCH 08/33] target/ppc: Implement cnttzdm
,
Richard Henderson
,
19:56
Re: [PATCH 07/33] target/ppc: Implement cntlzdm
,
Richard Henderson
,
19:16
Re: [PATCH 06/33] target/ppc: Implement PLQ and PSTQ
,
Richard Henderson
,
18:54
Re: [PATCH 05/33] target/ppc: Move LQ and STQ to decodetree
,
Richard Henderson
,
18:53
Re: [PATCH 04/33] target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions
,
Richard Henderson
,
18:24
Re: [PATCH 03/33] target/ppc: Move load and store floating point instructions to decodetree
,
Richard Henderson
,
18:20
Re: [PATCH 02/33] target/ppc: move resolve_PLS_D to translate.c
,
Richard Henderson
,
18:01
Re: [PATCH 01/33] target/ppc: introduce do_ea_calc
,
Richard Henderson
,
17:57
Re: [PATCH 01/33] target/ppc: introduce do_ea_calc
,
Richard Henderson
,
17:52
Re: [PATCH 00/33] PowerISA v3.1 instruction batch
,
Matheus K. Ferst
,
07:13
October 21, 2021
Re: [PATCH 00/33] PowerISA v3.1 instruction batch
,
Richard Henderson
,
22:06
Re: [PATCH v3 03/22] host-utils: introduce uabs64()
,
Richard Henderson
,
19:23
Re: [PATCH v3 22/22] target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetree
,
Richard Henderson
,
19:21
Re: [PATCH v3 21/22] target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetree
,
Richard Henderson
,
18:35
Re: [PATCH v3 03/22] host-utils: introduce uabs64()
,
Eduardo Habkost
,
18:35
Re: [PATCH v3 20/22] target/ppc: Move dqua[q], drrnd[q] to decodetree
,
Richard Henderson
,
18:27
Re: [PATCH v3 19/22] target/ppc: Move dquai[q], drint{x,n}[q] to decodetree
,
Richard Henderson
,
18:22
Re: [PATCH v3 18/22] target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetree
,
Richard Henderson
,
18:16
Re: [PATCH v3 17/22] target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetree
,
Richard Henderson
,
18:11
Re: [PATCH v3 16/22] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
,
Richard Henderson
,
17:58
Re: [PATCH v3 15/22] target/ppc: Implement DCTFIXQQ
,
Richard Henderson
,
17:39
Re: [PATCH v3 12/22] target/ppc: Implement DCFFIXQQ
,
Richard Henderson
,
17:28
Re: [PATCH v3 08/22] host-utils: add unit tests for divu128/divs128
,
Richard Henderson
,
17:16
Re: [PATCH v3 07/22] host-utils: add 128-bit quotient support to divu128/divs128
,
Richard Henderson
,
17:15
Re: [PATCH v3 06/22] host-utils: move udiv_qrnnd() to host-utils
,
Richard Henderson
,
16:14
Re: [PATCH v3 05/22] host-utils: move checks out of divu128/divs128
,
Richard Henderson
,
16:12
Re: [PATCH v3 03/22] host-utils: introduce uabs64()
,
Richard Henderson
,
16:04
Re: [PATCH v3 02/22] host-utils: fix missing zero-extension in divs128
,
Richard Henderson
,
16:02
[PATCH 18/33] target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree
,
matheus . ferst
,
15:54
[PATCH 33/33] target/ppc: Implement lxvkq instruction
,
matheus . ferst
,
15:54
[PATCH 32/33] target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
,
matheus . ferst
,
15:53
[PATCH 31/33] target/ppc: implemented XXSPLTIDP instruction
,
matheus . ferst
,
15:53
[PATCH 30/33] target/ppc: Implemented XXSPLTIW using decodetree
,
matheus . ferst
,
15:53
[PATCH 29/33] target/ppc: implemented XXSPLTI32DX
,
matheus . ferst
,
15:53
[PATCH 28/33] target/ppc: moved XXSPLTIB to using decodetree
,
matheus . ferst
,
15:52
[PATCH 27/33] target/ppc: moved XXSPLTW to using decodetree
,
matheus . ferst
,
15:52
[PATCH 26/33] target/ppc: added the instructions PLXVP and PSTXVP
,
matheus . ferst
,
15:52
[PATCH 25/33] target/ppc: added the instructions PLXV and PSTXV
,
matheus . ferst
,
15:52
[PATCH 24/33] target/ppc: added the instructions LXVPX and STXVPX
,
matheus . ferst
,
15:51
[PATCH 23/33] target/ppc: added the instructions LXVP and STXVP
,
matheus . ferst
,
15:51
[PATCH 22/33] target/ppc: moved stxvx and lxvx from legacy to decodtree
,
matheus . ferst
,
15:51
[PATCH 21/33] target/ppc: moved stxv and lxv from legacy to decodtree
,
matheus . ferst
,
15:51
[PATCH 20/33] target/ppc: Introduce REQUIRE_VSX macro
,
matheus . ferst
,
15:51
[PATCH 19/33] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
,
matheus . ferst
,
15:51
[PATCH 17/33] target/ppc: Implement Vector Insert from VSR using GPR index insns
,
matheus . ferst
,
15:49
[PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
,
matheus . ferst
,
15:49
[PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
,
matheus . ferst
,
15:49
[PATCH 14/33] target/ppc: Implement vsldbi/vsrdbi instructions
,
matheus . ferst
,
15:49
[PATCH 13/33] target/ppc: Implement vpdepd/vpextd instruction
,
matheus . ferst
,
15:48
[PATCH 12/33] target/ppc: Implement vclzdm/vctzdm instructions
,
matheus . ferst
,
15:48
[PATCH 11/33] target/ppc: Move vcfuged to vmx-impl.c.inc
,
matheus . ferst
,
15:48
[PATCH 10/33] target/ppc: Implement pextd instruction
,
matheus . ferst
,
15:48
[PATCH 09/33] target/ppc: Implement pdepd instruction
,
matheus . ferst
,
15:47
[PATCH 08/33] target/ppc: Implement cnttzdm
,
matheus . ferst
,
15:47
[PATCH 07/33] target/ppc: Implement cntlzdm
,
matheus . ferst
,
15:47
[PATCH 06/33] target/ppc: Implement PLQ and PSTQ
,
matheus . ferst
,
15:47
[PATCH 05/33] target/ppc: Move LQ and STQ to decodetree
,
matheus . ferst
,
15:47
[PATCH 04/33] target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions
,
matheus . ferst
,
15:47
[PATCH 03/33] target/ppc: Move load and store floating point instructions to decodetree
,
matheus . ferst
,
15:47
[PATCH 02/33] target/ppc: move resolve_PLS_D to translate.c
,
matheus . ferst
,
15:47
[PATCH 01/33] target/ppc: introduce do_ea_calc
,
matheus . ferst
,
15:47
[PATCH 00/33] PowerISA v3.1 instruction batch
,
matheus . ferst
,
15:47
Re: [PULL 00/25] ppc-for-6.2 queue 20211021
,
Richard Henderson
,
12:53
Re: Deprecate the ppc405 boards in QEMU?
,
Christophe Leroy
,
04:02
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
03:25
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Christophe Leroy
,
02:48
[PULL 24/25] target/ppc: adding user read/write functions for PMCs
,
David Gibson
,
00:21
[PULL 23/25] target/ppc: add user read/write functions for MMCR2
,
David Gibson
,
00:21
[PULL 25/25] hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels
,
David Gibson
,
00:21
[PULL 21/25] target/ppc: add MMCR0 PMCC bits to hflags
,
David Gibson
,
00:21
[PULL 08/25] tests/acceptance: Add tests for the ppc405 boards
,
David Gibson
,
00:21
[PULL 06/25] spapr/xive: Use xive_esb_rw() to trigger interrupts
,
David Gibson
,
00:21
[PULL 22/25] target/ppc: add user read/write functions for MMCR0
,
David Gibson
,
00:21
[PULL 16/25] ppc/pegasos2: Access MV64361 registers via their memory region
,
David Gibson
,
00:21
[PULL 17/25] ppc/pegasos2: Add constants for PCI config addresses
,
David Gibson
,
00:21
[PULL 13/25] ppc/pegasos2: Restrict memory to 2 gigabytes
,
David Gibson
,
00:21
[PULL 20/25] target/ppc: Filter mtmsr[d] input before setting MSR
,
David Gibson
,
00:21
[PULL 15/25] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF
,
David Gibson
,
00:21
[PULL 14/25] ppc/pegasos2: Warn when using VOF but no kernel is specified
,
David Gibson
,
00:21
[PULL 09/25] linux-user/ppc: Fix XER access in save/restore_user_regs
,
David Gibson
,
00:21
[PULL 07/25] hw/ppc: Fix iothread locking in the 405 code
,
David Gibson
,
00:21
[PULL 12/25] target/ppc: Fix XER access in monitor
,
David Gibson
,
00:21
[PULL 19/25] tests/acceptance: Add a test for the bamboo ppc board
,
David Gibson
,
00:21
[PULL 18/25] ppc/pegasos2: Implement power-off RTAS function with VOF
,
David Gibson
,
00:21
[PULL 02/25] target/ppc: Use tcg_constant_i32() in gen_setb()
,
David Gibson
,
00:20
[PULL 04/25] target/ppc: Fix the test raising the decrementer exception
,
David Gibson
,
00:20
[PULL 05/25] hw/ppc/spapr_softmmu: Reduce include list
,
David Gibson
,
00:20
[PULL 11/25] linux-user: Fix XER access in ppc version of elf_core_copy_regs
,
David Gibson
,
00:20
[PULL 01/25] spapr/xive: Add source status helpers
,
David Gibson
,
00:20
[PULL 00/25] ppc-for-6.2 queue 20211021
,
David Gibson
,
00:20
[PULL 03/25] target/ppc: Use tcg_constant_i64() in gen_brh()
,
David Gibson
,
00:20
[PULL 10/25] target/ppc: Fix XER access in gdbstub
,
David Gibson
,
00:20
October 20, 2021
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Simon Marchi
,
11:53
Re: Deprecate the ppc405 boards in QEMU?
,
LEROY Christophe
,
11:28
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
11:05
Re: Deprecate the ppc405 boards in QEMU?
,
LEROY Christophe
,
11:04
Re: Deprecate the ppc405 boards in QEMU?
,
BALATON Zoltan
,
10:55
Re: Deprecate the ppc405 boards in QEMU?
,
Cédric Le Goater
,
10:41
Re: Deprecate the ppc405 boards in QEMU?
,
Cédric Le Goater
,
10:39
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
10:34
Re: Deprecate the ppc405 boards in QEMU?
,
BALATON Zoltan
,
10:31
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
BALATON Zoltan
,
10:16
[PATCH 0/2] Fix mtfsf, mtfsfi and mtfsb1 bug
,
Lucas Mateus Castro (alqotel)
,
09:44
[PATCH 1/2] target/ppc: Fixed call to deferred exception
,
Lucas Mateus Castro (alqotel)
,
09:44
[PATCH 2/2] target/ppc: ppc_store_fpscr doesn't update bit 52
,
Lucas Mateus Castro (alqotel)
,
09:44
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
09:35
Re: Deprecate the ppc405 boards in QEMU?
,
LEROY Christophe
,
09:27
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
LEROY Christophe
,
09:17
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Cédric Le Goater
,
08:43
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
BALATON Zoltan
,
07:42
Re: Deprecate the ppc405 boards in QEMU?
,
BALATON Zoltan
,
07:40
Re: CLI: Using -bios AND -kernel
,
BALATON Zoltan
,
07:36
Re: CLI: Using -bios AND -kernel
,
Thomas Huth
,
06:54
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Philippe Mathieu-Daudé
,
06:26
Re: Deprecate the ppc405 boards in QEMU?
,
Philippe Mathieu-Daudé
,
06:21
CLI: Using -bios AND -kernel
,
Philippe Mathieu-Daudé
,
06:12
Re: Deprecate the ppc405 boards in QEMU?
,
Cédric Le Goater
,
06:11
Re: Deprecate the ppc405 boards in QEMU?
,
Christophe Leroy
,
05:02
Re: [PATCH 1/6] hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ram_id
,
Igor Mammedov
,
04:32
Re: [PATCH] hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels
,
David Gibson
,
00:15
October 19, 2021
Re: Deprecate the ppc405 boards in QEMU?
,
Cédric Le Goater
,
17:30
Re: Deprecate the ppc405 boards in QEMU?
,
Cédric Le Goater
,
16:56
Re: Deprecate the ppc405 boards in QEMU?
,
Christophe Leroy
,
12:12
Re: Deprecate the ppc405 boards in QEMU?
,
BALATON Zoltan
,
10:57
Re: [PATCH] hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels
,
Cédric Le Goater
,
10:46
Re: Deprecate the ppc405 boards in QEMU?
,
Christophe Leroy
,
10:24
Re: Deprecate the ppc405 boards in QEMU?
,
Christophe Leroy
,
09:44
Re: Deprecate the ppc405 boards in QEMU?
,
BALATON Zoltan
,
08:38
Re: Deprecate the ppc405 boards in QEMU?
,
Christophe Leroy
,
07:52
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
07:11
Re: Deprecate the ppc405 boards in QEMU?
,
BALATON Zoltan
,
06:07
Re: Deprecate the ppc405 boards in QEMU?
,
Christophe Leroy
,
05:48
Re: Deprecate the ppc405 boards in QEMU?
,
Greg Kurz
,
05:41
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
05:39
Re: Deprecate the ppc405 boards in QEMU?
,
Christophe Leroy
,
05:31
[PATCH] hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels
,
Thomas Huth
,
05:18
October 17, 2021
Re: [PATCH v4 00/15] PPC64/TCG: Implement 'rfebb' instruction
,
David Gibson
,
23:13
Re: [PATCH] target/ppc: Filter mtmsr[d] input before setting MSR
,
David Gibson
,
23:03
[PATCH v4 13/15] PPC64/TCG: Implement 'rfebb' instruction
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 15/15] target/ppc/excp_helper.c: EBB handling adjustments
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 10/15] target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 11/15] target/ppc: PMU: handle setting of PMCs while running
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 09/15] target/ppc: enable PMU instruction count
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 14/15] target/ppc: PMU Event-Based exception support
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 12/15] target/ppc/power8-pmu.c: handle overflow bits when PMU is running
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 07/15] target/ppc: PMU basic cycle count for pseries TCG
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 08/15] target/ppc: enable PMU counter overflow with cycle events
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 05/15] target/ppc: introduce PMU events
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 06/15] target/ppc: initialize PMUEvents on MMCR1 write
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 02/15] target/ppc: add user read/write functions for MMCR0
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 03/15] target/ppc: add user read/write functions for MMCR2
,
Daniel Henrique Barboza
,
21:02
[PATCH v4 04/15] target/ppc: adding user read/write functions for PMCs
,
Daniel Henrique Barboza
,
21:01
[PATCH v4 01/15] target/ppc: add MMCR0 PMCC bits to hflags
,
Daniel Henrique Barboza
,
21:01
[PATCH v4 00/15] PPC64/TCG: Implement 'rfebb' instruction
,
Daniel Henrique Barboza
,
21:01
October 15, 2021
Re: [PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF
,
BALATON Zoltan
,
17:51
Re: [PATCH 1/4] linux-user/ppc: Fix XER access in save/restore_user_regs
,
Richard Henderson
,
14:24
[PATCH] target/ppc: Filter mtmsr[d] input before setting MSR
,
matheus . ferst
,
14:20
Re: [PATCH 1/4] linux-user/ppc: Fix XER access in save/restore_user_regs
,
Matheus K. Ferst
,
10:55
RE: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree
,
Luis Fernando Fujita Pires
,
07:57
Re: [PATCH 0/6] Misc pegasos2 patches
,
BALATON Zoltan
,
05:28
Re: [PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF
,
BALATON Zoltan
,
05:26
Re: [PATCH] tests/acceptance: Add a test for the bamboo ppc board
,
David Gibson
,
05:26
Re: [PATCH] tests/acceptance: Add a test for the bamboo ppc board
,
Philippe Mathieu-Daudé
,
05:07
[PATCH] tests/acceptance: Add a test for the bamboo ppc board
,
Thomas Huth
,
05:00
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Thomas Huth
,
04:17
Re: [PATCH 5/6] ppc/pegasos2: Add constants for PCI config addresses
,
David Gibson
,
03:05
Re: [PATCH 6/6] ppc/pegasos2: Implement power-off RTAS function with VOF
,
David Gibson
,
03:05
Re: [PATCH 0/6] Misc pegasos2 patches
,
David Gibson
,
03:05
Re: [PATCH 1/6] ppc/pegasos2: Restrict memory to 2 gigabytes
,
David Gibson
,
03:05
Re: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree
,
address@hidden
,
03:05
Re: [PATCH 2/6] ppc/pegasos2: Warn when using VOF but no kernel is specified
,
David Gibson
,
03:05
Re: [PATCH 4/6] ppc/pegasos2: Access MV64361 registers via their memory region
,
David Gibson
,
03:05
Re: [PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF
,
David Gibson
,
03:05
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Thomas Huth
,
02:09
[PATCH v5 50/67] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
,
Richard Henderson
,
00:14
October 14, 2021
Re: [PATCH 2/4] target/ppc: Fix XER access in gdbstub
,
David Gibson
,
23:11
Re: [PATCH 1/4] linux-user/ppc: Fix XER access in save/restore_user_regs
,
David Gibson
,
23:11
Re: [PATCH 1/3] ppc: Add QOM interface for machine check injection
,
Nicholas Piggin
,
22:05
Re: [PATCH 4/4] target/ppc: Fix XER access in monitor
,
Richard Henderson
,
19:45
Re: [PATCH 3/4] linux-user: Fix XER access in ppc version of elf_core_copy_regs
,
Richard Henderson
,
19:45
Re: [PATCH 2/4] target/ppc: Fix XER access in gdbstub
,
Richard Henderson
,
19:44
Re: [PATCH 1/4] linux-user/ppc: Fix XER access in save/restore_user_regs
,
Richard Henderson
,
19:43
[PATCH 4/4] target/ppc: Fix XER access in monitor
,
matheus . ferst
,
18:34
[PATCH 3/4] linux-user: Fix XER access in ppc version of elf_core_copy_regs
,
matheus . ferst
,
18:34
[PATCH 2/4] target/ppc: Fix XER access in gdbstub
,
matheus . ferst
,
18:34
[PATCH 1/4] linux-user/ppc: Fix XER access in save/restore_user_regs
,
matheus . ferst
,
18:34
[PATCH 0/4] Fix incorrect accesses to XER
,
matheus . ferst
,
18:34
[PATCH 6/6] ppc/pegasos2: Implement power-off RTAS function with VOF
,
BALATON Zoltan
,
16:12
[PATCH 3/6] ppc/pegasos2: Implement get-time-of-day RTAS function with VOF
,
BALATON Zoltan
,
16:12
[PATCH 4/6] ppc/pegasos2: Access MV64361 registers via their memory region
,
BALATON Zoltan
,
16:12
[PATCH 2/6] ppc/pegasos2: Warn when using VOF but no kernel is specified
,
BALATON Zoltan
,
16:12
[PATCH 5/6] ppc/pegasos2: Add constants for PCI config addresses
,
BALATON Zoltan
,
16:12
[PATCH 0/6] Misc pegasos2 patches
,
BALATON Zoltan
,
16:12
[PATCH 1/6] ppc/pegasos2: Restrict memory to 2 gigabytes
,
BALATON Zoltan
,
16:12
RE: [PATCH v3 00/22] target/ppc: DFP instructions using decodetree
,
Luis Fernando Fujita Pires
,
13:03
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Cédric Le Goater
,
12:00
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Mark Cave-Ayland
,
11:59
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Thomas Huth
,
11:37
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Greg Kurz
,
11:35
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Philippe Mathieu-Daudé
,
11:27
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
BALATON Zoltan
,
08:58
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Mark Cave-Ayland
,
07:45
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Cédric Le Goater
,
07:29
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Christophe Leroy
,
06:47
Re: Is the ppc440 "bamboo" board in QEMU still of any use?
,
Christophe Leroy
,
06:34
Is the ppc440 "bamboo" board in QEMU still of any use?
,
Thomas Huth
,
05:32
October 13, 2021
[PATCH 2/3] ppc/spapr: Implement mce injection
,
Cédric Le Goater
,
17:40
[PATCH 3/3] ppc/pnv: Implement mce injection
,
Cédric Le Goater
,
17:40
[PATCH 0/3] ppc: Add QOM interface for machine check injection
,
Cédric Le Goater
,
17:40
[PATCH 1/3] ppc: Add QOM interface for machine check injection
,
Cédric Le Goater
,
17:40
[PULL 04/15] target/ppc: Use MO_128 for 16 byte atomics
,
Richard Henderson
,
14:22
Re: [PATCH] tests/acceptance: Add tests for the ppc405 boards
,
David Gibson
,
02:26
October 12, 2021
[PATCH v4 19/48] target/ppc: Use MO_128 for 16 byte atomics
,
Richard Henderson
,
22:46
[PATCH v4 08/48] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
,
Richard Henderson
,
22:46
October 11, 2021
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
09:25
Re: [PATCH] tests/acceptance: Add tests for the ppc405 boards
,
Philippe Mathieu-Daudé
,
09:22
Re: Deprecate the ppc405 boards in QEMU?
,
David Gibson
,
09:13
[PATCH] tests/acceptance: Add tests for the ppc405 boards
,
Thomas Huth
,
09:00
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
04:10
October 07, 2021
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Markus Armbruster
,
08:03
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Paolo Bonzini
,
04:30
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Paolo Bonzini
,
04:29
October 06, 2021
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
wangyanan (Y)
,
23:44
Re: [PATCH v3 02/15] target/ppc: add user write access control for PMU SPRs
,
David Gibson
,
21:23
Re: [PATCH] spapr/xive: Use xive_esb_rw() to trigger interrupts
,
David Gibson
,
20:49
Re: [PATCH] hw/ppc: Fix iothread locking in the 405 code
,
David Gibson
,
20:49
Re: [PATCH] hw/ppc/spapr_softmmu: Reduce include list
,
David Gibson
,
20:49
Re: Cannot Access Memory
,
BALATON Zoltan
,
17:06
[PATCH] spapr/xive: Use xive_esb_rw() to trigger interrupts
,
Cédric Le Goater
,
17:05
Re: Cannot Access Memory
,
Jesse Millwood
,
15:47
Re: Cannot Access Memory
,
Jesse Millwood
,
15:32
Re: [PATCH 16/16] tests/acceptance/ppc_prep_40p.py: unify tags
,
Willian Rampazzo
,
15:20
Re: [PATCH 16/16] tests/acceptance/ppc_prep_40p.py: unify tags
,
Willian Rampazzo
,
15:18
Re: [PATCH 13/16] tests/acceptance/boot_xen.py: use class attribute
,
Willian Rampazzo
,
14:59
Re: [PATCH 09/16] tests/acceptance/boot_xen.py: merge base classes
,
Willian Rampazzo
,
14:58
Re: [PATCH 10/16] tests/acceptance/boot_xen.py: unify tags
,
Willian Rampazzo
,
14:56
Re: [PATCH 11/16] tests/acceptance/boot_xen.py: fetch kernel during test setUp()
,
Willian Rampazzo
,
14:55
Re: [PATCH 03/16] Acceptance Tests: add mechanism for listing tests
,
Willian Rampazzo
,
14:47
Re: [PATCH 01/16] Acceptance Tests: bump Avocado requirement to 91.0
,
Willian Rampazzo
,
14:40
[PATCH] hw/ppc/spapr_softmmu: Reduce include list
,
Philippe Mathieu-Daudé
,
13:08
Re: [PATCH v3 0/7] Reduce load on ppc target maintainers
,
Greg Kurz
,
07:03
Re: [PATCH v3 0/7] Reduce load on ppc target maintainers
,
Alexey Kardashevskiy
,
05:52
Re: [PATCH] hw/ppc: Fix iothread locking in the 405 code
,
Cédric Le Goater
,
04:15
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
03:25
[PATCH] hw/ppc: Fix iothread locking in the 405 code
,
Thomas Huth
,
03:11
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
02:39
October 05, 2021
Re: Cannot Access Memory
,
BALATON Zoltan
,
21:24
Re: Cannot Access Memory
,
Fabiano Rosas
,
21:10
Re: Cannot Access Memory
,
BALATON Zoltan
,
21:02
Re: [PATCH v2] target/ppc: Fix the test raising the decrementer exception
,
David Gibson
,
20:42
Re: Cannot Access Memory
,
Jesse Millwood
,
19:03
Re: Deprecate the ppc405 boards in QEMU?
,
BALATON Zoltan
,
17:53
Re: Cannot Access Memory
,
BALATON Zoltan
,
15:07
Re: Cannot Access Memory
,
Jesse Millwood
,
14:21
Re: Cannot Access Memory
,
Jesse Millwood
,
13:30
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Daniel P . Berrangé
,
12:21
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Philippe Mathieu-Daudé
,
12:15
Re: Cannot Access Memory
,
BALATON Zoltan
,
09:34
Re: Cannot Access Memory
,
Fabiano Rosas
,
09:09
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
08:36
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Thomas Huth
,
08:30
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
BALATON Zoltan
,
08:21
Re: Deprecate the ppc405 boards in QEMU?
,
BALATON Zoltan
,
08:17
Re: Deprecate the ppc405 boards in QEMU?
,
Thomas Huth
,
04:52
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Daniel P . Berrangé
,
04:49
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Cédric Le Goater
,
04:14
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Thomas Huth
,
04:07
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Alexey Kardashevskiy
,
04:05
Re: [PATCH] spapr/xive: Add source status helpers
,
Greg Kurz
,
02:49
Re: [PATCH v2] target/ppc: Fix the test raising the decrementer exception
,
Greg Kurz
,
02:45
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Thomas Huth
,
02:42
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Alexey Kardashevskiy
,
02:18
[PATCH v2] target/ppc: Fix the test raising the decrementer exception
,
Cédric Le Goater
,
01:33
Re: [PATCH] target/ppc: Fix test the decrementer exception
,
Cédric Le Goater
,
01:26
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Christophe Leroy
,
00:44
October 04, 2021
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
David Gibson
,
21:05
Re: [PATCH] spapr/xive: Add source status helpers
,
David Gibson
,
21:05
Re: [PATCH 1/2] target/ppc: Use tcg_constant_i32() in gen_setb()
,
David Gibson
,
21:05
Cannot Access Memory
,
Jesse Millwood
,
17:48
Re: [PATCH] target/ppc: Fix test the decrementer exception
,
BALATON Zoltan
,
17:46
[PATCH] spapr/xive: Add source status helpers
,
Cédric Le Goater
,
17:21
[PATCH] target/ppc: Fix test the decrementer exception
,
Cédric Le Goater
,
17:20
[PULL 19/26] linux-user/ppc: Implement setup_sigtramp
,
Laurent Vivier
,
03:44
Re: [PULL 33/44] target/ppc: Fix 64-bit decrementer
,
Cédric Le Goater
,
02:54
October 03, 2021
Re: [PATCH 2/2] target/ppc: Use tcg_constant_i64() in gen_brh()
,
Richard Henderson
,
11:22
Re: [PATCH 1/2] target/ppc: Use tcg_constant_i32() in gen_setb()
,
Richard Henderson
,
11:21
[PATCH 2/2] target/ppc: Use tcg_constant_i64() in gen_brh()
,
Philippe Mathieu-Daudé
,
10:17
[PATCH 1/2] target/ppc: Use tcg_constant_i32() in gen_setb()
,
Philippe Mathieu-Daudé
,
10:17
[PATCH 0/2] target/ppc: Use tcg_constant_*
,
Philippe Mathieu-Daudé
,
10:17
October 02, 2021
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Markus Armbruster
,
07:27
Re: [PULL 33/44] target/ppc: Fix 64-bit decrementer
,
Peter Maydell
,
06:40
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Paolo Bonzini
,
02:41
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
David Gibson
,
02:14
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Markus Armbruster
,
01:26
October 01, 2021
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
Brad Smith
,
14:08
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
Brad Smith
,
13:54
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Daniel P . Berrangé
,
13:16
[PATCH v3 34/41] target/ppc: Implement ppc_cpu_record_sigsegv
,
Richard Henderson
,
13:12
Re: [PATCH v12 16/16] machine: Make smp_parse return a boolean
,
Paolo Bonzini
,
13:09
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Thomas Huth
,
10:19
Re: [PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
,
BALATON Zoltan
,
09:42
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Peter Maydell
,
09:25
Re: [PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
,
Peter Maydell
,
09:20
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Cédric Le Goater
,
09:14
Re: [PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
,
Daniel P . Berrangé
,
09:12
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Christophe Leroy
,
09:08
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Christophe Leroy
,
09:08
Re: [PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
,
Thomas Huth
,
09:01
Re: [PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
,
Philippe Mathieu-Daudé
,
08:57
Re: [PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
,
Peter Maydell
,
08:47
Re: [PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
,
Cédric Le Goater
,
08:22
[PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
,
Thomas Huth
,
08:19
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Thomas Huth
,
08:05
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
Thomas Huth
,
07:41
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Peter Maydell
,
07:14
Re: [RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
,
Cédric Le Goater
,
07:11
Re: [RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
,
Greg Kurz
,
06:38
Re: [RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
,
Cédric Le Goater
,
06:00
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
Peter Maydell
,
05:58
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
Peter Maydell
,
05:52
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
Daniel P . Berrangé
,
05:44
Re: Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Thomas Huth
,
05:43
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
Peter Maydell
,
05:38
Re: [PATCH 3/3] dtc: Update to version 1.6.1
,
Daniel P . Berrangé
,
05:08
Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
,
Thomas Huth
,
04:36
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc