qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-14 10:12:40 to 2025-03-15 06:50:13 UTC [more...]

[PATCH v3 0/8] Implement Firmware Assisted Dump for PSeries
 2025-03-15  6:46 UTC  (9+ messages)
` [PATCH v3 1/8] hw/ppc: Implement skeleton code for fadump in PSeries
` [PATCH v3 2/8] hw/ppc: Implement fadump register command
` [PATCH v3 3/8] hw/ppc: Trigger Fadump boot if fadump is registered
` [PATCH v3 4/8] hw/ppc: Preserve memory regions registered for fadump
` [PATCH v3 5/8] hw/ppc: Implement saving CPU state in Fadump
` [PATCH v3 6/8] hw/ppc: Pass dump-sizes property for fadump in device tree
` [PATCH v3 7/8] hw/ppc: Enable fadump for PSeries
` [PATCH v3 8/8] tests/functional: Add test for fadump in PSeries

[Stable-9.2.3 00/51] Patch Round-up for stable 9.2.3, freeze on 2025-03-24
 2025-03-15  6:17 UTC  (52+ messages)
` [Stable-9.2.3 01/51] target/arm: Report correct syndrome for UNDEFINED CNTPS_*_EL1 from EL2 and NS EL1
` [Stable-9.2.3 02/51] target/arm: Report correct syndrome for UNDEFINED AT ops with wrong NSE, NS
` [Stable-9.2.3 03/51] target/arm: Report correct syndrome for UNDEFINED S1E2 AT ops at EL3
` [Stable-9.2.3 04/51] target/arm: Report correct syndrome for UNDEFINED LOR sysregs when NS=0
` [Stable-9.2.3 05/51] target/arm: Make CP_ACCESS_TRAPs to AArch32 EL3 be Monitor traps
` [Stable-9.2.3 06/51] hw/intc/arm_gicv3_cpuif: Don't downgrade monitor traps for AArch32 EL3
` [Stable-9.2.3 07/51] target/arm: Honour SDCR.TDCC and SCR.TERR in AArch32 EL3 non-Monitor modes
` [Stable-9.2.3 08/51] target/arm: Correct errors in WFI/WFE trapping
` [Stable-9.2.3 09/51] Kconfig: Extract CONFIG_USB_CHIPIDEA from CONFIG_IMX
` [Stable-9.2.3 10/51] hw/net: Fix NULL dereference with software RSS
` [Stable-9.2.3 11/51] hw/i386/pc: Fix crash that occurs when introspecting TYPE_PC_MACHINE machines
` [Stable-9.2.3 12/51] hw/i386/microvm: Fix crash that occurs when introspecting the microvm machine
` [Stable-9.2.3 13/51] amd_iommu: Use correct DTE field for interrupt passthrough
` [Stable-9.2.3 14/51] amd_iommu: Use correct bitmask to set capability BAR
` [Stable-9.2.3 15/51] cryptodev/vhost: allocate CryptoDevBackendVhost using g_mem0()
` [Stable-9.2.3 16/51] vdpa: Fix endian bugs in shadow virtqueue
` [Stable-9.2.3 17/51] hw/virtio/virtio-nsm: Respond with correct length
` [Stable-9.2.3 18/51] vhost-user-snd: correct the calculation of config_size
` [Stable-9.2.3 19/51] target/loongarch/gdbstub: Fix gdbstub incorrectly handling some registers
` [Stable-9.2.3 20/51] physmem: replace assertion with error
` [Stable-9.2.3 21/51] target/arm/hvf: Disable SME feature
` [Stable-9.2.3 22/51] target/arm/hvf: sign extend the data for a load operation when SSE=1
` [Stable-9.2.3 23/51] target/riscv: rvv: Fix unexpected behavior of vector reduction instructions when vl is 0
` [Stable-9.2.3 24/51] target/riscv: rvv: Fix incorrect vlen comparison in prop_vlen_set
` [Stable-9.2.3 25/51] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
` [Stable-9.2.3 26/51] target/riscv: throw debug exception before page fault
` [Stable-9.2.3 27/51] goldfish_rtc: Fix tick_offset migration
` [Stable-9.2.3 28/51] block/qed: fix use-after-free by nullifying timer pointer after free
` [Stable-9.2.3 29/51] docs/about/build-platforms: Correct minimum supported Python version
` [Stable-9.2.3 30/51] hw/gpio: npcm7xx: fixup out-of-bounds access
` [Stable-9.2.3 31/51] target/arm: Apply correct timer offset when calculating deadlines
` [Stable-9.2.3 32/51] target/arm: Don't apply CNTVOFF_EL2 for EL2_VIRT timer
` [Stable-9.2.3 33/51] target/arm: Make CNTPS_* UNDEF from Secure EL1 when Secure EL2 is enabled
` [Stable-9.2.3 34/51] target/arm: Always apply CNTVOFF_EL2 for CNTV_TVAL_EL02 accesses
` [Stable-9.2.3 35/51] target/arm: Refactor handling of timer offset for direct register accesses
` [Stable-9.2.3 36/51] target/arm: Implement SEL2 physical and virtual timers
` [Stable-9.2.3 37/51] hw/arm: enable secure EL2 timers for virt machine
` [Stable-9.2.3 38/51] hw/arm: enable secure EL2 timers for sbsa machine
` [Stable-9.2.3 39/51] target/arm: Correct LDRD atomicity and fault behaviour
` [Stable-9.2.3 40/51] target/arm: Correct STRD atomicity
` [Stable-9.2.3 41/51] util/qemu-timer.c: Don't warp timer from timerlist_rearm()
` [Stable-9.2.3 42/51] net: parameterize the removing client from nc list
` [Stable-9.2.3 43/51] net: move backend cleanup to NIC cleanup
` [Stable-9.2.3 44/51] xen: No need to flush the mapcache for grants
` [Stable-9.2.3 45/51] ppc/pnv/occ: Fix common area sensor offsets
` [Stable-9.2.3 46/51] hw/net/smc91c111: Sanitize packet numbers
` [Stable-9.2.3 47/51] hw/net/smc91c111: Sanitize packet length on tx
` [Stable-9.2.3 48/51] hw/net/smc91c111: Don't allow data register access to overrun buffer
` [Stable-9.2.3 49/51] hw/xen/hvm: Fix Aarch64 typo
` [Stable-9.2.3 50/51] block: Zero block driver state before reopening
` [Stable-9.2.3 51/51] docs: Rename default-configs to configs

[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-03-15  6:08 UTC  (9+ messages)

[PATCH 00/37] accel/tcg, codebase: Build once patches
 2025-03-14 22:05 UTC  (14+ messages)
` [PATCH 25/37] common-user: Split out watchpoint-stub.c
` [PATCH 32/37] include/hw/intc: Remove ifndef CONFIG_USER_ONLY from armv7m_nvic.h

[PATCH 0/2] gdb invalid memory access handling improvements
 2025-03-14 21:57 UTC  (7+ messages)
` [PATCH 1/2] gdbstub: Add phys_memory_rw_debug for physical memory access
` [PATCH 2/2] memory: suppress INVALID_MEM logs caused by debug access

[PATCH] configure: disable split_debug on Windows and on non-git builds
 2025-03-14 21:53 UTC  (8+ messages)

[PATCH] host/include/loongarch64: Fix inline assembly compatibility with Clang
 2025-03-14 20:32 UTC  (2+ messages)

[PATCH 0/2] xen: An error handling fix
 2025-03-14 20:22 UTC  (5+ messages)
` [PATCH 1/2] hw/xen: Fix xen_bus_realize() error handling
` [PATCH 2/2] hw/xen: Downgrade a xen_bus_realize() non-error to warning

[PATCH] ppc/amigaone: Check blk_pwrite return value
 2025-03-14 20:01 UTC 

[PATCH] ppc/amigaone: Constify default_env
 2025-03-14 20:01 UTC 

[BUG][RFC] CPR transfer Issues: Socket permissions and PID files
 2025-03-14 19:04 UTC  (2+ messages)

[PATCH v2 00/14] Factor out HVF's instruction emulator
 2025-03-14 19:01 UTC  (2+ messages)

[PATCH v5 00/17] make system memory API available for common code
 2025-03-14 18:39 UTC  (21+ messages)
` [PATCH v5 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH v5 02/17] exec/tswap: implement {ld, st}.*_p as functions instead of macros
` [PATCH v5 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH v5 04/17] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH v5 05/17] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH v5 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH v5 07/17] exec/exec-all: remove dependency on cpu.h
` [PATCH v5 08/17] exec/memory-internal: "
` [PATCH v5 09/17] exec/ram_addr: "
` [PATCH v5 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH v5 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH v5 12/17] hw/xen: add stubs for various functions
` [PATCH v5 13/17] system/physmem: compilation unit is now common to all targets
` [PATCH v5 14/17] include/exec/memory: extract devend_big_endian from devend_memop
` [PATCH v5 15/17] include/exec/memory: move devend functions to memory-internal.h
` [PATCH v5 16/17] system/memory: make compilation unit common
` [PATCH v5 17/17] system/ioport: "

[PATCH v2 0/2] i.MX 8M Plus EVK Fixes
 2025-03-14 18:32 UTC  (3+ messages)
` [PATCH v2 1/2] hw/arm/fsl-imx8mp: Derive struct FslImx8mpState from TYPE_SYS_BUS_DEVICE
` [PATCH v2 2/2] hw/arm/fsl-imx8mp: Remove unused define

[PATCH v2] vfio/igd: Update IGD passthrough documentation
 2025-03-14 17:49 UTC  (3+ messages)

[PATCH 0/2] util/qemu-sockets: Introduce configurable TCP keep-alive idle period
 2025-03-14 17:34 UTC  (5+ messages)
` [PATCH 1/2] util/qemu-sockets: Add support for keep-alive flag to passive sockets
` [PATCH 2/2] utils/qemu-sockets: Introduce keep-alive-idle-period inet socket option

[PATCH v4 00/17] make system memory API available for common code
 2025-03-14 17:20 UTC  (4+ messages)
` [PATCH v4 12/17] hw/xen: add stubs for various functions

