qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-08 04:56:03 to 2024-04-08 17:52:17 UTC [more...]

[PULL 00/35] misc patch queue
 2024-04-08 17:49 UTC  (14+ messages)
` [PULL 01/35] tcg/optimize: Do not attempt to constant fold neg_vec
` [PULL 02/35] linux-user: Fix waitid return of siginfo_t and rusage
` [PULL 06/35] linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
` [PULL 08/35] linux-user: replace calloc() with g_new0()
` [PULL 12/35] target/sh4: Fix mac.l with saturation enabled
` [PULL 14/35] target/sh4: add missing CHECK_NOT_DELAY_SLOT
` [PULL 15/35] target/m68k: Map FPU exceptions to FPSR register
` [PULL 17/35] target/m68k: Perform the semihosting test during translate
` [PULL 19/35] tcg: Add TCGContext.emit_before_op
` [PULL 20/35] accel/tcg: Add insn_start to DisasContextBase
` [PULL 23/35] target/i386: Preserve DisasContextBase.insn_start across rewind
` [PULL 32/35] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PULL 35/35] util/bufferiszero: Simplify test_buffer_is_zero_next_accel

[PATCH v4] hw/virtio: Fix packed virtqueue flush used_idx
 2024-04-08 17:32 UTC  (2+ messages)

[PATCH v2 0/7] buildsys: Start shrinking qemu-user build process
 2024-04-08 17:14 UTC  (37+ messages)
` [PATCH v2 01/18] meson: do not link pixman automatically into all targets
` [PATCH v2 02/18] tests: only build plugins if TCG is enabled
` [PATCH v2 03/18] ebpf: Restrict to system emulation
` [PATCH v2 04/18] tests/unit: match some unit tests to corresponding feature switches
` [PATCH v2 05/18] yank: only build if needed
` [PATCH v2 06/18] util/qemu-config: Extract QMP commands to qemu-config-qmp.c
` [PATCH v2 07/18] hw/core: Move system emulation files to system_ss
` [PATCH v2 08/18] hw: Include minimal source set in user emulation build
` [PATCH v2 09/18] stubs: remove obsolete stubs
` [PATCH v2 10/18] hw/usb: move stubs out of stubs/
` [PATCH v2 11/18] hw/virtio: "
` [PATCH v2 12/18] semihosting: "
` [PATCH v2 13/18] ramfb: "
` [PATCH v2 14/18] memory-device: "
` [PATCH v2 15/18] colo: "
` [PATCH v2 16/18] stubs: split record/replay stubs further
` [PATCH v2 17/18] stubs: include stubs only if needed
` [PATCH v2 18/18] stubs: move monitor_fdsets_cleanup with other fdset stubs

[PATCH-for-9.0] hw/sd/sdhci: Discard excess of data written to Buffer Data Port register
 2024-04-08 16:42 UTC  (4+ messages)

[PATCH-for-9.0? 0/3] hw/block/nand: Fix out-of-bound access in NAND block buffer
 2024-04-08 16:39 UTC  (9+ messages)
