qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-18 05:45:54 to 2022-07-18 15:28:16 UTC [more...]

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-18 15:26 UTC  (5+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH 0/4] Multiple interface support on top of Multi-FD
 2022-07-18 15:17 UTC  (6+ messages)
` [PATCH 1/4] Modifying ‘migrate’ qmp command to add multi-FD socket on particular source and destination pair

[PATCH v2 00/11] vfio/migration: Implement VFIO migration protocol v2
 2022-07-18 15:12 UTC  (3+ messages)
` [PATCH v2 07/11] "

[RFC PATCH 0/8] Refactor bdrv_try_set_aio_context using transactions
 2022-07-18 14:39 UTC  (9+ messages)
` [RFC PATCH 3/8] RFC: block: use transactions as a replacement of ->{can_}set_aio_context()
` [RFC PATCH 8/8] block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks

[PATCH] linux-user: Fix pipe() vs. pipe2() usage for ALPHA, MIPS, SH4 and SPARC
 2022-07-18 14:33 UTC  (4+ messages)

[PATCH V3 0/6] Improve the U/S/H extension related check
 2022-07-18 14:31 UTC  (9+ messages)
` [PATCH V3 1/6] target/riscv: Add check for supported privilege mode combinations
` [PATCH V3 2/6] target/riscv: H extension depends on I extension
` [PATCH V3 3/6] target/riscv: Fix checkpatch warning may triggered in csr_ops table
` [PATCH V3 4/6] target/riscv: Add check for csrs existed with U extension
` [PATCH V3 5/6] target/riscv: Fix checks in hmode/hmode32
` [PATCH V3 6/6] target/riscv: Simplify the check in hmode to resue the check in riscv_csrrw_check

[PATCH v2] hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAP
 2022-07-18 13:56 UTC 

[PATCH v8 00/11] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-07-18 14:22 UTC  (18+ messages)
` [PATCH v8 05/11] i386/pc: factor out cxl range end to helper
` [PATCH v8 06/11] i386/pc: factor out cxl range start "
` [PATCH v8 07/11] i386/pc: handle unitialized mr in pc_get_cxl_range_end()
` [PATCH v8 08/11] i386/pc: factor out device_memory base/size to helper
` [PATCH v8 09/11] i386/pc: bounds check phys-bits against max used GPA
` [PATCH v8 10/11] i386/pc: relocate 4g start to 1T where applicable

[PATCH 0/2] coverity COMPONENTS.md: Update for loongarch, slirp
 2022-07-18 14:23 UTC  (3+ messages)
` [PATCH 1/2] scripts/coverity-scan/COMPONENTS.md: Add loongarch component
` [PATCH 2/2] scripts/coverity-scan/COMPONENTS.md: Update slirp component info

[PATCH 0/8] AArch64/HMAT support and tests
 2022-07-18 14:19 UTC  (16+ messages)
` [PATCH 1/8] hmat acpi: Don't require initiator value in -numa
` [PATCH 3/8] tests: acpi: q35: add test for hmat nodes without initiators
` [PATCH 4/8] tests: acpi: q35: update expected blobs *.hmat-noinitiators
` [PATCH 5/8] tests: Add HMAT AArch64/virt empty table files
` [PATCH 6/8] hw/arm/virt: Enable HMAT on arm virt machine
` [PATCH 7/8] tests: acpi: aarch64/virt: add a test for hmat nodes with no initiators

[PULL 00/15] target-arm queue
 2022-07-18 13:59 UTC  (16+ messages)