[PATCH] util/loongarch64: Add clang compiler support
 2025-03-14 17:19 UTC  (2+ messages)

[PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs
 2025-03-14 17:03 UTC  (2+ messages)

[PATCH] docs/cxl: Add serial number for persistent-memdev
 2025-03-14 17:03 UTC  (9+ messages)

[PATCH v4 00/47] x86: Improve operation under QEMU
 2025-03-14 16:06 UTC  (4+ messages)

[PATCH v8 00/28] vfio-user client
 2025-03-14 15:13 UTC  (4+ messages)

[PULL 0/4] Migration patches for 2025-03-14
 2025-03-14 14:48 UTC  (5+ messages)
` [PULL 1/4] migration: cpr_is_incoming
` [PULL 2/4] pflash: fix cpr
` [PULL 3/4] hw/loader: fix roms during cpr
` [PULL 4/4] hw/qxl: fix cpr

Cross-compilation artifact is broken
 2025-03-14 14:25 UTC  (8+ messages)

[PATCH RFC] target: riscv: Add Svrsw60b59b extension support
 2025-03-14 13:31 UTC  (4+ messages)

[PATCH 1/1] linux-user: Hold the fd-trans lock across fork
 2025-03-14 12:47 UTC 

[PULL 00/17] target-arm queue
 2025-03-14 13:16 UTC  (18+ messages)
` [PULL 01/17] target/arm: Move A32_BANKED_REG_{GET, SET} macros to cpregs.h
` [PULL 02/17] target/arm: Un-inline access_secure_reg()
` [PULL 03/17] linux-user/aarch64: Remove unused get/put_user macros
` [PULL 04/17] linux-user/arm: Remove unused get_put_user macros
` [PULL 05/17] target/arm: Move arm_cpu_data_is_big_endian() etc to internals.h
` [PULL 06/17] target/arm: Move arm_current_el() and arm_el_is_aa64() "
` [PULL 07/17] target/arm: SCR_EL3.RW should be treated as 1 if EL2 doesn't support AArch32
` [PULL 08/17] target/arm: HCR_EL2.RW should be RAO/WI if EL1 "
` [PULL 09/17] target/arm: Add cpu local variable to exception_return helper
` [PULL 10/17] target/arm: Forbid return to AArch32 when CPU is AArch64-only
` [PULL 11/17] MAINTAINERS: Fix status for Arm boards I "maintain"
` [PULL 12/17] tests/functional: Bump up arm_replay timeout
` [PULL 13/17] Revert "hw/char/pl011: Warn when using disabled receiver"
` [PULL 14/17] util/cacheflush: Make first DSB unconditional on aarch64
` [PULL 15/17] target/arm: Make DisasContext.{fp, sve}_access_checked tristate
` [PULL 16/17] target/arm: Simplify pstate_sm check in sve_access_check
` [PULL 17/17] meson.build: Set RUST_BACKTRACE for all tests

[PATCH v3 0/7] Move memory listener register to vhost_vdpa_init
 2025-03-14 13:01 UTC  (8+ messages)
` [PATCH v3 1/7] vdpa: check for iova tree initialized at net_client_start
` [PATCH v3 2/7] vdpa: reorder vhost_vdpa_set_backend_cap
` [PATCH v3 3/7] vdpa: set backend capabilities at vhost_vdpa_init
` [PATCH v3 4/7] vdpa: add listener_registered
` [PATCH v3 5/7] vdpa: reorder listener assignment
` [PATCH v3 6/7] vdpa: move iova_tree allocation to net_vhost_vdpa_init
` [PATCH v3 7/7] vdpa: move memory listener register to vhost_vdpa_init

[PATCH v3 0/7] Enable shared device assignment
 2025-03-14 12:11 UTC  (9+ messages)
` [PATCH v3 4/7] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd
` [PATCH v3 6/7] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks

[PATCH 0/2] qga: Add 'guest-get-load' command
 2025-03-14 11:38 UTC  (3+ messages)
` [PATCH 1/2] qga-win: implement a "
` [PATCH 2/2] qga: Add tests for guest-get-load command

[PATCH v2] vdpa: Allow vDPA to work on big-endian machine
 2025-03-14 11:36 UTC  (2+ messages)

[PATCH v2 0/3] target/loongarch: Solve some issues reported from coccinelle
 2025-03-14 11:31 UTC  (3+ messages)
` [PATCH v2 1/3] target/loongarch: Fix error handling of KVM feature checks

[RFC PATCH] meson.build: don't bother with split-debug for windows
 2025-03-14 10:47 UTC  (3+ messages)

[PATCH v2] target/arm: Define raw write for PMU CLR registers
 2025-03-14 10:33 UTC  (5+ messages)

[PATCH] target/arm: Define raw write for PMU CLR registers
 2025-03-14 10:19 UTC  (4+ messages)

[PATCH 0/3] vhost: fix the IO error after live migration
 2025-03-14 10:15 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] virtio: add VM state change cb with return value
  ` [PATCH v2 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop
  ` [PATCH v2 3/3] vhost-user: return failure if backend crash when live migration

[PULL 00/12] QAPI patches patches for 2025-03-14
 2025-03-14 10:10 UTC  (6+ messages)
` [PULL 01/12] qapi/block-core: Improve x-blockdev-change documentation
` [PULL 05/12] docs/qapi-domain: add :namespace: override option
` [PULL 07/12] docs/qapidoc: add :namespace: option to qapi-doc directive
` [PULL 11/12] docs: disambiguate references in qapi-domain.rst
` [PULL 12/12] docs: enable transmogrifier for QSD and QGA


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).