` [PATCH-for-9.0? 1/3] hw/block/nand: Factor nand_load_iolen() method out
` [PATCH-for-9.0? 2/3] hw/block/nand: Have blk_load() return boolean indicating success
` [PATCH-for-9.0? 3/3] hw/block/nand: Fix out-of-bound access in NAND block buffer

[PATCH for-9.0] nanomips: fix warnings with GCC 14
 2024-04-08 16:30 UTC  (2+ messages)

[PATCH-for-9.1 v2 0/3] rdma: Remove RDMA subsystem and pvrdma device
 2024-04-08 16:18 UTC  (11+ messages)
` [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling

[PATCH v5 for-9.0? 0/2] Fix NBD TLS poll in coroutine
 2024-04-08 16:00 UTC  (3+ messages)
` [PATCH v5 1/2] nbd/server: do not poll within a coroutine context
` [PATCH v5 2/2] nbd/server: Mark negotiation functions as coroutine_fn

[PATCH-for-9.0?] backends/cryptodev: Do not abort for invalid session ID
 2024-04-08 15:45 UTC 

[PATCH 0/2] Fix: qtest/migration: Improve multifd_tcp_channels_none test
 2024-04-08 15:40 UTC  (5+ messages)
` [PATCH 1/2] Fix typo to allow migrate_qmp_fail command with 'channels' argument
` [PATCH 2/2] Call args->connect_channels to actually test multifd_tcp_channels_none qtest

[RFC v3 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-04-08 15:34 UTC  (7+ messages)
` [RFC v3 1/6] virtio: Add bool to VirtQueueElement
` [RFC v3 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
` [RFC v3 3/6] virtio: virtqueue_ordered_fill "
` [RFC v3 4/6] virtio: virtqueue_ordered_flush "
` [RFC v3 5/6] vhost, vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
` [RFC v3 6/6] virtio: Add VIRTIO_F_IN_ORDER property definition

[PULL 0/2] target-arm queue
 2024-04-08 15:23 UTC  (3+ messages)
` [PULL 1/2] target/arm: Fix CNTPOFF_EL2 trap to missing EL3
` [PULL 2/2] target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3

[PATCH-for-9.0 0/4] hw/virtio: Protect from more DMA re-entrancy bugs
 2024-04-08 15:20 UTC  (7+ messages)
` [PATCH-for-9.0 3/4] hw/char/virtio-serial-bus: Protect from "

[PATCH] kvm: error out of kvm_irqchip_add_msi_route() in case of full route table
 2024-04-08 15:00 UTC  (2+ messages)

[PATCH-for-9.0? 0/2] hw/sd/sdcard: Avoid OOB in sd_read_byte()
 2024-04-08 14:36 UTC  (4+ messages)
` [RFC PATCH-for-9.0? 1/2] hw/sd/sdcard: Avoid OOB in sd_read_byte() during unexpected CMD switch
` [PATCH-for-9.1 2/2] hw/sd/sdcard: Assert @data_offset is in range

[PATCH-for-9.0? 0/2] hw/net/lan9118: Fix overflow in TX FIFO
 2024-04-08 14:24 UTC  (5+ messages)
` [PATCH-for-9.0? 1/2] hw/net/lan9118: Replace magic '2048' value by 'PKT_SIZE' definition
` [PATCH-for-9.0? 2/2] hw/net/lan9118: Fix overflow in TX FIFO

[PATCH v4] nbd/server: do not poll within a coroutine context
 2024-04-08 14:12 UTC  (3+ messages)

[RFC PATCH v2 00/13] SMMUv3 nested translation support
 2024-04-08 14:08 UTC  (14+ messages)
` [RFC PATCH v2 01/13] hw/arm/smmu: Use enum for SMMU stage
` [RFC PATCH v2 02/13] hw/arm/smmu: Split smmuv3_translate()
` [RFC PATCH v2 03/13] hw/arm/smmu: Consolidate ASID and VMID types
` [RFC PATCH v2 04/13] hw/arm/smmuv3: Translate CD and TT using stage-2 table
` [RFC PATCH v2 05/13] hw/arm/smmu-common: Support nested translation
` [RFC PATCH v2 06/13] hw/arm/smmu: Support nesting in smmuv3_range_inval()
` [RFC PATCH v2 07/13] hw/arm/smmu: Support nesting in the rest of commands
` [RFC PATCH v2 08/13] hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
` [RFC PATCH v2 09/13] hw/arm/smmuv3: Support and advertise nesting
` [RFC PATCH v2 10/13] hw/arm/smmuv3: Advertise S2FWB
` [RFC PATCH v2 11/13] hw/arm/smmu: Refactor SMMU OAS
` [RFC PATCH v2 12/13] hw/arm/smmuv3: Add property for OAS
` [RFC PATCH v2 13/13] hw/arm/virt: Set SMMU OAS based on CPU PARANGE

[PATCH for-9.0? 0/9] accel/tcg: Fix can_do_io vs 2nd page mmio
 2024-04-08 13:13 UTC  (18+ messages)
` [PATCH 1/9] tcg: Add TCGContext.emit_before_op
` [PATCH 2/9] accel/tcg: Add insn_start to DisasContextBase
` [PATCH 3/9] target/arm: Use insn_start from DisasContextBase
` [PATCH 4/9] target/hppa: "
` [PATCH 6/9] target/microblaze: "
` [PATCH 7/9] target/riscv: "
` [PATCH 8/9] target/s390x: "
` [PATCH 9/9] accel/tcg: Improve can_do_io management

[PATCH] xen-hvm: Avoid livelock while handling buffered ioreqs
 2024-04-08 13:12 UTC  (5+ messages)

[PATCH RESEND 0/2] Fix crash of VMs configured with the CDROM device
 2024-04-08 12:08 UTC  (3+ messages)
` [PATCH RESEND 1/2] scsi-disk: Introduce the migrate_emulate_scsi_request field
` [PATCH RESEND 2/2] scsi-disk: Fix crash of VMs configured with the CDROM device

How to use pxb-pcie in correct way?
 2024-04-08 11:58 UTC 

[PATCH-for-9.0? 0/2] hw/misc/applesmc: Fix memory leak
 2024-04-08 11:17 UTC  (6+ messages)
` [PATCH-for-9.0? 1/2] hw/misc/applesmc: Do not call DeviceReset() from DeviceRealize()
` [PATCH-for-9.0? 2/2] hw/misc/applesmc: Fix memory leak in reset() handler

[PATCH-for-9.1 0/7] buildsys: Start shrinking qemu-user build process
 2024-04-08 10:59 UTC  (15+ 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.0?] hw/net/smc91c111: Fix out of bounds access in packets buffer
 2024-04-08 10:28 UTC  (2+ messages)

[PATCH] Revert "hw/virtio: Add support for VDPA network simulation devices"
 2024-04-08 10:17 UTC  (4+ messages)

[PATCH 0/2] virtio-net: Fix RSS
 2024-04-08 10:13 UTC  (3+ messages)
` [PATCH 1/2] virtio-net: Fix vhost virtqueue notifiers for RSS

[PATCH] target/i386: fix direction of "32-bit MMU" test
 2024-04-08  9:35 UTC  (4+ messages)

[PATCH] hcd-ohci: Fix inconsistency when resetting ohci root hubs
 2024-04-08  9:17 UTC  (2+ messages)

[PATCH] target/sh4: add missing CHECK_NOT_DELAY_SLOT
 2024-04-08  8:57 UTC  (2+ messages)

[PATCH 00/32] accel/tcg: Improve disassembly for target and plugin
 2024-04-08  8:53 UTC  (3+ messages)
` [PATCH 30/32] target/rx: Use translator_ld*

[PATCH] sh4: mac.w: implement saturation arithmetic logic
 2024-04-08  8:52 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/5] Check host IOMMU compatilibity with vIOMMU
 2024-04-08  8:44 UTC  (6+ messages)
` [PATCH v2 1/5] intel_iommu: Extract out vtd_cap_init() to initialize cap/ecap
` [PATCH v2 2/5] intel_iommu: Implement set/unset_iommu_device() callback
` [PATCH v2 3/5] intel_iommu: Add a framework to do compatibility check with host IOMMU cap/ecap
` [PATCH v2 4/5] intel_iommu: Check for compatibility with legacy device
` [PATCH v2 5/5] intel_iommu: Check for compatibility with iommufd backed device

[PATCH v2 00/10] Add a host IOMMU device abstraction
 2024-04-08  8:12 UTC  (11+ messages)
` [PATCH v2 01/10] backends: Introduce abstract HostIOMMUDevice
` [PATCH v2 02/10] vfio: Introduce HIODLegacyVFIO device
` [PATCH v2 03/10] backends/iommufd: Introduce abstract HIODIOMMUFD device
` [PATCH v2 04/10] vfio/iommufd: Introduce HIODIOMMUFDVFIO device
` [PATCH v2 05/10] vfio: Implement get_host_iommu_info() callback
` [PATCH v2 06/10] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
` [PATCH v2 07/10] backends/iommufd: Implement get_host_iommu_info() callback
` [PATCH v2 08/10] vfio: Create host IOMMU device instance
` [PATCH v2 09/10] hw/pci: Introduce pci_device_set/unset_iommu_device()
` [PATCH v2 10/10] vfio: Pass HostIOMMUDevice to vIOMMU

[PATCH for-9.1 v3 00/11] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-04-08  8:14 UTC  (10+ messages)
` [PATCH for-9.1 v3 08/11] contrib/vhost-user-blk: enable it on any POSIX system
` [PATCH for-9.1 v3 09/11] hostmem: add a new memory backend based on POSIX shm_open()

[PATCH v9 00/20] virtio-net RSS/hash report fixes and improvements
 2024-04-08  8:11 UTC  (10+ messages)
` [PATCH v9 16/20] virtio-net: Do not write hashes to peer buffer

[PATCH] Makefile: preserve --jobserver-auth argument when calling ninja
 2024-04-08  8:05 UTC  (2+ messages)

[PATCH] vhost: don't set vring call if no enabled msix
 2024-04-08  7:33 UTC  (3+ messages)
  ` [PATCH v2] vhost: don't set vring call if guest notifiers is not enabled

[PATCH] hw/virtio: Add support for VDPA network simulation devices
 2024-04-08  7:29 UTC  (6+ messages)

[PATCH 1/1] virtio-net: fix bug 1451 aka "assert(!virtio_net_get_subqueue(nc)->async_tx.elem); "
 2024-04-08  7:26 UTC  (2+ messages)

[PULL 0/5] Net patches
 2024-04-08  6:42 UTC  (3+ messages)

[PATCH 1/1] ebpf: Added traces back. Changed source set for eBPF to 'system'
 2024-04-08  6:30 UTC  (2+ messages)

[PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
 2024-04-08  6:08 UTC  (7+ messages)
` [PATCH v3 2/4] target/sh4: Merge mach and macl into a union
` [PATCH v3 3/4] target/sh4: Fix mac.l with saturation enabled
` [PATCH v3 4/4] target/sh4: Fix mac.w "

[PATCH 0/1] virtio-pci: Fix the crash when the vector changes back from VIRTIO_NO_VECTOR
 2024-04-08  5:58 UTC  (8+ messages)
` [PATCH 1/1] "

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


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