messages from 2022-04-07 09:53:40 to 2022-04-08 17:57:47 UTC [more...]
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-08 17:56 UTC (27+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
[PATCH v4] vdpa: reset the backend device in the end of vhost_net_stop()
2022-04-08 17:17 UTC (7+ messages)
` [PATCH 0/3] Refactor vhost device reset
` [PATCH 1/3] vhost: Refactor vhost_reset_device() in VhostOps
[RFC PATCH 0/4] 9pfs: Add 9pfs support for Windows host
2022-04-08 17:10 UTC (5+ messages)
` [RFC PATCH 1/4] fsdev: Add missing definitions for Windows in file-op-9p.h
` [RFC PATCH 2/4] hw/9pfs: Update 'local' file system backend driver to support Windows
` [RFC PATCH 3/4] fsdev: Enable 'local' file system driver backend for Windows
` [RFC PATCH 4/4] meson.build: Turn on virtfs for Windows host
[RFC 0/2] introduce QEMUMachind.cmd()
2022-04-08 17:02 UTC (3+ messages)
` [PATCH 1/2] python/machine.py: upgrade vm.command() method
` [PATCH 2/2] iotests: use vm.cmd() instead of vm.qmp() where appropriate
[PATCH v1 00/15] testing, docs, tracepoints and cputlb hacks
2022-04-08 16:47 UTC (16+ messages)
` [PATCH v1 01/15] tests/avocado: update aarch64_virt test to exercise -cpu max
` [PATCH v1 02/15] docs/devel: add some notes on the binfmt-image-debian targets
` [PATCH v1 03/15] docs/devel: drop :hidden: and :includehidden: tags
` [PATCH v1 04/15] accel/tcg: move trace events to correct location
` [PATCH v1 05/15] accel/tcg: add tb_invalidate_phy_pages_fast tracepoint
` [PATCH v1 06/15] monitor: expose monitor_puts to rest of code
` [PATCH v1 07/15] disas: generalise plugin_printf and use for monitor_disas
` [PATCH v1 08/15] disas: use result of ->read_memory_func
` [PATCH v1 09/15] cputlb: add tracepoints for the protect/unprotect helpers
` [PATCH v1 10/15] cputlb: add tracepoints for TB invalidation
` [PATCH v1 11/15] accel/tcg: add tb_invalidate_phys_page_range tracepoint
` [PATCH v1 12/15] tests/tcg: add memory-sve test for aarch64
` [PATCH v1 13/15] plugins: extend execlog to filter matches
` [PATCH v1 14/15] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
` [PATCH v1 15/15] accel/tcg: add heuristic to invalidate al TBs in a page [hack!]
[RFC PATCH for-7.1] Remove the slirp submodule (and only compile with an external libslirp)
2022-04-08 16:47 UTC
[PATCH] plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr
2022-04-08 16:32 UTC (2+ messages)
[PATCH] target/riscv/pmp: fix NAPOT range computation overflow
2022-04-08 16:25 UTC
[RFC PATCH v2] tests/qtest: attempt to enable tests for virtio-gpio (!working)
2022-04-08 15:57 UTC
Support for x86_64 on aarch64 emulation
2022-04-08 15:27 UTC (2+ messages)
Procedures adding new CPUs in sbsa-ref
2022-04-08 15:03 UTC (2+ messages)
[PATCH v4 0/7] copy-before-write: on-cbw-error and cbw-timeout
2022-04-08 14:50 UTC (10+ messages)
` [PATCH v4 1/7] block/copy-before-write: refactor option parsing
` [PATCH v4 2/7] block/copy-before-write: add on-cbw-error open parameter
` [PATCH v4 3/7] iotests: add copy-before-write: on-cbw-error tests
` [PATCH v4 4/7] util: add qemu-co-timeout
` [PATCH v4 5/7] block/block-copy: block_copy(): add timeout_ns parameter
` [PATCH v4 6/7] block/copy-before-write: implement cbw-timeout option
` [PATCH v4 7/7] iotests: copy-before-write: add cases for "
[PATCH v9 00/11] 9p: Add support for darwin
2022-04-08 15:00 UTC (4+ messages)
` [PATCH v9 09/11] 9p: darwin: Implement compatibility for mknodat
[PATCH] x86: Implement Linear Address Masking support
2022-04-08 14:39 UTC (8+ messages)
[PATCH 00/41] arm: Implement GICv4
2022-04-08 14:29 UTC (43+ messages)
` [PATCH 01/41] hw/intc/arm_gicv3_its: Add missing blank line
` [PATCH 02/41] hw/intc/arm_gicv3: Sanity-check num-cpu property
` [PATCH 03/41] hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
` [PATCH 04/41] hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
` [PATCH 05/41] target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
` [PATCH 06/41] hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
` [PATCH 07/41] hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
` [PATCH 08/41] hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
` [PATCH 09/41] hw/intc/arm_gicv3_its: Implement VMAPP
` [PATCH 10/41] hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
` [PATCH 11/41] hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
` [PATCH 12/41] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
` [PATCH 13/41] hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
` [PATCH 14/41] hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
` [PATCH 15/41] hw/intc/arm_gicv3: Keep pointers to every connected ITS
` [PATCH 16/41] hw/intc/arm_gicv3_its: Implement VMOVP
` [PATCH 17/41] hw/intc/arm_gicv3_its: Implement VSYNC
` [PATCH 18/41] hw/intc/arm_gicv3_its: Implement INV command properly
` [PATCH 19/41] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
` [PATCH 20/41] hw/intc/arm_gicv3_its: Implement VMOVI
` [PATCH 21/41] hw/intc/arm_gicv3_its: Implement VINVALL
` [PATCH 22/41] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
` [PATCH 23/41] hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
` [PATCH 24/41] hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
` [PATCH 25/41] hw/intc/arm_gicv3_cpuif: Support vLPIs
` [PATCH 26/41] hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
` [PATCH 27/41] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
` [PATCH 28/41] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
` [PATCH 29/41] hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
` [PATCH 30/41] hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
` [PATCH 31/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
` [PATCH 32/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
` [PATCH 33/41] hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
` [PATCH 34/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
` [PATCH 35/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
` [PATCH 36/41] hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
` [PATCH 37/41] hw/intc/arm_gicv3: Update ID and feature registers for GICv4
` [PATCH 38/41] hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
` [PATCH 39/41] hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
` [PATCH 40/41] hw/arm/virt: Abstract out calculation of redistributor region capacity
` [PATCH 41/41] hw/arm/virt: Support TCG GICv4
[PULL 0/2] Fixes 20220408 patches
2022-04-08 14:01 UTC (4+ messages)
` [PULL 1/2] display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)
` [PULL 2/2] ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
[RFC PATCH v5 00/23] Net Control VQ support with asid in vDPA SVQ
2022-04-08 13:34 UTC (24+ messages)
` [RFC PATCH v5 01/23] vdpa: Add missing tracing to batch mapping functions
` [RFC PATCH v5 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [RFC PATCH v5 03/23] util: Return void on iova_tree_remove
` [RFC PATCH v5 04/23] hw/virtio: Replace g_memdup() by g_memdup2()
` [RFC PATCH v5 05/23] vhost: Fix bad return of descriptors to SVQ
` [RFC PATCH v5 06/23] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v5 07/23] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v5 08/23] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v5 09/23] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v5 10/23] vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v5 11/23] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v5 12/23] vhost: Add SVQElement
` [RFC PATCH v5 13/23] vhost: Add custom used buffer callback
` [RFC PATCH v5 14/23] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v5 15/23] vhost: Add vhost_iova_tree_find
` [RFC PATCH v5 16/23] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v5 17/23] vhost: Add vhost_svq_inject
` [RFC PATCH v5 18/23] vdpa: add NetClientState->start() callback
` [RFC PATCH v5 19/23] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v5 20/23] vhost: Update kernel headers
` [RFC PATCH v5 21/23] vhost: Make possible to check for device exclusive vq group
` [RFC PATCH v5 22/23] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v5 23/23] vdpa: Add x-cvq-svq
[PATCH v2 0/2] Remove PCIE root bridge LSI on powernv
2022-04-08 13:13 UTC (3+ messages)
` [PATCH v2 1/2] pcie: Don't try triggering a LSI when not defined
` [PATCH v2 2/2] ppc/pnv: Remove LSI on the PCIE host bridge
[PATCH 0/5] Vhost-user: add Virtio RSS support
2022-04-08 12:28 UTC (6+ messages)
` [PATCH 1/5] ebpf: pass and check RSS key length to the loader
` [PATCH 2/5] virtio-net: prepare for variable RSS key and indir table lengths
` [PATCH 3/5] virtio-net: add RSS support for Vhost backends
` [PATCH 4/5] docs: introduce RSS support in Vhost-user specification
` [PATCH 5/5] vhost-user: add RSS support
[PATCH v9 00/45] CXl 2.0 emulation Support
2022-04-08 11:49 UTC (4+ messages)
` [PATCH v9 33/45] cxl/cxl-host: Add memops for CFMWS region
[PATCH] Warn user if the vga flag is passed but no vga device is created
2022-04-08 10:45 UTC
Wiki: Update package name in build instructions
2022-04-08 9:46 UTC (2+ messages)
[PATCH 1/2] gdbstub: Set current_cpu for memory read write
2022-04-08 9:00 UTC (11+ messages)
[PATCH v5 0/2] Option to take screenshot with screendump as PNG
2022-04-08 7:13 UTC (3+ messages)
` [PATCH v5 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
` [PATCH v5 2/2] Added parameter to take screenshot with screendump as PNG
[PATCH v7 00/12] Improve PMU support
2022-04-08 7:03 UTC (4+ messages)
` [PATCH v7 11/12] hw/riscv: virt: Add PMU DT node to the device tree
[PATCH 0/2] target/riscv: Annotate atomic operations
2022-04-08 6:16 UTC (5+ messages)
` [PATCH 1/2] target/riscv: Use cpu_loop_exit_restore directly from mmu faults
` [PATCH 2/2] target/riscv: Mark amo insns during translation
[PATCH v3] ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
2022-04-08 5:11 UTC (4+ messages)
[PATCH 0/7] vhost-vdpa multiqueue fixes
2022-04-08 1:02 UTC (10+ messages)
` [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
[PATCH for 7.1 1/1] block: add 'force' parameter to 'blockdev-change-medium' command
2022-04-07 21:58 UTC (3+ messages)
[PATCH] target/riscv/pmp: simplify NAPOT address range computation
2022-04-07 20:16 UTC
[PATCH qemu] ppc/spapr/ddw: Add 2M pagesize
2022-04-07 19:59 UTC (2+ messages)
[PATCH v4 0/2] Option to take screenshot with screendump as PNG
2022-04-07 17:58 UTC (4+ messages)
` [PATCH v4 2/2] Added parameter "
[PATCH v4 00/19] migration: Postcopy Preemption
2022-04-07 17:42 UTC (5+ messages)
` [PATCH v4 01/19] migration: Postpone releasing MigrationState.hostname
` [PATCH v4 02/19] migration: Drop multifd tls_hostname cache
[RFC PATCH] tests/qtest: pass stdout/stderr down to subtests
2022-04-07 15:00 UTC
[PATCH for-7.0] virtio-iommu: use-after-free fix
2022-04-07 14:50 UTC (3+ messages)
[PATCH v1 0/4] hw/arm: versal: Add Cortex-R5s and CRL
2022-04-07 8:57 UTC (9+ messages)
` [PATCH v1 1/4] hw/arm: versal: Create an APU CPU Cluster
` [PATCH v1 2/4] hw/arm: versal: Add the Cortex-R5Fs
` [PATCH v1 3/4] hw/misc: Add a model of the Xilinx Versal CRL
` [PATCH v1 4/4] hw/arm: versal: Connect the CRL
[PATCH 1/1] qemu-img: properly list formats which have consistency check implemented
2022-04-07 13:57 UTC (2+ messages)
[libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
2022-04-07 13:57 UTC (12+ messages)
[PATCH 0/3] vhost-user: Fixes for VHOST_USER_ADD/REM_MEM_REG
2022-04-07 13:36 UTC (4+ messages)
` [PATCH 1/3] docs/vhost-user: Clarifications "
` [PATCH 2/3] libvhost-user: Fix extra vu_add/rem_mem_reg reply
` [PATCH 3/3] vhost-user: Don't pass file descriptor for VHOST_USER_REM_MEM_REG
[PATCH v2 0/6] hw/riscv: Add TPM support to the virt board
2022-04-07 13:30 UTC (2+ messages)
[PULL 00/12] virtiofs queue
2022-04-07 13:09 UTC (5+ messages)
` [PULL 09/12] virtiofsd: Create new file with security context
[PATCH v2 0/5] Generalize the sysbus device machine allowance
2022-04-07 13:08 UTC (11+ messages)
` [PATCH v2 1/5] qdev: add user_creatable_requires_machine_allowance class flag
` [PATCH v2 2/5] machine: update machine allowed list related functions/fields
` [PATCH v2 3/5] qdev-monitor: use the new user_creatable_requires_machine_allowance
` [PATCH v2 4/5] rename machine_class_allow_dynamic_sysbus_dev
` [PATCH v2 5/5] machine: remove temporary inline functions
[Qemu-devel] [PULL 00/30] target-arm queue
2022-04-07 12:26 UTC (5+ messages)
` [Qemu-devel] [PULL 28/30] introduce xlnx-dp
[PATCH for-7.1 00/18] hw/arm: Make exynos4210 use TYPE_SPLIT_IRQ
2022-04-07 12:04 UTC (3+ messages)
` [PATCH for-7.1 02/18] hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATE
[PATCH 00/32] Misc cleanups
2022-04-07 11:19 UTC (4+ messages)
` [PATCH 12/32] qga: replace deprecated g_get_current_time()
[PATCH v3 0/7] copy-before-write: on-cbw-error and cbw-timeout
2022-04-07 10:54 UTC (4+ messages)
` [PATCH v3 7/7] iotests: copy-before-write: add cases for cbw-timeout option
[PATCH for-7.1 0/2] throttle-groups: use QEMU_CLOCK_REALTIME
2022-04-07 10:45 UTC (4+ messages)
` [PATCH 1/2] block/throttle-groups: use QEMU_CLOCK_REALTIME for qtest too
[PULL 0/3] virtio,pc: bugfixes
2022-04-07 9:53 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).