` [PULL 01/15] hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is being held high
` [PULL 02/15] target/arm: Fill in VL for tbflags when SME enabled and SVE disabled
` [PULL 03/15] target/arm: Fix aarch64_sve_change_el for SME
` [PULL 04/15] linux-user/aarch64: Do not clear PROT_MTE on mprotect
` [PULL 05/15] target/arm: Define and use new regime_tcr_value() function
` [PULL 06/15] target/arm: Calculate mask/base_mask in get_level1_table_address()
` [PULL 07/15] target/arm: Fold regime_tcr() and regime_tcr_value() together
` [PULL 08/15] target/arm: Fix big-endian host handling of VTCR
` [PULL 09/15] target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t
` [PULL 10/15] target/arm: Store TCR_EL* "
` [PULL 11/15] target/arm: Honour VTCR_EL2 bits in Secure EL2
` [PULL 12/15] hw/adc: Fix CONV bit in NPCM7XX ADC CON register
` [PULL 13/15] hw/adc: Make adci[*] R/W in NPCM7XX ADC
` [PULL 14/15] target/arm: Don't set syndrome ISS for loads and stores with writeback
` [PULL 15/15] Align Raspberry Pi DMA interrupts with Linux DTS

[RFC PATCH] tests/9p: introduce declarative function calls
 2022-07-18 14:02 UTC  (3+ messages)
` [RFC PATCH v2] "

[PATCH 00/16] Support VIRTIO_F_RING_RESET for virtio-net and vhost-user in virtio pci
 2022-07-18 11:17 UTC  (17+ messages)
` [PATCH 01/16] virtio-pci: virtio_pci_common_cfg add queue_notify_data
` [PATCH 02/16] virtio: add VIRTIO_F_RING_RESET
` [PATCH 03/16] virtio: pci: virtio_pci_common_cfg add queue_reset
` [PATCH 04/16] virtio: introduce __virtio_queue_reset()
` [PATCH 05/16] virtio: introduce virtio_queue_reset()
` [PATCH 06/16] virtio-pci: support queue reset
` [PATCH 07/16] virtio-net: "
` [PATCH 08/16] vhost: add op to enable or disable a single vring
` [PATCH 09/16] vhost-user: enable/disable "
` [PATCH 10/16] vhost: extract the logic of unmapping the vrings and desc
` [PATCH 11/16] vhost: introduce restart and release for vhost_dev's vqs
` [PATCH 12/16] vhost-net: introduce restart and stop for vhost_net's vqs
` [PATCH 13/16] virtio: introduce queue_enable in virtio
` [PATCH 14/16] virtio-net: support queue_enable for vhost-user
` [PATCH 15/16] virtio-net: support queue_reset "
` [PATCH 16/16] vhost-net: vq reset feature bit support

[PATCH v4] Align Raspberry Pi DMA interrupts with Linux DTS
 2022-07-18 13:55 UTC  (2+ messages)

[PATCH] x86: cpu: Error out if memory exceeds addressable range
 2022-07-18 13:54 UTC  (5+ messages)

[PATCH v2 0/6] Improve the U/S/H extension related check
 2022-07-18 11:36 UTC  (11+ messages)
` [PATCH v2 1/6] target/riscv: add check for supported privilege modes conbinations
` [PATCH v2 2/6] target/riscv: H extension depends on I extension
` [PATCH v2 3/6] target/riscv: fix checkpatch warning may triggered in csr_ops table
` [PATCH v2 4/6] target/riscv: add check for csrs existed with U extension
` [PATCH v2 5/6] target/riscv: fix checks in hmode/hmode32

[PATCH] hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAP
 2022-07-18 13:45 UTC  (3+ messages)

[PATCH] acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()
 2022-07-18 13:41 UTC  (4+ messages)

[PATCH 0/5] NIC vhost-vdpa state restore via Shadow CVQ
 2022-07-18 13:33 UTC  (6+ messages)
` [PATCH 1/5] vhost: stop transfer elem ownership in vhost_handle_guest_kick
` [PATCH 2/5] vdpa: Extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail
` [PATCH 3/5] vdpa: Make vhost_vdpa_net_cvq_map_elem accept any out sg
` [PATCH 4/5] vdpa: Add virtio-net mac address via CVQ at start
` [PATCH 5/5] vdpa: Delete CVQ migration blocker

[PATCH v7 00/13] Migration: Transmit and detect zero pages in the multifd threads
 2022-07-18 13:34 UTC  (9+ messages)
