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: Fri Sep 30 2022 17:57:42 -0400
Messages in reverse chronological order
[
Next Period
]
September 30, 2022
RE: [PATCH v6 16/18] hw/core: Add CPUClass.get_pc
,
Taylor Simpson
,
17:57
[PATCH v6 16/18] hw/core: Add CPUClass.get_pc
,
Richard Henderson
,
17:27
Re: [RFC PATCH v2 11/29] target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt
,
Fabiano Rosas
,
14:38
Re: [RFC PATCH v2 09/29] target/ppc: remove generic architecture checks from p9_deliver_interrupt
,
Fabiano Rosas
,
14:14
Re: [RFC PATCH v2 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
,
Fabiano Rosas
,
11:56
Re: [RFC PATCH v2 02/29] target/ppc: always use ppc_set_irq to set env->pending_interrupts
,
Fabiano Rosas
,
10:34
Re: [PATCH] MAINTAINERS: step back from PPC
,
David Gibson
,
08:36
September 29, 2022
Re: [PATCH] MAINTAINERS: step back from PPC
,
Greg Kurz
,
14:13
[PATCH] MAINTAINERS: step back from PPC
,
Cédric Le Goater
,
14:10
Re: [PATCH v1 15/51] vof: add distclean target
,
Alex Bennée
,
12:46
Re: [PATCH v1 15/51] vof: add distclean target
,
Alex Bennée
,
12:26
Re: [PATCH v1 15/51] vof: add distclean target
,
BALATON Zoltan
,
10:37
[PATCH v1 31/51] pc-bios/vof: Adopt meson style Make output
,
Alex Bennée
,
08:00
[PATCH v1 32/51] monitor: expose monitor_puts to rest of code
,
Alex Bennée
,
08:00
[PATCH v1 15/51] vof: add distclean target
,
Alex Bennée
,
07:43
Re: [PATCH v2 10/13] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header
,
BALATON Zoltan
,
07:42
Re: [PATCH v2 05/13] mac_oldworld: Do not open code sysbus_mmio_map()
,
BALATON Zoltan
,
07:32
Re: [PATCH v2 13/13] mac_nvram: Use NVRAM_SIZE constant
,
Mark Cave-Ayland
,
03:45
Re: [PATCH v2 10/13] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header
,
Mark Cave-Ayland
,
03:44
Re: [PATCH v2 09/13] hw/ppc/mac.h: Move macio specific parts out from shared header
,
Mark Cave-Ayland
,
03:43
Re: [PATCH v2 06/13] mac_newworld: Simplify creation of Uninorth devices
,
Mark Cave-Ayland
,
03:39
Re: [PATCH v2 05/13] mac_oldworld: Do not open code sysbus_mmio_map()
,
Mark Cave-Ayland
,
03:29
Re: [PATCH v2 03/13] mac_{old|new}world: Set tbfreq at declaration
,
Mark Cave-Ayland
,
03:10
Re: [PATCH 08/10] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header
,
Mark Cave-Ayland
,
03:08
Re: [PATCH 03/10] mac_{old|new}world: Set default values for some local variables
,
Mark Cave-Ayland
,
03:01
September 28, 2022
Re: [RFC PATCH v2 00/29] PowerPC interrupt rework
,
Cédric Le Goater
,
13:31
Re: qemu and -vga vs. -device
,
Adam Williamson
,
13:22
Re: qemu and -vga vs. -device
,
Daniel Henrique Barboza
,
05:01
September 27, 2022
Re: qemu and -vga vs. -device
,
Adam Williamson
,
18:28
Re: [RFC PATCH v2 13/29] target/ppc: remove unused interrupts from p8_pending_interrupt
,
Fabiano Rosas
,
18:15
[RFC PATCH v2 29/29] target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
,
Matheus Ferst
,
16:21
[RFC PATCH v2 28/29] target/ppc: unify cpu->has_work based on cs->interrupt_request
,
Matheus Ferst
,
16:21
[RFC PATCH v2 27/29] target/ppc: introduce ppc_maybe_interrupt
,
Matheus Ferst
,
16:21
[RFC PATCH v2 26/29] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
,
Matheus Ferst
,
16:20
[RFC PATCH v2 25/29] target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt
,
Matheus Ferst
,
16:20
[RFC PATCH v2 24/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7
,
Matheus Ferst
,
16:20
[RFC PATCH v2 23/29] target/ppc: remove generic architecture checks from p7_deliver_interrupt
,
Matheus Ferst
,
16:20
[RFC PATCH v2 22/29] target/ppc: remove unused interrupts from p7_deliver_interrupt
,
Matheus Ferst
,
16:20
[RFC PATCH v2 21/29] target/ppc: create an interrupt delivery method for POWER7
,
Matheus Ferst
,
16:19
[RFC PATCH v2 20/29] target/ppc: remove unused interrupts from p7_pending_interrupt
,
Matheus Ferst
,
16:19
[RFC PATCH v2 19/29] target/ppc: create an interrupt masking method for POWER7
,
Matheus Ferst
,
16:19
[RFC PATCH v2 16/29] target/ppc: remove generic architecture checks from p8_deliver_interrupt
,
Matheus Ferst
,
16:18
[RFC PATCH v2 17/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8
,
Matheus Ferst
,
16:18
[RFC PATCH v2 15/29] target/ppc: remove unused interrupts from p8_deliver_interrupt
,
Matheus Ferst
,
16:18
[RFC PATCH v2 18/29] target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt
,
Matheus Ferst
,
16:18
[RFC PATCH v2 14/29] target/ppc: create an interrupt delivery method for POWER8
,
Matheus Ferst
,
16:18
[RFC PATCH v2 13/29] target/ppc: remove unused interrupts from p8_pending_interrupt
,
Matheus Ferst
,
16:18
[RFC PATCH v2 12/29] target/ppc: create an interrupt masking method for POWER8
,
Matheus Ferst
,
16:18
[RFC PATCH v2 11/29] target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt
,
Matheus Ferst
,
16:18
[RFC PATCH v2 10/29] target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9
,
Matheus Ferst
,
16:18
[RFC PATCH v2 09/29] target/ppc: remove generic architecture checks from p9_deliver_interrupt
,
Matheus Ferst
,
16:18
[RFC PATCH v2 07/29] target/ppc: create an interrupt delivery method for POWER9/POWER10
,
Matheus Ferst
,
16:18
[RFC PATCH v2 08/29] target/ppc: remove unused interrupts from p9_deliver_interrupt
,
Matheus Ferst
,
16:18
[RFC PATCH v2 05/29] target/ppc: create an interrupt masking method for POWER9/POWER10
,
Matheus Ferst
,
16:17
[RFC PATCH v2 04/29] target/ppc: prepare to split interrupt masking and delivery by excp_model
,
Matheus Ferst
,
16:16
[RFC PATCH v2 03/29] target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
,
Matheus Ferst
,
16:16
[RFC PATCH v2 06/29] target/ppc: remove unused interrupts from p9_pending_interrupt
,
Matheus Ferst
,
16:16
[RFC PATCH v2 02/29] target/ppc: always use ppc_set_irq to set env->pending_interrupts
,
Matheus Ferst
,
16:16
[RFC PATCH v2 01/29] target/ppc: define PPC_INTERRUPT_* values directly
,
Matheus Ferst
,
16:16
[RFC PATCH v2 00/29] PowerPC interrupt rework
,
Matheus Ferst
,
16:16
Re: qemu and -vga vs. -device
,
Daniel Henrique Barboza
,
12:34
Re: [PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts
,
Fabiano Rosas
,
08:33
September 26, 2022
Re: [PATCH v6 00/25] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
18:47
Re: [PATCH v6 00/25] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
18:39
Re: [PATCH v2 00/13] Misc ppc/mac machines clean up
,
Daniel Henrique Barboza
,
17:40
[PATCH v8 11/16] hw/ppc: set machine->fdt in pegasos2_machine_reset()
,
Daniel Henrique Barboza
,
13:40
Re: [PATCH v6 00/25] ppc4xx_sdram QOMify and clean ups
,
Daniel Henrique Barboza
,
13:32
Re: [PATCH v6 00/25] ppc4xx_sdram QOMify and clean ups
,
Cédric Le Goater
,
13:10
Re: [PATCH v6 00/25] ppc4xx_sdram QOMify and clean ups
,
Daniel Henrique Barboza
,
13:09
Re: [PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts
,
Daniel Henrique Barboza
,
13:01
Re: [PATCH v6 11/25] ppc440_sdram: Get rid of the init RAM hack
,
Daniel Henrique Barboza
,
12:59
Re: [PATCH v6 14/25] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
Cédric Le Goater
,
12:59
Re: [PATCH v6 16/25] ppc440_uc.c: Move some macros to ppc4xx.h
,
Cédric Le Goater
,
12:58
Re: [PATCH v6 17/25] ppc440_uc.c: Remove unneeded parenthesis
,
Cédric Le Goater
,
12:58
Re: [PATCH v6 10/25] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
,
Daniel Henrique Barboza
,
12:57
Re: [PATCH v6 03/25] ppc4xx_sdram: Get rid of the init RAM hack
,
Daniel Henrique Barboza
,
12:52
Re: [PATCH v6 01/25] ppc440_bamboo: Remove unnecessary memsets
,
Daniel Henrique Barboza
,
12:46
Re: qemu and -vga vs. -device
,
Gerd Hoffmann
,
05:27
September 25, 2022
[PATCH v2 13/13] mac_nvram: Use NVRAM_SIZE constant
,
BALATON Zoltan
,
08:38
[PATCH v2 10/13] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header
,
BALATON Zoltan
,
08:38
[PATCH v2 08/13] hw/ppc/mac.h: Move newworld specific parts out from shared header
,
BALATON Zoltan
,
08:38
[PATCH v2 05/13] mac_oldworld: Do not open code sysbus_mmio_map()
,
BALATON Zoltan
,
08:38
[PATCH v2 09/13] hw/ppc/mac.h: Move macio specific parts out from shared header
,
BALATON Zoltan
,
08:38
[PATCH v2 07/13] mac_{old|new}world: Reduce number of QOM casts
,
BALATON Zoltan
,
08:38
[PATCH v2 12/13] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
,
BALATON Zoltan
,
08:38
[PATCH v2 11/13] hw/ppc/mac.h: Move PROM and KERNEL defines to board code
,
BALATON Zoltan
,
08:38
[PATCH v2 06/13] mac_newworld: Simplify creation of Uninorth devices
,
BALATON Zoltan
,
08:38
[PATCH v2 03/13] mac_{old|new}world: Set tbfreq at declaration
,
BALATON Zoltan
,
08:38
[PATCH v2 02/13] mac_oldworld: Drop some more variables
,
BALATON Zoltan
,
08:38
[PATCH v2 04/13] mac_{old|new}world: Avoid else branch by setting default value
,
BALATON Zoltan
,
08:38
[PATCH v2 01/13] mac_newworld: Drop some variables
,
BALATON Zoltan
,
08:38
[PATCH v2 00/13] Misc ppc/mac machines clean up
,
BALATON Zoltan
,
08:38
Re: [PATCH 03/10] mac_{old|new}world: Set default values for some local variables
,
BALATON Zoltan
,
05:41
Re: [PATCH 08/10] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header
,
BALATON Zoltan
,
05:26
Re: [PATCH 10/10] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
,
Mark Cave-Ayland
,
05:24
Re: [PATCH 07/10] hw/ppc/mac.h: Move macio specific atuff out from shared header
,
BALATON Zoltan
,
05:23
Re: [PATCH 09/10] hw/ppc/mac.h: Move PROM and KERNEL defines to board code
,
Mark Cave-Ayland
,
05:23
Re: [PATCH 08/10] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header
,
Mark Cave-Ayland
,
05:21
Re: [PATCH 04/10] mac_newworld: Simplify creation of Uninorth devices
,
BALATON Zoltan
,
05:20
Re: [PATCH 07/10] hw/ppc/mac.h: Move macio specific atuff out from shared header
,
Mark Cave-Ayland
,
05:18
Re: [PATCH 03/10] mac_{old|new}world: Set default values for some local variables
,
BALATON Zoltan
,
05:16
Re: [PATCH 06/10] hw/ppc/mac.h: Move newworld specific atuff out from shared header
,
Mark Cave-Ayland
,
05:13
Re: [PATCH 05/10] mac_{old|new}world: Reduce number of QOM casts
,
Mark Cave-Ayland
,
05:09
Re: [PATCH 04/10] mac_newworld: Simplify creation of Uninorth devices
,
Mark Cave-Ayland
,
04:57
Re: [PATCH 03/10] mac_{old|new}world: Set default values for some local variables
,
Mark Cave-Ayland
,
04:48
Re: [PATCH 02/10] mac_oldworld: Drop some more variables
,
Mark Cave-Ayland
,
04:42
Re: [PATCH 01/10] mac_newworld: Drop some variables
,
Mark Cave-Ayland
,
04:41
September 24, 2022
Re: [PATCH 12/12] target/ppc: Use gvec to decode XVTSTDC[DS]P
,
Richard Henderson
,
16:16
Re: [PATCH 00/10] Misc ppc/mac machines clean up
,
Mark Cave-Ayland
,
12:20
Re: [PATCH 10/12] target/ppc: Moved XVTSTDC[DS]P to decodetree
,
Richard Henderson
,
10:47
Re: [PATCH 09/12] target/ppc: Use gvec to decode XVCPSGN[SD]P
,
Richard Henderson
,
10:43
Re: [PATCH 08/12] target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
,
Richard Henderson
,
10:40
Re: [PATCH 07/12] target/ppc: Move VABSDU[BHW] to decodetree and use gvec
,
Richard Henderson
,
10:37
Re: [PATCH 06/12] target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec
,
Richard Henderson
,
10:35
Re: [PATCH 05/12] target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec
,
Richard Henderson
,
10:29
Re: [PATCH 03/12] target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
,
Richard Henderson
,
10:27
Re: [PATCH 04/12] target/ppc: Move VNEG[WD] to decodtree and use gvec
,
Richard Henderson
,
10:19
Re: [PATCH 03/12] target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
,
Richard Henderson
,
10:18
Re: [PATCH 02/12] target/ppc: Move VMH[R]ADDSHS instruction to decodetree
,
Richard Henderson
,
10:13
Re: [PATCH 01/12] target/ppc: Moved VMLADDUHM to decodetree and use gvec
,
Richard Henderson
,
10:11
Re: [PATCH 00/10] Misc ppc/mac machines clean up
,
BALATON Zoltan
,
09:09
Re: [PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts
,
Cédric Le Goater
,
09:09
[PATCH v6 25/25] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()
,
BALATON Zoltan
,
08:28
[PATCH v6 24/25] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
,
BALATON Zoltan
,
08:28
[PATCH v6 23/25] ppc4xx_sdram: Generalise bank setup
,
BALATON Zoltan
,
08:28
[PATCH v6 20/25] ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.c
,
BALATON Zoltan
,
08:28
[PATCH v6 21/25] ppc4xx_sdram: Use hwaddr for memory bank size
,
BALATON Zoltan
,
08:28
[PATCH v6 18/25] ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c
,
BALATON Zoltan
,
08:28
[PATCH v6 13/25] ppc4xx_sdram: Rename functions to prevent name clashes
,
BALATON Zoltan
,
08:28
[PATCH v6 19/25] ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.c
,
BALATON Zoltan
,
08:28
[PATCH v6 17/25] ppc440_uc.c: Remove unneeded parenthesis
,
BALATON Zoltan
,
08:28
[PATCH v6 10/25] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
,
BALATON Zoltan
,
08:28
[PATCH v6 12/25] ppc440_sdram: Rename local variable for readability
,
BALATON Zoltan
,
08:28
[PATCH v6 22/25] ppc4xx_sdram: Rename local state variable for brevity
,
BALATON Zoltan
,
08:28
[PATCH v6 14/25] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
BALATON Zoltan
,
08:28
[PATCH v6 06/25] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
BALATON Zoltan
,
08:28
[PATCH v6 15/25] ppc440_sdram: QOM'ify
,
BALATON Zoltan
,
08:28
[PATCH v6 11/25] ppc440_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
08:28
[PATCH v6 16/25] ppc440_uc.c: Move some macros to ppc4xx.h
,
BALATON Zoltan
,
08:28
[PATCH v6 09/25] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
BALATON Zoltan
,
08:28
[PATCH v6 07/25] ppc4xx_sdram: QOM'ify
,
BALATON Zoltan
,
08:28
[PATCH v6 03/25] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
08:28
[PATCH v6 02/25] ppc4xx: Introduce Ppc4xxSdramBank struct
,
BALATON Zoltan
,
08:28
[PATCH v6 04/25] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
BALATON Zoltan
,
08:28
[PATCH v6 05/25] ppc440_bamboo: Add missing 4 MiB valid memory size
,
BALATON Zoltan
,
08:28
[PATCH v6 08/25] ppc4xx_sdram: Drop extra zeros for readability
,
BALATON Zoltan
,
08:28
[PATCH v6 01/25] ppc440_bamboo: Remove unnecessary memsets
,
BALATON Zoltan
,
08:28
[PATCH v6 00/25] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
08:28
[PATCH] target/ppc: restore powerpc_excp_booke doorbell interrupts
,
Nicholas Piggin
,
07:44
Re: [PATCH v7 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Daniel Henrique Barboza
,
05:48
September 23, 2022
[PATCH 11/12] target/ppc: Moved XSTSTDC[QDS]P to decodetree
,
Lucas Mateus Castro(alqotel)
,
17:50
[PATCH 12/12] target/ppc: Use gvec to decode XVTSTDC[DS]P
,
Lucas Mateus Castro(alqotel)
,
17:50
[PATCH 10/12] target/ppc: Moved XVTSTDC[DS]P to decodetree
,
Lucas Mateus Castro(alqotel)
,
17:50
[PATCH 09/12] target/ppc: Use gvec to decode XVCPSGN[SD]P
,
Lucas Mateus Castro(alqotel)
,
17:49
[PATCH 08/12] target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
,
Lucas Mateus Castro(alqotel)
,
17:49
[PATCH 07/12] target/ppc: Move VABSDU[BHW] to decodetree and use gvec
,
Lucas Mateus Castro(alqotel)
,
17:49
[PATCH 06/12] target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec
,
Lucas Mateus Castro(alqotel)
,
17:49
[PATCH 05/12] target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec
,
Lucas Mateus Castro(alqotel)
,
17:49
[PATCH 04/12] target/ppc: Move VNEG[WD] to decodtree and use gvec
,
Lucas Mateus Castro(alqotel)
,
17:49
[PATCH 03/12] target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
,
Lucas Mateus Castro(alqotel)
,
17:49
[PATCH 01/12] target/ppc: Moved VMLADDUHM to decodetree and use gvec
,
Lucas Mateus Castro(alqotel)
,
17:48
[PATCH 02/12] target/ppc: Move VMH[R]ADDSHS instruction to decodetree
,
Lucas Mateus Castro(alqotel)
,
17:48
[PATCH 00/12] VMX/VSX instructions with gvec
,
Lucas Mateus Castro(alqotel)
,
17:48
September 22, 2022
Re: [PATCH v3 0/4] Patch series to set up a ppc64le CI
,
Lucas Mateus Martins Araujo e Castro
,
12:47
Re: [PATCH v3 0/4] Patch series to set up a ppc64le CI
,
Alex Bennée
,
12:33
Re: [PATCH v1 01/10] monitor: expose monitor_puts to rest of code
,
Kevin Wolf
,
11:07
[PATCH v3 3/4] scripts/ci/setup: spice-server only on x86 aarch64
,
Lucas Mateus Castro(alqotel)
,
09:56
[PATCH v3 4/4] tests/docker: run script use realpath instead of readlink
,
Lucas Mateus Castro(alqotel)
,
09:56
[PATCH v3 2/4] scripts/ci/setup: Fix libxen requirements
,
Lucas Mateus Castro(alqotel)
,
09:56
[PATCH v3 1/4] scripts/ci/setup: ninja missing from build-environment
,
Lucas Mateus Castro(alqotel)
,
09:55
[PATCH v3 0/4] Patch series to set up a ppc64le CI
,
Lucas Mateus Castro(alqotel)
,
09:55
Re: [PATCH v7 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Markus Armbruster
,
08:29
Re: [PATCH v7 00/14] QMP/HMP: introduce 'dumpdtb'
,
Philippe Mathieu-Daudé
,
07:08
Re: [PATCH v7 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Philippe Mathieu-Daudé
,
07:06
Re: [PATCH v7 10/14] hw/ppc: set machine->fdt in spapr machine
,
Philippe Mathieu-Daudé
,
06:57
Re: [PATCH v7 11/14] hw/riscv: set machine->fdt in sifive_u_machine_init()
,
Philippe Mathieu-Daudé
,
06:56
Re: [PATCH v7 12/14] hw/riscv: set machine->fdt in spike_board_init()
,
Philippe Mathieu-Daudé
,
06:56
Re: [PATCH v7 03/14] hw/nios2: set machine->fdt in nios2_load_dtb()
,
Philippe Mathieu-Daudé
,
06:54
Re: [PATCH v7 08/14] hw/ppc: set machine->fdt in pegasos2_machine_reset()
,
Philippe Mathieu-Daudé
,
06:54
Re: [PATCH v7 07/14] hw/ppc: set machine->fdt in xilinx_load_device_tree()
,
Philippe Mathieu-Daudé
,
06:54
Re: [PATCH v7 06/14] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
,
Philippe Mathieu-Daudé
,
06:53
Re: [PATCH v7 04/14] hw/ppc: set machine->fdt in ppce500_load_device_tree()
,
Philippe Mathieu-Daudé
,
06:52
Re: [PATCH v7 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Philippe Mathieu-Daudé
,
06:47
Re: [PATCH v7 00/14] QMP/HMP: introduce 'dumpdtb'
,
Daniel Henrique Barboza
,
05:40
Re: [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
,
B
,
03:55
Re: [PATCH v1 01/10] monitor: expose monitor_puts to rest of code
,
Markus Armbruster
,
00:31
September 21, 2022
Re: [PULL 00/17] ppc queue
,
Stefan Hajnoczi
,
15:44
Re: [PATCH v1 01/10] monitor: expose monitor_puts to rest of code
,
Philippe Mathieu-Daudé
,
13:34
[PATCH v1 01/10] monitor: expose monitor_puts to rest of code
,
Alex Bennée
,
12:08
Re: [PATCH v2 1/4] scripts/ci/setup: ninja missing from build-environment
,
Lucas Mateus Martins Araujo e Castro
,
08:09
Re: [PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
,
Peter Maydell
,
05:48
Re: [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
,
Markus Armbruster
,
00:55
September 20, 2022
Re: [PATCH v2 28/39] hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failure
,
Bin Meng
,
20:14
Re: [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
,
Bernhard Beschow
,
19:24
Re: [PATCH 9/9] exec/address-spaces: Inline legacy functions
,
Bernhard Beschow
,
19:20
Re: [PATCH 8/9] softmmu/physmem: Let SysBusState absorb memory region and address space singletons
,
Bernhard Beschow
,
19:13
Re: [PATCH 2/9] exec/hwaddr.h: Add missing include
,
Bernhard Beschow
,
19:04
Re: [PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
,
Bernhard Beschow
,
19:00
Re: [PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
,
Bernhard Beschow
,
18:51
[PULL 17/17] hw/ppc/spapr: Fix code style problems reported by checkpatch
,
Daniel Henrique Barboza
,
15:43
[PULL 10/17] target/ppc: Set result to QNaN for DENBCD when VXCVI occurs
,
Daniel Henrique Barboza
,
15:43
[PULL 09/17] target/ppc: Zero second doubleword in DFP instructions
,
Daniel Henrique Barboza
,
15:43
[PULL 11/17] target/ppc: Zero second doubleword for VSX madd instructions
,
Daniel Henrique Barboza
,
15:43
[PULL 06/17] target/ppc: Merge fsqrt and fsqrts helpers
,
Daniel Henrique Barboza
,
15:43
[PULL 12/17] target/ppc: Set OV32 when OV is set
,
Daniel Henrique Barboza
,
15:43
[PULL 15/17] hw/ppc: spapr: Use qemu_vfree() to free spapr->htab
,
Daniel Henrique Barboza
,
15:43
[PULL 08/17] target/ppc: Remove unused xer_* macros
,
Daniel Henrique Barboza
,
15:43
[PULL 14/17] target/ppc: Clear fpstatus flags on helpers missing it
,
Daniel Henrique Barboza
,
15:43
[PULL 07/17] target/ppc: Remove extra space from s128 field in ppc_vsr_t
,
Daniel Henrique Barboza
,
15:43
[PULL 05/17] target/ppc: Move fsqrts to decodetree
,
Daniel Henrique Barboza
,
15:43
[PULL 16/17] hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failure
,
Daniel Henrique Barboza
,
15:43
[PULL 13/17] target/ppc: Zero second doubleword of VSR registers for FPR insns
,
Daniel Henrique Barboza
,
15:43
[PULL 03/17] target/ppc: Implement hashstp and hashchkp
,
Daniel Henrique Barboza
,
15:43
[PULL 04/17] target/ppc: Move fsqrt to decodetree
,
Daniel Henrique Barboza
,
15:43
[PULL 02/17] target/ppc: Implement hashst and hashchk
,
Daniel Henrique Barboza
,
15:43
[PULL 01/17] target/ppc: Add HASHKEYR and HASHPKEYR SPRs
,
Daniel Henrique Barboza
,
15:42
[PULL 00/17] ppc queue
,
Daniel Henrique Barboza
,
15:42
Re: [PATCH v2 28/39] hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failure
,
Daniel Henrique Barboza
,
11:40
Re: [PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
,
Mark Cave-Ayland
,
11:38
Re: [PATCH 4/9] hw/ppc/spapr: Fix code style problems reported by checkpatch
,
Daniel Henrique Barboza
,
10:01
Re: [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
,
Markus Armbruster
,
07:37
Re: [PATCH v2 28/39] hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failure
,
Cédric Le Goater
,
07:18
[PATCH v2 28/39] hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failure
,
Bin Meng
,
06:34
[PATCH v2 27/39] hw/ppc: spapr: Use qemu_vfree() to free spapr->htab
,
Bin Meng
,
06:33
[PATCH v2 00/39] tests/qtest: Enable running qtest on Windows
,
Bin Meng
,
06:32
Re: [PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
,
Peter Maydell
,
05:56
Re: [PATCH 9/9] exec/address-spaces: Inline legacy functions
,
BALATON Zoltan
,
05:03
Re: [PATCH 8/9] softmmu/physmem: Let SysBusState absorb memory region and address space singletons
,
BALATON Zoltan
,
04:50
Re: [PATCH 5/9] exec/address-spaces: Wrap address space singletons into functions
,
Philippe Mathieu-Daudé
,
01:36
Re: [PATCH 9/9] exec/address-spaces: Inline legacy functions
,
Philippe Mathieu-Daudé
,
01:30
Re: [PATCH 9/9] exec/address-spaces: Inline legacy functions
,
Philippe Mathieu-Daudé
,
01:16
Re: [PATCH 8/9] softmmu/physmem: Let SysBusState absorb memory region and address space singletons
,
Philippe Mathieu-Daudé
,
01:12
Re: [PATCH 6/9] target/loongarch/cpu: Remove unneeded include directive
,
Philippe Mathieu-Daudé
,
00:57
Re: [PATCH 3/9] hw/core/sysbus: Resolve main_system_bus singleton
,
Philippe Mathieu-Daudé
,
00:53
Re: [PATCH 2/9] exec/hwaddr.h: Add missing include
,
Philippe Mathieu-Daudé
,
00:51
Re: [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
,
Philippe Mathieu-Daudé
,
00:47
September 19, 2022
Re: [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
,
Alistair Francis
,
19:32
[PATCH 9/9] exec/address-spaces: Inline legacy functions
,
Bernhard Beschow
,
19:19
[PATCH 8/9] softmmu/physmem: Let SysBusState absorb memory region and address space singletons
,
Bernhard Beschow
,
19:19
[PATCH 7/9] hw/sysbus: Introduce dedicated struct SysBusState for TYPE_SYSTEM_BUS
,
Bernhard Beschow
,
19:19
[PATCH 6/9] target/loongarch/cpu: Remove unneeded include directive
,
Bernhard Beschow
,
19:19
[PATCH 5/9] exec/address-spaces: Wrap address space singletons into functions
,
Bernhard Beschow
,
19:19
[PATCH 4/9] hw/ppc/spapr: Fix code style problems reported by checkpatch
,
Bernhard Beschow
,
19:18
[PATCH 3/9] hw/core/sysbus: Resolve main_system_bus singleton
,
Bernhard Beschow
,
19:18
[PATCH 2/9] exec/hwaddr.h: Add missing include
,
Bernhard Beschow
,
19:18
[PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
,
Bernhard Beschow
,
19:18
[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
,
Bernhard Beschow
,
19:18
[PATCH v3] tcg/ppc: Optimize 26-bit jumps
,
Leandro Lupori
,
13:56
September 18, 2022
Re: [PATCH v5 16/21] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
,
Philippe Mathieu-Daudé
,
17:36
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
17:35
Re: [PATCH v5 16/21] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
,
BALATON Zoltan
,
17:24
Re: [PATCH v5 16/21] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
,
Philippe Mathieu-Daudé
,
17:02
Re: [PATCH v5 18/21] ppc4xx_sdram: Rename local state variable for brevity
,
Philippe Mathieu-Daudé
,
16:51
Re: [PATCH v5 09/21] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
Philippe Mathieu-Daudé
,
16:35
Re: [PATCH v5 00/21] ppc4xx_sdram QOMify and clean ups
,
Philippe Mathieu-Daudé
,
16:33
[PATCH v5 20/21] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
,
BALATON Zoltan
,
16:25
[PATCH v5 19/21] ppc4xx_sdram: Generalise bank setup
,
BALATON Zoltan
,
16:25
[PATCH v5 18/21] ppc4xx_sdram: Rename local state variable for brevity
,
BALATON Zoltan
,
16:25
[PATCH v5 21/21] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()
,
BALATON Zoltan
,
16:24
[PATCH v5 16/21] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
,
BALATON Zoltan
,
16:24
[PATCH v5 17/21] ppc4xx_sdram: Use hwaddr for memory bank size
,
BALATON Zoltan
,
16:24
[PATCH v5 15/21] ppc440_sdram: QOM'ify
,
BALATON Zoltan
,
16:24
[PATCH v5 14/21] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
BALATON Zoltan
,
16:24
[PATCH v5 13/21] ppc4xx_sdram: Rename functions to prevent name clashes
,
BALATON Zoltan
,
16:24
[PATCH v5 12/21] ppc440_sdram: Rename local variable for readability
,
BALATON Zoltan
,
16:24
[PATCH v5 11/21] ppc440_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
16:24
[PATCH v5 10/21] ppc440_sdram: Implement enable bit in the DDR2 SDRAM
,
BALATON Zoltan
,
16:24
[PATCH v5 07/21] ppc4xx_sdram: QOM'ify
,
BALATON Zoltan
,
16:24
[PATCH v5 08/21] ppc4xx_sdram: Drop extra zeros for readability
,
BALATON Zoltan
,
16:24
[PATCH v5 09/21] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
BALATON Zoltan
,
16:24
[PATCH v5 06/21] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
BALATON Zoltan
,
16:24
[PATCH v5 04/21] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
BALATON Zoltan
,
16:24
[PATCH v5 05/21] ppc440_bamboo: Add missing 4 MiB valid memory size
,
BALATON Zoltan
,
16:24
[PATCH v5 03/21] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
16:24
[PATCH v5 00/21] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
16:24
[PATCH v5 02/21] ppc4xx: Introduce Ppc4xxSdramBank struct
,
BALATON Zoltan
,
16:24
[PATCH v5 01/21] ppc440_bamboo: Remove unnecessary memsets
,
BALATON Zoltan
,
16:24
ubuntu-20.04.5-live-server-ppc64el not bootable on Qemu
,
c . buhtz
,
13:20
Re: [PATCH 00/11] ppc/e500: Add support for two types of flash, cleanup
,
Philippe Mathieu-Daudé
,
10:37
Re: [PATCH 08/11] hw/sd/sdhci-internal: Unexport ESDHC defines
,
Philippe Mathieu-Daudé
,
08:19
Re: [PATCH 05/11] hw/ppc/e500: Remove if statement which is now always true
,
Philippe Mathieu-Daudé
,
08:18
Re: [PATCH 03/11] docs/system/ppc/ppce500: Add heading for networking chapter
,
Philippe Mathieu-Daudé
,
08:16
Re: [PATCH 02/11] hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
,
Philippe Mathieu-Daudé
,
08:15
Re: [PATCH 01/11] hw/ppc/meson: Allow e500 boards to be enabled separately
,
Philippe Mathieu-Daudé
,
08:15
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
06:35
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
06:28
Re: [PATCH v4 14/21] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
BALATON Zoltan
,
05:59
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
Cédric Le Goater
,
03:35
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
Cédric Le Goater
,
03:35
September 17, 2022
Re: [PATCH v4 21/21] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()
,
Philippe Mathieu-Daudé
,
18:18
Re: [PATCH v4 14/21] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
Philippe Mathieu-Daudé
,
18:16
Re: [PATCH v4 13/21] ppc4xx_sdram: Rename functions to prevent name clashes
,
Philippe Mathieu-Daudé
,
18:15
Re: [PATCH v4 09/21] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
Philippe Mathieu-Daudé
,
18:14
Re: [PATCH v4 08/21] ppc4xx_sdram: Drop extra zeros for readability
,
Philippe Mathieu-Daudé
,
18:12
Re: [PATCH v4 06/21] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
Philippe Mathieu-Daudé
,
17:54
Re: [PATCH v2 3/4] scripts/ci/setup: spice-server only on x86 aarch64
,
Philippe Mathieu-Daudé
,
17:41
Re: [PATCH v2 2/4] scripts/ci/setup: Fix libxen requirements
,
Philippe Mathieu-Daudé
,
17:39
Re: [PATCH 07/10] hw/ppc/mac.h: Move macio specific atuff out from shared header
,
Philippe Mathieu-Daudé
,
17:17
Re: [PATCH 07/10] hw/ppc/mac.h: Move macio specific atuff out from shared header
,
Philippe Mathieu-Daudé
,
17:16
Re: [PATCH 09/10] hw/ppc/mac.h: Move PROM and KERNEL defines to board code
,
Philippe Mathieu-Daudé
,
17:15
Re: [PATCH 05/10] mac_{old|new}world: Reduce number of QOM casts
,
Philippe Mathieu-Daudé
,
17:13
Re: [PATCH 02/10] mac_oldworld: Drop some more variables
,
Philippe Mathieu-Daudé
,
17:06
Re: [PATCH 01/10] mac_newworld: Drop some variables
,
Philippe Mathieu-Daudé
,
17:05
September 16, 2022
[PATCH 07/10] hw/ppc/mac.h: Move macio specific atuff out from shared header
,
BALATON Zoltan
,
19:07
[PATCH 10/10] hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
,
BALATON Zoltan
,
19:07
[PATCH 08/10] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header
,
BALATON Zoltan
,
19:07
[PATCH 09/10] hw/ppc/mac.h: Move PROM and KERNEL defines to board code
,
BALATON Zoltan
,
19:07
[PATCH 05/10] mac_{old|new}world: Reduce number of QOM casts
,
BALATON Zoltan
,
19:07
[PATCH 03/10] mac_{old|new}world: Set default values for some local variables
,
BALATON Zoltan
,
19:07
[PATCH 06/10] hw/ppc/mac.h: Move newworld specific atuff out from shared header
,
BALATON Zoltan
,
19:07
[PATCH 04/10] mac_newworld: Simplify creation of Uninorth devices
,
BALATON Zoltan
,
19:07
[PATCH 02/10] mac_oldworld: Drop some more variables
,
BALATON Zoltan
,
19:07
[PATCH 01/10] mac_newworld: Drop some variables
,
BALATON Zoltan
,
19:07
[PATCH 00/10] Misc ppc/mac machines clean up
,
BALATON Zoltan
,
19:07
Re: [PATCH v5 00/13] Instantiate VT82xx functions in host device
,
Bernhard Beschow
,
13:54
Re: [PATCH 10/11] hw/sd/sdhci: Implement Freescale eSDHC device model
,
Bernhard Beschow
,
13:27
Re: [PATCH 04/11] hw/ppc/mpc8544ds: Add platform bus
,
Bernhard Beschow
,
13:20
Re: [PATCH 09/11] hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*
,
Bernhard Beschow
,
13:11
Re: [PATCH 07/11] hw/ppc/e500: Implement pflash handling
,
Bernhard Beschow
,
13:05
Re: [PATCH 11/11] hw/ppc/e500: Add Freescale eSDHC to e500 boards
,
Bernhard Beschow
,
12:15
Re: [PATCH 00/11] ppc/e500: Add support for two types of flash, cleanup
,
Bernhard Beschow
,
12:08
Re: [PATCH 00/11] ppc/e500: Add support for two types of flash, cleanup
,
Bin Meng
,
11:27
Re: [PATCH 11/11] hw/ppc/e500: Add Freescale eSDHC to e500 boards
,
Bin Meng
,
11:26
Re: [PATCH 10/11] hw/sd/sdhci: Implement Freescale eSDHC device model
,
Bin Meng
,
11:15
Re: [PATCH 07/11] hw/ppc/e500: Implement pflash handling
,
Bin Meng
,
11:00
Re: [PATCH v5 00/13] Instantiate VT82xx functions in host device
,
Philippe Mathieu-Daudé
,
10:36
Re: [PATCH v5 11/13] hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove it
,
Philippe Mathieu-Daudé
,
10:35
Re: [PATCH v5 13/13] hw/isa/vt82c686: Create rtc-time alias in boards instead
,
Philippe Mathieu-Daudé
,
10:34
Re: [PATCH 09/11] hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*
,
Bin Meng
,
06:07
Re: [PATCH 08/11] hw/sd/sdhci-internal: Unexport ESDHC defines
,
Bin Meng
,
06:05
Re: [PATCH 06/11] hw/block/pflash_cfi01: Error out if device length isn't a power of two
,
Bin Meng
,
02:25
Re: [PATCH 05/11] hw/ppc/e500: Remove if statement which is now always true
,
Bin Meng
,
02:18
Re: [PATCH 04/11] hw/ppc/mpc8544ds: Add platform bus
,
Bin Meng
,
02:16
September 15, 2022
Re: [PATCH 03/11] docs/system/ppc/ppce500: Add heading for networking chapter
,
Bin Meng
,
22:43
Re: [PATCH 02/11] hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
,
Bin Meng
,
22:40
Re: [PATCH 01/11] hw/ppc/meson: Allow e500 boards to be enabled separately
,
Bin Meng
,
22:38
Re: [PATCH v2 1/4] scripts/ci/setup: ninja missing from build-environment
,
Thomas Huth
,
11:54
[PATCH 10/11] hw/sd/sdhci: Implement Freescale eSDHC device model
,
Bernhard Beschow
,
11:26
[PATCH 11/11] hw/ppc/e500: Add Freescale eSDHC to e500 boards
,
Bernhard Beschow
,
11:26
[PATCH 08/11] hw/sd/sdhci-internal: Unexport ESDHC defines
,
Bernhard Beschow
,
11:26
[PATCH 09/11] hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*
,
Bernhard Beschow
,
11:26
[PATCH 07/11] hw/ppc/e500: Implement pflash handling
,
Bernhard Beschow
,
11:26
[PATCH 04/11] hw/ppc/mpc8544ds: Add platform bus
,
Bernhard Beschow
,
11:26
[PATCH 06/11] hw/block/pflash_cfi01: Error out if device length isn't a power of two
,
Bernhard Beschow
,
11:26
[PATCH 05/11] hw/ppc/e500: Remove if statement which is now always true
,
Bernhard Beschow
,
11:26
[PATCH 03/11] docs/system/ppc/ppce500: Add heading for networking chapter
,
Bernhard Beschow
,
11:26
[PATCH 00/11] ppc/e500: Add support for two types of flash, cleanup
,
Bernhard Beschow
,
11:26
[PATCH 01/11] hw/ppc/meson: Allow e500 boards to be enabled separately
,
Bernhard Beschow
,
11:26
[PATCH 02/11] hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
,
Bernhard Beschow
,
11:26
Re: [PATCH v2] tcg/ppc: Optimize 26-bit jumps
,
Richard Henderson
,
06:39
September 14, 2022
[PATCH v2] tcg/ppc: Optimize 26-bit jumps
,
Leandro Lupori
,
14:43
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
14:32
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
14:25
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
Cédric Le Goater
,
09:50
[PATCH v2 4/4] tests/docker: run script use realpath instead of readlink
,
Lucas Mateus Castro(alqotel)
,
08:42
[PATCH v2 0/4] Patch series to set up a ppc64le CI
,
Lucas Mateus Castro(alqotel)
,
08:42
[PATCH v2 3/4] scripts/ci/setup: spice-server only on x86 aarch64
,
Lucas Mateus Castro(alqotel)
,
08:42
[PATCH v2 1/4] scripts/ci/setup: ninja missing from build-environment
,
Lucas Mateus Castro(alqotel)
,
08:42
[PATCH v2 2/4] scripts/ci/setup: Fix libxen requirements
,
Lucas Mateus Castro(alqotel)
,
08:42
Re: [PATCH v3 00/20] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
07:53
Re: [PATCH v3 09/20] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
BALATON Zoltan
,
07:51
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
07:44
Re: [PATCH v3 06/20] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
BALATON Zoltan
,
07:37
[PATCH v4 21/21] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()
,
BALATON Zoltan
,
07:35
[PATCH v4 19/21] ppc4xx_sdram: Generalise bank setup
,
BALATON Zoltan
,
07:35
[PATCH v4 20/21] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
,
BALATON Zoltan
,
07:35
[PATCH v4 16/21] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
,
BALATON Zoltan
,
07:34
[PATCH v4 18/21] ppc4xx_sdram: Rename local state variable for brevity
,
BALATON Zoltan
,
07:34
[PATCH v4 15/21] ppc440_sdram: QOM'ify
,
BALATON Zoltan
,
07:34
[PATCH v4 17/21] ppc4xx_sdram: Use hwaddr for memory bank size
,
BALATON Zoltan
,
07:34
[PATCH v4 14/21] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
BALATON Zoltan
,
07:34
[PATCH v4 13/21] ppc4xx_sdram: Rename functions to prevent name clashes
,
BALATON Zoltan
,
07:34
[PATCH v4 12/21] ppc440_sdram: Rename local variable for readability
,
BALATON Zoltan
,
07:34
[PATCH v4 11/21] ppc440_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
07:34
[PATCH v4 10/21] ppc440_sdram: Implement enable bit in the DDR2 SDRAM
,
BALATON Zoltan
,
07:34
[PATCH v4 09/21] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
BALATON Zoltan
,
07:34
[PATCH v4 08/21] ppc4xx_sdram: Drop extra zeros for readability
,
BALATON Zoltan
,
07:34
[PATCH v4 06/21] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
BALATON Zoltan
,
07:34
[PATCH v4 05/21] ppc440_bamboo: Add missing 4 MiB valid memory size
,
BALATON Zoltan
,
07:34
[PATCH v4 07/21] ppc4xx_sdram: QOM'ify
,
BALATON Zoltan
,
07:34
[PATCH v4 03/21] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
07:34
[PATCH v4 04/21] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
BALATON Zoltan
,
07:34
[PATCH v4 02/21] ppc4xx: Introduce Ppc4xxSdramBank struct
,
BALATON Zoltan
,
07:34
[PATCH v4 00/21] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
07:34
[PATCH v4 01/21] ppc440_bamboo: Remove unnecessary memsets
,
BALATON Zoltan
,
07:34
Re: [PATCH v3 00/20] ppc4xx_sdram QOMify and clean ups
,
Cédric Le Goater
,
03:30
Re: [PATCH v3 10/20] ppc440_sdram: Implement enable bit in the DDR2 SDRAM
,
Cédric Le Goater
,
03:20
Re: [PATCH v3 12/20] ppc440_sdram: Rename local variable for readibility
,
Cédric Le Goater
,
03:20
Re: [PATCH v3 09/20] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
Cédric Le Goater
,
03:14
Re: [PATCH v3 07/20] ppc4xx_sdram: QOM'ify
,
Cédric Le Goater
,
03:11
Re: [PATCH v3 06/20] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
Cédric Le Goater
,
03:09
Re: [PATCH v3 04/20] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
Cédric Le Goater
,
02:59
Re: [PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
Cédric Le Goater
,
02:58
September 13, 2022
[PATCH v3 20/20] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
,
BALATON Zoltan
,
15:53
[PATCH v3 19/20] ppc4xx_sdram: Generalise bank setup
,
BALATON Zoltan
,
15:53
[PATCH v3 16/20] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
,
BALATON Zoltan
,
15:52
[PATCH v3 13/20] ppc4xx_sdram: Rename functions to prevent name clashes
,
BALATON Zoltan
,
15:52
[PATCH v3 18/20] ppc4xx_sdram: Rename local state variable for brevity
,
BALATON Zoltan
,
15:52
[PATCH v3 17/20] ppc4xx_sdram: Use hwaddr for memory bank size
,
BALATON Zoltan
,
15:52
[PATCH v3 11/20] ppc440_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
15:52
[PATCH v3 15/20] ppc440_sdram: QOM'ify
,
BALATON Zoltan
,
15:52
[PATCH v3 14/20] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
BALATON Zoltan
,
15:52
[PATCH v3 12/20] ppc440_sdram: Rename local variable for readibility
,
BALATON Zoltan
,
15:52
[PATCH v3 10/20] ppc440_sdram: Implement enable bit in the DDR2 SDRAM
,
BALATON Zoltan
,
15:52
[PATCH v3 08/20] ppc4xx_sdram: Drop extra zeros for readability
,
BALATON Zoltan
,
15:52
[PATCH v3 09/20] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
BALATON Zoltan
,
15:52
[PATCH v3 07/20] ppc4xx_sdram: QOM'ify
,
BALATON Zoltan
,
15:52
[PATCH v3 06/20] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
BALATON Zoltan
,
15:52
[PATCH v3 05/20] ppc440_bamboo: Add missing 4 MiB valid memory size
,
BALATON Zoltan
,
15:52
[PATCH v3 01/20] ppc440_bamboo: Remove unnecessary memsets
,
BALATON Zoltan
,
15:52
[PATCH v3 02/20] ppc4xx: Introduce Ppc4xxSdramBank struct
,
BALATON Zoltan
,
15:52
[PATCH v3 04/20] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
BALATON Zoltan
,
15:52
[PATCH v3 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
15:52
[PATCH v3 00/20] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
15:52
Re: [PATCH v2 00/18] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
14:55
[PATCH v2 14/18] ppc4xx_sdram: Move ppc4xx DDR and DDR2 SDRAM controller models together
,
BALATON Zoltan
,
14:24
[PATCH v2 18/18] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
,
BALATON Zoltan
,
14:23
[PATCH v2 16/18] ppc4xx_sdram: Rename local state variable for brevity
,
BALATON Zoltan
,
14:23
[PATCH v2 15/18] ppc4xx_sdram: Use hwaddr for memory bank size
,
BALATON Zoltan
,
14:23
[PATCH v2 17/18] ppc4xx_sdram: Generalise bank setup
,
BALATON Zoltan
,
14:23
[PATCH v2 11/18] ppc440_sdram: Rename local variable for readibility
,
BALATON Zoltan
,
14:23
[PATCH v2 12/18] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
BALATON Zoltan
,
14:23
[PATCH v2 10/18] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
,
BALATON Zoltan
,
14:23
[PATCH v2 09/18] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
BALATON Zoltan
,
14:23
[PATCH v2 07/18] ppc4xx_sdram: QOM'ify
,
BALATON Zoltan
,
14:23
[PATCH v2 13/18] ppc440_sdram: QOM'ify
,
BALATON Zoltan
,
14:23
[PATCH v2 08/18] ppc4xx_sdram: Drop extra zeros for readability
,
BALATON Zoltan
,
14:23
[PATCH v2 06/18] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
BALATON Zoltan
,
14:23
[PATCH v2 02/18] ppc4xx: Introduce Ppc4xxSdramBank struct
,
BALATON Zoltan
,
14:23
[PATCH v2 05/18] ppc440_bamboo: Add missing 4 MiB valid memory size
,
BALATON Zoltan
,
14:23
[PATCH v2 00/18] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
14:23
[PATCH v2 01/18] ppc440_bamboo: Remove unnecessary memsets
,
BALATON Zoltan
,
14:23
[PATCH v2 04/18] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
BALATON Zoltan
,
14:23
[PATCH v2 03/18] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
14:23
September 12, 2022
Re: [PATCH v5 00/13] Instantiate VT82xx functions in host device
,
Bernhard Beschow
,
15:50
Re: [PATCH 0/8] Patch series to set up a ppc64le CI
,
Lucas Mateus Martins Araujo e Castro
,
08:16
September 09, 2022
Re: [PATCH 04/20] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
BALATON Zoltan
,
15:32
Re: [PATCH v2 10/10] hw/isa/vt82c686: Create rtc-time alias in boards instead
,
Bernhard Beschow
,
08:44
Re: [PATCH] tcg/ppc: Optimize 26-bit jumps
,
Leandro Lupori
,
08:02
September 08, 2022
Re: [PATCH] tcg/ppc: Optimize 26-bit jumps
,
Richard Henderson
,
17:44
[PATCH] tcg/ppc: Optimize 26-bit jumps
,
Leandro Lupori
,
17:18
Re: [PATCH v7 08/14] hw/ppc: set machine->fdt in pegasos2_machine_reset()
,
BALATON Zoltan
,
15:58
Re: [PATCH v7 07/14] hw/ppc: set machine->fdt in xilinx_load_device_tree()
,
BALATON Zoltan
,
15:57
Re: [PATCH v7 05/14] hw/ppc: set machine->fdt in bamboo_load_device_tree()
,
BALATON Zoltan
,
15:55
[PATCH v7 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 13/14] hw/xtensa: set machine->fdt in xtfpga_init()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 12/14] hw/riscv: set machine->fdt in spike_board_init()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 11/14] hw/riscv: set machine->fdt in sifive_u_machine_init()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 10/14] hw/ppc: set machine->fdt in spapr machine
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 09/14] hw/ppc: set machine->fdt in pnv_reset()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 08/14] hw/ppc: set machine->fdt in pegasos2_machine_reset()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 07/14] hw/ppc: set machine->fdt in xilinx_load_device_tree()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 06/14] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 05/14] hw/ppc: set machine->fdt in bamboo_load_device_tree()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 04/14] hw/ppc: set machine->fdt in ppce500_load_device_tree()
,
Daniel Henrique Barboza
,
15:41
[PATCH v7 03/14] hw/nios2: set machine->fdt in nios2_load_dtb()
,
Daniel Henrique Barboza
,
15:40
[PATCH v7 02/14] hw/microblaze: set machine->fdt in microblaze_load_dtb()
,
Daniel Henrique Barboza
,
15:40
[PATCH v7 01/14] hw/arm: do not free machine->fdt in arm_load_dtb()
,
Daniel Henrique Barboza
,
15:40
[PATCH v7 00/14] QMP/HMP: introduce 'dumpdtb'
,
Daniel Henrique Barboza
,
15:40
Re: [PATCH v6 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Dr. David Alan Gilbert
,
06:33
Re: [PATCH v5 00/13] Instantiate VT82xx functions in host device
,
Daniel Henrique Barboza
,
06:26
Re: [PATCH v5 00/13] Instantiate VT82xx functions in host device
,
BALATON Zoltan
,
06:22
Re: [PATCH v5 13/13] hw/isa/vt82c686: Create rtc-time alias in boards instead
,
Daniel Henrique Barboza
,
06:21
Re: [PATCH v5 10/13] hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device
,
Daniel Henrique Barboza
,
06:21
Re: [PATCH v5 09/13] hw/isa/vt82c686: Instantiate PM function in host device
,
Daniel Henrique Barboza
,
06:21
Re: [PATCH v5 08/13] hw/isa/vt82c686: Instantiate USB functions in host device
,
Daniel Henrique Barboza
,
06:20
Re: [PATCH v5 07/13] hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
,
Daniel Henrique Barboza
,
06:20
Re: [PATCH v5 06/13] hw/isa/vt82c686: Instantiate IDE function in host device
,
Daniel Henrique Barboza
,
06:20
Re: [PATCH v5 05/13] hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
,
Daniel Henrique Barboza
,
06:20
Re: [PATCH v5 00/13] Instantiate VT82xx functions in host device
,
Bernhard Beschow
,
04:35
Re: [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
,
Richard Henderson
,
03:52
September 07, 2022
Re: [PATCH 3/8] scripts/ci/setup: Fix libxen requirements
,
Alex Bennée
,
13:25
Re: [PATCH 06/20] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
BALATON Zoltan
,
10:53
Re: [PATCH 14/20] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
BALATON Zoltan
,
10:41
Re: [PATCH 13/20] ppc4xx_sdram: Rename functions to prevent name clashes
,
BALATON Zoltan
,
10:38
Re: [PATCH 10/20] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
,
BALATON Zoltan
,
10:37
Re: [PATCH 09/20] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
BALATON Zoltan
,
10:34
Re: [PATCH 08/20] ppc4xx_sdram: Drop extra zeros for readability
,
BALATON Zoltan
,
10:32
Re: [PATCH 15/20] ppc440_sdram: QOM'ify
,
Cédric Le Goater
,
09:52
Re: [PATCH 14/20] ppc440_sdram: Move RAM size check to ppc440_sdram_init
,
Cédric Le Goater
,
09:51
Re: [PATCH 13/20] ppc4xx_sdram: Rename functions to prevent name clashes
,
Cédric Le Goater
,
09:48
Re: [PATCH 12/20] ppc440_sdram: Rename local variable for readibility
,
Cédric Le Goater
,
09:46
Re: [PATCH 10/20] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
,
Cédric Le Goater
,
09:38
Re: [PATCH 09/20] ppc440_sdram: Split off map/unmap of sdram banks for later reuse
,
Cédric Le Goater
,
09:34
Re: [PATCH 08/20] ppc4xx_sdram: Drop extra zeros for readability
,
Cédric Le Goater
,
09:30
Re: [PATCH 07/20] ppc4xx_sdram: QOM'ify
,
Cédric Le Goater
,
09:29
Re: [PATCH 06/20] ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
,
Cédric Le Goater
,
09:25
Re: [PATCH 05/20] ppc440_bamboo: Add missing 4 MiB valid memory size
,
Cédric Le Goater
,
09:17
Re: [PATCH v6 09/14] hw/ppc: set machine->fdt in pnv_reset()
,
Frederic Barrat
,
05:01
Re: [PATCH v6 09/14] hw/ppc: set machine->fdt in pnv_reset()
,
Cédric Le Goater
,
03:19
September 06, 2022
Re: [PATCH v2 0/8] Multiple ppc instructions fixes
,
Daniel Henrique Barboza
,
16:08
Re: [PATCH 0/3] target/ppc: Move fsqrt[s] to decodetree
,
Daniel Henrique Barboza
,
16:08
Re: [PATCH 0/8] Patch series to set up a ppc64le CI
,
Daniel Henrique Barboza
,
15:52
Re: [PATCH v4 0/3] Implement Power ISA 3.1B hash insns
,
Daniel Henrique Barboza
,
14:44
Re: [PATCH v2 8/8] target/ppc: Clear fpstatus flags on helpers missing it
,
Daniel Henrique Barboza
,
13:17
Re: [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
,
Víctor Colombo
,
10:22
[PATCH v2 8/8] target/ppc: Clear fpstatus flags on helpers missing it
,
Víctor Colombo
,
08:57
[PATCH v2 7/8] target/ppc: Zero second doubleword of VSR registers for FPR insns
,
Víctor Colombo
,
08:57
[PATCH v2 6/8] target/ppc: Set OV32 when OV is set
,
Víctor Colombo
,
08:57
[PATCH v2 5/8] target/ppc: Zero second doubleword for VSX madd instructions
,
Víctor Colombo
,
08:57
[PATCH v2 4/8] target/ppc: Set result to QNaN for DENBCD when VXCVI occurs
,
Víctor Colombo
,
08:57
[PATCH v2 3/8] target/ppc: Zero second doubleword in DFP instructions
,
Víctor Colombo
,
08:57
[PATCH v2 2/8] target/ppc: Remove unused xer_* macros
,
Víctor Colombo
,
08:56
[PATCH v2 1/8] target/ppc: Remove extra space from s128 field in ppc_vsr_t
,
Víctor Colombo
,
08:56
[PATCH v2 0/8] Multiple ppc instructions fixes
,
Víctor Colombo
,
08:55
September 05, 2022
Re: [PATCH 18/19] target/ppc: Clear fpstatus flags on VSX_CMP
,
Víctor Colombo
,
14:58
Re: [PATCH 18/19] target/ppc: Clear fpstatus flags on VSX_CMP
,
Daniel Henrique Barboza
,
14:41
Re: [PATCH 08/19] target/ppc: Clear fpstatus flags on VSX_CVT_INT_TO_FP_VECTOR
,
Daniel Henrique Barboza
,
14:35
Re: [PATCH 19/19] target/ppc: Clear fpstatus flags on VSX_ROUND
,
Daniel Henrique Barboza
,
14:34
Re: [PATCH 10/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_FP
,
Daniel Henrique Barboza
,
14:32
Re: [PATCH 07/19] target/ppc: Zero second doubleword of VSR registers for FPR insns
,
Daniel Henrique Barboza
,
14:26
Re: [PATCH 06/19] target/ppc: Set OV32 when OV is set
,
Daniel Henrique Barboza
,
14:25
Re: [PATCH 05/19] target/ppc: Zero second doubleword for VSX madd instructions
,
Daniel Henrique Barboza
,
14:23
Re: [PATCH 04/19] target/ppc: Set result to QNaN for DENBCD when VXCVI occurs
,
Daniel Henrique Barboza
,
14:21
Re: [PATCH 03/19] target/ppc: Zero second doubleword in DFP instructions
,
Daniel Henrique Barboza
,
14:19
Re: [PATCH for-7.1? 0/2] Re-enable ppc32 as a linux-user host
,
Richard Henderson
,
13:55
Re: [PATCH v6 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Daniel Henrique Barboza
,
13:51
Re: [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
,
Richard Henderson
,
13:20
Re: [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
,
Víctor Colombo
,
12:31
Re: [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
,
Richard Henderson
,
12:21
Re: [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
,
Víctor Colombo
,
12:19
Re: [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
,
Richard Henderson
,
11:56
Re: [PATCH 2/3] target/ppc: Move fsqrts to decodetree
,
Richard Henderson
,
11:55
Re: [PATCH 1/3] target/ppc: Move fsqrt to decodetree
,
Richard Henderson
,
11:48
Re: [PATCH 02/19] target/ppc: Remove unused xer_* macros
,
Daniel Henrique Barboza
,
09:59
Re: [PATCH v6 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Markus Armbruster
,
09:41
Re: [PATCH 01/19] target/ppc: Remove extra space from s128 field in ppc_vsr_t
,
Daniel Henrique Barboza
,
09:18
Re: [PATCH v6 06/14] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
,
Daniel Henrique Barboza
,
08:39
[PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
,
Víctor Colombo
,
08:38
[PATCH 2/3] target/ppc: Move fsqrts to decodetree
,
Víctor Colombo
,
08:38
[PATCH 1/3] target/ppc: Move fsqrt to decodetree
,
Víctor Colombo
,
08:38
[PATCH 0/3] target/ppc: Move fsqrt[s] to decodetree
,
Víctor Colombo
,
08:38
Re: [PATCH v6 06/14] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
,
BALATON Zoltan
,
03:15
September 04, 2022
[PATCH v6 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 13/14] hw/xtensa: set machine->fdt in xtfpga_init()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 12/14] hw/riscv: set machine->fdt in spike_board_init()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 08/14] hw/ppc: set machine->fdt in pegasos2_machine_reset()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 11/14] hw/riscv: set machine->fdt in sifive_u_machine_init()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 06/14] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 10/14] hw/ppc: set machine->fdt in spapr machine
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 07/14] hw/ppc: set machine->fdt in xilinx_load_device_tree()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 09/14] hw/ppc: set machine->fdt in pnv_reset()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 04/14] hw/ppc: set machine->fdt in ppce500_load_device_tree()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 05/14] hw/ppc: set machine->fdt in bamboo_load_device_tree()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 03/14] hw/nios2: set machine->fdt in nios2_load_dtb()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 02/14] hw/microblaze: set machine->fdt in microblaze_load_dtb()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 01/14] hw/arm: do not free machine->fdt in arm_load_dtb()
,
Daniel Henrique Barboza
,
19:35
[PATCH v6 00/14] QMP/HMP: introduce 'dumpdtb'
,
Daniel Henrique Barboza
,
19:35
Re: [PATCH 10/20] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
,
BALATON Zoltan
,
07:59
Re: [PATCH 17/20] ppc4xx_sdram: Use hwaddr for memory bank size
,
Philippe Mathieu-Daudé
,
07:57
Re: [PATCH 10/20] ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
,
Philippe Mathieu-Daudé
,
07:54
Re: [PATCH 02/20] ppc4xx: Introduce Ppc4xxSdramBank struct
,
Philippe Mathieu-Daudé
,
07:44
September 03, 2022
Re: [PATCH v5 06/14] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
,
BALATON Zoltan
,
18:26
[PATCH v5 13/14] hw/xtensa: set machine->fdt in xtfpga_init()
,
Daniel Henrique Barboza
,
15:35
[PATCH v5 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
,
Daniel Henrique Barboza
,
15:35
[PATCH v5 12/14] hw/riscv: set machine->fdt in spike_board_init()
,
Daniel Henrique Barboza
,
15:35
[PATCH v5 11/14] hw/riscv: set machine->fdt in sifive_u_machine_init()
,
Daniel Henrique Barboza
,
15:35
[PATCH v5 10/14] hw/ppc: set machine->fdt in spapr machine
,
Daniel Henrique Barboza
,
15:35
[PATCH v5 09/14] hw/ppc: set machine->fdt in pnv_reset()
,
Daniel Henrique Barboza
,
15:35
[PATCH v5 08/14] hw/ppc: set machine->fdt in pegasos2_machine_reset()
,
Daniel Henrique Barboza
,
15:35
[PATCH v5 07/14] hw/ppc: set machine->fdt in xilinx_load_device_tree()
,
Daniel Henrique Barboza
,
15:34
[PATCH v5 06/14] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
,
Daniel Henrique Barboza
,
15:34
[PATCH v5 05/14] hw/ppc: set machine->fdt in bamboo_load_device_tree()
,
Daniel Henrique Barboza
,
15:34
[PATCH v5 04/14] hw/ppc: set machine->fdt in ppce500_load_device_tree()
,
Daniel Henrique Barboza
,
15:34
[PATCH v5 03/14] hw/nios2: set machine->fdt in nios2_load_dtb()
,
Daniel Henrique Barboza
,
15:34
[PATCH v5 02/14] hw/microblaze: set machine->fdt in microblaze_load_dtb()
,
Daniel Henrique Barboza
,
15:34
[PATCH v5 01/14] hw/arm: do not free machine->fdt in arm_load_dtb()
,
Daniel Henrique Barboza
,
15:34
[PATCH v5 00/14] QMP/HMP: introduce 'dumpdtb'
,
Daniel Henrique Barboza
,
15:34
September 02, 2022
Re: [PATCH 04/20] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
BALATON Zoltan
,
14:55
Re: [PATCH 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
BALATON Zoltan
,
11:48
Re: [PATCH 04/20] ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
,
Cédric Le Goater
,
06:50
Re: [PATCH 03/20] ppc4xx_sdram: Get rid of the init RAM hack
,
Cédric Le Goater
,
06:46
Re: [PATCH 00/20] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
06:29
Re: [PATCH 00/20] ppc4xx_sdram QOMify and clean ups
,
Cédric Le Goater
,
04:41
Re: [PATCH 00/20] ppc4xx_sdram QOMify and clean ups
,
Cédric Le Goater
,
04:35
September 01, 2022
Re: [PATCH 00/20] ppc4xx_sdram QOMify and clean ups
,
BALATON Zoltan
,
17:02
Re: [PULL v2 00/60] ppc queue
,
Stefan Hajnoczi
,
16:26
Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device
,
BALATON Zoltan
,
09:27
[PATCH 19/19] target/ppc: Clear fpstatus flags on VSX_ROUND
,
Víctor Colombo
,
09:21
[PATCH 18/19] target/ppc: Clear fpstatus flags on VSX_CMP
,
Víctor Colombo
,
09:20
[PATCH 17/19] target/ppc: Clear fpstatus flags for xscvdpsp[n]
,
Víctor Colombo
,
09:20
[PATCH 16/19] target/ppc: Clear fpstatus flags for xscvqpdp
,
Víctor Colombo
,
09:20
[PATCH 15/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_FP_VECTOR
,
Víctor Colombo
,
09:20
[PATCH 14/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_FP_HP
,
Víctor Colombo
,
09:20
[PATCH 12/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_INT2
,
Víctor Colombo
,
09:20
[PATCH 13/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_INT
,
Víctor Colombo
,
09:20
[PATCH 11/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_INT_VECTOR
,
Víctor Colombo
,
09:20
[PATCH 10/19] target/ppc: Clear fpstatus flags on VSX_CVT_FP_TO_FP
,
Víctor Colombo
,
09:19
[PATCH 09/19] target/ppc: Clear fpstatus flags on VSX_CVT_INT_TO_FP
,
Víctor Colombo
,
09:19
[PATCH 08/19] target/ppc: Clear fpstatus flags on VSX_CVT_INT_TO_FP_VECTOR
,
Víctor Colombo
,
09:19
[PATCH 07/19] target/ppc: Zero second doubleword of VSR registers for FPR insns
,
Víctor Colombo
,
09:19
[PATCH 06/19] target/ppc: Set OV32 when OV is set
,
Víctor Colombo
,
09:19
[PATCH 05/19] target/ppc: Zero second doubleword for VSX madd instructions
,
Víctor Colombo
,
09:18
[PATCH 04/19] target/ppc: Set result to QNaN for DENBCD when VXCVI occurs
,
Víctor Colombo
,
09:18
[PATCH 03/19] target/ppc: Zero second doubleword in DFP instructions
,
Víctor Colombo
,
09:18
[PATCH 01/19] target/ppc: Remove extra space from s128 field in ppc_vsr_t
,
Víctor Colombo
,
09:18
[PATCH 02/19] target/ppc: Remove unused xer_* macros
,
Víctor Colombo
,
09:18
[PATCH 00/19] Multiple ppc instructions fixes
,
Víctor Colombo
,
09:18
Re: [PATCH v3 06/10] hw/isa/vt82c686: Instantiate USB functions in host device
,
Bernhard Beschow
,
08:17
Re: [PATCH v5 00/13] Instantiate VT82xx functions in host device
,
Bernhard Beschow
,
07:47
[PATCH v5 08/13] hw/isa/vt82c686: Instantiate USB functions in host device
,
Bernhard Beschow
,
07:43
[PATCH v5 09/13] hw/isa/vt82c686: Instantiate PM function in host device
,
Bernhard Beschow
,
07:43
[PATCH v5 03/13] hw/isa/vt82c686: Prefer pci_address_space() over get_system_memory()
,
Bernhard Beschow
,
07:43
[PATCH v5 01/13] hw/isa/vt82c686: Resolve chip-specific realize methods
,
Bernhard Beschow
,
07:43
[PATCH v5 02/13] hw/isa/vt82c686: Resolve unneeded attribute
,
Bernhard Beschow
,
07:43
[PATCH v5 05/13] hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
,
Bernhard Beschow
,
07:43
[PATCH v5 13/13] hw/isa/vt82c686: Create rtc-time alias in boards instead
,
Bernhard Beschow
,
07:43
[PATCH v5 11/13] hw/mips/fuloong2e: Inline vt82c686b_southbridge_init() and remove it
,
Bernhard Beschow
,
07:42
[PATCH v5 04/13] hw/isa/vt82c686: Reuse errp
,
Bernhard Beschow
,
07:42
[PATCH v5 10/13] hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device
,
Bernhard Beschow
,
07:42
[PATCH v5 06/13] hw/isa/vt82c686: Instantiate IDE function in host device
,
Bernhard Beschow
,
07:42
[PATCH v5 07/13] hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
,
Bernhard Beschow
,
07:42
[PATCH v5 00/13] Instantiate VT82xx functions in host device
,
Bernhard Beschow
,
07:42
[PATCH v5 12/13] hw/isa/vt82c686: Embed RTCState in host device
,
Bernhard Beschow
,
07:42
Re: [PATCH 42/51] hw/ppc: spapr: Use qemu_vfree() to free spapr->htab
,
Marc-André Lureau
,
07:41
Re: [PATCH for-7.2 v4 15/21] qmp/hmp, device_tree.c: introduce 'info fdt' command
,
David Gibson
,
01:30
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc