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: Mon Sep 30 2024 12:52:41 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/3] hw/ppc: Replace tswap32() by stl_endian_p()
,
Philippe Mathieu-Daudé
,
2024/09/30
[PATCH 1/3] target/ppc: Expose ppc_cpu_is_big_endian() prototype in 'cpu.h'
,
Philippe Mathieu-Daudé
,
2024/09/30
[PATCH 2/3] hw/ppc/sam460ex: Replace tswap32() by stl_endian_p()
,
Philippe Mathieu-Daudé
,
2024/09/30
Re: [PATCH 2/3] hw/ppc/sam460ex: Replace tswap32() by stl_endian_p()
,
BALATON Zoltan
,
2024/09/30
[PATCH 3/3] hw/ppc/virtex_ml507: Replace tswap32() by stl_endian_p()
,
Philippe Mathieu-Daudé
,
2024/09/30
Re: [PATCH 3/3] hw/ppc/virtex_ml507: Replace tswap32() by stl_endian_p()
,
BALATON Zoltan
,
2024/09/30
[PATCH v2 0/4] hw/ppc & net: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH v2 1/4] hw/ppc/spapr_nvdimm: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH v2 2/4] hw/ppc/spapr_vof: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH v2 3/4] hw/ppc/vof: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH v2 4/4] net/l2tpv3: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH 0/4] hw/ppc & net: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH 1/4] hw/ppc/spapr_nvdimm: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH 2/4] hw/ppc/spapr_vof: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH 3/4] hw/ppc/vof: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH 4/4] net/l2tpv3: Simplify LD/ST API uses
,
Philippe Mathieu-Daudé
,
2024/09/27
[PATCH v2] tests/qtest: Add XIVE tests for the powernv10 machine
,
Michael Kowal
,
2024/09/25
[PATCH 0/3] Split TYPE_GPIOPWR and reuse in E500 machines
,
Bernhard Beschow
,
2024/09/23
[PATCH 1/3] MAINTAINERS: Add hw/gpio/gpio_pwr.c
,
Bernhard Beschow
,
2024/09/23
[PATCH 3/3] hw/ppc/e500: Reuse TYPE_GPIO_POWEROFF
,
Bernhard Beschow
,
2024/09/23
[PATCH 2/3] hw/gpio/gpio_pwr: Split into separate gpio_poweroff and gpio_restart devices
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 0/3] Split TYPE_GPIOPWR and reuse in E500 machines
,
Peter Maydell
,
2024/09/30
[PATCH 00/23] E500 Cleanup
,
Bernhard Beschow
,
2024/09/23
[PATCH 01/23] hw/ppc/e500: Do not leak struct boot_info
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 01/23] hw/ppc/e500: Do not leak struct boot_info
,
BALATON Zoltan
,
2024/09/23
Re: [PATCH 01/23] hw/ppc/e500: Do not leak struct boot_info
,
Bernhard Beschow
,
2024/09/25
Re: [PATCH 01/23] hw/ppc/e500: Do not leak struct boot_info
,
Cédric Le Goater
,
2024/09/25
Re: [PATCH 01/23] hw/ppc/e500: Do not leak struct boot_info
,
Bernhard Beschow
,
2024/09/25
Re: [PATCH 01/23] hw/ppc/e500: Do not leak struct boot_info
,
BALATON Zoltan
,
2024/09/25
[PATCH 02/23] hw/ppc/e500: Reduce scope of env pointer
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 02/23] hw/ppc/e500: Reduce scope of env pointer
,
BALATON Zoltan
,
2024/09/23
Re: [PATCH 02/23] hw/ppc/e500: Reduce scope of env pointer
,
Bernhard Beschow
,
2024/09/25
Re: [PATCH 02/23] hw/ppc/e500: Reduce scope of env pointer
,
Cédric Le Goater
,
2024/09/25
Re: [PATCH 02/23] hw/ppc/e500: Reduce scope of env pointer
,
Bernhard Beschow
,
2024/09/25
[PATCH 03/23] hw/ppc/e500: Prefer QOM cast
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 03/23] hw/ppc/e500: Prefer QOM cast
,
BALATON Zoltan
,
2024/09/23
[PATCH 04/23] hw/ppc/e500: Remove unused "irqs" parameter
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 04/23] hw/ppc/e500: Remove unused "irqs" parameter
,
BALATON Zoltan
,
2024/09/23
[PATCH 05/23] hw/ppc/e500: Add missing device tree properties to i2c controller node
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 05/23] hw/ppc/e500: Add missing device tree properties to i2c controller node
,
Cédric Le Goater
,
2024/09/25
[PATCH 06/23] hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal resources
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 06/23] hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal resources
,
BALATON Zoltan
,
2024/09/23
Re: [PATCH 06/23] hw/ppc/e500: Use SysBusDevice API to access TYPE_CCSR's internal resources
,
Bernhard Beschow
,
2024/09/27
[PATCH 07/23] hw/ppc/e500: Extract ppce500_ccsr.c
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 07/23] hw/ppc/e500: Extract ppce500_ccsr.c
,
BALATON Zoltan
,
2024/09/23
Re: [PATCH 07/23] hw/ppc/e500: Extract ppce500_ccsr.c
,
Bernhard Beschow
,
2024/09/24
[PATCH 08/23] hw/ppc/ppce500_ccsr: Log access to unimplemented registers
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 08/23] hw/ppc/ppce500_ccsr: Log access to unimplemented registers
,
BALATON Zoltan
,
2024/09/24
Re: [PATCH 08/23] hw/ppc/ppce500_ccsr: Log access to unimplemented registers
,
Bernhard Beschow
,
2024/09/24
[PATCH 12/23] hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE define
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 12/23] hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE define
,
BALATON Zoltan
,
2024/09/23
[PATCH 11/23] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 11/23] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
BALATON Zoltan
,
2024/09/23
Re: [PATCH 11/23] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 11/23] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
BALATON Zoltan
,
2024/09/24
Re: [PATCH 11/23] hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
BALATON Zoltan
,
2024/09/23
Re: [PATCH 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
BALATON Zoltan
,
2024/09/24
Re: [PATCH 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
Bernhard Beschow
,
2024/09/24
Re: [PATCH 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
,
BALATON Zoltan
,
2024/09/24
[PATCH 10/23] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 10/23] hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
,
Cédric Le Goater
,
2024/09/25
[PATCH 14/23] hw/gpio/mpc8xxx: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 14/23] hw/gpio/mpc8xxx: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 13/23] hw/pci-host/ppce500: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 13/23] hw/pci-host/ppce500: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 16/23] hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 16/23] hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 17/23] hw/intc: Guard openpic_kvm.c by dedicated OPENPIC_KVM Kconfig switch
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 17/23] hw/intc: Guard openpic_kvm.c by dedicated OPENPIC_KVM Kconfig switch
,
Cédric Le Goater
,
2024/09/25
[PATCH 15/23] hw/ppc/mpc8544_guts: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 15/23] hw/ppc/mpc8544_guts: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 18/23] hw/sd/sdhci: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 18/23] hw/sd/sdhci: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 19/23] hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 19/23] hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 20/23] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 20/23] hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 21/23] hw/rtc/ds1338: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 21/23] hw/rtc/ds1338: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 22/23] hw/usb/hcd-ehci-sysbus: Prefer DEFINE_TYPES() macro
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 22/23] hw/usb/hcd-ehci-sysbus: Prefer DEFINE_TYPES() macro
,
Cédric Le Goater
,
2024/09/25
[PATCH 23/23] hw/vfio/platform: Let vfio_start_eventfd_injection() take VFIOPlatformDevice pointer
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 23/23] hw/vfio/platform: Let vfio_start_eventfd_injection() take VFIOPlatformDevice pointer
,
Cédric Le Goater
,
2024/09/24
Re: [PATCH 00/23] E500 Cleanup
,
Cédric Le Goater
,
2024/09/23
Re: [PATCH 00/23] E500 Cleanup
,
Bernhard Beschow
,
2024/09/23
Re: [PATCH 00/23] E500 Cleanup
,
Cédric Le Goater
,
2024/09/24
Re: [PATCH 00/23] E500 Cleanup
,
Bernhard Beschow
,
2024/09/26
[PATCH] tests/functional: Convert the powernv tests from boot_linux_console.py
,
Thomas Huth
,
2024/09/20
Re: [PATCH] tests/functional: Convert the powernv tests from boot_linux_console.py
,
Cédric Le Goater
,
2024/09/20
Re: [PATCH for-9.2] docs/devel: Remove nested-papr.txt
,
Peter Maydell
,
2024/09/19
[PATCH v3 00/34] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 01/34] hw/acpi: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 02/34] hw/arm: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 04/34] migration: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 03/34] hw/net: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 05/34] qobject: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 06/34] target/ppc: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 07/34] block: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 09/34] hw/net: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 08/34] hw/hyperv: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 10/34] hw/nvme: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 11/34] hw/pci: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 12/34] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 14/34] target/i386/kvm: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 13/34] migration: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 15/34] accel/tcg: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 16/34] block: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 17/34] hw/acpi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 18/34] hw/net: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 19/34] hw/scsi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 20/34] hw/tpm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 21/34] target/arm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 22/34] target/riscv: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 24/34] tcg/loongarch64: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 25/34] include/qemu: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 23/34] fpu: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 26/34] hw/hyperv: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 27/34] hw/net: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 30/34] migration: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
Re: [PATCH v3 30/34] migration: remove return after g_assert_not_reached()
,
Thomas Huth
,
2024/09/24
[PATCH v3 28/34] hw/pci: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 31/34] qobject: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 29/34] hw/ppc: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 32/34] qom: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 33/34] tests/qtest: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/19
[PATCH v3 34/34] scripts/checkpatch.pl: emit error when using assert(false)
,
Pierrick Bouvier
,
2024/09/19
[RFC v2 00/15] qom-topo: Abstract CPU Topology Level to Topology Device
,
Zhao Liu
,
2024/09/18
[RFC v2 01/15] qdev: Add pointer to BusChild in DeviceState
,
Zhao Liu
,
2024/09/18
[RFC v2 02/15] qdev: Add the interface to reparent the device
,
Zhao Liu
,
2024/09/18
[RFC v2 03/15] hw/cpu: Introduce CPU topology device and CPU bus
,
Zhao Liu
,
2024/09/18
[RFC v2 04/15] hw/cpu: Introduce CPU slot to manage CPU topology
,
Zhao Liu
,
2024/09/18
[RFC v2 05/15] qdev: Add method in BusClass to customize device index
,
Zhao Liu
,
2024/09/18
[RFC v2 06/15] hw/core: Create CPU slot in MachineState to manage CPU topology tree
,
Zhao Liu
,
2024/09/18
[RFC v2 07/15] hw/core/cpu: Convert CPU from general device to topology device
,
Zhao Liu
,
2024/09/18
[RFC v2 08/15] hw/cpu/core: Convert cpu-core from general device to topology device
,
Zhao Liu
,
2024/09/18
[RFC v2 09/15] hw/cpu: Abstract module/die/socket levels as topology devices
,
Zhao Liu
,
2024/09/18
[RFC v2 10/15] hw/machine: Build smp topology tree from -smp
,
Zhao Liu
,
2024/09/18
[RFC v2 11/15] hw/core: Support topology tree in none machine for compatibility
,
Zhao Liu
,
2024/09/18
[RFC v2 12/15] hw/i386: Allow i386 to create new CPUs in topology tree
,
Zhao Liu
,
2024/09/18
[RFC v2 13/15] system/qdev-monitor: Introduce bus-finder interface for compatibility with bus-less plug behavior
,
Zhao Liu
,
2024/09/18
[RFC v2 14/15] i386/cpu: Support CPU plugged in topology tree via bus-finder
,
Zhao Liu
,
2024/09/18
[RFC v2 15/15] i386: Support topology device tree
,
Zhao Liu
,
2024/09/18
[PULL 09/18] tests/tcg/multiarch: add test for plugin memory access
,
Alex Bennée
,
2024/09/18
[PATCH-for-9.2 v3 0/3] hw/ssi/pnv_spi: Remove PnvXferBuffer and get_seq_index()
,
Chalapathi V
,
2024/09/18
[PATCH v3 1/3] MAINTAINERS: Cover PowerPC SPI model in PowerNV section
,
Chalapathi V
,
2024/09/18
[PATCH v3 2/3] hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structure
,
Chalapathi V
,
2024/09/18
[PATCH v3 3/3] hw/ssi/pnv_spi: Use local var seq_index instead of get_seq_index().
,
Chalapathi V
,
2024/09/18
PING: [PATCH v2 0/2] target/ppc: Make divd[u] handler method decodetree compatible
,
Ilya Leoshkevich
,
2024/09/18
[PATCH] ppc/spapr: remove deprecated machines specific code
,
Harsh Prateek Bora
,
2024/09/17
Re: [PATCH] ppc/spapr: remove deprecated machines specific code
,
Cédric Le Goater
,
2024/09/17
Re: [PATCH] ppc/spapr: remove deprecated machines specific code
,
Harsh Prateek Bora
,
2024/09/19
[PATCH] mac_dbdma: Remove leftover `dma_memory_unmap` calls
,
Mattias Nissler
,
2024/09/16
Re: [PATCH] mac_dbdma: Remove leftover `dma_memory_unmap` calls
,
Mark Cave-Ayland
,
2024/09/16
Re: [PATCH] mac_dbdma: Remove leftover `dma_memory_unmap` calls
,
Mattias Nissler
,
2024/09/17
Re: [PATCH] mac_dbdma: Remove leftover `dma_memory_unmap` calls
,
Peter Xu
,
2024/09/17
Re: [PATCH] mac_dbdma: Remove leftover `dma_memory_unmap` calls
,
Mark Cave-Ayland
,
2024/09/18
[PATCH] tests/qtest: Add XIVE tests for the powernv10 machine
,
Michael Kowal
,
2024/09/16
Re: [PATCH] tests/qtest: Add XIVE tests for the powernv10 machine
,
Thomas Huth
,
2024/09/18
Re: [PATCH] tests/qtest: Add XIVE tests for the powernv10 machine
,
Mike Kowal
,
2024/09/18
Re: [PATCH] tests/qtest: Add XIVE tests for the powernv10 machine
,
Thomas Huth
,
2024/09/19
Re: [PATCH] tests/qtest: Add XIVE tests for the powernv10 machine
,
Cédric Le Goater
,
2024/09/18
Re: [PATCH] tests/qtest: Add XIVE tests for the powernv10 machine
,
Mike Kowal
,
2024/09/18
Re: [PATCH] tests/qtest: Add XIVE tests for the powernv10 machine
,
Mike Kowal
,
2024/09/18
Re: [PULL 20/49] spapr: Tag pseries-2.1 - 2.11 machines as deprecated
,
Cédric Le Goater
,
2024/09/16
Re: [PULL 20/49] spapr: Tag pseries-2.1 - 2.11 machines as deprecated
,
Harsh Prateek Bora
,
2024/09/17
Re: [PATCH 00/10] pnv/phb4: Update PHB4 to the latest spec PH5
,
Cédric Le Goater
,
2024/09/16
[PATCH v2 00/18] tcg plugins pre-PR (deprecations, mem apis, contrib plugins)
,
Alex Bennée
,
2024/09/16
[PATCH v2 03/18] contrib/plugins: control flow plugin
,
Alex Bennée
,
2024/09/16
[PATCH v2 02/18] deprecation: don't enable TCG plugins by default with TCI
,
Alex Bennée
,
2024/09/16
[PATCH v2 01/18] deprecation: don't enable TCG plugins by default on 32 bit hosts
,
Alex Bennée
,
2024/09/16
[PATCH v2 06/18] tests/tcg: add mechanism to run specific tests with plugins
,
Alex Bennée
,
2024/09/16
[PATCH v2 07/18] tests/tcg: allow to check output of plugins
,
Alex Bennée
,
2024/09/16
[PATCH v2 08/18] tests/tcg/plugins/mem: add option to print memory accesses
,
Alex Bennée
,
2024/09/16
[PATCH v2 09/18] tests/tcg/multiarch: add test for plugin memory access
,
Alex Bennée
,
2024/09/16
[PATCH v2 05/18] plugins: extend API to get latest memory value accessed
,
Alex Bennée
,
2024/09/16
[PATCH v2 14/18] util/timer: avoid deadlock when shutting down
,
Alex Bennée
,
2024/09/16
Re: [PATCH v2 14/18] util/timer: avoid deadlock when shutting down
,
Pierrick Bouvier
,
2024/09/18
Re: [PATCH v2 14/18] util/timer: avoid deadlock when shutting down
,
Michael Tokarev
,
2024/09/30
Re: [PATCH v2 14/18] util/timer: avoid deadlock when shutting down
,
Alex Bennée
,
2024/09/30
[PATCH v2 04/18] plugins: save value during memory accesses
,
Alex Bennée
,
2024/09/16
[PATCH v2 12/18] tests/tcg: ensure s390x-softmmu output redirected
,
Alex Bennée
,
2024/09/16
Re: [PATCH v2 12/18] tests/tcg: ensure s390x-softmmu output redirected
,
Ilya Leoshkevich
,
2024/09/16
Re: [PATCH v2 12/18] tests/tcg: ensure s390x-softmmu output redirected
,
Thomas Huth
,
2024/09/17
[PATCH v2 18/18] contrib/plugins: avoid hanging program
,
Alex Bennée
,
2024/09/16
Re: [PATCH v2 18/18] contrib/plugins: avoid hanging program
,
Pierrick Bouvier
,
2024/09/18
[PATCH v2 10/18] tests/tcg: clean up output of memory system test
,
Alex Bennée
,
2024/09/16
[PATCH v2 11/18] tests/tcg: only read/write 64 bit words on 64 bit systems
,
Alex Bennée
,
2024/09/16
[PATCH v2 13/18] tests/tcg: add a system test to check memory instrumentation
,
Alex Bennée
,
2024/09/16
Re: [PATCH v2 13/18] tests/tcg: add a system test to check memory instrumentation
,
Pierrick Bouvier
,
2024/09/18
[PATCH v2 16/18] plugins: add plugin API to read guest memory
,
Alex Bennée
,
2024/09/16
[PATCH v2 15/18] contrib/plugins: Add a plugin to generate basic block vectors
,
Alex Bennée
,
2024/09/16
[PATCH v2 17/18] plugins: add option to dump write argument to syscall plugin
,
Alex Bennée
,
2024/09/16
[PATCH 00/17] tcg plugins pre-PR (deprecations, mem apis, contrib plugins)
,
Alex Bennée
,
2024/09/13
[PATCH 02/17] deprecation: don't enable TCG plugins by default with TCI
,
Alex Bennée
,
2024/09/13
[PATCH 03/17] contrib/plugins: control flow plugin
,
Alex Bennée
,
2024/09/13
[PATCH 01/17] deprecation: don't enable TCG plugins by default on 32 bit hosts
,
Alex Bennée
,
2024/09/13
[PATCH 04/17] plugins: save value during memory accesses
,
Alex Bennée
,
2024/09/13
[PATCH 07/17] tests/tcg: allow to check output of plugins
,
Alex Bennée
,
2024/09/13
[PATCH 06/17] tests/tcg: add mechanism to run specific tests with plugins
,
Alex Bennée
,
2024/09/13
[PATCH 05/17] plugins: extend API to get latest memory value accessed
,
Alex Bennée
,
2024/09/13
[PATCH 08/17] tests/tcg/plugins/mem: add option to print memory accesses
,
Alex Bennée
,
2024/09/13
[PATCH 09/17] tests/tcg/multiarch: add test for plugin memory access
,
Alex Bennée
,
2024/09/13
[PATCH 10/17] tests/tcg: clean up output of memory system test
,
Alex Bennée
,
2024/09/13
[PATCH 14/17] util/timer: avoid deadlock when shutting down
,
Alex Bennée
,
2024/09/13
[PATCH 11/17] tests/tcg: only read/write 64 bit words on 64 bit systems
,
Alex Bennée
,
2024/09/13
Re: [PATCH 11/17] tests/tcg: only read/write 64 bit words on 64 bit systems
,
Philippe Mathieu-Daudé
,
2024/09/13
Re: [PATCH 11/17] tests/tcg: only read/write 64 bit words on 64 bit systems
,
Alex Bennée
,
2024/09/16
[PATCH 12/17] tests/tcg: ensure s390x-softmmu output redirected
,
Alex Bennée
,
2024/09/13
Re: [PATCH 12/17] tests/tcg: ensure s390x-softmmu output redirected
,
Thomas Huth
,
2024/09/16
Re: [PATCH 12/17] tests/tcg: ensure s390x-softmmu output redirected
,
Alex Bennée
,
2024/09/16
[PATCH 13/17] tests/tcg: add a system test to check memory instrumentation
,
Alex Bennée
,
2024/09/13
[PATCH 15/17] contrib/plugins: Add a plugin to generate basic block vectors
,
Alex Bennée
,
2024/09/13
[PATCH 17/17] plugins: add option to dump write argument to syscall plugin
,
Alex Bennée
,
2024/09/13
Re: [PATCH 17/17] plugins: add option to dump write argument to syscall plugin
,
Philippe Mathieu-Daudé
,
2024/09/13
[PATCH 16/17] plugins: add plugin API to read guest memory
,
Alex Bennée
,
2024/09/13
Re: [PATCH 16/17] plugins: add plugin API to read guest memory
,
Philippe Mathieu-Daudé
,
2024/09/13
[PATCH v4 00/14] XIVE2 changes for TIMA operations
,
Michael Kowal
,
2024/09/13
[PATCH v4 03/14] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
,
Michael Kowal
,
2024/09/13
[PATCH v4 01/14] pnv/xive: TIMA patch sets pre-req alignment and formatting changes
,
Michael Kowal
,
2024/09/13
[PATCH v4 04/14] pnv/xive2: Support for "OS LGS Push" TIMA operation
,
Michael Kowal
,
2024/09/13
[PATCH v4 05/14] ppc/xive2: Dump more NVP state with 'info pic'
,
Michael Kowal
,
2024/09/13
[PATCH v4 06/14] ppc/xive2: Dump the VP-group and crowd tables with 'info pic'
,
Michael Kowal
,
2024/09/13
[PATCH v4 07/14] ppc/xive2: Allow 1-byte write of Target field in TIMA
,
Michael Kowal
,
2024/09/13
[PATCH v4 02/14] pnv/xive2: Define OGEN field in the TIMA
,
Michael Kowal
,
2024/09/13
[PATCH v4 09/14] ppc/xive2: Change context/ring specific functions to be generic
,
Michael Kowal
,
2024/09/13
Re: [PATCH v4 09/14] ppc/xive2: Change context/ring specific functions to be generic
,
Cédric Le Goater
,
2024/09/15
[PATCH v4 11/14] pnv/xive: Add special handling for pool targets
,
Michael Kowal
,
2024/09/13
[PATCH v4 13/14] pnv/xive2: TIMA support for 8-byte OS context push for PHYP
,
Michael Kowal
,
2024/09/13
[PATCH v4 08/14] ppc/xive2: Support "Pull Thread Context to Register" operation
,
Michael Kowal
,
2024/09/13
[PATCH v4 12/14] pnv/xive: Update PIPR when updating CPPR
,
Michael Kowal
,
2024/09/13
[PATCH v4 14/14] pnv/xive2: TIMA CI ops using alternative offsets or byte lengths
,
Michael Kowal
,
2024/09/13
[PATCH v4 10/14] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Michael Kowal
,
2024/09/13
Re: [PATCH v4 00/14] XIVE2 changes for TIMA operations
,
Cédric Le Goater
,
2024/09/16
[PATCH] target/ppc: Fix inequality check in do_lstxv_X
,
Harsh Prateek Bora
,
2024/09/13
Re: [PATCH] target/ppc: Fix inequality check in do_lstxv_X
,
Fabiano Rosas
,
2024/09/13
Re: [PATCH] target/ppc: Fix inequality check in do_lstxv_X
,
Harsh Prateek Bora
,
2024/09/17
Re: [PATCH v2 5/7] target/ppc: optimize p9 exception handling routines for lpcr
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 00/10] misc ppc improvements/optimizations
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 01/10] target/ppc: use locally stored msr and avoid indirect access
,
Harsh Prateek Bora
,
2024/09/13
Re: [PATCH v3 01/10] target/ppc: use locally stored msr and avoid indirect access
,
BALATON Zoltan
,
2024/09/13
[PATCH v3 03/10] target/ppc: optimize hreg_compute_pmu_hflags_value
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 04/10] target/ppc: optimize p9 exception handling routines
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 05/10] target/ppc: optimize p9 exception handling routines for lpcr
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 07/10] target/ppc: optimize p8 exception handling routines
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 02/10] target/ppc: optimize hreg_compute_pmu_hflags_value
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 06/10] target/ppc: reduce duplicate code between init_proc_POWER{9, 10}
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 08/10] target/ppc: optimize p7 exception handling routines
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 10/10] target/ppc: combine multiple ail checks into one
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v3 09/10] target/ppc: simplify var usage in ppc_next_unmasked_interrupt
,
Harsh Prateek Bora
,
2024/09/13
Re: [PATCH v3 09/10] target/ppc: simplify var usage in ppc_next_unmasked_interrupt
,
BALATON Zoltan
,
2024/09/13
Re: [PATCH v3 09/10] target/ppc: simplify var usage in ppc_next_unmasked_interrupt
,
Harsh Prateek Bora
,
2024/09/17
[PATCH v3 00/14] XIVE2 changes for TIMA operations
,
Michael Kowal
,
2024/09/12
[PATCH v3 02/14] pnv/xive2: Define OGEN field in the TIMA
,
Michael Kowal
,
2024/09/12
[PATCH v3 01/14] pnv/xive: TIMA patch sets pre-req alignment and formatting changes
,
Michael Kowal
,
2024/09/12
[PATCH v3 03/14] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
,
Michael Kowal
,
2024/09/12
[PATCH v3 04/14] pnv/xive2: Support for "OS LGS Push" TIMA operation
,
Michael Kowal
,
2024/09/12
[PATCH v3 05/14] ppc/xive2: Dump more NVP state with 'info pic'
,
Michael Kowal
,
2024/09/12
[PATCH v3 06/14] ppc/xive2: Dump the VP-group and crowd tables with 'info pic'
,
Michael Kowal
,
2024/09/12
[PATCH v3 09/14] ppc/xive2: Change context/ring specific functions to be generic
,
Michael Kowal
,
2024/09/12
Re: [PATCH v3 09/14] ppc/xive2: Change context/ring specific functions to be generic
,
Cédric Le Goater
,
2024/09/13
Re: [PATCH v3 09/14] ppc/xive2: Change context/ring specific functions to be generic
,
Mike Kowal
,
2024/09/13
[PATCH v3 07/14] ppc/xive2: Allow 1-byte write of Target field in TIMA
,
Michael Kowal
,
2024/09/12
[PATCH v3 13/14] pnv/xive2: TIMA support for 8-byte OS context push for PHYP
,
Michael Kowal
,
2024/09/12
[PATCH v3 10/14] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Michael Kowal
,
2024/09/12
Re: [PATCH v3 10/14] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Cédric Le Goater
,
2024/09/13
[PATCH v3 08/14] ppc/xive2: Support "Pull Thread Context to Register" operation
,
Michael Kowal
,
2024/09/12
[PATCH v3 12/14] pnv/xive: Update PIPR when updating CPPR
,
Michael Kowal
,
2024/09/12
[PATCH v3 11/14] pnv/xive: Add special handling for pool targets
,
Michael Kowal
,
2024/09/12
[PATCH v3 14/14] pnv/xive2: TIMA CI ops using alternative offsets or byte lengths
,
Michael Kowal
,
2024/09/12
Re: [PATCH-for-9.1 v2 0/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Cédric Le Goater
,
2024/09/12
Re: [PATCH-for-9.1 v2 0/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Chalapathi V
,
2024/09/13
Re: [PATCH-for-9.1 v2 0/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Cédric Le Goater
,
2024/09/13
Re: [PATCH-for-9.1 v2 0/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
,
Chalapathi V
,
2024/09/16
[PATCH v2 44/48] migration: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 45/48] qobject: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 47/48] tests/qtest: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 48/48] scripts/checkpatch.pl: emit error when using assert(false)
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 46/48] qom: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH] ppc/pnv: Add support for TPM with SPI interface
,
dan tan
,
2024/09/12
Re: [PATCH] ppc/pnv: Add support for TPM with SPI interface
,
Cédric Le Goater
,
2024/09/12
Re: [PATCH] ppc/pnv: Add support for TPM with SPI interface
,
Stefan Berger
,
2024/09/12
[PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 01/48] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
Re: [PATCH v2 01/48] docs/spin: replace assert(0) with g_assert_not_reached()
,
Paolo Bonzini
,
2024/09/12
[PATCH v2 02/48] hw/acpi: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 03/48] hw/arm: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 04/48] hw/char: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 05/48] hw/core: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 08/48] migration: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 06/48] hw/net: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 07/48] hw/watchdog: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 09/48] qobject: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 10/48] system: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 11/48] target/ppc: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 12/48] tests/qtest: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 13/48] tests/unit: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 15/48] block: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 16/48] hw/hyperv: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
Re: [PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/12
Re: [PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Peter Maydell
,
2024/09/12
Re: [PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Eric Farman
,
2024/09/12
[PATCH v2 19/48] hw/pci: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 18/48] hw/nvme: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
Re: [PATCH v2 18/48] hw/nvme: replace assert(false) with g_assert_not_reached()
,
Klaus Jensen
,
2024/09/12
[PATCH v2 20/48] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 21/48] migration: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 17/48] hw/net: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 23/48] tests/qtest: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 24/48] accel/tcg: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 22/48] target/i386/kvm: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 25/48] block: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 26/48] hw/acpi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 27/48] hw/gpio: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 29/48] hw/net: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 28/48] hw/misc: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 30/48] hw/pci-host: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 31/48] hw/scsi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 32/48] hw/tpm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 33/48] target/arm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 34/48] target/riscv: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 35/48] tests/qtest: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 36/48] ui: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 37/48] fpu: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 42/48] hw/pci: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 38/48] tcg/loongarch64: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 39/48] include/qemu: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 40/48] hw/hyperv: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 41/48] hw/net: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
[PATCH v2 43/48] hw/ppc: remove return after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/12
Re: [PATCH v2 43/48] hw/ppc: remove return after g_assert_not_reached()
,
Cédric Le Goater
,
2024/09/12
RE: [PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Xingtao Yao (Fujitsu)
,
2024/09/12
Re: [PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Pierrick Bouvier
,
2024/09/18
RE: [PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Xingtao Yao (Fujitsu)
,
2024/09/18
[RFC PATCH] ppc/spapr: Change printf format to %HWADDR_PRId for MIN_RMA_SLOF
,
Aditya Gupta
,
2024/09/12
Re: [RFC PATCH] ppc/spapr: Change printf format to %HWADDR_PRId for MIN_RMA_SLOF
,
Philippe Mathieu-Daudé
,
2024/09/12
Re: [RFC PATCH] ppc/spapr: Change printf format to %HWADDR_PRId for MIN_RMA_SLOF
,
Aditya Gupta
,
2024/09/23
[PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0, false)
,
Pierrick Bouvier
,
2024/09/10
[PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Eric Blake
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Eric Blake
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Maciej S. Szmigiero
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Richard W.M. Jones
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Richard Henderson
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Thomas Huth
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
Re: [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
[PATCH 03/39] hw/arm: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 02/39] hw/acpi: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 04/39] hw/char: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 04/39] hw/char: replace assert(0) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 05/39] hw/core: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 05/39] hw/core: replace assert(0) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 06/39] hw/net: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 10/39] system: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 10/39] system: replace assert(0) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 07/39] hw/watchdog: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 07/39] hw/watchdog: replace assert(0) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
Re: [PATCH 07/39] hw/watchdog: replace assert(0) with g_assert_not_reached()
,
Richard W.M. Jones
,
2024/09/11
[PATCH 08/39] migration: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 08/39] migration: replace assert(0) with g_assert_not_reached()
,
Fabiano Rosas
,
2024/09/10
Re: [PATCH 08/39] migration: replace assert(0) with g_assert_not_reached()
,
Peter Xu
,
2024/09/11
[PATCH 09/39] qobject: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 09/39] qobject: replace assert(0) with g_assert_not_reached()
,
Kevin Wolf
,
2024/09/11
[PATCH 12/39] tests/qtest: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 12/39] tests/qtest: replace assert(0) with g_assert_not_reached()
,
Thomas Huth
,
2024/09/11
[PATCH 11/39] target/ppc: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 11/39] target/ppc: replace assert(0) with g_assert_not_reached()
,
Daniel Henrique Barboza
,
2024/09/11
[PATCH 13/39] tests/unit: replace assert(0) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 14/39] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 14/39] include/hw/s390x: replace assert(false) with g_assert_not_reached()
,
Thomas Huth
,
2024/09/11
[PATCH 15/39] block: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 15/39] block: replace assert(false) with g_assert_not_reached()
,
Kevin Wolf
,
2024/09/11
[PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Daniel Henrique Barboza
,
2024/09/11
Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
BALATON Zoltan
,
2024/09/11
Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
Re: [PATCH 20/39] hw/ppc: replace assert(false) with g_assert_not_reached()
,
BALATON Zoltan
,
2024/09/11
[PATCH 16/39] hw/hyperv: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 16/39] hw/hyperv: replace assert(false) with g_assert_not_reached()
,
Maciej S. Szmigiero
,
2024/09/11
[PATCH 17/39] hw/net: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 19/39] hw/pci: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 19/39] hw/pci: replace assert(false) with g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
Re: [PATCH 19/39] hw/pci: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/11
[PATCH 21/39] migration: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 21/39] migration: replace assert(false) with g_assert_not_reached()
,
Fabiano Rosas
,
2024/09/10
Re: [PATCH 21/39] migration: replace assert(false) with g_assert_not_reached()
,
Peter Xu
,
2024/09/11
[PATCH 18/39] hw/nvme: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 22/39] target/i386/kvm: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 23/39] tests/qtest: replace assert(false) with g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 24/39] accel/tcg: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 25/39] block: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 25/39] block: remove break after g_assert_not_reached()
,
Richard W.M. Jones
,
2024/09/11
Re: [PATCH 25/39] block: remove break after g_assert_not_reached()
,
Kevin Wolf
,
2024/09/11
[PATCH 26/39] hw/acpi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 29/39] hw/net: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 27/39] hw/gpio: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 27/39] hw/gpio: remove break after g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 30/39] hw/pci-host: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 30/39] hw/pci-host: remove break after g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 28/39] hw/misc: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 28/39] hw/misc: remove break after g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 33/39] target/arm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 31/39] hw/scsi: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 31/39] hw/scsi: remove break after g_assert_not_reached()
,
Kevin Wolf
,
2024/09/11
[PATCH 34/39] target/riscv: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 34/39] target/riscv: remove break after g_assert_not_reached()
,
Daniel Henrique Barboza
,
2024/09/11
[PATCH 32/39] hw/tpm: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 35/39] tests/qtest: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 36/39] ui: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 36/39] ui: remove break after g_assert_not_reached()
,
Philippe Mathieu-Daudé
,
2024/09/11
[PATCH 37/39] fpu: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 38/39] tcg/loongarch64: remove break after g_assert_not_reached()
,
Pierrick Bouvier
,
2024/09/10
[PATCH 39/39] scripts/checkpatch.pl: emit error when using assert(false)
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0,false)
,
Philippe Mathieu-Daudé
,
2024/09/11
Re: [PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0,false)
,
Pierrick Bouvier
,
2024/09/11
Re: [PATCH] docs/devel: Prohibit calling object_unparent() for memory region
,
Michael S. Tsirkin
,
2024/09/10
Re: [PATCH] docs/devel: Prohibit calling object_unparent() for memory region
,
Peter Maydell
,
2024/09/10
[PATCH v8 0/6] plugins: access values during a memory read/write
,
Pierrick Bouvier
,
2024/09/10
[PATCH v8 1/6] plugins: save value during memory accesses
,
Pierrick Bouvier
,
2024/09/10
[PATCH v8 2/6] plugins: extend API to get latest memory value accessed
,
Pierrick Bouvier
,
2024/09/10
[PATCH v8 3/6] tests/tcg: add mechanism to run specific tests with plugins
,
Pierrick Bouvier
,
2024/09/10
[PATCH v8 6/6] tests/tcg/multiarch: add test for plugin memory access
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH v8 6/6] tests/tcg/multiarch: add test for plugin memory access
,
Alex Bennée
,
2024/09/11
Re: [PATCH v8 6/6] tests/tcg/multiarch: add test for plugin memory access
,
Pierrick Bouvier
,
2024/09/11
[PATCH v8 4/6] tests/tcg: allow to check output of plugins
,
Pierrick Bouvier
,
2024/09/10
[PATCH v8 5/6] tests/tcg/plugins/mem: add option to print memory accesses
,
Pierrick Bouvier
,
2024/09/10
Re: [PATCH] target/ppc: Fix lxv/stxv MSR facility check
,
Fabiano Rosas
,
2024/09/09
Re: [PATCH] target/ppc: Fix lxv/stxv MSR facility check
,
Harsh Prateek Bora
,
2024/09/13
[PATCH v2 00/14] XIVE2 changes for TIMA operations
,
Michael Kowal
,
2024/09/09
[PATCH v2 03/14] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
,
Michael Kowal
,
2024/09/09
Re: [PATCH v2 03/14] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
,
Cédric Le Goater
,
2024/09/10
[PATCH v2 04/14] pnv/xive2: Support for "OS LGS Push" TIMA operation
,
Michael Kowal
,
2024/09/09
[PATCH v2 06/14] ppc/xive2: Dump the VP-group and crowd tables with 'info pic'
,
Michael Kowal
,
2024/09/09
Re: [PATCH v2 06/14] ppc/xive2: Dump the VP-group and crowd tables with 'info pic'
,
Cédric Le Goater
,
2024/09/10
[PATCH v2 01/14] pnv/xive: TIMA patch sets pre-req alignment and formatting changes
,
Michael Kowal
,
2024/09/09
[PATCH v2 05/14] ppc/xive2: Dump more NVP state with 'info pic'
,
Michael Kowal
,
2024/09/09
Re: [PATCH v2 05/14] ppc/xive2: Dump more NVP state with 'info pic'
,
Cédric Le Goater
,
2024/09/10
[PATCH v2 02/14] pnv/xive2: Define OGEN field in the TIMA
,
Michael Kowal
,
2024/09/09
[PATCH v2 07/14] ppc/xive2: Allow 1-byte write of Target field in TIMA
,
Michael Kowal
,
2024/09/09
[PATCH v2 08/14] ppc/xive2: Support "Pull Thread Context to Register" operation
,
Michael Kowal
,
2024/09/09
[PATCH v2 10/14] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Michael Kowal
,
2024/09/09
Re: [PATCH v2 10/14] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
,
Cédric Le Goater
,
2024/09/12
[PATCH v2 13/14] pnv/xive2: TIMA support for 8-byte OS context push for PHYP
,
Michael Kowal
,
2024/09/09
[PATCH v2 09/14] ppc/xive2: Change context/ring specific functions to be generic
,
Michael Kowal
,
2024/09/09
Re: [PATCH v2 09/14] ppc/xive2: Change context/ring specific functions to be generic
,
Cédric Le Goater
,
2024/09/12
Re: [PATCH v2 09/14] ppc/xive2: Change context/ring specific functions to be generic
,
Mike Kowal
,
2024/09/12
[PATCH v2 12/14] pnv/xive: Update PIPR when updating CPPR
,
Michael Kowal
,
2024/09/09
Re: [PATCH v2 12/14] pnv/xive: Update PIPR when updating CPPR
,
Cédric Le Goater
,
2024/09/10
[PATCH v2 11/14] pnv/xive: Add special handling for pool targets
,
Michael Kowal
,
2024/09/09
Re: [PATCH v2 11/14] pnv/xive: Add special handling for pool targets
,
Cédric Le Goater
,
2024/09/10
[PATCH v2 14/14] pnv/xive2: TIMA CI ops using alternative offsets or byte lengths
,
Michael Kowal
,
2024/09/09
Re: [RFC PATCH 00/16] Implements RISC-V WorldGuard extension v0.4
,
Pavel Skripkin
,
2024/09/07
[PATCH v2] adb-mouse: convert to use QemuInputHandler
,
Mark Cave-Ayland
,
2024/09/07
Re: [PATCH v2] adb-mouse: convert to use QemuInputHandler
,
Philippe Mathieu-Daudé
,
2024/09/10
Re: [PATCH v2] adb-mouse: convert to use QemuInputHandler
,
Mark Cave-Ayland
,
2024/09/10
Re: [PATCH v2] adb-mouse: convert to use QemuInputHandler
,
Philippe Mathieu-Daudé
,
2024/09/11
Re: [PATCH] ppc: fix incorrect spelling of PowerMac
,
Michael Tokarev
,
2024/09/07
Re: [PATCH for-9.2] hw: add compat machines for 9.2
,
Daniel P . Berrangé
,
2024/09/05
Re: [PATCH for-9.2] hw: add compat machines for 9.2
,
Peter Maydell
,
2024/09/05
Re: [PATCH for-9.2] hw: add compat machines for 9.2
,
Daniel P . Berrangé
,
2024/09/06
Re: [PATCH for-9.2] hw: add compat machines for 9.2
,
Michael S. Tsirkin
,
2024/09/10
Re: [PATCH for-9.2] hw: add compat machines for 9.2
,
Peter Maydell
,
2024/09/10
[PATCH v2 0/3] Serial device cleanup
,
Bernhard Beschow
,
2024/09/05
[PATCH v2 1/3] hw: Remove unused inclusion of hw/char/serial.h
,
Bernhard Beschow
,
2024/09/05
Re: [PATCH v2 1/3] hw: Remove unused inclusion of hw/char/serial.h
,
Alistair Francis
,
2024/09/05
[PATCH v2 2/3] hw/char/serial.h: Extract serial-isa.h
,
Bernhard Beschow
,
2024/09/05
[PATCH v2 3/3] hw/char: Extract serial-mm
,
Bernhard Beschow
,
2024/09/05
Re: [PATCH v2 3/3] hw/char: Extract serial-mm
,
Philippe Mathieu-Daudé
,
2024/09/05
Re: [PATCH v2 3/3] hw/char: Extract serial-mm
,
Peter Maydell
,
2024/09/05
Re: [PATCH v2 3/3] hw/char: Extract serial-mm
,
BALATON Zoltan
,
2024/09/05
Re: [PATCH v2 3/3] hw/char: Extract serial-mm
,
Bernhard Beschow
,
2024/09/07
Re: [PATCH v2 0/3] Serial device cleanup
,
Paolo Bonzini
,
2024/09/05
[PATCH] adb-mouse: convert to use QemuInputHandler
,
Mark Cave-Ayland
,
2024/09/04
Re: [PATCH] adb-mouse: convert to use QemuInputHandler
,
Philippe Mathieu-Daudé
,
2024/09/07
Re: [PATCH] adb-mouse: convert to use QemuInputHandler
,
Mark Cave-Ayland
,
2024/09/07
Re: [PATCH 11/13] pnv/xive: Update PIPR when updating CPPR
,
Cédric Le Goater
,
2024/09/02
Re: [PATCH v6 RESEND 0/5] Power11 support for QEMU [PSeries]
,
Amit Machhiwal
,
2024/09/02
Re: [PATCH v6 RESEND 0/5] Power11 support for QEMU [PSeries]
,
Aditya Gupta
,
2024/09/02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc