QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-30 01:53:52 to 2024-04-02 10:41:54 UTC [more...]

[PATCH 00/19] -Werror=maybe-uninitialized fixes
 2024-04-02 10:40 UTC  (10+ messages)
` [PATCH 06/19] block/stream: fix -Werror=maybe-uninitialized false-positives
` [PATCH 09/19] hw/sdhci: fix -Werror=maybe-uninitialized false-positive
` [PATCH 17/19] hw/nvme: fix -Werror=maybe-uninitialized

[PULL 0/4] Trivial patches for 2024-04-02
 2024-04-02 10:34 UTC  (6+ messages)
` [PULL 1/4] usb-audio: Fix invalid values in AudioControl descriptors
` [PULL 2/4] fpu/softfloat: Remove mention of TILE-Gx target
` [PULL 3/4] Fix some typos in documentation (found by codespell)
` [PULL 4/4] hmp: Add help information for watchdog action: inject-nmi

[PULL 0/5] target-arm queue
 2024-04-02 10:29 UTC  (6+ messages)
` [PULL 1/5] target/arm: take HSTR traps of cp15 accesses to EL2, not EL1
` [PULL 2/5] docs: sbsa: update specs, add dt note
` [PULL 3/5] hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabled
` [PULL 4/5] tests/qtest: Fix STM32L4x5 GPIO test on 32-bit
` [PULL 5/5] raspi4b: Reduce RAM to 1Gb on 32-bit hosts

[PATCH] hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabled
 2024-04-02 10:02 UTC  (2+ messages)

Patch for qemu-project/qemu#2247 issue
 2024-04-02  9:59 UTC  (4+ messages)

[PATCH] lsi53c895a: avoid out of bounds access to s->msg[]
 2024-04-02  9:45 UTC  (2+ messages)

[PATCH 0/4] small linux-user/syscall:do_setsockopt() cleanups and fixes
 2024-04-02  9:44 UTC  (6+ messages)
` [PATCH v2 1/4] linux-user/syscall: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
` [PATCH 2/4] linux-user/syscall: do_setsockopt(): make ip_mreq local to the place it is used and inline target_to_host_ip_mreq()
` [PATCH 3/4] linux-user/syscall: do_setsockopt(): make ip_mreq_source local to the place where it is used
` [PATCH 4/4] linux-user/syscall: do_setsockopt(): eliminate goto in switch for SO_SNDTIMEO

Fast booting q35 VM?
 2024-04-02  9:40 UTC 

[RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
 2024-04-02  9:37 UTC  (5+ messages)
` [RFC PATCH-for-9.1 14/21] system: Introduce QMP generic_query_cpu_definitions()

[PATCH] migration: Yield coroutine when receiving MIG_CMD_POSTCOPY_LISTEN
 2024-04-02  9:28 UTC  (10+ messages)

[PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows
 2024-04-02  9:26 UTC  (4+ messages)
` [PATCH v6 1/2] Refactor common functions between POSIX and Windows implementation
  ` [PATCH v6 1/2] qga: "

[PATCH 1/2] CXL/cxl_type3: add first_dvsec_offset() helper
 2024-04-02  9:17 UTC  (6+ messages)
` [PATCH 2/2] CXL/cxl_type3: reset DVSEC CXL Control in ct3d_reset

[PATCH] raspi4b: Reduce RAM to 1Gb on 32-bit hosts
 2024-04-02  9:14 UTC  (2+ messages)

[PATCH for-9.0] tests/qtest: Fix STM32L4x5 GPIO test on 32-bit
 2024-04-02  9:06 UTC  (4+ messages)

[PATCH for-9.0] docs/about: Mark the iaspc machine type as deprecated
 2024-04-02  8:53 UTC  (6+ messages)

[PATCH v2 0/1] coroutine: avoid inserting duplicate coroutine to co_queue_wakeup
 2024-04-02  8:53 UTC  (4+ messages)
` [PATCH v2 1/1] nbd/server: do not poll within a coroutine context

vhost-user-blk reconnect issue
 2024-04-02  8:44 UTC  (7+ messages)

[PATCH 0/2] P11 support for QEMU
 2024-04-02  8:43 UTC  (8+ messages)
` [PATCH 1/2] ppc: pseries: add P11 cpu type
` [PATCH 2/2] ppc: powernv11: add base support for P11 PowerNV

[PATCH 0/1] Solve zero page causing multiple page faults
 2024-04-02  7:43 UTC  (3+ messages)
` [PATCH 1/1] migration/multifd: solve "

[PATCH v3] target/riscv: Fix the element agnostic function problem
 2024-04-02  7:01 UTC  (2+ messages)

[PATCH v4] target/riscv: Implement dynamic establishment of custom decoder
 2024-04-02  6:58 UTC  (2+ messages)

[PATCH] virtio-net: fix qemu set used ring flag even vhost started
 2024-04-02  6:53 UTC  (2+ messages)

[PATCH for-9.0] Fix some typos in documentation (found by codespell)
 2024-04-02  6:42 UTC  (3+ messages)

[PATCH 0/3] few hppa fixes for 64bit mode
 2024-04-02  6:29 UTC  (7+ messages)
` [PATCH 2/3] target/hppa: mask offset bits in gva

[PATCH v2 0/7] Move memory listener register to vhost_vdpa_init
 2024-04-02  6:19 UTC  (7+ messages)
` [PATCH v2 6/7] vdpa: move iova_tree allocation to net_vhost_vdpa_init

[PATCH] target/hppa: Fix IIAOQ, IIASQ for pa2.0
 2024-04-02  5:31 UTC  (2+ messages)

Intention to work on GSoC project
 2024-04-02  4:58 UTC  (5+ messages)

[RFC QEMU PATCH v8 0/1] S3 support
 2024-04-02  3:03 UTC  (12+ messages)
` [RFC QEMU PATCH v8 2/2] virtio-pci: implement No_Soft_Reset bit

[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-02  0:17 UTC  (3+ messages)
` [PATCH v10 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v10 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info

[PATCH v9 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
 2024-04-01 23:06 UTC  (4+ messages)
  ` [External] "

[PATCH] target/hppa: mask upper iaoq bits when returning to narrow mode
 2024-04-01 21:31 UTC  (8+ messages)

[PATCH-for-9.1 v2 0/3] rdma: Remove RDMA subsystem and pvrdma device
 2024-04-01 21:26 UTC  (8+ messages)
` [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling

/util/cpuinfo-aarch64.c:58:22: error: 'HWCAP_USCAT' undeclared
 2024-04-01 20:38 UTC  (6+ messages)

Point where target instructions are read
 2024-04-01 20:31 UTC  (2+ messages)

[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
 2024-04-01 18:44 UTC  (5+ messages)
` [PATCH v2 3/4] hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()

Advice on block QMP command coroutines
 2024-04-01 18:27 UTC 

[PATCH] migration, docs: mark RDMA migration as deprecated
 2024-04-01 16:28 UTC  (2+ messages)

[RFC PATCH-for-9.1 00/29] hw/i386/pc: Decouple ISA vs PCI-based machines
 2024-04-01 16:05 UTC  (3+ messages)
` [RFC PATCH-for-9.1 08/29] hw/i386/pc: Move CXLState to PcPciMachineState

[PATCH-for-9.0] hw/i386/pc: Restrict CXL to PCI-based machines
 2024-04-01 16:02 UTC  (2+ messages)

[PATCH] mem/cxl_type3: fix hpa to dpa logic
 2024-04-01 16:00 UTC  (4+ messages)

[PATCH v4 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-04-01 15:51 UTC  (6+ messages)
` [PATCH v4 1/7] qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field

[PATCH v2 0/5] *** Implement using Intel QAT to offload ZLIB
 2024-04-01 15:46 UTC  (7+ messages)
` [PATCH v2 2/5] migration: Add migration parameters for QATzip
` [PATCH v2 4/5] migration: Implement 'qatzip' methods using QAT
` [PATCH v2 5/5] tests/migration: Add integration test for 'qatzip' compression method

[PATCH net v3] virtio_net: Do not send RSS key if it is not supported
 2024-04-01 15:20 UTC  (4+ messages)

[PATCH for-9.1 00/26] x86, kvm: common confidential computing subset
 2024-04-01 15:03 UTC  (3+ messages)
` [PATCH 26/26] i386/kvm: Move architectural CPUID leaf generation to separate helper

[PATCH] gitlab-ci/cirrus: switch from 'master' to 'latest'
 2024-04-01 14:30 UTC  (2+ messages)

[PULL 0/2] Migration 20240331 patches
 2024-04-01 14:30 UTC  (4+ messages)
` [PULL 1/2] migration: Set migration error in migration_completion()
` [PULL 2/2] migration/postcopy: Ensure postcopy_start() sets errp if it fails

[PATCH for-9.1] migration: Add Error** argument to add_bitmaps_to_list()
 2024-04-01 14:06 UTC  (2+ messages)

[PATCH v2 0/4] mirror: allow specifying working bitmap
 2024-04-01 12:51 UTC  (3+ messages)
` [PATCH v2 1/4] qapi/block-core: avoid the re-use of MirrorSyncMode for backup

[PATCH v1 1/1] hw/riscv/boot.c: Support 64-bit address for initrd
 2024-04-01  7:51 UTC 

[PULL 0/8] ppc-for-9.0-3 queue
 2024-04-01 12:09 UTC  (10+ messages)
` [PULL 1/8] spapr: nested: use bitwise NOT operator for flags check
` [PULL 2/8] hw/ppc/spapr: Include missing 'sysemu/tcg.h' header
` [PULL 3/8] target/ppc/mmu-radix64: Use correct string format in walk_tree()
` [PULL 4/8] target/ppc: Restore [H]DEXCR to 64-bits
` [PULL 5/8] target/ppc: Fix GDB register indexing on secondary CPUs
` [PULL 6/8] target/ppc: Do not clear MSR[ME] on MCE interrupts to supervisor
` [PULL 7/8] tests/avocado: Fix ppc_hv_tests.py xorriso dependency guard
` [PULL 8/8] tests/avocado: ppc_hv_tests.py set alpine time before setup-alpine

[PULL for-9.0 0/2] 9p queue 2024-03-29
 2024-04-01 12:09 UTC  (4+ messages)
` [PULL for-9.0 1/2] qtest/virtio-9p-test.c: create/remove temp dirs after each test
` [PULL for-9.0 2/2] qtest/virtio-9p-test.c: remove g_test_slow() gate

[PULL 00/18] target/hppa patch queue
 2024-04-01 12:09 UTC  (2+ messages)

[RFC PATCH v2 0/6] cxl: add poison event handler
 2024-04-01  9:14 UTC  (6+ messages)
` [RFC PATCH v2 1/6] cxl/core: correct length of DPA field masks
` [RFC PATCH v2 5/6] cxl: add definition for transaction types

[PATCH v1] coroutine: avoid inserting duplicate coroutine to co_queue_wakeup
 2024-04-01  8:04 UTC  (2+ messages)

[PATCH] target/i386: fix direction of "32-bit MMU" test
 2024-04-01  6:02 UTC  (2+ messages)

qemu process consumes 100% host CPU after reverting snapshot
 2024-04-01  5:05 UTC  (3+ messages)

[PATCH v1 00/11] Add a host IOMMU device abstraction
 2024-04-01  3:59 UTC  (8+ messages)
` [PATCH v1 01/11] Introduce a common abstract struct HostIOMMUDevice

[PATCH v2 0/4] hw/nvme: FDP and SR-IOV enhancements
 2024-03-31 19:30 UTC  (5+ messages)
` [PATCH v2 1/4] hw/nvme: add Identify Endurance Group List
` [PATCH v2 2/4] hw/nvme: separate identify data for sec. ctrl list
` [PATCH v2 3/4] hw/nvme: Support SR-IOV VFs more than 127
` [PATCH v2 4/4] hw/nvme: Expand VI/VQ resource to uint32

[PULL 0/5] Net patches
 2024-03-31 19:21 UTC  (3+ messages)

[PATCH] lsi53c895a: detect invalid Block Move instruction
 2024-03-31 18:17 UTC 

[PATCH] linux-user/syscall.c: fix setsockopt(SOL_ALG, ALG_SET_KEY)
 2024-03-31 17:53 UTC  (2+ messages)

QEMU cirrus CI jobs failing to start
 2024-03-31 15:56 UTC 

[PULL 0/7] tcg + linux-user patch queue
 2024-03-31 15:42 UTC  (2+ messages)

Backdoor in xz, should we switch compression format for tarballs?
 2024-03-31  8:07 UTC  (3+ messages)

[PATCH] m25p80: Add support for the GD25WQ32E flash
 2024-03-30 20:35 UTC 

[PATCH v10 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-30 14:48 UTC  (9+ messages)
` [PATCH v10 14/23] hw/intc/arm_gicv3: Add irq non-maskable property
` [PATCH v10 17/23] hw/intc/arm_gicv3: Add NMI handling CPU interface registers

[PATCH v11 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-30 10:31 UTC  (24+ messages)
` [PATCH v11 01/23] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI
` [PATCH v11 02/23] target/arm: Add PSTATE.ALLINT
` [PATCH v11 03/23] target/arm: Add support for FEAT_NMI, Non-maskable Interrupt
` [PATCH v11 04/23] target/arm: Implement ALLINT MSR (immediate)
` [PATCH v11 05/23] target/arm: Support MSR access to ALLINT
` [PATCH v11 06/23] target/arm: Add support for Non-maskable Interrupt
` [PATCH v11 07/23] target/arm: Add support for NMI in arm_phys_excp_target_el()
` [PATCH v11 08/23] target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMI
` [PATCH v11 09/23] target/arm: Handle PSTATE.ALLINT on taking an exception
` [PATCH v11 10/23] hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPU
` [PATCH v11 11/23] hw/intc/arm_gicv3: Add external IRQ lines for NMI
` [PATCH v11 12/23] target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
` [PATCH v11 13/23] hw/intc: Enable FEAT_GICv3_NMI Feature
` [PATCH v11 14/23] hw/intc/arm_gicv3: Add irq non-maskable property
` [PATCH v11 15/23] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
` [PATCH v11 16/23] hw/intc/arm_gicv3: Implement GICD_INMIR
` [PATCH v11 17/23] hw/intc/arm_gicv3: Add NMI handling CPU interface registers
` [PATCH v11 18/23] hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()
` [PATCH v11 19/23] hw/intc/arm_gicv3: Implement NMI interrupt prioirty
` [PATCH v11 20/23] hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()
` [PATCH v11 21/23] hw/intc/arm_gicv3: Report the VINMI interrupt
` [PATCH v11 22/23] target/arm: Add FEAT_NMI to max
` [PATCH v11 23/23] hw/arm/virt: Add FEAT_GICv3_NMI feature support in virt GIC


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 read-only IMAP folder(s) and NNTP newsgroup(s).