` [PATCH v7 07/13] multifd: Make flags field thread local
` [PATCH v7 08/13] multifd: Prepare to send a packet without the mutex held
` [PATCH v7 12/13] multifd: Zero pages transmission
` [PATCH v7 13/13] migration: Use multifd before we check for the zero page

[PATCH 1/1] block: add missed block_acct_setup with new block device init procedure
 2022-07-18 13:13 UTC  (2+ messages)

[PULL 00/20] SCSI, build system patches for 2022-07-13
 2022-07-18 12:48 UTC  (3+ messages)
` [PULL 05/20] meson: Prefix each element of firmware path

[PATCH v8 00/12] s390x: CPU Topology
 2022-07-18 12:32 UTC  (7+ messages)

[RISU PATCH v4 00/29] risu cleanups and improvements
 2022-07-18 12:19 UTC  (30+ messages)
` [RISU PATCH v4 14/29] Merge reginfo.c into risu.c
` [RISU PATCH v4 15/29] Rearrange reginfo and memblock buffers
` [RISU PATCH v4 16/29] Split out recv_register_info
` [RISU PATCH v4 17/29] Add magic and size to the trace header
` [RISU PATCH v4 18/29] Compute reginfo_size based on the reginfo
` [RISU PATCH v4 19/29] aarch64: Assume system support for SVE
` [RISU PATCH v4 20/29] aarch64: Reorg sve reginfo to save space
` [RISU PATCH v4 21/29] aarch64: Use arch_init to configure sve
` [RISU PATCH v4 23/29] Standardize reginfo_dump_mismatch printing
` [RISU PATCH v4 24/29] Add --fulldump and --diffdup options
` [RISU PATCH v4 25/29] Remove return value from reginfo_dump
` [RISU PATCH v4 27/29] aarch64: Tidy reginfo dumping ahead of ZA state
` [RISU PATCH v4 28/29] aarch64: Add support for ZA storage
` [RISU PATCH v4 29/29] aarch64: Trivial SME test

[PATCH 0/2] block/parallels: Fix buffer-based write call
 2022-07-18 12:21 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests/131: Add parallels regression test

[PATCH v2] vhost: Get vring base from vq, not svq
 2022-07-18 12:05 UTC 

[PATCH] block/rbd: support driver-specific reopen
 2022-07-18 12:01 UTC  (3+ messages)

[PATCH v2 0/9] Add Cortex-R52
 2022-07-18 11:54 UTC  (10+ messages)
` [PATCH v2 1/9] target/arm: Add ARM_FEATURE_V8_R
` [PATCH v2 2/9] target/arm: Don't add all MIDR aliases for Cortex-R
` [PATCH v2 3/9] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PATCH v2 4/9] target/arm: Make stage_2_format for cache attributes optional
` [PATCH v2 5/9] target/arm: Add ARMCacheAttrs to the signature of pmsav8_mpu_lookup
` [PATCH v2 6/9] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32
` [PATCH v2 7/9] target/arm: Add PMSAv8r registers
` [PATCH v2 8/9] target/arm: Add PMSAv8r functionality
` [PATCH v2 9/9] target/arm: Add ARM Cortex-R52 cpu

[RFC v4 0/9] Add support for zoned device
 2022-07-18 10:53 UTC  (4+ messages)

[RFC PATCH] qobject: Rewrite implementation of QDict for in-order traversal
 2022-07-18 10:45 UTC  (7+ messages)

[PATCH] gpio: designware gpio driver
 2022-07-18 10:38 UTC  (5+ messages)

[PATCH v4 00/19] vdpa net devices Rx filter change notification with Shadow VQ
 2022-07-18 10:29 UTC  (20+ messages)
` [PATCH v4 01/19] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [PATCH v4 02/19] virtio-net: Expose MAC_TABLE_ENTRIES
` [PATCH v4 03/19] virtio-net: Expose ctrl virtqueue logic
` [PATCH v4 04/19] vhost: Reorder vhost_svq_kick
` [PATCH v4 05/19] vhost: Move vhost_svq_kick call to vhost_svq_add
` [PATCH v4 06/19] vhost: Check for queue full at vhost_svq_add
` [PATCH v4 07/19] vhost: Decouple vhost_svq_add from VirtQueueElement
` [PATCH v4 08/19] vhost: Add SVQDescState
` [PATCH v4 09/19] vhost: Track number of descs in SVQDescState
` [PATCH v4 10/19] vhost: add vhost_svq_push_elem
` [PATCH v4 11/19] vhost: Expose vhost_svq_add
` [PATCH v4 12/19] vhost: add vhost_svq_poll
` [PATCH v4 13/19] vhost: Add svq avail_handler callback
` [PATCH v4 14/19] vdpa: Export vhost_vdpa_dma_map and unmap calls
` [PATCH v4 15/19] vdpa: manual forward CVQ buffers
` [PATCH v4 16/19] vdpa: Buffer CVQ support on shadow virtqueue
` [PATCH v4 17/19] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [PATCH v4 18/19] vdpa: Add device migration blocker
` [PATCH v4 19/19] vdpa: Add x-svq to NetdevVhostVDPAOptions

[RFC PATCH 00/12] NIC vhost-vdpa state restore via Shadow CVQ
 2022-07-18 10:15 UTC  (22+ messages)
` [RFC PATCH 01/12] vhost: Get vring base from vq, not svq
` [RFC PATCH 02/12] vhost: Move SVQ queue rewind to the destination
` [RFC PATCH 03/12] vdpa: Small rename of error labels
` [RFC PATCH 04/12] vdpa: delay set_vring_ready after DRIVER_OK
` [RFC PATCH 07/12] vhost: Add VhostVDPAStartOp operation
` [RFC PATCH 09/12] vdpa: Extract vhost_vdpa_net_svq_add from vhost_vdpa_net_handle_ctrl_avail
` [RFC PATCH 11/12] vdpa: Add virtio-net mac address via CVQ at start

updates for designware pci-host
 2022-07-18 10:03 UTC  (3+ messages)
` [PATCH 1/7] pci: designware: add 64-bit viewport limit

[PATCH] target/arm: Add MO_128 entry to pred_esz_masks[]
 2022-07-18 10:01 UTC 

[PATCH 0/3] target: RFC: display deprecation note for '-cpu help'
 2022-07-18  9:58 UTC  (5+ messages)

[PATCH v2] gtk: Add show_tabs=on|off command line option
 2022-07-18  9:57 UTC  (2+ messages)

[PATCH v5 0/8] Misc NPCM7XX patches
 2022-07-18  9:54 UTC  (6+ messages)
` [PATCH v5 5/8] blockdev: Add a new IF type IF_OTHER
` [PATCH v5 7/8] hw/arm: Set drive property for at24c eeprom

[PULL 0/1] MAINTAINERS: Add myself as Guest Agent co-maintainer
 2022-07-18  9:27 UTC  (2+ messages)
` [PULL 1/1] "

[PATCH v4 0/2] handling guest multiple displays
 2022-07-18  9:06 UTC  (5+ messages)
` [PATCH v4 2/2] ui/gtk: a new array param monitor to specify the target displays

Internal MAC addresses list (mac_table) usage
 2022-07-18  9:02 UTC  (4+ messages)

[PATCH v2 0/1] python/machine: Fix AF_UNIX path too long on macOS
 2022-07-18  8:56 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/1] MAINTAINERS: Add myself as Guest Agent co-maintainer
 2022-07-18  8:52 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v4 00/12] Improve reliability of VM tests
 2022-07-18  8:17 UTC  (4+ messages)

[PATCH] i386: Disable BTS and PEBS
 2022-07-18  7:44 UTC  (3+ messages)

Building tools on unsupported cpu/arch
 2022-07-18  7:39 UTC  (2+ 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).