qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 21:18:43 to 2020-03-25 12:48:16 UTC [more...]

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-25 12:47 UTC  (29+ messages)
` [PATCH v1 07/22] intel_iommu: add set/unset_iommu_context callback
` [PATCH v1 08/22] vfio: init HostIOMMUContext per-container
` [PATCH v1 12/22] intel_iommu: add PASID cache management infrastructure
` [PATCH v1 13/22] vfio: add bind stage-1 page table support
` [PATCH v1 14/22] intel_iommu: bind/unbind guest page table to host
` [PATCH v1 17/22] intel_iommu: do not pass down pasid bind for PASID #0
` [PATCH v1 18/22] vfio: add support for flush iommu stage-1 cache
` [PATCH v1 21/22] intel_iommu: process PASID-based Device-TLB invalidation

[PATCH for-5.0 v2 0/4] bug fixes extracted from larger qcow2 zero bit work
 2020-03-25 12:42 UTC  (3+ messages)
` [PATCH v2 3/4] qcow2: Avoid feature name extension on small cluster size

[RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2020-03-25 12:42 UTC  (3+ messages)

backup transaction with io-thread core dumps
 2020-03-25 12:39 UTC  (11+ messages)

[PATCH v2 0/2] Rework iotests finding
 2020-03-25 12:35 UTC  (5+ messages)
` [PATCH v2 1/2] iotests: define group in each iotests
` [PATCH v2 2/2] iotests: rework test finding

[PATCH 00/13] microvm: add acpi support
 2020-03-25 12:32 UTC  (10+ messages)
` [PATCH 04/13] microvm: add minimal "

[PATCH] Acceptance test: Fix to EXEC migration
 2020-03-25 12:30 UTC  (2+ messages)
` [PATCH-for-5.0 v3] "

[PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer
 2020-03-25 12:20 UTC  (7+ messages)
` [PATCH v5 1/3] scsi/esp-pci: add g_assert() for fix clang analyzer warning in esp_pci_io_write()
` [PATCH v5 2/3] display/blizzard: use extract16() for fix clang analyzer warning in blizzard_draw_line16_32()
` [PATCH v5 3/3] timer/exynos4210_mct: Remove redundant statement in exynos4210_mct_write()

[PATCH-for-5.0] qga-posix: Avoid crashing process when failing to allocate memory
 2020-03-25 12:10 UTC  (3+ messages)

[PATCH for-5.0 0/6] Several error use-after-free
 2020-03-25 12:01 UTC  (10+ messages)
` [PATCH 2/6] block/mirror: fix use after free of local_err
` [PATCH 6/6] qga/commands-posix: "

[PATCH v4 0/2] Replaced locks with lock guard macros
 2020-03-25 11:35 UTC  (7+ messages)

[PATCH v1 for 5.0 00/11] testing/next
 2020-03-25 11:21 UTC  (6+ messages)
` [PATCH v1 06/11] configure: disable MTTCG for MIPS guests

[PATCH for-5.0, v1] target/mips: Fix loongson multimedia condition instructions
 2020-03-25 11:13 UTC  (5+ messages)

[PULL 0/2] Fixes 20200325 patches
 2020-03-25 10:58 UTC  (3+ messages)
` [PULL 1/2] ui/input-linux: Do not ignore ioctl() return value
` [PULL 2/2] hw/audio/fmopl: fix segmentation fault

[PATCH v6 00/42] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-03-25 10:59 UTC  (76+ messages)
` [PATCH v6 01/42] nvme: rename trace events to nvme_dev
` [PATCH v6 03/42] nvme: move device parameters to separate struct
` [PATCH v6 04/42] nvme: bump spec data structures to v1.3
` [PATCH v6 05/42] nvme: use constant for identify data size
` [PATCH v6 06/42] nvme: add identify cns values in header
` [PATCH v6 07/42] nvme: refactor nvme_addr_read
` [PATCH v6 08/42] nvme: add support for the abort command
` [PATCH v6 09/42] nvme: add max_ioqpairs device parameter
` [PATCH v6 10/42] nvme: refactor device realization
` [PATCH v6 11/42] nvme: add temperature threshold feature
` [PATCH v6 12/42] nvme: add support for the get log page command
` [PATCH v6 13/42] nvme: add support for the asynchronous event request command
` [PATCH v6 14/42] nvme: add missing mandatory features
` [PATCH v6 15/42] nvme: additional tracing
` [PATCH v6 16/42] nvme: make sure ncqr and nsqr is valid
` [PATCH v6 17/42] nvme: add log specific field to trace events
` [PATCH v6 18/42] nvme: support identify namespace descriptor list
` [PATCH v6 19/42] nvme: enforce valid queue creation sequence
` [PATCH v6 20/42] nvme: provide the mandatory subnqn field
` [PATCH v6 21/42] nvme: bump supported version to v1.3
` [PATCH v6 22/42] nvme: memset preallocated requests structures
` [PATCH v6 23/42] nvme: add mapping helpers
` [PATCH v6 24/42] nvme: remove redundant has_sg member
` [PATCH v6 25/42] nvme: refactor dma read/write
` [PATCH v6 26/42] nvme: pass request along for tracing
` [PATCH v6 27/42] nvme: add request mapping helper
` [PATCH v6 28/42] nvme: verify validity of prp lists in the cmb
` [PATCH v6 29/42] nvme: refactor request bounds checking
` [PATCH v6 30/42] nvme: add check for mdts
` [PATCH v6 31/42] nvme: add check for prinfo
` [PATCH v6 32/42] nvme: allow multiple aios per command
` [PATCH v6 33/42] nvme: use preallocated qsg/iov in nvme_dma_prp
` [PATCH v6 35/42] nvme: handle dma errors
` [PATCH v6 36/42] nvme: add support for scatter gather lists
` [PATCH v6 37/42] nvme: refactor identify active namespace id list
` [PATCH v6 38/42] nvme: support multiple namespaces
` [PATCH v6 42/42] nvme: make lba data size configurable

[PATCH v3] migration: use "" instead of (null) for tls-authz
 2020-03-25 10:40 UTC  (2+ messages)

[PATCH v5 00/26] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-03-25 10:25 UTC  (46+ messages)
  ` [PATCH v5 08/26] nvme: refactor device realization
  ` [PATCH v5 09/26] nvme: add temperature threshold feature
  ` [PATCH v5 12/26] nvme: add missing mandatory features
  ` [PATCH v5 15/26] nvme: bump supported specification to 1.3
  ` [PATCH v5 16/26] nvme: refactor prp mapping
  ` [PATCH v5 20/26] nvme: handle dma errors
  ` [PATCH v5 21/26] nvme: add support for scatter gather lists
  ` [PATCH v5 22/26] nvme: support multiple namespaces
  ` [PATCH v5 17/26] nvme: allow multiple aios per command
  ` [PATCH v5 10/26] nvme: add support for the get log page command
  ` [PATCH v5 14/26] nvme: make sure ncqr and nsqr is valid

[PATCH 0/3] Three trivial patchs
 2020-03-25 10:14 UTC  (8+ messages)
` [PATCH 1/3] gdbstub: prevent uninitialized warning
` [PATCH 2/3] virtio-crypto: fix 80-char limit violations in virtio_crypto_device_realize()
` [PATCH 3/3] crypto: Redundant type conversion for AES_KEY pointer

[PATCH 0/3] target/mips: Add loongson gs464 core
 2020-03-25 10:05 UTC  (4+ messages)
` [PATCH 1/3] target/mips: Introduce loongson ext & mmi ASE flags
` [PATCH 2/3] target/mips: Add loongson ext lsdc2 instrustions
` [PATCH 3/3] target/mips: Add loongson gs464 core

[PATCH for-5.0 0/2] fix qemu crash with memory-backend-* prealloc=yes
 2020-03-25  9:55 UTC  (4+ messages)
` [PATCH for-5.0 1/2] hostmem: set default prealloc_threads to valid value
` [PATCH for-5.0 2/2] tests: numa: test one backend with prealloc enabled

[RFC] hw/usb/xen-usb.c: Pass struct usbback_req* to usbback_packet_complete()
 2020-03-25  9:48 UTC  (2+ messages)

Qemu master crashing on boot when using file backend for memory
 2020-03-25  9:46 UTC  (4+ messages)

[PATCH v3 0/2] COLO: handling of the full primary or secondary queue
 2020-03-25  9:43 UTC  (3+ messages)
` [PATCH v3 1/2] net/colo-compare.c: Fix memory leak in packet_enqueue()
` [PATCH v3 2/2] net/colo-compare.c: handling of the full primary or secondary queue

[Bug 1868116] Re: QEMU monitor no longer works
 2020-03-25  9:25 UTC  (4+ messages)

[Bug 1866892] [NEW] guest OS catches a page fault bug when running dotnet
 2020-03-25  9:14 UTC  (3+ messages)
` [Bug 1866892] "

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-03-25  9:14 UTC  (4+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 2/8] i2c: i801: "

[PATCH] qemu: Do not include file if not exists
 2020-03-25  8:52 UTC  (2+ messages)

[PATCH] nvme: Print 'cqid' for nvme_del_cq
 2020-03-25  8:39 UTC  (2+ messages)

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-03-25  8:10 UTC  (3+ messages)
` [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization

[PATCH] linux-user, configure: fix (again) syscall_nr.h dependencies cleanup
 2020-03-25  7:57 UTC 

[PULL v2 0/5] Linux user for 5.0 patches
 2020-03-25  7:41 UTC  (6+ messages)

[PATCH v1] hw/i386: disable smbus migration for xenpv
 2020-03-25  7:25 UTC  (4+ messages)
` [PATCH v3] piix: fix xenfv regression, add compat machine xenfv-qemu4

[PATCH 1/2] util/bufferiszero: assign length_to_accel value for each accelerator case
 2020-03-25  6:50 UTC  (2+ messages)
` [PATCH 2/2] util/bufferiszero: improve avx2 accelerator

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach
 2020-03-25  5:59 UTC 

[PATCH v2 0/1] COLO: Fix memory leak in packet_enqueue()
 2020-03-25  5:42 UTC  (8+ messages)
` [PATCH v2 1/1] net/colo-compare.c: "

[PATCH v15 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-25  5:31 UTC  (12+ messages)

[PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
 2020-03-25  2:32 UTC  (2+ messages)

[PATCH v16 QEMU 00/16] Add migration support for VFIO devices
 2020-03-25  2:19 UTC  (19+ messages)
` [PATCH v16 QEMU 01/16] vfio: KABI for migration interface - Kernel header placeholder
` [PATCH v16 QEMU 02/16] vfio: Add function to unmap VFIO region
` [PATCH v16 QEMU 03/16] vfio: Add vfio_get_object callback to VFIODeviceOps
` [PATCH v16 QEMU 04/16] vfio: Add save and load functions for VFIO PCI devices
` [PATCH v16 QEMU 05/16] vfio: Add migration region initialization and finalize function
` [PATCH v16 QEMU 06/16] vfio: Add VM state change handler to know state of VM
` [PATCH v16 QEMU 07/16] vfio: Add migration state change notifier
` [PATCH v16 QEMU 08/16] vfio: Register SaveVMHandlers for VFIO device
` [PATCH v16 QEMU 09/16] vfio: Add save state functions to SaveVMHandlers
` [PATCH v16 QEMU 10/16] vfio: Add load "
` [PATCH v16 QEMU 11/16] iommu: add callback to get address limit IOMMU supports
` [PATCH v16 QEMU 12/16] memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
` [PATCH v16 QEMU 13/16] vfio: Add function to start and stop dirty pages tracking
` [PATCH v16 QEMU 14/16] vfio: Add vfio_listener_log_sync to mark dirty pages
` [PATCH v16 QEMU 15/16] vfio: Add ioctl to get dirty pages bitmap during dma unmap
` [PATCH v16 QEMU 16/16] vfio: Make vfio-pci device migration capable

[PATCH v16 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-25  2:18 UTC  (7+ messages)
` [PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
` [PATCH v16 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

[RFC PATCH v2 0/7] s390x/vfio_ccw: Channel Path Handling [QEMU]
 2020-03-25  2:24 UTC  (4+ messages)
` [RFC PATCH v2 1/7] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-25  2:11 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/2] introduction of migration_version attribute for VFIO live migration
 2020-03-25  0:56 UTC  (8+ messages)
    `  "

[PATCH 0/6] dwc-hsotg (aka dwc2) USB host contoller emulation
 2020-03-24 23:32 UTC  (3+ messages)

[PATCH v9 00/14] iotests: use python logging
 2020-03-24 23:21 UTC  (15+ messages)
` [PATCH v9 01/14] iotests: do a light delinting
` [PATCH v9 02/14] iotests: don't use 'format' for drive_add
` [PATCH v9 03/14] iotests: ignore import warnings from pylint
` [PATCH v9 04/14] iotests: replace mutable list default args
` [PATCH v9 05/14] iotests: add pylintrc file
` [PATCH v9 06/14] iotests: alphabetize standard imports
` [PATCH v9 07/14] iotests: drop pre-Python 3.4 compatibility code
` [PATCH v9 08/14] iotests: touch up log function signature
` [PATCH v9 09/14] iotests: limit line length to 79 chars
` [PATCH v9 10/14] iotests: add hmp helper with logging
` [PATCH v9 11/14] iotests: add script_initialize
` [PATCH v9 12/14] iotest 258: use script_main
` [PATCH v9 13/14] iotests: Mark verify functions as private
` [PATCH v9 14/14] iotests: use python logging for iotests.log()

Potential missing checks
 2020-03-24 21:34 UTC  (5+ messages)

[ANNOUNCE] QEMU 5.0.0-rc0 is now available
 2020-03-24 21:50 UTC 

[PATCH] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
 2020-03-24 21:21 UTC 

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-24 21:17 UTC  (9+ 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 NNTP newsgroup(s).