qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-17 14:33:29 to 2024-06-18 10:07:44 UTC [more...]

[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-06-18 10:06 UTC  (3+ messages)
` [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation

[PATCH v8 00/13] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-06-18 10:05 UTC  (14+ messages)
` [PATCH v8 01/13] qapi: clarify that the default is backend dependent
` [PATCH v8 02/13] libvhost-user: set msg.msg_control to NULL when it is empty
` [PATCH v8 03/13] libvhost-user: fail vu_message_write() if sendmsg() is failing
` [PATCH v8 04/13] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
` [PATCH v8 05/13] vhost-user-server: do not set memory fd non-blocking
` [PATCH v8 06/13] contrib/vhost-user-blk: fix bind() using the right size of the address
` [PATCH v8 07/13] contrib/vhost-user-*: use QEMU bswap helper functions
` [PATCH v8 08/13] vhost-user: enable frontends on any POSIX system
` [PATCH v8 09/13] libvhost-user: enable it "
` [PATCH v8 10/13] contrib/vhost-user-blk: "
` [PATCH v8 11/13] hostmem: add a new memory backend based on POSIX shm_open()
` [PATCH v8 12/13] tests/qtest/vhost-user-blk-test: use memory-backend-shm
` [PATCH v8 13/13] tests/qtest/vhost-user-test: add a test case for memory-backend-shm

[PATCH 0/9] maintainer updates (gdbstub, plugins, time control)
 2024-06-18  9:53 UTC  (14+ messages)
` [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling

[PATCH v2] hw/arm/virt-acpi-build: Fix IORT id_count
 2024-06-18  9:49 UTC  (2+ messages)

[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
 2024-06-18  9:49 UTC  (27+ messages)
` [RFC PATCH v2 2/5] rust: add bindgen step as a meson dependency
` [RFC PATCH v2 3/5] rust: add PL011 device model

[PATCH v2] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2024-06-18  9:17 UTC  (5+ messages)

[PATCH v3 0/4] target/ppc: Move VSX storage access and compare
 2024-06-18  8:58 UTC  (5+ messages)
` [PATCH v3 1/4] target/ppc: Moving VSX scalar storage access insns to decodetree
` [PATCH v3 2/4] target/ppc: Move VSX vector with length "
` [PATCH v3 3/4] target/ppc: Move VSX vector "
` [PATCH v3 4/4] target/ppc: Move VSX fp compare "

[PATCH 00/20] qapi: new sphinx qapi domain pre-requisites
 2024-06-18  8:52 UTC  (34+ messages)
` [PATCH 06/20] qapi/parser: fix comment parsing immediately following a doc block
` [PATCH 07/20] qapi/parser: add semantic 'kind' parameter to QAPIDoc.Section
` [PATCH 09/20] qapi/parser: add undocumented stub members to all_sections
` [PATCH 11/20] qapi/schema: add doc_visible property to QAPISchemaDefinition
` [PATCH 13/20] docs/qapidoc: fix nested parsing under untagged sections
` [PATCH 14/20] qapi: fix non-compliant JSON examples
` [PATCH 18/20] qapi: ensure all errors sections are uniformly typset
` [PATCH 19/20] qapi: convert "Note" sections to plain rST
` [PATCH 20/20] qapi: convert "Example" sections to rST

[PATCH] nbd: Prevent NULL pointer dereference in nbd_blockdev_client_closed()
 2024-06-18  8:44 UTC  (4+ messages)

[PATCH v4 0/3] target/ppc: vcpu hotplug failure handling fixes
 2024-06-18  8:23 UTC  (4+ messages)
` [PATCH v4 1/3] accel/kvm: Introduce kvm_create_and_park_vcpu() helper
` [PATCH v4 2/3] cpu-common.c: export cpu_get_free_index to be reused later
` [PATCH v4 3/3] target/ppc: handle vcpu hotplug failure gracefully

[PATCH v2 0/4] Move VSX storage access and compare insns to
 2024-06-18  8:19 UTC  (9+ messages)
` [PATCH v2 2/4] target/ppc: Move VSX vector with length storage access insns to decodetree

[RFC PATCH v2 0/2] Support RISC-V CSR read/write in Qtest environment
 2024-06-18  7:47 UTC  (4+ messages)
` [RFC PATCH v2 1/2] Add RISC-V CSR qtest support
` [RFC PATCH v2 2/2] QTest example for RISC-V CSR register

[PATCH 00/23] ARM AArch64 Support for BSD
 2024-06-18  4:39 UTC  (32+ messages)
` [PATCH 01/23] Add CPU initialization function
` [PATCH 02/23] Added CPU loop function
` [PATCH 03/23] Added function to clone CPU state
` [PATCH 04/23] AArch64 specific CPU for bsd-user
` [PATCH 05/23] Managing CPU register for BSD-USER
` [PATCH 06/23] Add Aarch64 register handling
` [PATCH 07/23] Add ARM AArch64 TLS Management Prototypes for BSD-User
` [PATCH 08/23] Add Aarch64 sysarch() system call emulation for BSD-USER
` [PATCH 09/23] Add thread setup "
` [PATCH 10/23] Add thread initialization "
` [PATCH 11/23] Update ARM AArch64 VM parameter definitions for bsd-user
` [PATCH 12/23] Add ability to get rval2
` [PATCH 13/23] Add ARM AArch64 ELF definitions for bsd-user
` [PATCH 14/23] Add ARM AArch64 hardware capability definitions
` [PATCH 15/23] Add function to retrieve ARM AArch64 hardware capabilities
` [PATCH 16/23] Add function to retrieve additional ARM AArch64 hwcap
` [PATCH 17/23] Add ARM AArch64 sigcode setup function for bsd-user
` [PATCH 18/23] Add ARM AArch64 specific signal definitions "
` [PATCH 19/23] Add ARM AArch64 signal trampoline argument setup "
` [PATCH 20/23] Add get_mcontext function for ARM AArch64 in bsd-user
` [PATCH 21/23] Add setup_sigframe_arch "
` [PATCH 22/23] Add set_mcontext "
` [PATCH 23/23] Add get_ucontext_sigreturn function

[PATCH] hw/usb/dev-mtp: Correctly report free space
 2024-06-18  4:27 UTC  (2+ messages)

[PATCH 00/18] tcg/loongarch64: Support v64 and v256
 2024-06-18  4:00 UTC  (22+ messages)
` [PATCH 01/18] tcg/loongarch64: Import LASX, FP insns
` [PATCH 11/18] tcg/loongarch64: Simplify tcg_out_addsub_vec
` [PATCH 12/18] tcg/loongarch64: Support LASX in tcg_out_addsub_vec
` [PATCH 13/18] tcg/loongarch64: Split out vdvjvk in tcg_out_vec_op
` [PATCH 14/18] tcg/loongarch64: Support LASX in tcg_out_{mov,ld,st}
` [PATCH 15/18] tcg/loongarch64: Remove temp_vec from tcg_out_vec_op
` [PATCH 16/18] tcg/loongarch64: Split out vdvjukN in tcg_out_vec_op
` [PATCH 17/18] tcg/loongarch64: Support LASX "
` [PATCH 18/18] tcg/loongarch64: Enable v256 with LASX

linux-user: array overflow in pselect6 emulation
 2024-06-18  1:28 UTC  (2+ messages)

[PATCH v2 00/10] migration: New postcopy state, and some cleanups
 2024-06-17 21:23 UTC  (22+ messages)
` [PATCH v2 01/10] migration/multifd: Avoid the final FLUSH in complete()
` [PATCH v2 02/10] migration: Rename thread debug names
` [PATCH v2 03/10] migration: Use MigrationStatus instead of int
` [PATCH v2 04/10] migration: Cleanup incoming migration setup state change
` [PATCH v2 05/10] migration/postcopy: Add postcopy-recover-setup phase
` [PATCH v2 06/10] migration/docs: Update postcopy recover session for SETUP phase
` [PATCH v2 07/10] tests/migration-tests: Drop most WIN32 ifdefs for postcopy failure tests
` [PATCH v2 08/10] tests/migration-tests: Always enable migration events
` [PATCH v2 09/10] tests/migration-tests: Verify postcopy-recover-setup status
` [PATCH v2 10/10] tests/migration-tests: Cover postcopy failure on reconnect

[PULL 0/1] Dirty page rate and dirty page limit 20240617 patches
 2024-06-17 21:22 UTC  (3+ messages)
` [PULL 1/1] migration/dirtyrate: Fix segmentation fault

[PULL v2 00/25] target/i386, SCSI changes for 2024-06-11
 2024-06-17 21:22 UTC  (2+ messages)

[PATCH 0/5] XIVE changes for Cache Watch, VSTs, STT and info pic
 2024-06-17 20:43 UTC  (6+ messages)
` [PATCH 1/5] pnv/xive2: XIVE2 Cache Watch, Cache Flush and Sync Injection support
` [PATCH 2/5] pnv/xive2: Enable VST NVG and NVC index compression
` [PATCH 3/5] pnv/xive2: Set Translation Table for the NVC port space
` [PATCH 4/5] pnv/xive2: Fail VST entry address computation if table has no VSD
` [PATCH 5/5] pnv/xive2: Move xive2_nvp_pic_print_info() to xive2.c

[RFC PATCH 0/3] target/i386: Reorg push/pop within seg_helper.c
 2024-06-17 20:07 UTC  (5+ messages)
` [PATCH 1/3] target/i386: Introduce x86_mmu_index_{kernel_,}pl
` [PATCH 2/3] target/i386: Remove SEG_ADDL
` [PATCH 3/3] target/i386: Reorg push/pop within seg_helper.c

[PATCH v3 00/16] migration/mapped-ram: Add direct-io support
 2024-06-17 19:27 UTC  (20+ messages)
` [PATCH v3 01/16] migration: Drop reference to QIOChannel if file seeking fails
` [PATCH v3 02/16] migration: Fix file migration with fdset
` [PATCH v3 03/16] tests/qtest/migration: Fix file migration offset check
` [PATCH v3 04/16] tests/qtest/migration: Add a precopy file test with fdset
` [PATCH v3 05/16] monitor: Drop monitor_fdset_dup_fd_find/_remove()
` [PATCH v3 06/16] monitor: Introduce monitor_fdset_*free
` [PATCH v3 07/16] monitor: Stop removing non-duplicated fds
` [PATCH v3 08/16] monitor: Simplify fdset and fd removal
` [PATCH v3 09/16] monitor: Report errors from monitor_fdset_dup_fd_add
` [PATCH v3 10/16] io: Stop using qemu_open_old in channel-file
` [PATCH v3 11/16] migration: Add direct-io parameter
` [PATCH v3 12/16] migration/multifd: Add direct-io support
` [PATCH v3 13/16] tests/qtest/migration: Add tests for file migration with direct-io
` [PATCH v3 14/16] monitor: fdset: Match against O_DIRECT
` [PATCH v3 15/16] migration: Add documentation for fdset with multifd + file
` [PATCH v3 16/16] tests/qtest/migration: Add a test for mapped-ram with passing of fds

[PULL v2 00/19] aspeed queue
 2024-06-17 18:38 UTC  (2+ messages)

[PATCH v2] os-posix: Expand setrlimit() syscall compatibility
 2024-06-17 18:21 UTC  (5+ messages)

[PATCH] target/loongarch: Remove avail_64 in trans_srai_w()
 2024-06-17 18:09 UTC  (2+ messages)

[PATCH v7 00/17] Add a host IOMMU device abstraction to check with vIOMMU
 2024-06-17 17:36 UTC  (2+ messages)

[PATCH v4 0/5] hw/ppc: SPI model
 2024-06-17 16:54 UTC  (6+ messages)
` [PATCH v4 1/5] ppc/pnv: Add "
` [PATCH v4 2/5] ppc/pnv: Extend "
` [PATCH v4 3/5] hw/block: Add Microchip's 25CSM04 to m25p80
` [PATCH v4 4/5] hw/ppc: SPI controller wiring to P10 chip
` [PATCH v4 5/5] tests/qtest: Add pnv-spi-seeprom qtest

[PATCH] hw/arm/virt-acpi-build: Fix IORT id_count
 2024-06-17 16:48 UTC  (3+ messages)

[PATCH] tap: use close_range() when forking scripts and helper
 2024-06-17 16:39 UTC  (4+ messages)

[PATCH v2 00/17] vfio: QOMify VFIOContainer
 2024-06-17 16:22 UTC  (18+ messages)
` [PATCH v2 10/17] vfio/container: Discover IOMMU type before creating the container
` [PATCH v2 11/17] vfio/container: Change VFIOContainerBase to use QOM
` [PATCH v2 12/17] vfio/container: Switch to QOM
` [PATCH v2 13/17] vfio/container: Introduce an instance_init() handler
` [PATCH v2 14/17] vfio/container: Remove VFIOContainerBase::ops
` [PATCH v2 15/17] vfio/container: Remove vfio_container_init()
` [PATCH v2 16/17] vfio/container: Introduce vfio_iommu_legacy_instance_init()
` [PATCH v2 17/17] vfio/container: Move vfio_container_destroy() to an instance_finalize() handler

[RFC PATCH v3 00/18] SMMUv3 nested translation support
 2024-06-17 15:04 UTC  (25+ messages)
` [RFC PATCH v3 06/18] hw/arm/smmu: Consolidate ASID and VMID types
` [RFC PATCH v3 08/18] hw/arm/smmu-common: Add support for nested TLB
` [RFC PATCH v3 10/18] hw/arm/smmu-common: Support nested translation
` [RFC PATCH v3 12/18] hw/arm/smmu: Support nesting in the rest of commands
` [RFC PATCH v3 13/18] hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
` [RFC PATCH v3 14/18] hw/arm/smmuv3: Support and advertise nesting
` [RFC PATCH v3 15/18] hw/arm/smmuv3: Advertise S2FWB

[PATCH 0/5] s390x: Add Full Boot Order Support
 2024-06-17 14:49 UTC  (4+ messages)
` [PATCH 5/5] s390x: Enable and document boot device fallback on panic

[PATCH RESEND v7 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-06-17 14:36 UTC  (6+ messages)

[PATCH] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late
 2024-06-17 14:36 UTC  (3+ 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).