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: Tue Apr 30 2024 12:54:35 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Thomas Huth
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Peter Maydell
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Philippe Mathieu-Daudé
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Daniel P . Berrangé
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Thomas Huth
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Daniel P . Berrangé
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Cédric Le Goater
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Daniel P . Berrangé
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Daniel P . Berrangé
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Thomas Huth
,
2024/04/30
Re: [PATCH] docs/about: Automatically deprecate versioned machine types older than 6 years
,
Daniel P . Berrangé
,
2024/04/30
[PATCH 0/3] target/ppc: Moving VMX insns to decodetree
,
Chinmay Rath
,
2024/04/29
[PATCH 1/3] target/ppc: Move VMX storage access instructions to decodetree
,
Chinmay Rath
,
2024/04/29
Re: [PATCH 1/3] target/ppc: Move VMX storage access instructions to decodetree
,
Richard Henderson
,
2024/04/29
[PATCH 2/3] target/ppc: Move VMX integer logical instructions to decodetree.
,
Chinmay Rath
,
2024/04/29
Re: [PATCH 2/3] target/ppc: Move VMX integer logical instructions to decodetree.
,
Richard Henderson
,
2024/04/29
[PATCH 3/3] target/ppc: Move VMX integer max/min instructions to decodetree.
,
Chinmay Rath
,
2024/04/29
Re: [PATCH 3/3] target/ppc: Move VMX integer max/min instructions to decodetree.
,
Richard Henderson
,
2024/04/29
[PULL 00/38] Exec / accelerators patches
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 02/38] exec: Reduce tlb_set_dirty() declaration scope
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 03/38] exec: Include 'cpu.h' before validating CPUArchState placement
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 01/38] exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 04/38] exec: Expose 'target_page.h' API to user emulation
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 05/38] accel: Include missing 'exec/cpu_ldst.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 06/38] gdbstub: Include missing 'hw/core/cpu.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 07/38] gdbstub: Simplify #ifdef'ry in helpers.h
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 08/38] gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 09/38] semihosting/uaccess: Avoid including 'cpu.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 10/38] semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 11/38] target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 12/38] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 13/38] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 15/38] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 14/38] target/i386: Include missing 'exec/exec-all.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 19/38] accel/tcg: Rename helper-head.h -> helper-head.h.inc
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 16/38] accel/tcg: Include missing 'hw/core/cpu.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 17/38] accel/tcg: Include missing headers in 'tb-jmp-cache.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 18/38] accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 22/38] accel/hvf: Use accel-specific per-vcpu @dirty field
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 20/38] accel/whpx: Use accel-specific per-vcpu @dirty field
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 21/38] accel/nvmm: Use accel-specific per-vcpu @dirty field
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 24/38] exec/cpu-all: Remove unused 'qemu/thread.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 25/38] exec/cpu-all: Remove unused tswapls() definitions
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 23/38] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 26/38] exec: Declare target_words_bigendian() in 'exec/tswap.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 27/38] exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 28/38] exec/user: Do not include 'cpu.h' in 'abitypes.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 29/38] exec: Declare abi_ptr type in its own 'abi_ptr.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 30/38] exec: Declare MMUAccessType type in 'mmu-access-type.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 31/38] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 32/38] exec: Restrict TCG specific declarations of 'cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 34/38] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 33/38] exec: Restrict 'cpu_ldst.h' to TCG accelerator
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 36/38] exec: Move CPUTLBEntry helpers to cputlb.c
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 35/38] exec: Restrict inclusion of 'user/guest-base.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 38/38] plugins: Include missing 'qemu/bitmap.h' header
,
Philippe Mathieu-Daudé
,
2024/04/26
[PULL 37/38] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
,
Philippe Mathieu-Daudé
,
2024/04/26
Re: [PULL 00/38] Exec / accelerators patches
,
Richard Henderson
,
2024/04/27
[PATCH v2 00/10] Power11 support for QEMU
,
Aditya Gupta
,
2024/04/26
[PATCH v2 06/10] ppc/pnv: Add OCC for Power11
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 06/10] ppc/pnv: Add OCC for Power11
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 06/10] ppc/pnv: Add OCC for Power11
,
Aditya Gupta
,
2024/04/26
[PATCH v2 05/10] ppc/pnv: Add a LPC controller for POWER11
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 05/10] ppc/pnv: Add a LPC controller for POWER11
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 05/10] ppc/pnv: Add a LPC controller for POWER11
,
Aditya Gupta
,
2024/04/26
[PATCH v2 08/10] ppc/pnv: Add SBE model for Power11
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 08/10] ppc/pnv: Add SBE model for Power11
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 08/10] ppc/pnv: Add SBE model for Power11
,
Aditya Gupta
,
2024/04/26
[PATCH v2 02/10] ppc/pnv: Introduce 'PnvChipClass::chip_type'
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 02/10] ppc/pnv: Introduce 'PnvChipClass::chip_type'
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 02/10] ppc/pnv: Introduce 'PnvChipClass::chip_type'
,
Aditya Gupta
,
2024/04/26
[PATCH v2 07/10] ppc/pnv: Add a PSI bridge model for Power11
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 07/10] ppc/pnv: Add a PSI bridge model for Power11
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 07/10] ppc/pnv: Add a PSI bridge model for Power11
,
Aditya Gupta
,
2024/04/26
[PATCH v2 03/10] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 03/10] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 03/10] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 03/10] ppc/pnv: Add a Power11 Pnv11Chip, and a Power11 Machine
,
Cédric Le Goater
,
2024/04/26
[PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 01/10] ppc/pseries: Add Power11 cpu type
,
Aditya Gupta
,
2024/04/26
[PATCH v2 04/10] ppc/pnv: Add HOMER for POWER11
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 04/10] ppc/pnv: Add HOMER for POWER11
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 04/10] ppc/pnv: Add HOMER for POWER11
,
Aditya Gupta
,
2024/04/26
[PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv'
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv'
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv'
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 09/10] ppc: Make Power11 as default cpu type for 'pseries' and 'powernv'
,
David Gibson
,
2024/04/28
[PATCH v2 10/10] ppc/pnv: Update skiboot.lid to support Power11
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 10/10] ppc/pnv: Update skiboot.lid to support Power11
,
Cédric Le Goater
,
2024/04/26
Re: [PATCH v2 10/10] ppc/pnv: Update skiboot.lid to support Power11
,
Aditya Gupta
,
2024/04/26
Re: [PATCH v2 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
,
Philippe Mathieu-Daudé
,
2024/04/24
Re: [PATCH v2 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
,
Prasad Pandit
,
2024/04/24
Re: [PATCH v2 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
,
Thomas Huth
,
2024/04/24
Re: [PATCH v2 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
,
Akihiko Odaki
,
2024/04/26
Re: [PATCH v2 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
,
Philippe Mathieu-Daudé
,
2024/04/26
Re: [PATCH v2 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
,
BALATON Zoltan
,
2024/04/26
[PATCH] ppc/pnv: Introduce pnv_chip_foreach_cpu()
,
Cédric Le Goater
,
2024/04/24
Re: [PATCH] ppc/pnv: Introduce pnv_chip_foreach_cpu()
,
Philippe Mathieu-Daudé
,
2024/04/24
Re: [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-apic.c
,
Zhao Liu
,
2024/04/24
Re: [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-apic.c
,
Philippe Mathieu-Daudé
,
2024/04/24
Re: [PATCH-for-9.1 16/21] target/sparc: Replace qemu_printf() by monitor_printf() in monitor
,
Markus Armbruster
,
2024/04/24
Re: [PATCH-for-9.1 16/21] target/sparc: Replace qemu_printf() by monitor_printf() in monitor
,
Philippe Mathieu-Daudé
,
2024/04/24
Re: [PATCH-for-9.1 21/21] target/xtensa: Replace qemu_printf() by monitor_printf() in monitor
,
Markus Armbruster
,
2024/04/24
Re: [PATCH-for-9.1 13/21] target/ppc: Replace qemu_printf() by monitor_printf() in monitor
,
Markus Armbruster
,
2024/04/24
Re: [PATCH-for-9.1 12/21] target/nios2: Replace qemu_printf() by monitor_printf() in monitor
,
Markus Armbruster
,
2024/04/24
Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor
,
Markus Armbruster
,
2024/04/24
Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor
,
BALATON Zoltan
,
2024/04/24
Re: [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor
,
BALATON Zoltan
,
2024/04/24
[PATCH 00/24] Misc PPC exception and BookE MMU clean ups
,
BALATON Zoltan
,
2024/04/23
[PATCH 17/24] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/04/23
[PATCH 05/24] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
,
BALATON Zoltan
,
2024/04/23
[PATCH 11/24] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/04/23
[PATCH 01/24] target/ppc: Fix gen_sc to use correct nip
,
BALATON Zoltan
,
2024/04/23
[PATCH 09/24] target/ppc/mmu_common.c: Rename get_bat_6xx_tlb()
,
BALATON Zoltan
,
2024/04/23
[PATCH 16/24] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/04/23
[PATCH 18/24] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
,
BALATON Zoltan
,
2024/04/23
[PATCH 10/24] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
,
BALATON Zoltan
,
2024/04/23
[PATCH 13/24] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address()
,
BALATON Zoltan
,
2024/04/23
[PATCH 07/24] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
,
BALATON Zoltan
,
2024/04/23
[PATCH 19/24] target/ppc: Move mmu_ctx_t definition to mmu_common.c
,
BALATON Zoltan
,
2024/04/23
[PATCH 08/24] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
,
BALATON Zoltan
,
2024/04/23
[PATCH 02/24] target/ppc: Move patching nip from exception handler to helper_scv
,
BALATON Zoltan
,
2024/04/23
[PATCH 04/24] target/ppc: Remove unused helper
,
BALATON Zoltan
,
2024/04/23
[PATCH 15/24] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
,
BALATON Zoltan
,
2024/04/23
[PATCH 14/24] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address()
,
BALATON Zoltan
,
2024/04/23
[PATCH 03/24] target/ppc: Simplify syscall exception handlers
,
BALATON Zoltan
,
2024/04/23
[PATCH 06/24] target/ppc/mmu_common.c: Simplify checking for real mode
,
BALATON Zoltan
,
2024/04/23
[PATCH 12/24] target/ppc/mmu_common.c: Inline and remove check_physical()
,
BALATON Zoltan
,
2024/04/23
[PATCH 20/24] target/ppc: Remove ppc_hash32_pp_prot() and reuse common function
,
BALATON Zoltan
,
2024/04/23
[PATCH 21/24] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
,
BALATON Zoltan
,
2024/04/23
[PATCH 23/24] target/ppc/mmu_common.c: Simplify ppc_booke_xlate()
,
BALATON Zoltan
,
2024/04/23
[PATCH 24/24] target/ppc/mmu_common.c: Move BookE MMU functions together
,
BALATON Zoltan
,
2024/04/23
[PATCH 22/24] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
,
BALATON Zoltan
,
2024/04/23
[PATCH v2 0/8] target/ppc: Move fixed-point insns to
,
Chinmay Rath
,
2024/04/23
[PATCH v2 2/8] target/ppc: Make divw[u] handler method decodetree compatible.
,
Chinmay Rath
,
2024/04/23
[PATCH v2 1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree.
,
Chinmay Rath
,
2024/04/23
[PATCH v2 3/8] target/ppc: Move divw[u, e, eu] instructions to decodetree.
,
Chinmay Rath
,
2024/04/23
[PATCH v2 4/8] target/ppc: Move neg, darn, mod{sw, uw} to decodetree.
,
Chinmay Rath
,
2024/04/23
[PATCH v2 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.
,
Chinmay Rath
,
2024/04/23
[PATCH v2 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Chinmay Rath
,
2024/04/23
[PATCH v2 7/8] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.
,
Chinmay Rath
,
2024/04/23
[PATCH v2 8/8] target/ppc: Move logical fixed-point instructions to decodetree.
,
Chinmay Rath
,
2024/04/23
[PATCH] target/ppc: handle vcpu hotplug failure gracefully
,
Harsh Prateek Bora
,
2024/04/23
Re: [PATCH] target/ppc: handle vcpu hotplug failure gracefully
,
Harsh Prateek Bora
,
2024/04/23
Re: [RFC PATCH-for-8.0 3/3] hw/net/xilinx_ethlite: Replace tswap32() by be32_to_cpu()
,
Philippe Mathieu-Daudé
,
2024/04/22
[PATCH 0/3] Remove useless architecture prefix from the CPU list
,
Thomas Huth
,
2024/04/20
[PATCH 2/3] target/s390x/cpu_models: Rework the output of "-cpu help"
,
Thomas Huth
,
2024/04/20
[PATCH 1/3] target/i386/cpu: Remove "x86" prefix from the CPU list
,
Thomas Huth
,
2024/04/20
[PATCH 3/3] target/ppc/cpu_init: Remove "PowerPC" prefix from the CPU list
,
Thomas Huth
,
2024/04/20
Re: [PATCH 0/3] Remove useless architecture prefix from the CPU list
,
David Hildenbrand
,
2024/04/20
Re: [PATCH 0/3] Remove useless architecture prefix from the CPU list
,
Richard Henderson
,
2024/04/20
Re: [PATCH 0/3] Remove useless architecture prefix from the CPU list
,
Michael Tokarev
,
2024/04/20
Re: [PATCH 0/3] Remove useless architecture prefix from the CPU list
,
Daniel P . Berrangé
,
2024/04/22
Re: [PATCH 0/3] Remove useless architecture prefix from the CPU list
,
Thomas Huth
,
2024/04/22
Re: [PATCH 0/3] Remove useless architecture prefix from the CPU list
,
Philippe Mathieu-Daudé
,
2024/04/29
Re: [PATCH 0/3] Remove useless architecture prefix from the CPU list
,
Mario Casquero
,
2024/04/26
[PATCH v2 01/22] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
,
Jean-Philippe Brucker
,
2024/04/19
[PATCH 00/24] include/exec: Rework (part 2)
,
Philippe Mathieu-Daudé
,
2024/04/18
[PATCH 01/24] exec: Declare MMUAccessType type in 'mmu-access-type.h' header
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 01/24] exec: Declare MMUAccessType type in 'mmu-access-type.h' header
,
Richard Henderson
,
2024/04/21
[PATCH 02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
,
Anton Johansson
,
2024/04/25
[PATCH 04/24] exec: Restrict TCG specific declarations of 'cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 04/24] exec: Restrict TCG specific declarations of 'cputlb.h'
,
Richard Henderson
,
2024/04/21
[PATCH 03/24] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 03/24] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
,
Richard Henderson
,
2024/04/21
[PATCH 05/24] exec: Restrict 'cpu_ldst.h' to TCG accelerator
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 05/24] exec: Restrict 'cpu_ldst.h' to TCG accelerator
,
Richard Henderson
,
2024/04/21
[PATCH 07/24] exec: Un-inline tlb_vaddr_to_host() and declare it in 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 07/24] exec: Un-inline tlb_vaddr_to_host() and declare it in 'exec/cputlb.h'
,
Anton Johansson
,
2024/04/25
Re: [PATCH 07/24] exec: Un-inline tlb_vaddr_to_host() and declare it in 'exec/cputlb.h'
,
Anton Johansson
,
2024/04/25
[PATCH 06/24] exec: Have guest_addr_valid() methods take abi_ptr/size_t arguments
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 06/24] exec: Have guest_addr_valid() methods take abi_ptr/size_t arguments
,
Richard Henderson
,
2024/04/21
[PATCH 08/24] physmem: Move TCG CPU IOTLB methods around
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 08/24] physmem: Move TCG CPU IOTLB methods around
,
Richard Henderson
,
2024/04/21
[PATCH 10/24] exec: Reduce tlb_set_dirty() declaration scope
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 10/24] exec: Reduce tlb_set_dirty() declaration scope
,
Richard Henderson
,
2024/04/21
[PATCH 12/24] exec: Move CPUTLBEntry helpers to cputlb.c
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 12/24] exec: Move CPUTLBEntry helpers to cputlb.c
,
Richard Henderson
,
2024/04/21
[PATCH 09/24] physmem: Restrict TCG CPU IOTLB code to TCG accel
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 09/24] physmem: Restrict TCG CPU IOTLB code to TCG accel
,
Anton Johansson
,
2024/04/25
[PATCH 11/24] exec: Move tlb_reset_dirty*() declarations to 'exec/cputlb.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 11/24] exec: Move tlb_reset_dirty*() declarations to 'exec/cputlb.h'
,
Anton Johansson
,
2024/04/25
[PATCH 14/24] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 14/24] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
,
Anton Johansson
,
2024/04/25
Re: [PATCH 14/24] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
,
Philippe Mathieu-Daudé
,
2024/04/25
[PATCH 13/24] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 13/24] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
,
Richard Henderson
,
2024/04/21
[PATCH 16/24] exec: Move GUEST_ADDR_MAX definition to 'cpu_ldst.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 16/24] exec: Move GUEST_ADDR_MAX definition to 'cpu_ldst.h'
,
Anton Johansson
,
2024/04/25
[PATCH 17/24] exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 17/24] exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h'
,
Richard Henderson
,
2024/04/21
Re: [PATCH 17/24] exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h'
,
Philippe Mathieu-Daudé
,
2024/04/22
Re: [PATCH 17/24] exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h'
,
Philippe Mathieu-Daudé
,
2024/04/22
[PATCH 19/24] gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 19/24] gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
,
Richard Henderson
,
2024/04/21
[PATCH 15/24] exec: Restrict inclusion of 'user/guest-base.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 15/24] exec: Restrict inclusion of 'user/guest-base.h'
,
Anton Johansson
,
2024/04/25
[PATCH 18/24] plugins: Include missing 'qemu/bitmap.h' header
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 18/24] plugins: Include missing 'qemu/bitmap.h' header
,
Richard Henderson
,
2024/04/21
Re: [PATCH 18/24] plugins: Include missing 'qemu/bitmap.h' header
,
Pierrick Bouvier
,
2024/04/26
[PATCH 21/24] plugins: Un-inline qemu_plugin_disable_mem_helpers()
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 21/24] plugins: Un-inline qemu_plugin_disable_mem_helpers()
,
Richard Henderson
,
2024/04/21
[PATCH 24/24] exec: Remove unnecessary inclusions of 'hw/core/cpu.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 24/24] exec: Remove unnecessary inclusions of 'hw/core/cpu.h'
,
Richard Henderson
,
2024/04/21
[PATCH 20/24] hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 20/24] hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
,
Anton Johansson
,
2024/04/25
[PATCH 23/24] exec: Remove 'disas/disas.h' from 'exec/log.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 23/24] exec: Remove 'disas/disas.h' from 'exec/log.h'
,
Richard Henderson
,
2024/04/21
[PATCH 22/24] exec: Remove 'exec/tswap.h' from 'exec/cpu-all.h'
,
Philippe Mathieu-Daudé
,
2024/04/18
Re: [PATCH 22/24] exec: Remove 'exec/tswap.h' from 'exec/cpu-all.h'
,
Harsh Prateek Bora
,
2024/04/19
Re: [PATCH 00/24] include/exec: Rework (part 2)
,
Philippe Mathieu-Daudé
,
2024/04/18
[PATCH 0/2] ppc/pnv: ADU model for POWER9/10
,
Nicholas Piggin
,
2024/04/17
[PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Nicholas Piggin
,
2024/04/17
Re: [PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
,
Cédric Le Goater
,
2024/04/17
[PATCH 2/2] ppc/pnv: Implement ADU access to LPC space
,
Nicholas Piggin
,
2024/04/17
Re: [PATCH 2/2] ppc/pnv: Implement ADU access to LPC space
,
Cédric Le Goater
,
2024/04/17
[PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 01/22] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 02/22] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 03/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 04/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 05/22] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 07/22] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 08/22] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 10/22] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 11/22] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v4 22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE
,
Philippe Mathieu-Daudé
,
2024/04/16
Re: [PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
,
Philippe Mathieu-Daudé
,
2024/04/24
[PATCH v2 0/4] hw/i2c: Convert to spec v7 (inclusive) terminology
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v2 1/4] hw/i2c: Fix checkpatch block comment warnings
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v2 2/4] hw/i2c: Fix checkpatch line over 80 chars warnings
,
Philippe Mathieu-Daudé
,
2024/04/16
Re: [PATCH v2 2/4] hw/i2c: Fix checkpatch line over 80 chars warnings
,
Cédric Le Goater
,
2024/04/17
Re: [PATCH v2 2/4] hw/i2c: Fix checkpatch line over 80 chars warnings
,
Philippe Mathieu-Daudé
,
2024/04/17
Re: [PATCH v2 2/4] hw/i2c: Fix checkpatch line over 80 chars warnings
,
Cédric Le Goater
,
2024/04/18
[PATCH v2 3/4] hw/i2c: Convert to spec v7 terminology (automatically)
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v2 4/4] hw/i2c: Convert to spec v7 terminology (manually)
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines
,
Philippe Mathieu-Daudé
,
2024/04/16
Re: [PATCH v3 01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines
,
Thomas Huth
,
2024/04/16
Re: [PATCH v3 01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines
,
Philippe Mathieu-Daudé
,
2024/04/16
Re: [PATCH v3 01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines
,
Thomas Huth
,
2024/04/16
Re: [PATCH v3 01/22] hw/i386/pc: Deprecate 2.4 to 2.7 pc-i440fx machines
,
Zhao Liu
,
2024/04/16
[PATCH v3 02/22] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 03/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 04/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 05/22] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 07/22] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 08/22] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 10/22] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 11/22] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH v3 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
,
Philippe Mathieu-Daudé
,
2024/04/16
Re: [PATCH v3 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
,
Zhao Liu
,
2024/04/16
[PATCH v3 22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE
,
Philippe Mathieu-Daudé
,
2024/04/16
Re: [PATCH-for-9.1 v2 13/21] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
,
Philippe Mathieu-Daudé
,
2024/04/16
[PATCH] hw/nvram: Make (len + offset) check more strict
,
Artem Chernyshev
,
2024/04/16
[PATCH 0/8] target/ppc: Move fixed-point insns to decodetree.
,
Chinmay Rath
,
2024/04/16
[PATCH 1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree.
,
Chinmay Rath
,
2024/04/16
Re: [PATCH 1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree.
,
Richard Henderson
,
2024/04/16
Re: [PATCH 1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree.
,
Chinmay Rath
,
2024/04/19
[PATCH 2/8] target/ppc: Make divw[u] handler method decodetree compatible.
,
Chinmay Rath
,
2024/04/16
Re: [PATCH 2/8] target/ppc: Make divw[u] handler method decodetree compatible.
,
Richard Henderson
,
2024/04/16
Re: [PATCH 2/8] target/ppc: Make divw[u] handler method decodetree compatible.
,
Chinmay Rath
,
2024/04/19
[PATCH 3/8] target/ppc: Move divw[u, e, eu] instructions to decodetree.
,
Chinmay Rath
,
2024/04/16
Re: [PATCH 3/8] target/ppc: Move divw[u, e, eu] instructions to decodetree.
,
Richard Henderson
,
2024/04/16
Re: [PATCH 3/8] target/ppc: Move divw[u, e, eu] instructions to decodetree.
,
Chinmay Rath
,
2024/04/19
[PATCH 4/8] target/ppc: Move neg, darn, mod{sw, uw} to decodetree.
,
Chinmay Rath
,
2024/04/16
Re: [PATCH 4/8] target/ppc: Move neg, darn, mod{sw, uw} to decodetree.
,
Richard Henderson
,
2024/04/16
Re: [PATCH 4/8] target/ppc: Move neg, darn, mod{sw, uw} to decodetree.
,
Chinmay Rath
,
2024/04/19
[PATCH 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.
,
Chinmay Rath
,
2024/04/16
Re: [PATCH 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.
,
Richard Henderson
,
2024/04/16
Re: [PATCH 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.
,
Chinmay Rath
,
2024/04/19
Re: [PATCH 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.
,
Richard Henderson
,
2024/04/20
Re: [PATCH 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.
,
Chinmay Rath
,
2024/04/22
[PATCH 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Chinmay Rath
,
2024/04/16
Re: [PATCH 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Richard Henderson
,
2024/04/16
Re: [PATCH 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.
,
Chinmay Rath
,
2024/04/19
[PATCH 8/8] target/ppc: Move logical fixed-point instructions to decodetree.
,
Chinmay Rath
,
2024/04/16
Re: [PATCH 8/8] target/ppc: Move logical fixed-point instructions to decodetree.
,
Richard Henderson
,
2024/04/16
Re: [PATCH 8/8] target/ppc: Move logical fixed-point instructions to decodetree.
,
Chinmay Rath
,
2024/04/19
[PATCH 7/8] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.
,
Chinmay Rath
,
2024/04/16
Re: [PATCH 7/8] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.
,
Richard Henderson
,
2024/04/16
Re: [PATCH 7/8] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.
,
Chinmay Rath
,
2024/04/19
Re: XIVE VFIO kernel resample failure in INTx mode under heavy load
,
Timothy Pearson
,
2024/04/15
[PULL 0/2] Misc HW patches for 2024-04-15
,
Philippe Mathieu-Daudé
,
2024/04/15
[PULL 1/2] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
,
Philippe Mathieu-Daudé
,
2024/04/15
[PULL 2/2] hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus
,
Philippe Mathieu-Daudé
,
2024/04/15
Re: [PULL 0/2] Misc HW patches for 2024-04-15
,
Peter Maydell
,
2024/04/16
[PATCH v2] ppc440_pcix: Do not expose a bridge device on PCI bus
,
BALATON Zoltan
,
2024/04/11
Re: [PATCH v2] ppc440_pcix: Do not expose a bridge device on PCI bus
,
BALATON Zoltan
,
2024/04/12
Re: [PATCH v2] ppc440_pcix: Do not expose a bridge device on PCI bus
,
Philippe Mathieu-Daudé
,
2024/04/13
Re: [PATCH v2] ppc440_pcix: Do not expose a bridge device on PCI bus
,
BALATON Zoltan
,
2024/04/14
Re: [PATCH v2] ppc440_pcix: Do not expose a bridge device on PCI bus
,
Philippe Mathieu-Daudé
,
2024/04/15
[PATCH v2 00/13] misc: Remove sprintf() due to macOS deprecation
,
Philippe Mathieu-Daudé
,
2024/04/11
[PATCH v2 01/13] ui/console-vc: Replace sprintf() by snprintf()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 01/13] ui/console-vc: Replace sprintf() by snprintf()
,
Marc-André Lureau
,
2024/04/11
Re: [PATCH v2 01/13] ui/console-vc: Replace sprintf() by snprintf()
,
Richard Henderson
,
2024/04/11
[PATCH v2 02/13] hw/vfio/pci: Replace sprintf() by snprintf()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 02/13] hw/vfio/pci: Replace sprintf() by snprintf()
,
Richard Henderson
,
2024/04/11
[PATCH v2 05/13] hw/mips/malta: Replace sprintf() by snprintf()
,
Philippe Mathieu-Daudé
,
2024/04/11
[PATCH v2 04/13] hw/mips/malta: Add re-usable rng_seed_hex_new() method
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 04/13] hw/mips/malta: Add re-usable rng_seed_hex_new() method
,
Richard Henderson
,
2024/04/11
Re: [PATCH v2 04/13] hw/mips/malta: Add re-usable rng_seed_hex_new() method
,
Richard Henderson
,
2024/04/11
[PATCH v2 07/13] util/hexdump: Rename @offset argument in qemu_hexdump_line()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 07/13] util/hexdump: Rename @offset argument in qemu_hexdump_line()
,
Richard Henderson
,
2024/04/11
[PATCH v2 06/13] system/qtest: Replace sprintf() by g_string_append_printf()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 06/13] system/qtest: Replace sprintf() by g_string_append_printf()
,
Richard Henderson
,
2024/04/11
[PATCH v2 09/13] util/hexdump: Replace sprintf() by g_string_append_printf()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 09/13] util/hexdump: Replace sprintf() by g_string_append_printf()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 09/13] util/hexdump: Replace sprintf() by g_string_append_printf()
,
Richard Henderson
,
2024/04/11
[PATCH v2 03/13] hw/ppc/spapr: Replace sprintf() by snprintf()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 03/13] hw/ppc/spapr: Replace sprintf() by snprintf()
,
Richard Henderson
,
2024/04/11
Re: [PATCH v2 03/13] hw/ppc/spapr: Replace sprintf() by snprintf()
,
Harsh Prateek Bora
,
2024/04/15
[PATCH v2 13/13] backends/tpm: Use qemu_hexdump_line() to avoid sprintf()
,
Philippe Mathieu-Daudé
,
2024/04/11
[PATCH v2 11/13] hw/ide/atapi: Use qemu_hexdump_line() to avoid sprintf()
,
Philippe Mathieu-Daudé
,
2024/04/11
[PATCH v2 08/13] util/hexdump: Have qemu_hexdump_line() return heap allocated buffer
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 08/13] util/hexdump: Have qemu_hexdump_line() return heap allocated buffer
,
Richard Henderson
,
2024/04/11
[PATCH v2 10/13] hw/scsi/scsi-disk: Use qemu_hexdump_line() to avoid sprintf()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH v2 10/13] hw/scsi/scsi-disk: Use qemu_hexdump_line() to avoid sprintf()
,
Richard Henderson
,
2024/04/11
[PATCH v2 12/13] hw/dma/pl330: Use qemu_hexdump_line() to avoid sprintf()
,
Philippe Mathieu-Daudé
,
2024/04/11
[PATCH] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
,
BALATON Zoltan
,
2024/04/10
Re: [PATCH] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
,
Philippe Mathieu-Daudé
,
2024/04/15
[PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 01/12] ui/console-vc: Replace sprintf() by g_strdup_printf()
,
Philippe Mathieu-Daudé
,
2024/04/10
Re: [PATCH 01/12] ui/console-vc: Replace sprintf() by g_strdup_printf()
,
Marc-André Lureau
,
2024/04/11
Re: [PATCH 01/12] ui/console-vc: Replace sprintf() by g_strdup_printf()
,
Gerd Hoffmann
,
2024/04/11
Re: [PATCH 01/12] ui/console-vc: Replace sprintf() by g_strdup_printf()
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH 01/12] ui/console-vc: Replace sprintf() by g_strdup_printf()
,
Gerd Hoffmann
,
2024/04/11
[PATCH 04/12] hw/mips/malta: Replace sprintf() by g_string_append_printf()
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 03/12] hw/ppc/spapr: Replace sprintf() by g_strdup_printf()
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 02/12] hw/vfio/pci: Replace sprintf() by g_strdup_printf()
,
Philippe Mathieu-Daudé
,
2024/04/10
Re: [PATCH 02/12] hw/vfio/pci: Replace sprintf() by g_strdup_printf()
,
Alex Williamson
,
2024/04/12
Re: [PATCH 02/12] hw/vfio/pci: Replace sprintf() by g_strdup_printf()
,
Cédric Le Goater
,
2024/04/15
[PATCH 05/12] system/qtest: Replace sprintf() by g_string_append_printf()
,
Philippe Mathieu-Daudé
,
2024/04/10
Re: [PATCH 05/12] system/qtest: Replace sprintf() by g_string_append_printf()
,
Thomas Huth
,
2024/04/11
[PATCH 06/12] util/hexdump: Rename @offset argument in qemu_hexdump_line()
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 07/12] util/hexdump: Have qemu_hexdump_line() return heap allocated buffer
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 08/12] util/hexdump: Replace sprintf() by g_string_append_printf()
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 09/12] hw/scsi/scsi-disk: Use qemu_hexdump_line() to avoid sprintf()
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 11/12] hw/dma/pl330: Use qemu_hexdump_line() to avoid sprintf()
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 10/12] hw/ide/atapi: Use qemu_hexdump_line() to avoid sprintf()
,
Philippe Mathieu-Daudé
,
2024/04/10
[PATCH 12/12] backends/tpm: Use qemu_hexdump_line() to avoid sprintf()
,
Philippe Mathieu-Daudé
,
2024/04/10
Re: [PATCH 12/12] backends/tpm: Use qemu_hexdump_line() to avoid sprintf()
,
Stefan Berger
,
2024/04/10
Re: [PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
,
Richard Henderson
,
2024/04/10
Re: [PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
,
BALATON Zoltan
,
2024/04/10
Re: [PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
,
Philippe Mathieu-Daudé
,
2024/04/11
Re: [PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
,
Daniel P . Berrangé
,
2024/04/19
[PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
,
BALATON Zoltan
,
2024/04/09
Re: [PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
,
Nicholas Piggin
,
2024/04/10
Re: [PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
,
BALATON Zoltan
,
2024/04/10
Re: [PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
,
Nicholas Piggin
,
2024/04/15
Re: [PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
,
BALATON Zoltan
,
2024/04/16
Re: [PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
,
Nicholas Piggin
,
2024/04/16
[PATCH v2 0/6] hw/ppc: SPI model
,
Chalapathi V
,
2024/04/09
[PATCH v2 1/6] hw/ppc: remove SPI responder model
,
Chalapathi V
,
2024/04/09
Re: [PATCH v2 1/6] hw/ppc: remove SPI responder model
,
Cédric Le Goater
,
2024/04/15
[PATCH v2 3/6] hw/ppc: SPI controller model - sequencer and shifter
,
Chalapathi V
,
2024/04/09
Re: [PATCH v2 3/6] hw/ppc: SPI controller model - sequencer and shifter
,
Cédric Le Goater
,
2024/04/16
Re: [PATCH v2 3/6] hw/ppc: SPI controller model - sequencer and shifter
,
Chalapathi V
,
2024/04/16
[PATCH v2 2/6] hw/ppc: SPI controller model - registers implementation
,
Chalapathi V
,
2024/04/09
Re: [PATCH v2 2/6] hw/ppc: SPI controller model - registers implementation
,
Cédric Le Goater
,
2024/04/15
Re: [PATCH v2 2/6] hw/ppc: SPI controller model - registers implementation
,
Chalapathi V
,
2024/04/16
Re: [PATCH v2 2/6] hw/ppc: SPI controller model - registers implementation
,
Cédric Le Goater
,
2024/04/22
[PATCH v2 4/6] hw/misc: Microchip's 25CSM04 SEEPROM model
,
Chalapathi V
,
2024/04/09
Re: [PATCH v2 4/6] hw/misc: Microchip's 25CSM04 SEEPROM model
,
Cédric Le Goater
,
2024/04/22
[PATCH v2 6/6] tests/qtest: Add pnv-spi-seeprom qtest
,
Chalapathi V
,
2024/04/09
[PATCH v2 5/6] hw/ppc: SPI controller wiring to P10 chip and create seeprom device
,
Chalapathi V
,
2024/04/09
Re: [PATCH v2 5/6] hw/ppc: SPI controller wiring to P10 chip and create seeprom device
,
Cédric Le Goater
,
2024/04/22
Re: [PATCH v2 5/6] hw/ppc: SPI controller wiring to P10 chip and create seeprom device
,
Chalapathi V
,
2024/04/24
[PATCH-for-9.1 v2 0/3] target/ppc: fix tlb flushing race (plus
,
Nicholas Piggin
,
2024/04/05
[PATCH v2 1/3] target/ppc: Fix broadcast tlbie synchronisation
,
Nicholas Piggin
,
2024/04/05
[PATCH v2 2/3] tcg/cputlb: Remove non-synced variants of global TLB flushes
,
Nicholas Piggin
,
2024/04/05
Re: [PATCH v2 2/3] tcg/cputlb: Remove non-synced variants of global TLB flushes
,
Richard Henderson
,
2024/04/05
[PATCH v2 3/3] tcg/cputlb: remove other-cpu capability from TLB flushing
,
Nicholas Piggin
,
2024/04/05
Re: [PATCH v2 3/3] tcg/cputlb: remove other-cpu capability from TLB flushing
,
Richard Henderson
,
2024/04/05
[PULL 00/15] Misc HW patches for 2024-04-02
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 02/15] gdbstub: Correct invalid mentions of 'softmmu' by 'system'
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 03/15] gdbstub/system: Rename 'user_ctx' argument as 'ctx'
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 04/15] target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 05/15] hw/arm/smmu: Avoid using inlined functions with external linkage again
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 06/15] accel/hvf: Un-inline hvf_arch_supports_guest_debug()
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 07/15] qtest/libqos: Reduce size_to_prdtl() declaration scope
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 08/15] MAINTAINERS: Fix error-report.c entry
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 09/15] hw/i386/pc: Restrict CXL to PCI-based machines
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 10/15] block: Remove unnecessary NULL check in bdrv_pad_request()
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 12/15] hw/nvme: fix -Werror=maybe-uninitialized
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 11/15] plugins: fix -Werror=maybe-uninitialized false-positive
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 13/15] gpio/pca955x: Update maintainer email address
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 15/15] hw/net/virtio-net: fix qemu set used ring flag even vhost started
,
Philippe Mathieu-Daudé
,
2024/04/02
[PULL 14/15] hw/xen_evtchn: Initialize flush_kvm_routes
,
Philippe Mathieu-Daudé
,
2024/04/02
Re: [PULL 00/15] Misc HW patches for 2024-04-02
,
Peter Maydell
,
2024/04/02
Re: TCG change broke MorphOS boot on sam460ex
,
BALATON Zoltan
,
2024/04/02
Re: TCG change broke MorphOS boot on sam460ex
,
Nicholas Piggin
,
2024/04/03
Re: TCG change broke MorphOS boot on sam460ex
,
BALATON Zoltan
,
2024/04/03
Re: [PATCH] gpio/pca955x: Update maintainer email address
,
Philippe Mathieu-Daudé
,
2024/04/02
Re: [RFC PATCH-for-9.1 14/21] system: Introduce QMP generic_query_cpu_definitions()
,
Markus Armbruster
,
2024/04/02
Re: [PULL 0/8] ppc-for-9.0-3 queue
,
Peter Maydell
,
2024/04/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc