Archives are refreshed every 15 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 Aug 31 2024 00:03:32 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH] docs/devel: Prohibit calling object_unparent() for memory region
,
Akihiko Odaki
,
2024/08/29
Re: [PULL 02/96] spapr: Migrate ail-mode-3 spapr cap
,
Michael Tokarev
,
2024/08/27
Re: [PATCH v4 19/34] modules: check arch on qom lookup
,
Philippe Mathieu-Daudé
,
2024/08/27
Re: [PATCH v4 19/34] modules: check arch on qom lookup
,
Gerd Hoffmann
,
2024/08/28
Re: [PATCH] hw/ppc: fix decrementer with BookE timers
,
Clément Chigot
,
2024/08/27
Re: [PATCH] hw/ppc: fix decrementer with BookE timers
,
Philippe Mathieu-Daudé
,
2024/08/27
[PATCH v4 0/7] Fix check-qtest-ppc64 sanitizer errors
,
Akihiko Odaki
,
2024/08/23
[PATCH v4 1/7] migration: Free removed SaveStateEntry
,
Akihiko Odaki
,
2024/08/23
Re: [PATCH v4 1/7] migration: Free removed SaveStateEntry
,
Fabiano Rosas
,
2024/08/23
[PATCH v4 4/7] memory: Clarify that owner may be missing
,
Akihiko Odaki
,
2024/08/23
[PATCH v4 2/7] memory: Do not refer to "memory region's reference count"
,
Akihiko Odaki
,
2024/08/23
[PATCH v4 3/7] memory: Refer to docs/devel/memory.rst for "owner"
,
Akihiko Odaki
,
2024/08/23
[PATCH v4 5/7] memory: Clarify owner must not call memory_region_ref()
,
Akihiko Odaki
,
2024/08/23
Re: [PATCH v4 5/7] memory: Clarify owner must not call memory_region_ref()
,
Peter Xu
,
2024/08/26
[PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2024/08/23
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Peter Xu
,
2024/08/26
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Peter Maydell
,
2024/08/26
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Peter Xu
,
2024/08/26
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2024/08/27
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Peter Xu
,
2024/08/27
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2024/08/28
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Peter Xu
,
2024/08/28
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2024/08/28
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Peter Xu
,
2024/08/28
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2024/08/29
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Peter Xu
,
2024/08/29
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2024/08/30
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Peter Xu
,
2024/08/30
Re: [PATCH v4 6/7] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2024/08/31
[PATCH v4 7/7] tests/qtest: Delete previous boot file
,
Akihiko Odaki
,
2024/08/23
Re: [PATCH v4 7/7] tests/qtest: Delete previous boot file
,
Peter Xu
,
2024/08/26
Re: [PATCH v4 7/7] tests/qtest: Delete previous boot file
,
Thomas Huth
,
2024/08/27
Re: [PATCH v4 7/7] tests/qtest: Delete previous boot file
,
Fabiano Rosas
,
2024/08/27
Re: [PATCH v4 7/7] tests/qtest: Delete previous boot file
,
Peter Maydell
,
2024/08/27
Re: [PATCH v4 7/7] tests/qtest: Delete previous boot file
,
Fabiano Rosas
,
2024/08/27
Re: [PATCH v2] target/ppc: Fix migration of CPUs with TLB_EMB TLB type
,
Peter Maydell
,
2024/08/22
[PATCH v4 00/35] Convert avocado tests to normal Python unittests
,
Thomas Huth
,
2024/08/21
[PATCH v4 01/35] tests/avocado: machine aarch64: standardize location and RO access
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 01/35] tests/avocado: machine aarch64: standardize location and RO access
,
Philippe Mathieu-Daudé
,
2024/08/21
[PATCH v4 02/35] tests/avocado/boot_xen.py: fetch kernel during test setUp()
,
Thomas Huth
,
2024/08/21
[PATCH v4 03/35] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image
,
Thomas Huth
,
2024/08/21
[PATCH v4 04/35] Bump avocado to 103.0
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 04/35] Bump avocado to 103.0
,
Philippe Mathieu-Daudé
,
2024/08/21
Re: [PATCH v4 04/35] Bump avocado to 103.0
,
Daniel P . Berrangé
,
2024/08/29
[PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
,
Philippe Mathieu-Daudé
,
2024/08/21
Re: [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
,
Philippe Mathieu-Daudé
,
2024/08/21
[PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x subtest
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x subtest
,
Daniel P . Berrangé
,
2024/08/29
[PATCH v4 07/35] python: Install pycotap in our venv if necessary
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 07/35] python: Install pycotap in our venv if necessary
,
Daniel P . Berrangé
,
2024/08/29
[PATCH v4 08/35] tests/functional: Add base classes for the upcoming pytest-based tests
,
Thomas Huth
,
2024/08/21
[PATCH v4 09/35] tests/functional: Set up logging
,
Thomas Huth
,
2024/08/21
[PATCH v4 10/35] tests/Makefile.include: Increase the level of indentation in the help text
,
Thomas Huth
,
2024/08/21
[PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests
,
Philippe Mathieu-Daudé
,
2024/08/21
Re: [PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests
,
Philippe Mathieu-Daudé
,
2024/08/23
Re: [PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests
,
Thomas Huth
,
2024/08/26
Re: [PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests
,
Daniel P . Berrangé
,
2024/08/29
[PATCH v4 12/35] tests/functional: Convert simple avocado tests into standalone python tests
,
Thomas Huth
,
2024/08/21
[PATCH v4 13/35] tests/functional: Convert avocado tests that just need a small adjustment
,
Thomas Huth
,
2024/08/21
[PATCH v4 14/35] tests/functional: add a module for handling asset download & caching
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 14/35] tests/functional: add a module for handling asset download & caching
,
Philippe Mathieu-Daudé
,
2024/08/21
Re: [PATCH v4 14/35] tests/functional: add a module for handling asset download & caching
,
Daniel P . Berrangé
,
2024/08/29
Re: [PATCH v4 14/35] tests/functional: add a module for handling asset download & caching
,
Philippe Mathieu-Daudé
,
2024/08/23
Re: [PATCH v4 14/35] tests/functional: add a module for handling asset download & caching
,
Daniel P . Berrangé
,
2024/08/29
[PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Philippe Mathieu-Daudé
,
2024/08/23
Re: [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Thomas Huth
,
2024/08/27
Re: [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Thomas Huth
,
2024/08/27
Re: [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/08/29
Re: [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Thomas Huth
,
2024/08/30
Re: [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/08/30
Re: [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Thomas Huth
,
2024/08/30
Re: [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
,
Daniel P . Berrangé
,
2024/08/30
[PATCH v4 16/35] tests/functional: Convert some tests that download files via fetch_asset()
,
Thomas Huth
,
2024/08/21
[PATCH v4 17/35] tests/functional: Add a function for extracting files from an archive
,
Thomas Huth
,
2024/08/21
[PATCH v4 18/35] tests/functional: Convert some avocado tests that needed avocado.utils.archive
,
Thomas Huth
,
2024/08/21
[PATCH v4 19/35] tests/functional: Convert the s390x avocado tests into standalone tests
,
Thomas Huth
,
2024/08/21
[PATCH v4 20/35] tests/functional: Convert the x86_cpu_model_versions test
,
Thomas Huth
,
2024/08/21
[PATCH v4 21/35] tests/functional: Convert the microblaze avocado tests into standalone tests
,
Thomas Huth
,
2024/08/21
[PATCH v4 22/35] tests/functional: Convert the riscv_opensbi avocado test into a standalone test
,
Thomas Huth
,
2024/08/21
[PATCH v4 30/35] tests/functional: Convert the linux_initrd avocado test into a standalone test
,
Thomas Huth
,
2024/08/21
[PATCH v4 24/35] tests/functional: Convert most ppc avocado tests into standalone tests
,
Thomas Huth
,
2024/08/21
[PATCH v4 28/35] tests/functional: Convert the acpi-bits test into a standalone test
,
Thomas Huth
,
2024/08/21
[PATCH v4 26/35] tests/functional: Convert the ppc_hv avocado test into a standalone test
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 26/35] tests/functional: Convert the ppc_hv avocado test into a standalone test
,
Philippe Mathieu-Daudé
,
2024/08/21
Re: [PATCH v4 26/35] tests/functional: Convert the ppc_hv avocado test into a standalone test
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 26/35] tests/functional: Convert the ppc_hv avocado test into a standalone test
,
Philippe Mathieu-Daudé
,
2024/08/21
[PATCH v4 27/35] tests/functional: Convert the m68k nextcube test with tesseract
,
Thomas Huth
,
2024/08/21
[PATCH v4 23/35] tests/functional: Convert the virtio_gpu avocado test into a standalone test
,
Thomas Huth
,
2024/08/21
[PATCH v4 25/35] tests/functional: Convert the ppc_amiga avocado test into a standalone test
,
Thomas Huth
,
2024/08/21
[PATCH v4 29/35] tests/functional: Convert the rx_gdbsim avocado test into a standalone test
,
Thomas Huth
,
2024/08/21
[PATCH v4 33/35] docs/devel/testing: Split the Avocado documentation into a separate file
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 33/35] docs/devel/testing: Split the Avocado documentation into a separate file
,
Daniel P . Berrangé
,
2024/08/29
[PATCH v4 31/35] gitlab-ci: Add "check-functional" to the build tests
,
Thomas Huth
,
2024/08/21
[PATCH v4 34/35] docs/devel/testing: Rename avocado_qemu.Test class
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 34/35] docs/devel/testing: Rename avocado_qemu.Test class
,
Daniel P . Berrangé
,
2024/08/29
[PATCH v4 35/35] docs/devel/testing: Add documentation for functional tests
,
Thomas Huth
,
2024/08/21
Re: [PATCH v4 35/35] docs/devel/testing: Add documentation for functional tests
,
Daniel P . Berrangé
,
2024/08/29
Re: [PATCH v4 35/35] docs/devel/testing: Add documentation for functional tests
,
Thomas Huth
,
2024/08/29
Re: [PATCH v4 35/35] docs/devel/testing: Add documentation for functional tests
,
Daniel P . Berrangé
,
2024/08/29
Re: [PATCH v4 35/35] docs/devel/testing: Add documentation for functional tests
,
Daniel P . Berrangé
,
2024/08/29
[PATCH v4 32/35] docs/devel: Split testing docs from the build docs and move to separate folder
,
Thomas Huth
,
2024/08/21
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
,
Peter Maydell
,
2024/08/20
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
,
Physics Набиев
,
2024/08/21
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
,
Peter Maydell
,
2024/08/21
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
,
Arman Nabiev
,
2024/08/21
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
,
Peter Maydell
,
2024/08/21
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
,
Peter Maydell
,
2024/08/22
Re: [PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
,
Arman Nabiev
,
2024/08/22
Re: [PATCH v6 RESEND 0/5] Power11 support for QEMU [PSeries]
,
Aditya Gupta
,
2024/08/20
Re: [PATCH v6 RESEND 0/5] Power11 support for QEMU [PSeries]
,
Amit Machhiwal
,
2024/08/29
Re: [PATCH v6 RESEND 0/5] Power11 support for QEMU [PSeries]
,
Aditya Gupta
,
2024/08/30
[PATCH v4] hw/ppc: Implement -dtb support for PowerNV
,
Aditya Gupta
,
2024/08/20
[PATCH for-9.2] docs/devel: Remove nested-papr.txt
,
Peter Maydell
,
2024/08/16
Re: [PATCH for-9.2] docs/devel: Remove nested-papr.txt
,
Daniel Henrique Barboza
,
2024/08/24
[PATCH for-9.2] hw: add compat machines for 9.2
,
Cornelia Huck
,
2024/08/16
Re: [PATCH for-9.2] hw: add compat machines for 9.2
,
Daniel P . Berrangé
,
2024/08/16
Re: [PATCH for-9.2] hw: add compat machines for 9.2
,
Cornelia Huck
,
2024/08/16
Re: [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions
,
Bernhard Beschow
,
2024/08/15
[PATCH 0/5] Serial device cleanup
,
Bernhard Beschow
,
2024/08/14
[PATCH 1/5] hw: Remove unused inclusion of hw/char/serial.h
,
Bernhard Beschow
,
2024/08/14
Re: [PATCH 1/5] hw: Remove unused inclusion of hw/char/serial.h
,
Mark Cave-Ayland
,
2024/08/21
[PATCH 2/5] hw/char/serial: Remove unused funtion
,
Bernhard Beschow
,
2024/08/14
Re: [PATCH 2/5] hw/char/serial: Remove unused funtion
,
BALATON Zoltan
,
2024/08/14
Re: [PATCH 2/5] hw/char/serial: Remove unused funtion
,
Mark Cave-Ayland
,
2024/08/15
Re: [PATCH 2/5] hw/char/serial: Remove unused funtion
,
Philippe Mathieu-Daudé
,
2024/08/15
Re: [PATCH 2/5] hw/char/serial: Remove unused funtion
,
Bernhard Beschow
,
2024/08/15
[PATCH 3/5] hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine
,
Bernhard Beschow
,
2024/08/14
Re: [PATCH 3/5] hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine
,
Philippe Mathieu-Daudé
,
2024/08/16
Re: [PATCH 3/5] hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine
,
Mark Cave-Ayland
,
2024/08/21
[PATCH 4/5] hw/char/serial.h: Extract serial-isa.h
,
Bernhard Beschow
,
2024/08/14
Re: [PATCH 4/5] hw/char/serial.h: Extract serial-isa.h
,
Mark Cave-Ayland
,
2024/08/21
[PATCH 5/5] hw/char: Extract serial-mm
,
Bernhard Beschow
,
2024/08/14
Re: [PATCH 5/5] hw/char: Extract serial-mm
,
Andrew Jeffery
,
2024/08/14
Re: [PATCH 5/5] hw/char: Extract serial-mm
,
Mark Cave-Ayland
,
2024/08/21
[PATCH v3] hw/ppc: Implement -dtb support for PowerNV
,
Aditya Gupta
,
2024/08/13
Re: [PATCH v3] hw/ppc: Implement -dtb support for PowerNV
,
Nicholas Piggin
,
2024/08/15
Re: [PATCH v3] hw/ppc: Implement -dtb support for PowerNV
,
Cédric Le Goater
,
2024/08/15
Re: [PATCH v3] hw/ppc: Implement -dtb support for PowerNV
,
Nicholas Piggin
,
2024/08/15
Re: [PATCH v3] hw/ppc: Implement -dtb support for PowerNV
,
Aditya Gupta
,
2024/08/19
Re: [PATCH v3] hw/ppc: Implement -dtb support for PowerNV
,
Aditya Gupta
,
2024/08/19
[PATCH v2 0/2] target/ppc: Make divd[u] handler method decodetree compatible
,
Ilya Leoshkevich
,
2024/08/12
[PATCH v2 2/2] target/ppc: Make divd[u] handler method decodetree compatible
,
Ilya Leoshkevich
,
2024/08/12
Re: [PATCH v2 2/2] target/ppc: Make divd[u] handler method decodetree compatible
,
Richard Henderson
,
2024/08/12
Re: [PATCH v2 2/2] target/ppc: Make divd[u] handler method decodetree compatible
,
Philippe Mathieu-Daudé
,
2024/08/12
[PATCH v2 1/2] target/ppc: Set ctx->opcode for decode_insn32()
,
Ilya Leoshkevich
,
2024/08/12
[RFC PATCH] accel/tcg: clear all TBs from a page when it is written to
,
Nicholas Piggin
,
2024/08/09
Re: [RFC PATCH] accel/tcg: clear all TBs from a page when it is written to
,
Philippe Mathieu-Daudé
,
2024/08/09
Re: [RFC PATCH] accel/tcg: clear all TBs from a page when it is written to
,
Richard Henderson
,
2024/08/11
Re: [RFC PATCH] accel/tcg: clear all TBs from a page when it is written to
,
Nicholas Piggin
,
2024/08/14
Re: [RFC PATCH] accel/tcg: clear all TBs from a page when it is written to
,
Richard Henderson
,
2024/08/20
[PATCH-for-9.1 v2 0/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Philippe Mathieu-Daudé
,
2024/08/07
[PATCH-for-9.1 v2 1/4] MAINTAINERS: Cover PowerPC SPI model in PowerNV section
,
Philippe Mathieu-Daudé
,
2024/08/07
[PATCH-for-9.1 v2 2/4] hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()
,
Philippe Mathieu-Daudé
,
2024/08/07
Re: [PATCH-for-9.1 v2 2/4] hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()
,
Richard Henderson
,
2024/08/07
[PATCH-for-9.1 v2 3/4] hw/ssi/pnv_spi: Return early in transfer()
,
Philippe Mathieu-Daudé
,
2024/08/07
[PATCH-for-9.1 v2 4/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Philippe Mathieu-Daudé
,
2024/08/07
Re: [PATCH-for-9.1 v2 4/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Philippe Mathieu-Daudé
,
2024/08/07
Re: [PATCH-for-9.1 v2 4/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Richard Henderson
,
2024/08/07
Re: [PATCH for-9.1] tcg/ppc: Sync tcg_out_test and constraints
,
Philippe Mathieu-Daudé
,
2024/08/07
Re: [PATCH for-9.1] tcg/ppc: Sync tcg_out_test and constraints
,
Nicholas Piggin
,
2024/08/09
[PATCH] ppc/pnv: ADU fix possible buffer overrun with invalid size
,
Nicholas Piggin
,
2024/08/06
Re: [PATCH] ppc/pnv: ADU fix possible buffer overrun with invalid size
,
Cédric Le Goater
,
2024/08/26
[PATCH v1 0/2] hw/ppc: SPI model - coverity fixes
,
Chalapathi V
,
2024/08/06
[PATCH v1 1/2] Fixes: Coverity CID 1558827
,
Chalapathi V
,
2024/08/06
Re: [PATCH v1 1/2] Fixes: Coverity CID 1558827
,
Philippe Mathieu-Daudé
,
2024/08/06
Re: [PATCH v1 1/2] Fixes: Coverity CID 1558827
,
Peter Maydell
,
2024/08/08
[PATCH v1 2/2] Fixes: Coverity CID 1558831
,
Chalapathi V
,
2024/08/06
Re: [PATCH v1 2/2] Fixes: Coverity CID 1558831
,
Philippe Mathieu-Daudé
,
2024/08/06
Re: [PATCH v1 2/2] Fixes: Coverity CID 1558831
,
Philippe Mathieu-Daudé
,
2024/08/07
Re: [PATCH v1 2/2] Fixes: Coverity CID 1558831
,
Peter Maydell
,
2024/08/08
[PATCH 0/7] various ppc fixes
,
Nicholas Piggin
,
2024/08/06
[PATCH 1/7] ppc/pnv: Fix LPC serirq routing calculation
,
Nicholas Piggin
,
2024/08/06
Re: [PATCH 1/7] ppc/pnv: Fix LPC serirq routing calculation
,
Cédric Le Goater
,
2024/08/26
[PATCH 2/7] ppc/pnv: Fix LPC POWER8 register sanity check
,
Nicholas Piggin
,
2024/08/06
Re: [PATCH 2/7] ppc/pnv: Fix LPC POWER8 register sanity check
,
Cédric Le Goater
,
2024/08/26
[PATCH 3/7] target/ppc: Fix mtDPDES targeting SMT siblings
,
Nicholas Piggin
,
2024/08/06
Re: [PATCH 3/7] target/ppc: Fix mtDPDES targeting SMT siblings
,
Philippe Mathieu-Daudé
,
2024/08/06
[PATCH 4/7] target/ppc: PMIs are level triggered
,
Nicholas Piggin
,
2024/08/06
[PATCH 5/7] target/ppc: Fix doorbell delivery to threads in powersave
,
Nicholas Piggin
,
2024/08/06
[PATCH 6/7] target/ppc: Fix HFSCR facility checks
,
Nicholas Piggin
,
2024/08/06
[PATCH 7/7] target/ppc: Fix VRMA to not check virtual page class key protection
,
Nicholas Piggin
,
2024/08/06
Re: [PATCH 7/7] target/ppc: Fix VRMA to not check virtual page class key protection
,
BALATON Zoltan
,
2024/08/06
Re: [PATCH 0/7] various ppc fixes
,
Richard Henderson
,
2024/08/06
[PATCH 0/2] tests/avocado: Fix exec_command and enable ppc_hv_tests.py
,
Nicholas Piggin
,
2024/08/05
[PATCH 1/2] tests/avocado: exec_command should not consume console output
,
Nicholas Piggin
,
2024/08/05
Re: [PATCH 1/2] tests/avocado: exec_command should not consume console output
,
Thomas Huth
,
2024/08/15
[PATCH 2/2] tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interaction
,
Nicholas Piggin
,
2024/08/05
Re: [PATCH v3 20/24] tests/functional: Convert the ppc_hv avocado test into a standalone test
,
Nicholas Piggin
,
2024/08/05
[PATCH] ppc: fix incorrect spelling of PowerMac
,
Tejas Vipin
,
2024/08/05
Re: [PATCH] ppc: fix incorrect spelling of PowerMac
,
Philippe Mathieu-Daudé
,
2024/08/05
u-boot-sam460ex fixes
,
Michael Tokarev
,
2024/08/03
Re: u-boot-sam460ex fixes
,
Nicholas Piggin
,
2024/08/05
Re: u-boot-sam460ex fixes
,
BALATON Zoltan
,
2024/08/06
Re: u-boot-sam460ex fixes
,
BALATON Zoltan
,
2024/08/06
Re: [PATCH v3 17/24] tests/functional: Convert the virtio_gpu avocado test into a standalone test
,
Philippe Mathieu-Daudé
,
2024/08/02
Re: [PATCH v3 19/24] tests/functional: Convert the ppc_amiga avocado test into a standalone test
,
Philippe Mathieu-Daudé
,
2024/08/02
Re: [PATCH v3 15/24] tests/functional: Convert the microblaze avocado tests into standalone tests
,
Philippe Mathieu-Daudé
,
2024/08/02
Re: [PATCH v3 22/24] tests/functional: Convert the acpi-bits test into a standalone test
,
Philippe Mathieu-Daudé
,
2024/08/02
Re: [PATCH v3 22/24] tests/functional: Convert the acpi-bits test into a standalone test
,
Philippe Mathieu-Daudé
,
2024/08/02
Re: (subset) [PATCH v2 08/15] migration: Free removed SaveStateEntry
,
Fabiano Rosas
,
2024/08/02
Re: [PATCH v4 04/11] pnv/xive2: Add NVG and NVC to cache watch facility
,
Nicholas Piggin
,
2024/08/01
[PATCH 00/13] XIVE2 changes for TIMA operations
,
Michael Kowal
,
2024/08/01
[PATCH 01/13] pnv/xive: TIMA patch sets pre-req alignment and formatting changes
,
Michael Kowal
,
2024/08/01
Re: [PATCH 01/13] pnv/xive: TIMA patch sets pre-req alignment and formatting changes
,
Cédric Le Goater
,
2024/08/26
[PATCH 02/13] pnv/xive2: Define OGEN field in the TIMA
,
Michael Kowal
,
2024/08/01
Re: [PATCH 02/13] pnv/xive2: Define OGEN field in the TIMA
,
Cédric Le Goater
,
2024/08/26
[PATCH 03/13] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
,
Michael Kowal
,
2024/08/01
Re: [PATCH 03/13] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
,
Cédric Le Goater
,
2024/08/29
[PATCH 04/13] pnv/xive2: Support for "OS LGS Push" TIMA operation
,
Michael Kowal
,
2024/08/01
Re: [PATCH 04/13] pnv/xive2: Support for "OS LGS Push" TIMA operation
,
Cédric Le Goater
,
2024/08/26
[PATCH 09/13] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Michael Kowal
,
2024/08/01
Re: [PATCH 09/13] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Cédric Le Goater
,
2024/08/29
Re: [PATCH 09/13] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Mike Kowal
,
2024/08/29
[PATCH 06/13] ppc/xive2: Dump the VP-group and crowd tables with 'info pic'
,
Michael Kowal
,
2024/08/01
Re: [PATCH 06/13] ppc/xive2: Dump the VP-group and crowd tables with 'info pic'
,
Cédric Le Goater
,
2024/08/29
[PATCH 11/13] pnv/xive: Update PIPR when updating CPPR
,
Michael Kowal
,
2024/08/01
Re: [PATCH 11/13] pnv/xive: Update PIPR when updating CPPR
,
Cédric Le Goater
,
2024/08/29
Re: [PATCH 11/13] pnv/xive: Update PIPR when updating CPPR
,
Mike Kowal
,
2024/08/29
Re: [PATCH 11/13] pnv/xive: Update PIPR when updating CPPR
,
Cédric Le Goater
,
2024/08/30
Re: [PATCH 11/13] pnv/xive: Update PIPR when updating CPPR
,
Mike Kowal
,
2024/08/30
Re: [PATCH 11/13] pnv/xive: Update PIPR when updating CPPR
,
Cédric Le Goater
,
2024/08/29
[PATCH 10/13] pnv/xive: Add special handling for pool targets
,
Michael Kowal
,
2024/08/01
Re: [PATCH 10/13] pnv/xive: Add special handling for pool targets
,
Cédric Le Goater
,
2024/08/29
Re: [PATCH 10/13] pnv/xive: Add special handling for pool targets
,
Mike Kowal
,
2024/08/29
Re: [PATCH 10/13] pnv/xive: Add special handling for pool targets
,
Cédric Le Goater
,
2024/08/30
[PATCH 08/13] ppc/xive2: Support "Pull Thread Context to Register" operation
,
Michael Kowal
,
2024/08/01
Re: [PATCH 08/13] ppc/xive2: Support "Pull Thread Context to Register" operation
,
Cédric Le Goater
,
2024/08/26
[PATCH 05/13] ppc/xive2: Dump more NVP state with 'info pic'
,
Michael Kowal
,
2024/08/01
Re: [PATCH 05/13] ppc/xive2: Dump more NVP state with 'info pic'
,
Cédric Le Goater
,
2024/08/26
[PATCH 07/13] ppc/xive2: Allow 1-byte write of Target field in TIMA
,
Michael Kowal
,
2024/08/01
Re: [PATCH 07/13] ppc/xive2: Allow 1-byte write of Target field in TIMA
,
Cédric Le Goater
,
2024/08/26
[PATCH 12/13] pnv/xive2: TIMA support for 8-byte OS context push for PHYP
,
Michael Kowal
,
2024/08/01
Re: [PATCH 12/13] pnv/xive2: TIMA support for 8-byte OS context push for PHYP
,
Cédric Le Goater
,
2024/08/28
[PATCH 13/13] pnv/xive2: TIMA CI ops using alternative offsets or byte lengths
,
Michael Kowal
,
2024/08/01
Re: [PATCH 13/13] pnv/xive2: TIMA CI ops using alternative offsets or byte lengths
,
Cédric Le Goater
,
2024/08/28
Re: [PATCH v3 13/24] tests/functional: Convert the s390x avocado tests into standalone tests
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 13/24] tests/functional: Convert the s390x avocado tests into standalone tests
,
Daniel P . Berrangé
,
2024/08/01
Re: [PATCH v3 13/24] tests/functional: Convert the s390x avocado tests into standalone tests
,
Philippe Mathieu-Daudé
,
2024/08/02
Re: [PATCH v3 13/24] tests/functional: Convert the s390x avocado tests into standalone tests
,
Thomas Huth
,
2024/08/13
Re: [PATCH v3 13/24] tests/functional: Convert the s390x avocado tests into standalone tests
,
Thomas Huth
,
2024/08/13
Re: [PATCH v3 14/24] tests/functional: Convert the x86_cpu_model_versions test
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 24/24] gitlab-ci: Add "check-functional" to the build tests
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 23/24] tests/functional: Convert the rx_gdbsim avocado test into a standalone test
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 21/24] tests/functional: Convert the m68k nextcube test with tesseract
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 12/24] tests/functional: Convert some avocado tests that needed avocado.utils.archive
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 11/24] tests/functional: Add a function for extracting files from an archive
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 08/24] tests/functional: add a module for handling asset download & caching
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 08/24] tests/functional: add a module for handling asset download & caching
,
Daniel P . Berrangé
,
2024/08/01
Re: [PATCH v3 08/24] tests/functional: add a module for handling asset download & caching
,
Daniel P . Berrangé
,
2024/08/01
Re: [PATCH v3 08/24] tests/functional: add a module for handling asset download & caching
,
Philippe Mathieu-Daudé
,
2024/08/02
Re: [PATCH v3 08/24] tests/functional: add a module for handling asset download & caching
,
Richard Henderson
,
2024/08/01
Re: [PATCH v3 08/24] tests/functional: add a module for handling asset download & caching
,
Daniel P . Berrangé
,
2024/08/02
Re: [PATCH v3 07/24] tests/functional: Convert avocado tests that just need a small adjustment
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 05/24] tests/functional: Prepare the meson build system for the functional tests
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 05/24] tests/functional: Prepare the meson build system for the functional tests
,
Thomas Huth
,
2024/08/13
Re: [PATCH v3 09/24] tests/functional: enable pre-emptive caching of assets
,
Philippe Mathieu-Daudé
,
2024/08/01
[PULL 16/19] Revert "hw/ppc/spapr_pci: Do not create DT for disabled PCI device"
,
Michael S. Tsirkin
,
2024/08/01
[PULL 15/19] Revert "hw/ppc/spapr_pci: Do not reject VFs created after a PF"
,
Michael S. Tsirkin
,
2024/08/01
Re: [PATCH v3 03/24] tests/functional: Set up logging
,
Alex Bennée
,
2024/08/01
Re: [PATCH v3 03/24] tests/functional: Set up logging
,
Thomas Huth
,
2024/08/13
Re: [PATCH v3 16/24] tests/functional: Convert the riscv_opensbi avocado test into a standalone test
,
Daniel P . Berrangé
,
2024/08/01
Re: [PATCH v3 16/24] tests/functional: Convert the riscv_opensbi avocado test into a standalone test
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 02/24] tests/functional: Add base classes for the upcoming pytest-based tests
,
Daniel P . Berrangé
,
2024/08/01
Re: [PATCH v3 02/24] tests/functional: Add base classes for the upcoming pytest-based tests
,
Philippe Mathieu-Daudé
,
2024/08/01
Re: [PATCH v3 04/24] tests/Makefile.include: Increase the level of indentation in the help text
,
Alex Bennée
,
2024/08/01
[PATCH v2] hw/ppc: Implement -dtb support for PowerNV
,
Aditya Gupta
,
2024/08/01
Re: [PATCH v2] hw/ppc: Implement -dtb support for PowerNV
,
Cédric Le Goater
,
2024/08/01
Re: [PATCH v2] hw/ppc: Implement -dtb support for PowerNV
,
Aditya Gupta
,
2024/08/07
Re: [PATCH] hw/ppc: Implement -dtb support for PowerNV
,
Cédric Le Goater
,
2024/08/01
Re: [PATCH] hw/ppc: Implement -dtb support for PowerNV
,
Cédric Le Goater
,
2024/08/01
Re: [PATCH] hw/ppc: Implement -dtb support for PowerNV
,
Aditya Gupta
,
2024/08/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc