QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 12:59:12 to 2024-04-03 21:29:48 UTC [more...]

[PATCH 00/19] -Werror=maybe-uninitialized fixes
 2024-04-03 21:28 UTC  (16+ messages)
` [PATCH 01/19] util/coroutine: fix -Werror=maybe-uninitialized false-positive
` [PATCH 06/19] block/stream: fix -Werror=maybe-uninitialized false-positives
` [PATCH 13/19] hw/virtio-blk: fix -Werror=maybe-uninitialized false-positive

[PATCH 0/1] Solve zero page causing multiple page faults
 2024-04-03 19:41 UTC  (4+ messages)
` [PATCH 1/1] migration/multifd: solve "

riscv disassembler error with pmpcfg0
 2024-04-03 18:16 UTC 

[PATCH 1/1] e1000: Get debug flags from an environment variable
 2024-04-03 18:44 UTC  (4+ messages)
` [PATCH v2] e1000: Convert debug macros into tracepoints

Intention to work on GSoC project
 2024-04-03 18:37 UTC  (5+ messages)

[PATCH v3] input-linux: Add option to not grab a device upon guest startup
 2024-04-03 18:33 UTC  (4+ messages)

[PATCH v6 00/12] Enabling DCD emulation support in Qemu
 2024-04-03 18:16 UTC  (3+ messages)
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

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

Point where target instructions are read
 2024-04-03 18:15 UTC  (3+ messages)

[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-03 17:04 UTC  (5+ 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

[RFC v2 0/5] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-04-03 16:51 UTC  (4+ messages)
` [RFC v2 1/5] virtio: Initialize sequence variables

[PULL v2 0/6] lsi, vga fixes for 2024-04-02
 2024-04-03 16:45 UTC  (2+ messages)

[PATCH] migration: Yield coroutine when receiving MIG_CMD_POSTCOPY_LISTEN
 2024-04-03 16:33 UTC  (13+ messages)

[PATCH v3 0/2] Changes necessary to work inside Xen device model stubdomain
 2024-04-03 15:43 UTC  (5+ messages)
` [PATCH v3 1/2] hw/xen: detect when running inside stubdomain
` [PATCH v3 2/2] xen: fix stubdom PCI addr

[PATCH net v4] virtio_net: Do not send RSS key if it is not supported
 2024-04-03 15:43 UTC 

[PATCH v2] hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabled
 2024-04-03 15:34 UTC  (3+ messages)

[RFC PATCH v2 0/6] cxl: add poison event handler
 2024-04-03 15:07 UTC  (7+ messages)
` [RFC PATCH v2 3/6] cxl/core: add report option for cxl_mem_get_poison()
` [RFC PATCH v2 4/6] cxl/core: report poison when injecting from debugfs

[PATCH] hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabled
 2024-04-03 13:37 UTC  (6+ messages)

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

[PATCH v11 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-04-03 11:49 UTC  (20+ messages)
` [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 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 v9 00/20] virtio-net RSS/hash report fixes and improvements
 2024-04-03 11:11 UTC  (21+ messages)
` [PATCH v9 01/20] tap: Remove tap_probe_vnet_hdr_len()
` [PATCH v9 02/20] tap: Remove qemu_using_vnet_hdr()
` [PATCH v9 03/20] net: Move virtio-net header length assertion
` [PATCH v9 04/20] net: Remove receive_raw()
` [PATCH v9 05/20] tap: Call tap_receive_iov() from tap_receive()
` [PATCH v9 06/20] tap: Shrink zeroed virtio-net header
` [PATCH v9 07/20] virtio-net: Do not propagate ebpf-rss-fds errors
` [PATCH v9 08/20] virtio-net: Add only one queue pair when realizing
` [PATCH v9 09/20] virtio-net: Copy header only when necessary
` [PATCH v9 10/20] virtio-net: Shrink header byte swapping buffer
` [PATCH v9 11/20] virtio-net: Disable RSS on reset
` [PATCH v9 12/20] virtio-net: Unify the logic to update NIC state for RSS
` [PATCH v9 13/20] virtio-net: Return an error when vhost cannot enable RSS
` [PATCH v9 14/20] virtio-net: Report RSS warning at device realization
` [PATCH v9 15/20] virtio-net: Always set populate_hash
` [PATCH v9 16/20] virtio-net: Do not write hashes to peer buffer
` [PATCH v9 17/20] ebpf: Fix RSS error handling
` [PATCH v9 18/20] ebpf: Return 0 when configuration fails
` [PATCH v9 19/20] ebpf: Refactor tun_rss_steering_prog()
` [PATCH v9 20/20] ebpf: Add a separate target for skeleton

[PATCH v2 01/10] meson: Add optional dependency on IGVM library
 2024-04-03 11:11 UTC  (10+ messages)
` [PATCH v2 02/10] backends/confidential-guest-support: Add IGVM file parameter
` [PATCH v2 03/10] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files
` [PATCH v2 05/10] i386/pc: Process IGVM file during PC initialization if present
` [PATCH v2 06/10] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v2 07/10] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v2 08/10] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH v2 09/10] docs/system: Add documentation on support for IGVM
` [PATCH v2 10/10] docs/interop/firmware.json: Add igvm to FirmwareDevice

[PATCH v2 00/10] Introduce support for IGVM files
 2024-04-03 11:11 UTC 

[RFC PATCH 00/12] SMMUv3 nested translation support
 2024-04-03 10:39 UTC  (12+ messages)
` [RFC PATCH 01/12] hw/arm/smmu: Use enum for SMMU stage
` [RFC PATCH 02/12] hw/arm/smmu: Split smmuv3_translate()
` [RFC PATCH 03/12] hw/arm/smmu: Add stage to TLB

[PATCH 0/6 qemu] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-04-03 10:29 UTC  (7+ messages)
` [PATCH 1/6] hw/acpi/GI: Fix trivial parameter alignment issue
` [PATCH 2/6] hw/acpi: Insert an acpi-generic-node base under acpi-generic-initiator
` [PATCH 3/6] hw/acpi: Generic Port Affinity Structure support
` [PATCH 4/6] bios-tables-test: Allow for new acpihmat-generic-x test data
` [PATCH 5/6] bios-tables-test: Add complex SRAT / HMAT test for GI GP
` [PATCH 6/6] bios-tables-test: Add data for complex numa test (GI, GP etc)

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

[PATCH 1/2] scsi-disk: Introduce the migrate_emulate_scsi_request field
 2024-04-03 10:21 UTC  (2+ messages)
` [PATCH 2/2] scsi-disk: Fix the migration crash of the CDROM device with USB bus

[PATCH] migration, docs: mark RDMA migration as deprecated
 2024-04-03  9:38 UTC  (2+ messages)

[PATCH-for-9.1 v2 0/3] rdma: Remove RDMA subsystem and pvrdma device
 2024-04-03  9:37 UTC  (10+ messages)
` [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling

[PATCH-for-9.1 v2 0/3] target/nios2: Remove the deprecated Nios II target
 2024-04-03  9:36 UTC  (2+ messages)

[PATCH] linux-user: Add FITRIM ioctl
 2024-04-03  9:20 UTC 

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

[PATCH] Fix incorrect disassembly format for certain RISC-V instructions
 2024-04-03  9:14 UTC  (4+ messages)

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

[PATCH v3] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
 2024-04-03  7:08 UTC 

[PATCH] sh4: mac.w: memory accesses are 16-bit words
 2024-04-03  6:32 UTC  (3+ messages)

[PATCH] hw/virtio: Fix packed virtqueue flush used_idx
 2024-04-03  5:58 UTC  (2+ messages)

[PATCH v2] input-linux: Add option to not grab a device upon guest startup
 2024-04-03  5:55 UTC  (6+ messages)

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

TCG change broke MorphOS boot on sam460ex
 2024-04-03  5:15 UTC  (5+ messages)

[PATCH 0/2] P11 support for QEMU
 2024-04-03  4:26 UTC  (2+ messages)

[PATCH v2] linux-user/syscall: xtensa: fix ipc_perm conversion
 2024-04-03  0:01 UTC  (2+ messages)

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

[ANNOUNCE] QEMU 9.0.0-rc2 is now available
 2024-04-02 21:38 UTC 

[PATCH v2 0/4] mirror: allow specifying working bitmap
 2024-04-02 20:14 UTC  (3+ messages)
` [PATCH v2 2/4] "

[PATCH] tests/qtest: Standardize qtest function caller strings
 2024-04-02 18:46 UTC  (4+ messages)

[PULL 00/15] Misc HW patches for 2024-04-02
 2024-04-02 16:51 UTC  (17+ messages)
` [PULL 01/15] accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition
` [PULL 02/15] gdbstub: Correct invalid mentions of 'softmmu' by 'system'
` [PULL 03/15] gdbstub/system: Rename 'user_ctx' argument as 'ctx'
` [PULL 04/15] target/ppc: Rename init_excp_4xx_softmmu() -> init_excp_4xx()
` [PULL 05/15] hw/arm/smmu: Avoid using inlined functions with external linkage again
` [PULL 06/15] accel/hvf: Un-inline hvf_arch_supports_guest_debug()
` [PULL 07/15] qtest/libqos: Reduce size_to_prdtl() declaration scope
` [PULL 08/15] MAINTAINERS: Fix error-report.c entry
` [PULL 09/15] hw/i386/pc: Restrict CXL to PCI-based machines
` [PULL 10/15] block: Remove unnecessary NULL check in bdrv_pad_request()
` [PULL 11/15] plugins: fix -Werror=maybe-uninitialized false-positive
` [PULL 12/15] hw/nvme: fix -Werror=maybe-uninitialized
` [PULL 13/15] gpio/pca955x: Update maintainer email address
` [PULL 14/15] hw/xen_evtchn: Initialize flush_kvm_routes
` [PULL 15/15] hw/net/virtio-net: fix qemu set used ring flag even vhost started

[PULL 0/4] Trivial patches for 2024-04-02
 2024-04-02 15:24 UTC  (5+ messages)

[PULL 0/7] lsi, vga fixes for 2024-04-02
 2024-04-02 15:22 UTC  (9+ messages)
` [PULL 1/7] vga: merge conditionals on shift control register
` [PULL 2/7] vga: move computation of dirty memory region later
` [PULL 3/7] vga: adjust dirty memory region if pel panning is active
` [PULL 4/7] vga: do not treat horiz pel panning value of 8 as "enabled"
` [PULL 5/7] lsi53c895a: avoid out of bounds access to s->msg[]
` [PULL 6/7] lsi53c895a: detect invalid Block Move instruction
` [PULL 7/7] pc_q35: remove unnecessary m->alias assignment

[PATCH 0/1] virtio-pci: Fix the crash when the vector changes back from VIRTIO_NO_VECTOR
 2024-04-02 15:00 UTC  (2+ messages)
` [PATCH 1/1] "

[PULL v2 0/4] Trivial patches for 2024-04-02
 2024-04-02 13:33 UTC  (2+ messages)

Patch for qemu-project/qemu#2247 issue
 2024-04-02 13:30 UTC  (5+ messages)

[PATCH] Makefile: preserve --jobserver-auth argument when calling ninja
 2024-04-02  8:17 UTC 

[PATCH v8] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-04-02 13:01 UTC  (6+ messages)


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).