qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-03 10:21:43 to 2024-04-04 19:56:55 UTC [more...]

[RFC PATCH-for-9.1] qapi: Do not generate commands/events/introspect code for user emulation
 2024-04-04 19:55 UTC 

[PATCH-for-9.1 0/7] buildsys: Start shrinking qemu-user build process
 2024-04-04 19:47 UTC  (8+ messages)
` [PATCH-for-9.1 1/7] ebpf: Restrict to system emulation
` [PATCH-for-9.1 2/7] yank: "
` [PATCH-for-9.1 3/7] monitor: Rework stubs to simplify user emulation linking
` [PATCH-for-9.1 4/7] util/qemu-config: Extract QMP commands to qemu-config-qmp.c
` [PATCH-for-9.1 5/7] hw/core: Restrict reset handlers API to system emulation
` [PATCH-for-9.1 6/7] hw/core: Move reset.c to hwcore_ss[] source set
` [PATCH-for-9.1 7/7] hw: Include minimal source set in user emulation build

[PATCH-for-9.0 0/4] hw/virtio: Protect from more DMA re-entrancy bugs
 2024-04-04 19:13 UTC  (5+ messages)
` [PATCH-for-9.0 1/4] hw/virtio: Introduce virtio_bh_new_guarded() helper
` [PATCH-for-9.0 2/4] hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
` [PATCH-for-9.0 3/4] hw/char/virtio-serial-bus: "
` [PATCH-for-9.0 4/4] hw/virtio/virtio-crypto: "

Intention to work on GSoC project
 2024-04-04 19:06 UTC  (6+ messages)

[PATCH] target/arm: Fix CNTPOFF_EL2 trap to missing EL3
 2024-04-04 16:36 UTC 

[PULL for-9.0 0/1] Block patches
 2024-04-04 17:26 UTC  (3+ messages)
` [PULL for-9.0 1/1] block/virtio-blk: Fix memory leak from virtio_blk_zone_report

[PULL 00/17] qemu-sparc queue 20240404
 2024-04-04 17:26 UTC  (19+ messages)
` [PULL 01/17] esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() function
` [PULL 02/17] esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()
` [PULL 03/17] esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()
` [PULL 04/17] esp.c: replace cmdfifo use of esp_fifo_pop() "
` [PULL 05/17] esp.c: change esp_fifo_push() to take ESPState
` [PULL 06/17] esp.c: change esp_fifo_pop() "
` [PULL 07/17] esp.c: use esp_fifo_push() instead of fifo8_push()
` [PULL 08/17] esp.c: change esp_fifo_pop_buf() to take ESPState
` [PULL 09/17] esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
` [PULL 10/17] esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS
` [PULL 11/17] esp.c: rework esp_cdb_length() into esp_cdb_ready()
` [PULL 12/17] esp.c: prevent cmdfifo overflow in esp_cdb_ready()
` [PULL 13/17] esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the file
` [PULL 14/17] esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to use it
` [PULL 15/17] esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
` [PULL 16/17] esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
` [PULL 17/17] esp.c: remove explicit setting of DRQ within ESP state machine

[PATCH] sh4: mac.l: implement saturation arithmetic logic
 2024-04-04 17:26 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2] hw/virtio: Fix packed virtqueue flush used_idx
 2024-04-04 16:57 UTC 

[PATCH v1] migration/postcopy: ensure preempt channel is ready before loading states
 2024-04-04 16:48 UTC  (4+ messages)

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

[PATCH v12 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-04-04 14:47 UTC  (32+ 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 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 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 20/23] hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()
` [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 for-9.1 v3 00/11] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-04-04 14:09 UTC  (16+ messages)
` [PATCH for-9.1 v3 01/11] libvhost-user: set msg.msg_control to NULL when it is empty
` [PATCH for-9.1 v3 02/11] libvhost-user: fail vu_message_write() if sendmsg() is failing
` [PATCH for-9.1 v3 03/11] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
` [PATCH for-9.1 v3 04/11] vhost-user-server: do not set memory fd non-blocking
` [PATCH for-9.1 v3 05/11] contrib/vhost-user-blk: fix bind() using the right size of the address
` [PATCH for-9.1 v3 06/11] vhost-user: enable frontends on any POSIX system
` [PATCH for-9.1 v3 07/11] libvhost-user: enable it "
` [PATCH for-9.1 v3 08/11] contrib/vhost-user-blk: "
` [PATCH for-9.1 v3 09/11] hostmem: add a new memory backend based on POSIX shm_open()
` [PATCH for-9.1 v3 10/11] tests/qtest/vhost-user-blk-test: use memory-backend-shm
` [PATCH for-9.1 v3 11/11] tests/qtest/vhost-user-test: add a test case for memory-backend-shm

[PATCH] xen-hvm: Avoid livelock while handling buffered ioreqs
 2024-04-04 14:08 UTC 

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-04-04 14:02 UTC  (7+ messages)
` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V8 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V8 7/8] gdbstub: Add helper function to unregister GDB register space

[PATCH] hw/nvme: Add support for setting the MQES for the NVMe emulation
 2024-04-04 13:59 UTC  (4+ messages)

[RFC PATCH v2 0/6] cxl: add poison event handler
 2024-04-04 13:46 UTC  (8+ 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] virtio-iommu: Do not process commands with bad size
 2024-04-04 12:50 UTC  (2+ messages)

[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-04 13:37 UTC  (8+ 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] block/virtio-blk: Fix memory leak from virtio_blk_zone_report
 2024-04-04 13:35 UTC  (2+ messages)

[PATCH v6 00/12] Enabling DCD emulation support in Qemu
 2024-04-04 13:32 UTC  (5+ messages)
` [PATCH v6 08/12] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v2 01/10] meson: Add optional dependency on IGVM library
 2024-04-04 12:36 UTC  (13+ 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 v3 00/17] [for-9.0] esp: avoid explicit setting of DRQ within ESP state machine
 2024-04-04 12:53 UTC  (4+ messages)

[PATCH] migration: Yield coroutine when receiving MIG_CMD_POSTCOPY_LISTEN
 2024-04-04 10:11 UTC  (12+ messages)

[PATCH for-9.1 0/9] Switch to glib URI parsing code
 2024-04-04  9:47 UTC  (6+ messages)
` [PATCH for-9.1 6/9] block/nbd: Use URI parsing code from glib

[PATCH v5] blockcommit: Reopen base image as RO after abort
 2024-04-04  9:11 UTC 

[PATCH-for-9.0] hw/sd/sdhci: Discard excess of data written to Buffer Data Port register
 2024-04-04  8:55 UTC 

Point where target instructions are read
 2024-04-04  8:53 UTC  (6+ messages)

[PATCH v3] nbd/server: do not poll within a coroutine context
 2024-04-04  1:42 UTC 

[PATCH] hw/usb: Check cycle bit before trace call
 2024-04-03 20:03 UTC 

TCG change broke MorphOS boot on sam460ex
 2024-04-03 22:23 UTC  (6+ messages)

Hermetic virtio-vsock in QEMU
 2024-04-03 21:30 UTC 

[PATCH 00/19] -Werror=maybe-uninitialized fixes
 2024-04-03 21:28 UTC  (12+ messages)
` [PATCH 06/19] block/stream: fix -Werror=maybe-uninitialized false-positives

[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

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

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

[PULL v2 0/6] lsi, vga fixes for 2024-04-02
 2024-04-03 16:45 UTC  (2+ 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)

[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  (3+ messages)

[PATCH v11 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-04-03 11:49 UTC  (5+ messages)
` [PATCH v11 18/23] hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()

[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 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  (3+ messages)

[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 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


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