Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-ppc (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Sat Dec 29 2018 17:01:21 -0500
Threads in reverse chronological order
[
Next Period
]
[Qemu-ppc] [PATCH v2 0/8] target/ppc: remove various endian hacks from int_helper.c
,
Mark Cave-Ayland
,
2018/12/28
[Qemu-ppc] [PATCH v2 8/8] target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c
,
Mark Cave-Ayland
,
2018/12/28
Re: [Qemu-ppc] [PATCH v2 8/8] target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c
,
Richard Henderson
,
2018/12/29
[Qemu-ppc] [PATCH v2 4/8] target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c
,
Mark Cave-Ayland
,
2018/12/28
[Qemu-ppc] [PATCH v2 7/8] target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c
,
Mark Cave-Ayland
,
2018/12/28
Re: [Qemu-ppc] [PATCH v2 7/8] target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c
,
Richard Henderson
,
2018/12/29
[Qemu-ppc] [PATCH v2 6/8] target/ppc: simplify VEXT_SIGNED macro in int_helper.c
,
Mark Cave-Ayland
,
2018/12/28
Re: [Qemu-ppc] [PATCH v2 6/8] target/ppc: simplify VEXT_SIGNED macro in int_helper.c
,
Richard Henderson
,
2018/12/29
[Qemu-ppc] [PATCH v2 5/8] target/ppc: eliminate use of EL_IDX macros from int_helper.c
,
Mark Cave-Ayland
,
2018/12/28
[Qemu-ppc] [PATCH v2 3/8] target/ppc: rework vmul{e, o}{s, u}{b, h, w} instructions to use Vsr* macros
,
Mark Cave-Ayland
,
2018/12/28
[Qemu-ppc] [PATCH v2 2/8] target/ppc: rework vmrg{l, h}{b, h, w} instructions to use Vsr* macros
,
Mark Cave-Ayland
,
2018/12/28
[Qemu-ppc] [PATCH v2 1/8] target/ppc: implement complete set of Vsr* macros
,
Mark Cave-Ayland
,
2018/12/28
[Qemu-ppc] [PATCH 2/3] util/cutils: Move ctype macros to "cutils.h"
,
Philippe Mathieu-Daudé
,
2018/12/26
[Qemu-ppc] [PATCH 0/6] target/ppc: remove various endian hacks from int_helper.c
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH 4/6] target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH 3/6] target/ppc: rework vmul{e, o}{s, u}{b, h, w} instructions to use Vsr* macros
,
Mark Cave-Ayland
,
2018/12/23
Re: [Qemu-ppc] [PATCH 3/6] target/ppc: rework vmul{e, o}{s, u}{b, h, w} instructions to use Vsr* macros
,
Richard Henderson
,
2018/12/25
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/6] target/ppc: rework vmul{e, o}{s, u}{b, h, w} instructions to use Vsr* macros
,
Mark Cave-Ayland
,
2018/12/28
[Qemu-ppc] [PATCH 1/6] target/ppc: implement complete set of Vsr* macros
,
Mark Cave-Ayland
,
2018/12/23
Re: [Qemu-ppc] [PATCH 1/6] target/ppc: implement complete set of Vsr* macros
,
Richard Henderson
,
2018/12/25
[Qemu-ppc] [PATCH 5/6] target/ppc: eliminate use of EL_IDX macros from int_helper.c
,
Mark Cave-Ayland
,
2018/12/23
Re: [Qemu-ppc] [PATCH 5/6] target/ppc: eliminate use of EL_IDX macros from int_helper.c
,
Richard Henderson
,
2018/12/25
[Qemu-ppc] [PATCH 6/6] target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c
,
Mark Cave-Ayland
,
2018/12/23
Re: [Qemu-ppc] [PATCH 6/6] target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c
,
Richard Henderson
,
2018/12/25
[Qemu-ppc] [PATCH 2/6] target/ppc: rework vmrg{l, h}{b, h, w} instructions to use Vsr* macros
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 0/9] target/ppc: prepare for conversion to TCG vector operations
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 1/9] target/ppc: fix typo in SIMM5 extraction helper
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 2/9] target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 4/9] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 3/9] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 6/9] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 7/9] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 9/9] target/ppc: replace AVR* macros with Vsr* macros
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 8/9] target/ppc: move FP and VMX registers into aligned vsr register array
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PATCH v4 5/9] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
Mark Cave-Ayland
,
2018/12/23
[Qemu-ppc] [PULL 00/40] ppc-for-4.0 queue 20181221
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 02/40] target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macros
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 03/40] spapr: Fix ibm, max-associativity-domains property number of nodes
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 05/40] spapr: drop redundant statement in spapr_populate_drconf_memory()
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 07/40] spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 06/40] target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 12/40] virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 10/40] ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 13/40] mac_newworld: simplify IRQ wiring
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 20/40] spapr: initialize VSMT before initializing the IRQ backend
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 04/40] target/ppc: tcg: Implement addex instruction
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 11/40] sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 01/40] target/ppc: fix the PPC_BIT definitions
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 08/40] ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 14/40] e500: simplify IRQ wiring
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 09/40] ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 18/40] ppc/xive: introduce the XiveRouter model
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 23/40] Changes requirement for "vsubsbs" instruction
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 15/40] ppc/xive: introduce a XIVE interrupt source model
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 17/40] ppc/xive: introduce the XiveNotifier interface
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 22/40] spapr: export and rename the xics_max_server_number() routine
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 16/40] ppc/xive: add support for the LSI interrupt sources
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 19/40] ppc/xive: introduce the XIVE Event Notification Descriptors
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 24/40] ppc/xive: add support for the END Event State Buffers
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 34/40] spapr: allocate the interrupt thread context under the CPU core
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 21/40] spapr: introduce a spapr_irq_init() routine
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 25/40] ppc/xive: introduce the XIVE interrupt thread context
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 27/40] ppc/xive: notify the CPU when the interrupt priority is more privileged
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 28/40] spapr/xive: introduce a XIVE interrupt controller
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 26/40] ppc/xive: introduce a simplified XIVE presenter
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 30/40] spapr-iommu: Always advertise the maximum possible DMA window size
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 29/40] spapr/xive: use the VCPU id as a NVT identifier
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 33/40] spapr: add device tree support for the XIVE exploitation mode
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 32/40] spapr: add hcalls support for the XIVE exploitation interrupt mode
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 31/40] spapr: introduce a new machine IRQ backend for XIVE
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 36/40] spapr: add a 'reset' method to the sPAPR IRQ backend
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 39/40] spapr: change default CPU type to POWER9
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 37/40] spapr: add an extra OV5 field to the sPAPR IRQ backend
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 40/40] MAINTAINERS: PPC: add a XIVE section
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 35/40] spapr: extend the sPAPR IRQ backend for XICS migration
,
David Gibson
,
2018/12/21
[Qemu-ppc] [PULL 38/40] spapr: introduce an 'ic-mode' machine option
,
David Gibson
,
2018/12/21
Re: [Qemu-ppc] [PULL 00/40] ppc-for-4.0 queue 20181221
,
Peter Maydell
,
2018/12/21
Re: [Qemu-ppc] [Qemu-devel] [PULL 00/40] ppc-for-4.0 queue 20181221
,
no-reply
,
2018/12/26
[Qemu-ppc] [PATCH 00/15] spapr: Add support for PHB hotplug
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 01/15] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/20
Re: [Qemu-ppc] [PATCH 01/15] ppc/spapr: Receive and store device tree blob from SLOF
,
Murilo Opsfelder Araujo
,
2018/12/21
[Qemu-ppc] [PATCH 02/15] spapr: move spapr_create_phb() to core machine code
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 03/15] pci: allow cleanup/unregistration of PCI root buses
,
Greg Kurz
,
2018/12/20
Re: [Qemu-ppc] [PATCH 03/15] pci: allow cleanup/unregistration of PCI root buses
,
Michael S. Tsirkin
,
2018/12/21
[Qemu-ppc] [PATCH 04/15] spapr_pci: add proper rollback on PHB realize error path
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 05/15] spapr_pci: add PHB unrealize
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 06/15] spapr: enable PHB hotplug for default pseries machine type
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 07/15] spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.h
,
Greg Kurz
,
2018/12/20
Re: [Qemu-ppc] [PATCH 07/15] spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.h
,
Cédric Le Goater
,
2018/12/21
Re: [Qemu-ppc] [PATCH 07/15] spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.h
,
Greg Kurz
,
2018/12/21
[Qemu-ppc] [PATCH 08/15] spapr: create DR connectors for PHBs
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 09/15] spapr: populate PHB DRC entries for root DT node
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 10/15] spapr_events: add support for phb hotplug events
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 11/15] qdev: pass an Object * to qbus_set_hotplug_handler()
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 12/15] spapr_pci: provide node start offset via spapr_populate_pci_dt()
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 13/15] spapr_pci: add ibm, my-drc-index property for PHB hotplug
,
Greg Kurz
,
2018/12/20
[Qemu-ppc] [PATCH 14/15] spapr: Expose the name of the interrupt controller node
,
Greg Kurz
,
2018/12/21
Re: [Qemu-ppc] [PATCH 14/15] spapr: Expose the name of the interrupt controller node
,
Cédric Le Goater
,
2018/12/21
Re: [Qemu-ppc] [PATCH 14/15] spapr: Expose the name of the interrupt controller node
,
Greg Kurz
,
2018/12/21
[Qemu-ppc] [PATCH 15/15] spapr: add hotplug hooks for PHB hotplug
,
Greg Kurz
,
2018/12/21
[Qemu-ppc] [PULL v3 40/44] spapr_pci: perform unplug via the hotplug handler
,
Michael S. Tsirkin
,
2018/12/20
[Qemu-ppc] [PATCH v3 0/9] target/ppc: prepare for conversion to TCG vector operations
,
Mark Cave-Ayland
,
2018/12/20
[Qemu-ppc] [PATCH v3 1/9] target/ppc: fix typo in SIMM5 extraction helper
,
Mark Cave-Ayland
,
2018/12/20
Re: [Qemu-ppc] [PATCH v3 1/9] target/ppc: fix typo in SIMM5 extraction helper
,
Richard Henderson
,
2018/12/20
[Qemu-ppc] [PATCH v3 4/9] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access
,
Mark Cave-Ayland
,
2018/12/20
[Qemu-ppc] [PATCH v3 8/9] target/ppc: move FP and VMX registers into aligned vsr register array
,
Mark Cave-Ayland
,
2018/12/20
Re: [Qemu-ppc] [PATCH v3 8/9] target/ppc: move FP and VMX registers into aligned vsr register array
,
Richard Henderson
,
2018/12/20
Re: [Qemu-ppc] [Qemu-devel] [PATCH v3 8/9] target/ppc: move FP and VMX registers into aligned vsr register array
,
Mark Cave-Ayland
,
2018/12/22
Re: [Qemu-ppc] [Qemu-devel] [PATCH v3 8/9] target/ppc: move FP and VMX registers into aligned vsr register array
,
Richard Henderson
,
2018/12/22
[Qemu-ppc] [PATCH v3 7/9] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
,
Mark Cave-Ayland
,
2018/12/20
[Qemu-ppc] [PATCH v3 6/9] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
Mark Cave-Ayland
,
2018/12/20
[Qemu-ppc] [PATCH v3 9/9] target/ppc: replace AVR* macros with Vsr* macros
,
Mark Cave-Ayland
,
2018/12/20
Re: [Qemu-ppc] [PATCH v3 9/9] target/ppc: replace AVR* macros with Vsr* macros
,
Richard Henderson
,
2018/12/20
[Qemu-ppc] [PATCH v3 3/9] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/20
[Qemu-ppc] [PATCH v3 2/9] target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32
,
Mark Cave-Ayland
,
2018/12/20
Re: [Qemu-ppc] [PATCH v3 2/9] target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32
,
Richard Henderson
,
2018/12/20
[Qemu-ppc] [PATCH v3 5/9] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
Mark Cave-Ayland
,
2018/12/20
[Qemu-ppc] [PATCH v3] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Laurent Vivier
,
2018/12/19
Re: [Qemu-ppc] [PATCH v3] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Greg Kurz
,
2018/12/19
[Qemu-ppc] [PATCH] ppc/xive: introduce helpers to access the XIVE structures
,
Cédric Le Goater
,
2018/12/18
Re: [Qemu-ppc] [PATCH] ppc/xive: introduce helpers to access the XIVE structures
,
David Gibson
,
2018/12/19
Re: [Qemu-ppc] [PATCH] ppc/xive: introduce helpers to access the XIVE structures
,
Cédric Le Goater
,
2018/12/19
[Qemu-ppc] [PATCH v2] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Laurent Vivier
,
2018/12/18
Re: [Qemu-ppc] [PATCH v2] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Greg Kurz
,
2018/12/18
Re: [Qemu-ppc] [PATCH v2] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Laurent Vivier
,
2018/12/19
Re: [Qemu-ppc] [PATCH v2] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Greg Kurz
,
2018/12/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
Programmingkid
,
2018/12/18
[Qemu-ppc] [PATCH 00/34] tcg, target/ppc vector improvements
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH 03/34] tcg: Add gvec expanders for nand, nor, eqv
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 03/34] tcg: Add gvec expanders for nand, nor, eqv
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 05/34] tcg: Add opcodes for vector saturated arithmetic
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH 08/34] tcg/i386: Implement vector minmax arithmetic
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH 12/34] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 12/34] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 16/34] target/ppc: move FP and VMX registers into aligned vsr register array
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 16/34] target/ppc: move FP and VMX registers into aligned vsr register array
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 01/34] tcg: Add logical simplifications during gvec expand
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 01/34] tcg: Add logical simplifications during gvec expand
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 25/34] target/ppc: convert xxsel to vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 25/34] target/ppc: convert xxsel to vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 15/34] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 15/34] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 06/34] tcg/i386: Implement vector saturating arithmetic
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH 18/34] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over to use vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 18/34] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over to use vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 30/34] target/ppc: Use mtvscr/mfvscr for vmstate
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 30/34] target/ppc: Use mtvscr/mfvscr for vmstate
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 14/34] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 14/34] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 22/34] target/ppc: convert VSX logical operations to vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 22/34] target/ppc: convert VSX logical operations to vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 27/34] target/ppc: Use helper_mtvscr for reset and gdb
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 27/34] target/ppc: Use helper_mtvscr for reset and gdb
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 31/34] target/ppc: Add set_vscr_sat
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 31/34] target/ppc: Add set_vscr_sat
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 21/34] target/ppc: nand, nor, eqv are now generic vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 21/34] target/ppc: nand, nor, eqv are now generic vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 04/34] tcg: Add write_aofs to GVecGen4
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH 20/34] target/ppc: convert vsplt[bhw] to use vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 20/34] target/ppc: convert vsplt[bhw] to use vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 32/34] target/ppc: Split out VSCR_SAT to a vector field
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 32/34] target/ppc: Split out VSCR_SAT to a vector field
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 02/34] target/arm: Rely on optimization within tcg_gen_gvec_or
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 02/34] target/arm: Rely on optimization within tcg_gen_gvec_or
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 29/34] target/ppc: Add helper_mfvscr
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 29/34] target/ppc: Add helper_mfvscr
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 23/34] target/ppc: convert xxspltib to vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 23/34] target/ppc: convert xxspltib to vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 10/34] target/arm: Use vector minmax expanders for aarch32
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH 19/34] target/ppc: convert vspltis[bhw] to use vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 19/34] target/ppc: convert vspltis[bhw] to use vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 26/34] target/ppc: Pass integer to helper_mtvscr
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 26/34] target/ppc: Pass integer to helper_mtvscr
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 07/34] tcg: Add opcodes for vector minmax arithmetic
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH 17/34] target/ppc: convert VMX logical instructions to use vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 17/34] target/ppc: convert VMX logical instructions to use vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 24/34] target/ppc: convert xxspltw to vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 24/34] target/ppc: convert xxspltw to vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 11/34] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 11/34] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
David Gibson
,
2018/12/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 11/34] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 11/34] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/20
[Qemu-ppc] [PATCH 09/34] target/arm: Use vector minmax expanders for aarch64
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH 28/34] target/ppc: Remove vscr_nj and vscr_sat
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 28/34] target/ppc: Remove vscr_nj and vscr_sat
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 33/34] target/ppc: convert vadd*s and vsub*s to vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 33/34] target/ppc: convert vadd*s and vsub*s to vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 34/34] target/ppc: convert vmin* and vmax* to vector operations
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 34/34] target/ppc: convert vmin* and vmax* to vector operations
,
David Gibson
,
2018/12/19
[Qemu-ppc] [PATCH 13/34] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [PATCH 13/34] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
David Gibson
,
2018/12/19
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
,
Mark Cave-Ayland
,
2018/12/18
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
,
Mark Cave-Ayland
,
2018/12/18
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
,
Mark Cave-Ayland
,
2018/12/18
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
,
Mark Cave-Ayland
,
2018/12/18
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
,
Richard Henderson
,
2018/12/18
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
,
Mark Cave-Ayland
,
2018/12/18
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
,
Richard Henderson
,
2018/12/18
[Qemu-ppc] [PATCH v9 0/7] ppc: support for the XIVE interrupt controller (POWER9)
,
Cédric Le Goater
,
2018/12/17
[Qemu-ppc] [PATCH v9 1/7] target/ppc: fix the PPC_BIT definitions
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH v9 1/7] target/ppc: fix the PPC_BIT definitions
,
David Gibson
,
2018/12/17
[Qemu-ppc] [PATCH v9 2/7] target/ppc: replace __builtin_ffssl() by the equivalent ctz routines
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH v9 2/7] target/ppc: replace __builtin_ffssl() by the equivalent ctz routines
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH v9 2/7] target/ppc: replace __builtin_ffssl() by the equivalent ctz routines
,
Cédric Le Goater
,
2018/12/18
Re: [Qemu-ppc] [PATCH v9 2/7] target/ppc: replace __builtin_ffssl() by the equivalent ctz routines
,
David Gibson
,
2018/12/18
[Qemu-ppc] [PATCH v9 3/7] spapr/xive: fix compilation breakage on windows
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH v9 3/7] spapr/xive: fix compilation breakage on windows
,
David Gibson
,
2018/12/17
[Qemu-ppc] [PATCH v9 4/7] spapr: add an extra OV5 field to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/17
[Qemu-ppc] [PATCH v9 5/7] spapr: introduce an 'ic-mode' machine option
,
Cédric Le Goater
,
2018/12/17
[Qemu-ppc] [PATCH v9 6/7] spapr: change default CPU type to POWER9
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH v9 6/7] spapr: change default CPU type to POWER9
,
David Gibson
,
2018/12/17
[Qemu-ppc] [PATCH v9 7/7] MAINTAINERS: PPC: add a XIVE section
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH v9 0/7] ppc: support for the XIVE interrupt controller (POWER9)
,
David Gibson
,
2018/12/17
[Qemu-ppc] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Laurent Vivier
,
2018/12/17
Re: [Qemu-ppc] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Laurent Vivier
,
2018/12/18
Re: [Qemu-ppc] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Greg Kurz
,
2018/12/18
Re: [Qemu-ppc] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Laurent Vivier
,
2018/12/18
Re: [Qemu-ppc] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Greg Kurz
,
2018/12/18
Re: [Qemu-ppc] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
,
Laurent Vivier
,
2018/12/18
[Qemu-ppc] [RFC PATCH v2 0/9] target/ppc: convert VMX instructions to use TCG vector operations
,
Mark Cave-Ayland
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 2/9] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access
,
Mark Cave-Ayland
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 6/9] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
,
Mark Cave-Ayland
,
2018/12/17
Re: [Qemu-ppc] [RFC PATCH v2 6/9] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
,
Richard Henderson
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 4/9] target/ppc: delay writeback of avr{l, h} during lvx instruction
,
Mark Cave-Ayland
,
2018/12/17
Re: [Qemu-ppc] [RFC PATCH v2 4/9] target/ppc: delay writeback of avr{l, h} during lvx instruction
,
Richard Henderson
,
2018/12/17
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH v2 4/9] target/ppc: delay writeback of avr{l, h} during lvx instruction
,
Mark Cave-Ayland
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 5/9] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
Mark Cave-Ayland
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 1/9] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/17
Re: [Qemu-ppc] [RFC PATCH v2 1/9] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Richard Henderson
,
2018/12/17
Re: [Qemu-ppc] [RFC PATCH v2 1/9] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 3/9] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
Mark Cave-Ayland
,
2018/12/17
Re: [Qemu-ppc] [RFC PATCH v2 3/9] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
Richard Henderson
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 9/9] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over to use vector operations
,
Mark Cave-Ayland
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 7/9] target/ppc: move FP and VMX registers into aligned vsr register array
,
Mark Cave-Ayland
,
2018/12/17
Re: [Qemu-ppc] [RFC PATCH v2 7/9] target/ppc: move FP and VMX registers into aligned vsr register array
,
Richard Henderson
,
2018/12/17
[Qemu-ppc] [RFC PATCH v2 8/9] target/ppc: convert VMX logical instructions to use vector operations
,
Mark Cave-Ayland
,
2018/12/17
Re: [Qemu-ppc] [RFC PATCH v2 0/9] target/ppc: convert VMX instructions to use TCG vector operations
,
Richard Henderson
,
2018/12/17
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH v2 0/9] target/ppc: convert VMX instructions to use TCG vector operations
,
Mark Cave-Ayland
,
2018/12/17
[Qemu-ppc] [PATCH] target/ppc: fix compilation breakage on windows
,
Cédric Le Goater
,
2018/12/15
Re: [Qemu-ppc] [PATCH] target/ppc: fix compilation breakage on windows
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH] target/ppc: fix compilation breakage on windows
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH] target/ppc: fix compilation breakage on windows
,
Peter Maydell
,
2018/12/17
[Qemu-ppc] [PATCH qemu v2] spapr-iommu: Always advertise the maximum possible DMA window size
,
Alexey Kardashevskiy
,
2018/12/13
Re: [Qemu-ppc] [PATCH qemu v2] spapr-iommu: Always advertise the maximum possible DMA window size
,
David Gibson
,
2018/12/14
Re: [Qemu-ppc] [Qemu-devel] [PATCH qemu RFC 3/7] pci: Move NVIDIA vendor id to the rest of ids
,
Alexey Kardashevskiy
,
2018/12/13
[Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/13
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/14
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/17
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/17
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/18
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/18
Re: [Qemu-ppc] [PATCH qemu v3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/18
[Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Paolo Bonzini
,
2018/12/13
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Richard Henderson
,
2018/12/13
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
David Gibson
,
2018/12/13
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Michael S. Tsirkin
,
2018/12/13
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Daniel P . Berrangé
,
2018/12/14
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Paolo Bonzini
,
2018/12/14
Re: [Qemu-ppc] [SPAM] [PATCH 2/2] avoid TABs in files that only contain a few
,
Greg Kurz
,
2018/12/14
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Peter Maydell
,
2018/12/14
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Alex Bennée
,
2018/12/14
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Stefan Hajnoczi
,
2018/12/14
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Michael S. Tsirkin
,
2018/12/14
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/2] avoid TABs in files that only contain a few
,
Aleksandar Markovic
,
2018/12/14
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Eric Blake
,
2018/12/14
Re: [Qemu-ppc] [PATCH 2/2] avoid TABs in files that only contain a few
,
Stefan Markovic
,
2018/12/17
[Qemu-ppc] [PATCH v5 63/73] ppc: convert to cpu_has_work_with_iothread_lock
,
Emilio G. Cota
,
2018/12/13
Re: [Qemu-ppc] [PATCH v5 63/73] ppc: convert to cpu_has_work_with_iothread_lock
,
David Gibson
,
2018/12/16
[Qemu-ppc] [PATCH v5 33/73] ppc: use cpu_reset_interrupt
,
Emilio G. Cota
,
2018/12/13
[Qemu-ppc] [PATCH v5 44/73] ppc: convert to cpu_interrupt_request
,
Emilio G. Cota
,
2018/12/13
Re: [Qemu-ppc] [PATCH v5 44/73] ppc: convert to cpu_interrupt_request
,
David Gibson
,
2018/12/16
[Qemu-ppc] [PATCH v5 18/73] ppc: convert to cpu_halted
,
Emilio G. Cota
,
2018/12/13
Re: [Qemu-ppc] [PATCH v5 18/73] ppc: convert to cpu_halted
,
David Gibson
,
2018/12/16
[Qemu-ppc] [PATCH v5 09/73] ppc: convert to helper_cpu_halted_set
,
Emilio G. Cota
,
2018/12/13
Re: [Qemu-ppc] [PATCH v5 09/73] ppc: convert to helper_cpu_halted_set
,
David Gibson
,
2018/12/16
[Qemu-ppc] [PULL 00/27] ppc-for-4.0 queue 20181213
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 04/27] target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 01/27] spapr: Fix ibm, max-associativity-domains property number of nodes
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 02/27] target/ppc: tcg: Implement addex instruction
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 03/27] spapr: drop redundant statement in spapr_populate_drconf_memory()
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 05/27] spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 08/27] ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 06/27] ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 15/27] ppc/xive: introduce the XiveNotifier interface
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 19/27] spapr: introduce a spapr_irq_init() routine
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 10/27] virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 12/27] e500: simplify IRQ wiring
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 09/27] sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 07/27] ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 13/27] ppc/xive: introduce a XIVE interrupt source model
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 18/27] spapr: initialize VSMT before initializing the IRQ backend
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 14/27] ppc/xive: add support for the LSI interrupt sources
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 11/27] mac_newworld: simplify IRQ wiring
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 16/27] ppc/xive: introduce the XiveRouter model
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 25/27] ppc/xive: notify the CPU when the interrupt priority is more privileged
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 17/27] ppc/xive: introduce the XIVE Event Notification Descriptors
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 23/27] ppc/xive: introduce the XIVE interrupt thread context
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 21/27] Changes requirement for "vsubsbs" instruction
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 20/27] spapr: export and rename the xics_max_server_number() routine
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 27/27] spapr/xive: use the VCPU id as a NVT identifier
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 24/27] ppc/xive: introduce a simplified XIVE presenter
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 26/27] spapr/xive: introduce a XIVE interrupt controller
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PULL 22/27] ppc/xive: add support for the END Event State Buffers
,
David Gibson
,
2018/12/12
Re: [Qemu-ppc] [Qemu-devel] [PULL 00/27] ppc-for-4.0 queue 20181213
,
no-reply
,
2018/12/13
Re: [Qemu-ppc] [Qemu-devel] [PULL 00/27] ppc-for-4.0 queue 20181213
,
David Gibson
,
2018/12/13
Re: [Qemu-ppc] [Qemu-devel] [PULL 00/27] ppc-for-4.0 queue 20181213
,
Cédric Le Goater
,
2018/12/13
Re: [Qemu-ppc] [PULL 00/27] ppc-for-4.0 queue 20181213
,
Peter Maydell
,
2018/12/14
Re: [Qemu-ppc] [PULL 00/27] ppc-for-4.0 queue 20181213
,
Cédric Le Goater
,
2018/12/14
Re: [Qemu-ppc] [PULL 00/27] ppc-for-4.0 queue 20181213
,
David Gibson
,
2018/12/16
Re: [Qemu-ppc] [PULL 00/27] ppc-for-4.0 queue 20181213
,
Howard Spoelstra
,
2018/12/17
Re: [Qemu-ppc] [PULL 00/27] ppc-for-4.0 queue 20181213
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PULL 00/27] ppc-for-4.0 queue 20181213
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PULL 00/27] ppc-for-4.0 queue 20181213
,
David Gibson
,
2018/12/16
[Qemu-ppc] [PATCH v4 00/11] pci: hotplug handler reworks
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 01/11] pci/pcie: rename hotplug handler callbacks
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 02/11] pci/shpc: rename hotplug handler callbacks
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 04/11] pci/pcie: stop plug/unplug if the slot is locked
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 03/11] s390x/pci: rename hotplug handler callbacks
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 05/11] pci/pcihp: perform check for bus capability in pre_plug handler
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 06/11] pci/pcihp: overwrite hotplug handler recursively from the start
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 07/11] pci/pcihp: perform unplug via the hotplug handler
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 09/11] pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridge
,
David Hildenbrand
,
2018/12/12
Re: [Qemu-ppc] [PATCH v4 09/11] pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridge
,
David Gibson
,
2018/12/12
[Qemu-ppc] [PATCH v4 08/11] pci/pcie: perform unplug via the hotplug handler
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 10/11] pci/shpc: perform unplug via the hotplug handler
,
David Hildenbrand
,
2018/12/12
[Qemu-ppc] [PATCH v4 11/11] spapr_pci: perform unplug via the hotplug handler
,
David Hildenbrand
,
2018/12/12
Re: [Qemu-ppc] [PATCH v4 00/11] pci: hotplug handler reworks
,
David Hildenbrand
,
2018/12/17
[Qemu-ppc] [PATCH v8 00/12] ppc: support for the XIVE interrupt controller (POWER9)
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v8 04/12] spapr: allocate the interrupt thread context under the CPU core
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v8 01/12] spapr: introduce a new machine IRQ backend for XIVE
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v8 03/12] spapr: add device tree support for the XIVE exploitation mode
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v8 05/12] spapr: extend the sPAPR IRQ backend for XICS migration
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v8 02/12] spapr: add hcalls support for the XIVE exploitation interrupt mode
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v8 06/12] spapr: add a 'reset' method to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v8 07/12] spapr: add an extra OV5 field to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v8 07/12] spapr: add an extra OV5 field to the sPAPR IRQ backend
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 07/12] spapr: add an extra OV5 field to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/17
[Qemu-ppc] [PATCH v8 09/12] spapr: set the interrupt presenter at reset
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v8 09/12] spapr: set the interrupt presenter at reset
,
Cédric Le Goater
,
2018/12/13
Re: [Qemu-ppc] [PATCH v8 09/12] spapr: set the interrupt presenter at reset
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 09/12] spapr: set the interrupt presenter at reset
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 09/12] spapr: set the interrupt presenter at reset
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 09/12] spapr: set the interrupt presenter at reset
,
David Gibson
,
2018/12/17
[Qemu-ppc] [PATCH v8 08/12] spapr: introduce an 'ic-mode' machine option
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v8 08/12] spapr: introduce an 'ic-mode' machine option
,
David Gibson
,
2018/12/17
[Qemu-ppc] [PATCH v8 10/12] spapr: enable XIVE MMIOs at reset
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v8 10/12] spapr: enable XIVE MMIOs at reset
,
David Gibson
,
2018/12/17
[Qemu-ppc] [PATCH v8 11/12] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v8 11/12] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 11/12] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 11/12] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
Cédric Le Goater
,
2018/12/19
Re: [Qemu-ppc] [PATCH v8 11/12] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
David Gibson
,
2018/12/20
[Qemu-ppc] [PATCH v8 12/12] spapr: change default CPU type to POWER9
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v8 12/12] spapr: change default CPU type to POWER9
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 12/12] spapr: change default CPU type to POWER9
,
Cédric Le Goater
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 00/12] ppc: support for the XIVE interrupt controller (POWER9)
,
David Gibson
,
2018/12/17
Re: [Qemu-ppc] [PATCH v8 00/12] ppc: support for the XIVE interrupt controller (POWER9)
,
Cédric Le Goater
,
2018/12/17
[Qemu-ppc] [PATCH qemu 0/3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/11
[Qemu-ppc] [PATCH qemu 1/3] configure/fdt: Use more strict test for libfdt version
,
Alexey Kardashevskiy
,
2018/12/11
Re: [Qemu-ppc] [PATCH qemu 1/3] configure/fdt: Use more strict test for libfdt version
,
Daniel P . Berrangé
,
2018/12/11
Re: [Qemu-ppc] [PATCH qemu 1/3] configure/fdt: Use more strict test for libfdt version
,
Greg Kurz
,
2018/12/11
[Qemu-ppc] [PATCH qemu 3/3] spapr: Fix fdt warnings
,
Alexey Kardashevskiy
,
2018/12/11
[Qemu-ppc] [PATCH qemu 2/3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/11
Re: [Qemu-ppc] [PATCH qemu 2/3] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/11
Re: [Qemu-ppc] [PATCH qemu 2/3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/11
Re: [Qemu-ppc] [PATCH qemu 2/3] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/12
Re: [Qemu-ppc] [PATCH qemu 2/3] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/12
Re: [Qemu-ppc] [PATCH qemu 2/3] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/13
Re: [Qemu-ppc] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/10
Re: [Qemu-ppc] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/10
Re: [Qemu-ppc] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/11
Re: [Qemu-ppc] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
,
David Gibson
,
2018/12/11
Re: [Qemu-ppc] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
,
Greg Kurz
,
2018/12/12
Re: [Qemu-ppc] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
,
Alexey Kardashevskiy
,
2018/12/10
Re: [Qemu-ppc] [PATCH qemu] ppc/spapr: Receive and store device tree blob from SLOF
,
David Gibson
,
2018/12/11
[Qemu-ppc] [PATCH v7 00/19] ppc: support for the XIVE interrupt controller (POWER9)
,
Cédric Le Goater
,
2018/12/09
[Qemu-ppc] [PATCH v7 02/19] ppc/xive: introduce the XIVE interrupt thread context
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 02/19] ppc/xive: introduce the XIVE interrupt thread context
,
David Gibson
,
2018/12/10
[Qemu-ppc] [PATCH v7 01/19] ppc/xive: add support for the END Event State Buffers
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 01/19] ppc/xive: add support for the END Event State Buffers
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 01/19] ppc/xive: add support for the END Event State Buffers
,
Cédric Le Goater
,
2018/12/10
[Qemu-ppc] [PATCH v7 03/19] ppc/xive: introduce a simplified XIVE presenter
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 03/19] ppc/xive: introduce a simplified XIVE presenter
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 03/19] ppc/xive: introduce a simplified XIVE presenter
,
Cédric Le Goater
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 03/19] ppc/xive: introduce a simplified XIVE presenter
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 03/19] ppc/xive: introduce a simplified XIVE presenter
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v7 04/19] ppc/xive: notify the CPU when the interrupt priority is more privileged
,
Cédric Le Goater
,
2018/12/09
[Qemu-ppc] [PATCH v7 05/19] spapr/xive: introduce a XIVE interrupt controller
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 05/19] spapr/xive: introduce a XIVE interrupt controller
,
David Gibson
,
2018/12/10
[Qemu-ppc] [PATCH v7 06/19] spapr/xive: use the VCPU id as a NVT identifier
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 06/19] spapr/xive: use the VCPU id as a NVT identifier
,
David Gibson
,
2018/12/10
[Qemu-ppc] [PATCH v7 09/19] spapr: add device tree support for the XIVE exploitation mode
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 09/19] spapr: add device tree support for the XIVE exploitation mode
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 09/19] spapr: add device tree support for the XIVE exploitation mode
,
Cédric Le Goater
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 09/19] spapr: add device tree support for the XIVE exploitation mode
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 09/19] spapr: add device tree support for the XIVE exploitation mode
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v7 09/19] spapr: add device tree support for the XIVE exploitation mode
,
David Gibson
,
2018/12/11
Re: [Qemu-ppc] [PATCH v7 09/19] spapr: add device tree support for the XIVE exploitation mode
,
Cédric Le Goater
,
2018/12/12
[Qemu-ppc] [PATCH v7 12/19] spapr: add a 'reset' method to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 12/19] spapr: add a 'reset' method to the sPAPR IRQ backend
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 12/19] spapr: add a 'reset' method to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 12/19] spapr: add a 'reset' method to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v7 11/19] spapr: extend the sPAPR IRQ backend for XICS migration
,
Cédric Le Goater
,
2018/12/09
[Qemu-ppc] [PATCH v7 08/19] spapr: add hcalls support for the XIVE exploitation interrupt mode
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 08/19] spapr: add hcalls support for the XIVE exploitation interrupt mode
,
David Gibson
,
2018/12/10
[Qemu-ppc] [PATCH v7 10/19] spapr: allocate the interrupt thread context under the CPU core
,
Cédric Le Goater
,
2018/12/09
[Qemu-ppc] [PATCH v7 07/19] spapr: introduce a new machine IRQ backend for XIVE
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 07/19] spapr: introduce a new machine IRQ backend for XIVE
,
David Gibson
,
2018/12/10
[Qemu-ppc] [PATCH v7 15/19] spapr/xive: enable XIVE MMIOs at reset
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 15/19] spapr/xive: enable XIVE MMIOs at reset
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 15/19] spapr/xive: enable XIVE MMIOs at reset
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v7 15/19] spapr/xive: enable XIVE MMIOs at reset
,
David Gibson
,
2018/12/11
[Qemu-ppc] [PATCH v7 13/19] spapr: add an extra OV5 field to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/09
[Qemu-ppc] [PATCH v7 14/19] spapr: set the interrupt presenter at reset
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 14/19] spapr: set the interrupt presenter at reset
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 14/19] spapr: set the interrupt presenter at reset
,
Cédric Le Goater
,
2018/12/11
[Qemu-ppc] [PATCH v7 16/19] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 16/19] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 16/19] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v7 16/19] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
David Gibson
,
2018/12/11
Re: [Qemu-ppc] [PATCH v7 16/19] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
Cédric Le Goater
,
2018/12/12
Re: [Qemu-ppc] [PATCH v7 16/19] spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS
,
David Gibson
,
2018/12/15
[Qemu-ppc] [PATCH v7 17/19] spapr: Add a pseries-4.0 machine type
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 17/19] spapr: Add a pseries-4.0 machine type
,
Benjamin Herrenschmidt
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 17/19] spapr: Add a pseries-4.0 machine type
,
David Gibson
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 17/19] spapr: Add a pseries-4.0 machine type
,
Cédric Le Goater
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 17/19] spapr: Add a pseries-4.0 machine type
,
David Gibson
,
2018/12/10
[Qemu-ppc] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type
,
Cédric Le Goater
,
2018/12/09
Re: [Qemu-ppc] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type
,
Cédric Le Goater
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type
,
Cédric Le Goater
,
2018/12/11
Re: [Qemu-ppc] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type
,
David Gibson
,
2018/12/15
Re: [Qemu-ppc] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type
,
David Gibson
,
2018/12/11
Re: [Qemu-ppc] [PATCH v7 18/19] spapr: add a 'pseries-4.0-xive' machine type
,
Cédric Le Goater
,
2018/12/12
[Qemu-ppc] [PATCH v7 19/19] spapr: add a 'pseries-4.0-dual' machine type
,
Cédric Le Goater
,
2018/12/09
[Qemu-ppc] [PATCH 1/1] Changes requirement for "vsubsbs" instruction
,
Leonardo Bras
,
2018/12/07
Re: [Qemu-ppc] [PATCH 1/1] Changes requirement for "vsubsbs" instruction
,
David Gibson
,
2018/12/09
[Qemu-ppc] [PATCH 0/3] macppc: minor patches for 4.0
,
Mark Cave-Ayland
,
2018/12/07
[Qemu-ppc] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
Mark Cave-Ayland
,
2018/12/07
Re: [Qemu-ppc] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
Mark Cave-Ayland
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
Gerd Hoffmann
,
2018/12/12
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
Mark Cave-Ayland
,
2018/12/12
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
Gerd Hoffmann
,
2018/12/12
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
Mark Cave-Ayland
,
2018/12/17
Re: [Qemu-ppc] [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device
,
Gerd Hoffmann
,
2018/12/18
[Qemu-ppc] [PATCH 1/3] MAINTAINERS: add myself as maintainer for Mac Old World and New World machines
,
Mark Cave-Ayland
,
2018/12/07
Re: [Qemu-ppc] [PATCH 1/3] MAINTAINERS: add myself as maintainer for Mac Old World and New World machines
,
David Gibson
,
2018/12/09
[Qemu-ppc] [PATCH 3/3] mac_oldworld: enable access to EDID data for the VGA device
,
Mark Cave-Ayland
,
2018/12/07
[Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
Mark Cave-Ayland
,
2018/12/07
[Qemu-ppc] [RFC PATCH 2/6] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access
,
Mark Cave-Ayland
,
2018/12/07
Re: [Qemu-ppc] [RFC PATCH 2/6] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access
,
Richard Henderson
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 2/6] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register access
,
Mark Cave-Ayland
,
2018/12/11
[Qemu-ppc] [RFC PATCH 4/6] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
Mark Cave-Ayland
,
2018/12/07
Re: [Qemu-ppc] [RFC PATCH 4/6] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
Richard Henderson
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 4/6] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
Mark Cave-Ayland
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 4/6] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
,
Richard Henderson
,
2018/12/11
[Qemu-ppc] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/07
Re: [Qemu-ppc] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Richard Henderson
,
2018/12/10
Re: [Qemu-ppc] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/11
Re: [Qemu-ppc] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Richard Henderson
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 1/6] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
,
Mark Cave-Ayland
,
2018/12/11
[Qemu-ppc] [RFC PATCH 5/6] target/ppc: convert VMX logical instructions to use vector operations
,
Mark Cave-Ayland
,
2018/12/07
Re: [Qemu-ppc] [RFC PATCH 5/6] target/ppc: convert VMX logical instructions to use vector operations
,
Richard Henderson
,
2018/12/10
[Qemu-ppc] [RFC PATCH 6/6] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over to use vector operations
,
Mark Cave-Ayland
,
2018/12/07
Re: [Qemu-ppc] [RFC PATCH 6/6] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over to use vector operations
,
Richard Henderson
,
2018/12/10
[Qemu-ppc] [RFC PATCH 3/6] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
Mark Cave-Ayland
,
2018/12/07
Re: [Qemu-ppc] [RFC PATCH 3/6] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
Richard Henderson
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 3/6] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR register access
,
Mark Cave-Ayland
,
2018/12/11
Re: [Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
BALATON Zoltan
,
2018/12/09
Re: [Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
David Gibson
,
2018/12/09
Re: [Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
BALATON Zoltan
,
2018/12/10
Re: [Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
Richard Henderson
,
2018/12/10
Re: [Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
BALATON Zoltan
,
2018/12/10
Re: [Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
David Gibson
,
2018/12/10
Re: [Qemu-ppc] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
BALATON Zoltan
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
Mark Cave-Ayland
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
Richard Henderson
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
Aleksandar Markovic
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [RFC PATCH 0/6] target/ppc: convert VMX instructions to use TCG vector operations
,
Mark Cave-Ayland
,
2018/12/11
[Qemu-ppc] [PATCH v6 00/37] ppc: support for the XIVE interrupt controller (POWER9)
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 02/37] ppc/xive: add support for the LSI interrupt sources
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 01/37] ppc/xive: introduce a XIVE interrupt source model
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 03/37] ppc/xive: introduce the XiveNotifier interface
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 03/37] ppc/xive: introduce the XiveNotifier interface
,
David Gibson
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 03/37] ppc/xive: introduce the XiveNotifier interface
,
Cédric Le Goater
,
2018/12/06
Re: [Qemu-ppc] [PATCH v6 03/37] ppc/xive: introduce the XiveNotifier interface
,
David Gibson
,
2018/12/06
Re: [Qemu-ppc] [PATCH v6 03/37] ppc/xive: introduce the XiveNotifier interface
,
Cédric Le Goater
,
2018/12/07
[Qemu-ppc] [PATCH v6 04/37] ppc/xive: introduce the XiveRouter model
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 04/37] ppc/xive: introduce the XiveRouter model
,
David Gibson
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 04/37] ppc/xive: introduce the XiveRouter model
,
Cédric Le Goater
,
2018/12/06
Re: [Qemu-ppc] [PATCH v6 04/37] ppc/xive: introduce the XiveRouter model
,
David Gibson
,
2018/12/06
Re: [Qemu-ppc] [PATCH v6 04/37] ppc/xive: introduce the XiveRouter model
,
Cédric Le Goater
,
2018/12/07
Re: [Qemu-ppc] [PATCH v6 04/37] ppc/xive: introduce the XiveRouter model
,
David Gibson
,
2018/12/09
[Qemu-ppc] [PATCH v6 05/37] ppc/xive: introduce the XIVE Event Notification Descriptors
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 05/37] ppc/xive: introduce the XIVE Event Notification Descriptors
,
David Gibson
,
2018/12/05
[Qemu-ppc] [PATCH v6 06/37] ppc/xive: add support for the END Event State buffers
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 06/37] ppc/xive: add support for the END Event State buffers
,
David Gibson
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 06/37] ppc/xive: add support for the END Event State buffers
,
Cédric Le Goater
,
2018/12/06
Re: [Qemu-ppc] [PATCH v6 06/37] ppc/xive: add support for the END Event State buffers
,
David Gibson
,
2018/12/06
Re: [Qemu-ppc] [PATCH v6 06/37] ppc/xive: add support for the END Event State buffers
,
Cédric Le Goater
,
2018/12/07
[Qemu-ppc] [PATCH v6 07/37] ppc/xive: introduce the XIVE interrupt thread context
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 07/37] ppc/xive: introduce the XIVE interrupt thread context
,
David Gibson
,
2018/12/06
[Qemu-ppc] [PATCH v6 08/37] ppc/xive: introduce a simplified XIVE presenter
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 08/37] ppc/xive: introduce a simplified XIVE presenter
,
David Gibson
,
2018/12/06
Re: [Qemu-ppc] [PATCH v6 08/37] ppc/xive: introduce a simplified XIVE presenter
,
Cédric Le Goater
,
2018/12/07
Re: [Qemu-ppc] [PATCH v6 08/37] ppc/xive: introduce a simplified XIVE presenter
,
David Gibson
,
2018/12/09
[Qemu-ppc] [PATCH v6 09/37] ppc/xive: notify the CPU when the interrupt priority is more privileged
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 09/37] ppc/xive: notify the CPU when the interrupt priority is more privileged
,
David Gibson
,
2018/12/06
[Qemu-ppc] [PATCH v6 12/37] spapr: initialize VSMT before initializing the IRQ backend
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 12/37] spapr: initialize VSMT before initializing the IRQ backend
,
David Gibson
,
2018/12/06
[Qemu-ppc] [PATCH v6 14/37] spapr: modify the irq backend 'init' method
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 10/37] spapr/xive: introduce a XIVE interrupt controller
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 10/37] spapr/xive: introduce a XIVE interrupt controller
,
David Gibson
,
2018/12/06
[Qemu-ppc] [PATCH v6 13/37] spapr: introduce a spapr_irq_init() routine
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 13/37] spapr: introduce a spapr_irq_init() routine
,
David Gibson
,
2018/12/06
[Qemu-ppc] [PATCH v6 15/37] spapr: export and rename the xics_max_server_number() routine
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 15/37] spapr: export and rename the xics_max_server_number() routine
,
David Gibson
,
2018/12/06
[Qemu-ppc] [PATCH v6 11/37] spapr/xive: use the VCPU id as a NVT identifier
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [PATCH v6 11/37] spapr/xive: use the VCPU id as a NVT identifier
,
David Gibson
,
2018/12/06
Re: [Qemu-ppc] [PATCH v6 11/37] spapr/xive: use the VCPU id as a NVT identifier
,
Cédric Le Goater
,
2018/12/07
[Qemu-ppc] [PATCH v6 16/37] spapr: introdude a new machine IRQ backend for XIVE
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 18/37] spapr: add device tree support for the XIVE exploitation mode
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 19/37] spapr: allocate the interrupt thread context under the CPU core
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 20/37] spapr: extend the sPAPR IRQ backend for XICS migration
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 17/37] spapr: add hcalls support for the XIVE exploitation interrupt mode
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 21/37] spapr: add a 'reset' method to the sPAPR IRQ backend
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 22/37] spapr: add a 'pseries-3.1-xive' machine type
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 28/37] spapr/xive: fix migration of the XiveTCTX under TCG
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 23/37] linux-headers: update to 4.20-rc5
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 25/37] spapr/xive: add state synchronization with KVM
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 29/37] spapr: set the interrupt presenter at reset
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 30/37] spapr/xive: enable XIVE MMIOs at reset
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 27/37] spapr/xive: add migration support for KVM
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 26/37] spapr/xive: introduce a VM state change handler
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 24/37] spapr/xive: add KVM support
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 31/37] spapr: add a 'pseries-3.1-dual' machine type
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 32/37] ppc/xics: introduce a icp_kvm_connect() routine
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 33/37] spapr/rtas: modify spapr_rtas_register() to remove RTAS handlers
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 34/37] sysbus: add a sysbus_mmio_unmap() helper
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 35/37] spapr: introduce routines to delete the KVM IRQ device
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 37/37] spapr: add KVM support to the 'dual' machine
,
Cédric Le Goater
,
2018/12/05
[Qemu-ppc] [PATCH v6 36/37] spapr: check for KVM IRQ device activation
,
Cédric Le Goater
,
2018/12/05
Re: [Qemu-ppc] [Qemu-devel] [PATCH v6 00/37] ppc: support for the XIVE interrupt controller (POWER9)
,
no-reply
,
2018/12/05
Re: [Qemu-ppc] [Qemu-devel] [PATCH v6 00/37] ppc: support for the XIVE interrupt controller (POWER9)
,
Cédric Le Goater
,
2018/12/06
Re: [Qemu-ppc] [Qemu-devel] [PATCH v6 00/37] ppc: support for the XIVE interrupt controller (POWER9)
,
Fam Zheng
,
2018/12/06
[Qemu-ppc] [PATCH for-4.0 0/5] spapr/virt/pc: Eliminate custom instance_init functions
,
Eduardo Habkost
,
2018/12/05
[Qemu-ppc] [PATCH for-4.0 1/5] virt: Eliminate separate instance_init functions
,
Eduardo Habkost
,
2018/12/05
Re: [Qemu-ppc] [PATCH for-4.0 1/5] virt: Eliminate separate instance_init functions
,
Peter Maydell
,
2018/12/06
[Qemu-ppc] [PATCH for-4.0 2/5] spapr: Use default_machine_opts to set use_hotplug_event_source
,
Eduardo Habkost
,
2018/12/05
Re: [Qemu-ppc] [PATCH for-4.0 2/5] spapr: Use default_machine_opts to set use_hotplug_event_source
,
David Gibson
,
2018/12/05
[Qemu-ppc] [PATCH for-4.0 3/5] spapr: Use default_machine_opts to set suppress_vmdesc
,
Eduardo Habkost
,
2018/12/05
Re: [Qemu-ppc] [PATCH for-4.0 3/5] spapr: Use default_machine_opts to set suppress_vmdesc
,
David Gibson
,
2018/12/05
[Qemu-ppc] [PATCH for-4.0 5/5] pc: Use default_machine_opts to set suppress_vmdesc
,
Eduardo Habkost
,
2018/12/05
[Qemu-ppc] [PATCH for-4.0 4/5] spapr: Delete instance_options functions
,
Eduardo Habkost
,
2018/12/05
Re: [Qemu-ppc] [PATCH for-4.0 4/5] spapr: Delete instance_options functions
,
David Gibson
,
2018/12/05
Re: [Qemu-ppc] [PATCH for-4.0 4/5] spapr: Delete instance_options functions
,
Eduardo Habkost
,
2018/12/06
Re: [Qemu-ppc] [PATCH for-4.0 4/5] spapr: Delete instance_options functions
,
David Gibson
,
2018/12/06
Re: [Qemu-ppc] [PATCH 00/10] Remove deprecated load_image() function
,
Stefan Hajnoczi
,
2018/12/05
Re: [Qemu-ppc] [PATCH 00/10] Remove deprecated load_image() function
,
Michael S. Tsirkin
,
2018/12/05
Re: [Qemu-ppc] [Qemu-devel] [PATCH v6 07/13] fpu: introduce hardfloat
,
Programmingkid
,
2018/12/05
Re: [Qemu-ppc] [Qemu-devel] [PATCH v6 07/13] fpu: introduce hardfloat
,
Emilio G. Cota
,
2018/12/05
[Qemu-ppc] [RFCv2 for-4.0 0/5] Improve balloon handling of pagesizes other than 4kiB
,
David Gibson
,
2018/12/05
[Qemu-ppc] [RFCv2 for-4.0 1/5] virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate
,
David Gibson
,
2018/12/05
[Qemu-ppc] [RFCv2 for-4.0 4/5] virtio-balloon: Use ram_block_discard_range() instead of raw madvise()
,
David Gibson
,
2018/12/05
Re: [Qemu-ppc] [RFCv2 for-4.0 4/5] virtio-balloon: Use ram_block_discard_range() instead of raw madvise()
,
David Hildenbrand
,
2018/12/05
Re: [Qemu-ppc] [RFCv2 for-4.0 4/5] virtio-balloon: Use ram_block_discard_range() instead of raw madvise()
,
David Gibson
,
2018/12/05
[Qemu-ppc] [RFCv2 for-4.0 2/5] virtio-balloon: Corrections to address verification
,
David Gibson
,
2018/12/05
[Qemu-ppc] [RFCv2 for-4.0 3/5] virtio-balloon: Rework ballon_page() interface
,
David Gibson
,
2018/12/05
[Qemu-ppc] [RFCv2 for-4.0 5/5] virtio-balloon: Safely handle BALLOON_PAGE_SIZE < host page size
,
David Gibson
,
2018/12/05
Re: [Qemu-ppc] [PATCH v5 10/36] spapr/xive: introduce a XIVE interrupt controller
,
Cédric Le Goater
,
2018/12/04
Re: [Qemu-ppc] [PATCH v5 10/36] spapr/xive: introduce a XIVE interrupt controller
,
David Gibson
,
2018/12/04
Re: [Qemu-ppc] [PATCH v5 19/36] spapr: add a 'pseries-3.1-xive' machine type
,
Cédric Le Goater
,
2018/12/04
Re: [Qemu-ppc] [PATCH v5 19/36] spapr: add a 'pseries-3.1-xive' machine type
,
David Gibson
,
2018/12/04
[Qemu-ppc] [PATCH for-3.2 v5 08/19] hw: apply machine compat properties without touching globals
,
Marc-André Lureau
,
2018/12/04
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v5 08/19] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/12/10
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v5 08/19] hw: apply machine compat properties without touching globals
,
Marc-André Lureau
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v5 08/19] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v5 08/19] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v5 08/19] hw: apply machine compat properties without touching globals
,
Marc-André Lureau
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v5 08/19] hw: apply machine compat properties without touching globals
,
Igor Mammedov
,
2018/12/11
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v5 08/19] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/12/11
[Qemu-ppc] [PATCH for-3.2 v5 02/19] qom: make interface types abstract
,
Marc-André Lureau
,
2018/12/04
Re: [Qemu-ppc] [Qemu-devel] [PATCH RFC] qdev: Let the hotplug_unplug() caller delete the device
,
Igor Mammedov
,
2018/12/04
Re: [Qemu-ppc] [Qemu-devel] [PATCH RFC] qdev: Let the hotplug_unplug() caller delete the device
,
David Hildenbrand
,
2018/12/04
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Igor Mammedov
,
2018/12/04
Re: [Qemu-ppc] [Qemu-devel] [PATCH for-3.2 v4 16/28] hw: apply machine compat properties without touching globals
,
Eduardo Habkost
,
2018/12/04
Re: [Qemu-ppc] [RFC 1/5] virtio-balloon: Remove unnecessary MADV_WILLNEED on deflate
,
David Gibson
,
2018/12/04
Re: [Qemu-ppc] [Qemu-devel] [PATCH v5 27/36] sysbus: add a sysbus_mmio_unmap() helper
,
Peter Maydell
,
2018/12/03
Re: [Qemu-ppc] [Qemu-devel] [PATCH v5 27/36] sysbus: add a sysbus_mmio_unmap() helper
,
Cédric Le Goater
,
2018/12/04
Re: [Qemu-ppc] [Qemu-devel] [PATCH v5 27/36] sysbus: add a sysbus_mmio_unmap() helper
,
Peter Maydell
,
2018/12/04
Re: [Qemu-ppc] [PATCH v5 08/36] ppc/xive: introduce a simplified XIVE presenter
,
Cédric Le Goater
,
2018/12/03
Re: [Qemu-ppc] [PATCH v5 08/36] ppc/xive: introduce a simplified XIVE presenter
,
David Gibson
,
2018/12/03
Re: [Qemu-ppc] [PATCH v5 08/36] ppc/xive: introduce a simplified XIVE presenter
,
Cédric Le Goater
,
2018/12/04
Re: [Qemu-ppc] [PATCH v5 08/36] ppc/xive: introduce a simplified XIVE presenter
,
David Gibson
,
2018/12/04
Re: [Qemu-ppc] [PATCH RFC] qdev: Let the hotplug_unplug() caller delete the device
,
Cornelia Huck
,
2018/12/03
Re: [Qemu-ppc] [PATCH RFC] qdev: Let the hotplug_unplug() caller delete the device
,
David Hildenbrand
,
2018/12/04
Re: [Qemu-ppc] [PATCH v5 27/36] sysbus: add a sysbus_mmio_unmap() helper
,
Cédric Le Goater
,
2018/12/03
Re: [Qemu-ppc] [PATCH v5 27/36] sysbus: add a sysbus_mmio_unmap() helper
,
David Gibson
,
2018/12/03
Re: [Qemu-ppc] [PATCH v5 11/36] spapr/xive: use the VCPU id as a NVT identifier
,
David Gibson
,
2018/12/02
Re: [Qemu-ppc] [PATCH v5 11/36] spapr/xive: use the VCPU id as a NVT identifier
,
Cédric Le Goater
,
2018/12/03
Re: [Qemu-ppc] [PATCH v5 36/36] ppc/pnv: add XIVE support
,
David Gibson
,
2018/12/02
Re: [Qemu-ppc] [PATCH v5 36/36] ppc/pnv: add XIVE support
,
Cédric Le Goater
,
2018/12/06
Re: [Qemu-ppc] [PATCH v5 16/36] spapr: add hcalls support for the XIVE exploitation interrupt mode
,
David Gibson
,
2018/12/02
Re: [Qemu-ppc] [PATCH v5 16/36] spapr: add hcalls support for the XIVE exploitation interrupt mode
,
Cédric Le Goater
,
2018/12/03
Re: [Qemu-ppc] [PATCH v5 16/36] spapr: add hcalls support for the XIVE exploitation interrupt mode
,
David Gibson
,
2018/12/03
Re: [Qemu-ppc] [PATCH v5 06/36] ppc/xive: add support for the END Event State buffers
,
David Gibson
,
2018/12/02
Re: [Qemu-ppc] [PATCH v5 06/36] ppc/xive: add support for the END Event State buffers
,
Cédric Le Goater
,
2018/12/03
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/10] Remove deprecated load_image() function
,
no-reply
,
2018/12/02
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/10] Remove deprecated load_image() function
,
Richard Henderson
,
2018/12/03
Re: [Qemu-ppc] [Qemu-devel] [PATCH 00/10] Remove deprecated load_image() function
,
Peter Maydell
,
2018/12/14
Re: [Qemu-ppc] [PATCH 01/10] hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()
,
David Gibson
,
2018/12/02
Re: [Qemu-ppc] [PATCH 02/10] hw/ppc/ppc405_boards: Don't use load_image()
,
David Gibson
,
2018/12/02
Re: [Qemu-ppc] [Qemu-devel] [PATCH] i2c: Move typedef of bitbang_i2c_interface to i2c.h
,
Philippe Mathieu-Daudé
,
2018/12/01
Re: [Qemu-ppc] [Qemu-devel] [PATCH 05/10] hw/i386/pc.c: Don't use load_image()
,
Peter Maydell
,
2018/12/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc