qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-13 20:16:20 to 2023-11-14 14:41:52 UTC [more...]

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2023-11-14 14:38 UTC  (10+ messages)
` [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
` [PATCH-for-9.0 v2 03/19] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
` [PATCH-for-9.0 v2 04/19] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
` [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
` [PATCH-for-9.0 v2 07/19] hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
` [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs
` [RFC PATCH-for-9.0 v2 09/19] hw/block/xen_blkif: Align structs with QEMU_ALIGNED() instead of #pragma
` [PATCH-for-9.0 v2 12/19] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
` [PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license

[PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
 2023-11-14 14:35 UTC 

[PATCH v2 0/4] virtio: Refactor vhost input stub
 2023-11-14 14:25 UTC  (6+ messages)
` [PATCH v2 1/4] hw/virtio: Support set_config() callback in vhost-user-base
` [PATCH v2 2/4] docs/system: Add vhost-user-input documentation

[PATCH v6 00/21] vfio: Adopt iommufd
 2023-11-14 14:22 UTC  (37+ messages)
` [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
` [PATCH v6 02/21] util/char_dev: Add open_cdev()
` [PATCH v6 03/21] vfio/common: return early if space isn't empty
` [PATCH v6 04/21] vfio/iommufd: Implement the iommufd backend
` [PATCH v6 05/21] vfio/iommufd: Relax assert check for "
` [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
` [PATCH v6 07/21] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
` [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
` [PATCH v6 09/21] vfio/iommufd: Enable pci hot reset through iommufd cdev interface
` [PATCH v6 10/21] vfio/pci: Allow the selection of a given iommu backend
` [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 12/21] vfio/platform: Allow the selection of a given iommu backend
` [PATCH v6 13/21] vfio/platform: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 14/21] vfio/ap: Allow the selection of a given iommu backend
` [PATCH v6 15/21] vfio/ap: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend
` [PATCH v6 17/21] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 18/21] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
` [PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines
` [PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines
` [PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 machines

[PATCH] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
 2023-11-14 14:21 UTC  (3+ messages)

[PATCH-for-9.0 00/10] hw/xen: Have most of Xen files become target-agnostic
 2023-11-14 13:55 UTC  (12+ messages)
` [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
` [PATCH-for-9.0 07/10] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
` [PATCH-for-9.0 08/10] system/physmem: Only include 'hw/xen/xen.h' when Xen is available

[PULL 0/6] Biuld system and CI changes for 2023-11-10
 2023-11-14 13:54 UTC  (3+ messages)

[PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
 2023-11-14 13:49 UTC  (5+ messages)

[PATCH for-8.2] accel/tcg: Remove CF_LAST_IO
 2023-11-14 13:38 UTC  (3+ messages)

[RFC PATCH 0/2] RISC-V: Add TSO extensions (Ztso/Ssdtso)
 2023-11-14 13:23 UTC  (5+ messages)
` [RFC PATCH 1/2] RISC-V: Add support for Ztso
` [RFC PATCH 2/2] RISC-V: Add support for Ssdtso

[RFC PATCH] qom/object: Disallow comma in type names
 2023-11-14 13:22 UTC  (2+ messages)

[PATCH] qom/object: Limit type names to alphanumerical and some few special characters
 2023-11-14 13:21 UTC  (2+ messages)

[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
 2023-11-14 13:04 UTC  (18+ messages)
` [PATCH v5 01/14] tpm_crb: refactor common code
` [PATCH v5 02/14] tpm_crb: CTRL_RSP_ADDR is 64-bits wide
` [PATCH v5 03/14] tpm_ppi: refactor memory space initialization
` [PATCH v5 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping
` [PATCH v5 05/14] tpm_crb: move ACPI table building to device interface
` [PATCH v5 06/14] tpm-sysbus: add plug handler for TPM on SysBus
` [PATCH v5 07/14] hw/arm/virt: connect TPM to platform bus
` [PATCH v5 08/14] hw/loongarch/virt: "
` [PATCH v5 09/14] tpm_tis_sysbus: move DSDT AML generation to device
` [PATCH v5 10/14] tests: acpi: prepare for TPM CRB tests
` [PATCH v5 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device
` [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
` [PATCH v5 13/14] tests: acpi: updated expected blobs for TPM CRB
` [PATCH v5 14/14] tests: add TPM-CRB sysbus tests for aarch64

[RFC PATCH 0/3] hw/cxl/cxl-mailbox-utils: Add feature commands, device patrol scrub control and DDR5 ECS control features
 2023-11-14 12:47 UTC  (4+ messages)
` [RFC PATCH 1/3] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
` [RFC PATCH 2/3] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature
` [RFC PATCH 3/3] hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS "

[PATCH v2] target/riscv: don't verify ISA compatibility for zicntr and zihpm
 2023-11-14 12:39 UTC 

[PATCH RFC v1 0/1] clipboard sharing implementation for SDL
 2023-11-14 12:36 UTC  (5+ messages)
` [PATCH RFC v1 1/1] ui/sdl2: "

[PATCH] migration: fix coverity migrate_mode finding
 2023-11-14 12:21 UTC  (2+ messages)

[PATCH v3] ui/gtk-clipboard: async owner_change clipboard_request
 2023-11-14 12:19 UTC  (2+ messages)

[PULL 0/3] Fix s390x PV dumps in case of errors
 2023-11-14 11:43 UTC  (4+ messages)
` [PULL 1/3] target/s390x/dump: Remove unneeded dump info function pointer init
` [PULL 2/3] dump: Add arch cleanup function
` [PULL 3/3] target/s390x/arch_dump: Add arch cleanup function for PV dumps

[PATCH] target/riscv: don't verify ISA compatibility for zicntr and zihpm
 2023-11-14 11:20 UTC  (2+ messages)

[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-11-14 10:58 UTC  (8+ messages)
` [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v5 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v5 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC

Instruction virtual address in TCG Plugins
 2023-11-14 10:57 UTC  (4+ messages)

[PATCH v6 0/4] compare machine type compat_props
 2023-11-14 10:54 UTC  (4+ messages)
` [PATCH v6 3/4] python: add binary

[PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters
 2023-11-14 10:45 UTC  (20+ messages)
                ` Configuring migration (was: [PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters)
                    ` Configuring migration

[PATCH 1/1] target/arm: enable FEAT_RNG on Neoverse-N2
 2023-11-14 10:34 UTC 

[PATCH v4 00/41] vfio: Adopt iommufd
 2023-11-14 10:18 UTC  (11+ messages)
` [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object

MAINTAINERS: sundeep.lkml@gmail.com bouncing
 2023-11-14 10:15 UTC 

[PATCH 0/2] Replace anti-social QOM type names (again)
 2023-11-14  9:51 UTC  (5+ messages)

[PATCH v3 0/4] Support RISC-V IOPMP
 2023-11-14  9:47 UTC  (5+ messages)
` [PATCH v3 1/4] hw/core: Add config stream
` [PATCH v3 2/4] Add RISC-V IOPMP support
` [PATCH v3 3/4] hw/dma: Add Andes ATCDMAC300 support
` [PATCH v3 4/4] hw/riscv/virt: Add IOPMP support

[PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
 2023-11-14  7:03 UTC  (18+ messages)

[PATCH v2] test/qtest: Add API functions to capture IRQ toggling
 2023-11-14  6:48 UTC  (2+ messages)

[PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
 2023-11-14  6:38 UTC  (3+ messages)

[QEMU][PATCHv2 0/8] Xen: support grant mappings
 2023-11-14  6:19 UTC  (10+ messages)

[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2023-11-14  5:40 UTC  (21+ messages)
` [PATCH v2 01/20] multifd: Add capability to enable/disable zero_page
` [PATCH v2 02/20] multifd: Support for zero pages transmission
` [PATCH v2 03/20] multifd: Zero "
` [PATCH v2 04/20] So we use multifd to transmit zero pages
` [PATCH v2 05/20] meson: Introduce new instruction set enqcmd to the build system
` [PATCH v2 06/20] util/dsa: Add dependency idxd
` [PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic
` [PATCH v2 08/20] util/dsa: Implement DSA task enqueue and dequeue
` [PATCH v2 09/20] util/dsa: Implement DSA task asynchronous completion thread model
` [PATCH v2 10/20] util/dsa: Implement zero page checking in DSA task
` [PATCH v2 11/20] util/dsa: Implement DSA task asynchronous submission and wait for completion
` [PATCH v2 12/20] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH v2 13/20] migration/multifd: Prepare to introduce DSA acceleration on the multifd path
` [PATCH v2 14/20] migration/multifd: Enable DSA offloading in multifd sender path
` [PATCH v2 15/20] migration/multifd: Add test hook to set normal page ratio
` [PATCH v2 16/20] migration/multifd: Enable set normal page ratio test hook in multifd
` [PATCH v2 17/20] migration/multifd: Add migration option set packet size
` [PATCH v2 18/20] migration/multifd: Enable set packet size migration option
` [PATCH v2 19/20] util/dsa: Add unit test coverage for Intel DSA task submission and completion
` [PATCH v2 20/20] migration/multifd: Add integration tests for multifd with Intel DSA offloading

[PATCH v2 0/2] net: Update MemReentrancyGuard for NIC
 2023-11-14  5:29 UTC  (3+ messages)

[PULL 0/2] Net patches
 2023-11-14  3:09 UTC  (3+ messages)
` [PULL 1/2] igb: Add a VF reset handler
` [PULL 2/2] igb: Add Function Level Reset to PF and VF

[PATCH v5 00/20] vfio: Adopt iommufd
 2023-11-14  3:00 UTC  (11+ messages)
` [PATCH v5 03/20] vfio/iommufd: Implement the iommufd backend
` [PATCH v5 10/20] vfio/pci: Make vfio cdev pre-openable by passing a file handle

[PATCH v5] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
 2023-11-14  2:22 UTC 

[PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
 2023-11-14  1:54 UTC 

[RFC PATCH 0/2] migration: Fix multifd qemu_mutex_destroy race
 2023-11-14  1:54 UTC  (11+ messages)
` [RFC PATCH 1/2] migration: Report error in incoming migration
` [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread

[PATCH v4 00/14] tpm: introduce TPM CRB SysBus device
 2023-11-14  1:37 UTC  (4+ messages)
` [PATCH v4 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping

[PATCH 0/2] vhost-scsi: Support worker ioctls
 2023-11-14  0:36 UTC  (3+ messages)
` [PATCH 1/2] vhost: Add worker backend callouts
` [PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue

Add new qmp json is not setting command errp
 2023-11-14  0:11 UTC 

[PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-11-14  0:04 UTC  (13+ messages)
` [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
` [PATCH v2 3/3] hw/ide/via: implement legacy/native mode switching

[PATCH v4 00/33] Unified CPU type check
 2023-11-13 23:46 UTC  (7+ messages)
` [PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()

[PATCH v2 00/17] QEMU: CXL mailbox rework and features (Part 1)
 2023-11-13 23:13 UTC  (3+ messages)
` [PATCH v2 13/17] hw/cxl: Add support for device sanitation

[RFC PATCH v2 0/4] migration: Fix multifd qemu_mutex_destroy race
 2023-11-13 22:15 UTC  (3+ messages)
` [RFC PATCH v2 1/4] migration/multifd: Stop setting p->ioc before connecting

[PATCH] spelling: hw/audio/virtio-snd.c: initalize
 2023-11-13 21:52 UTC  (4+ messages)
` [PATCH] spelling: qapi/migration.json: transfering

[PATCH v2 0/2] s390x/pci: small set of fixes
 2023-11-13 21:49 UTC  (4+ messages)
` [PATCH v2 2/2] s390x/pci: only limit DMA aperture if vfio DMA limit reported

[PATCH for-9.0 0/6] riscv: rv32i,rv32e,rv64i and rv64e CPUs
 2023-11-13 21:39 UTC  (7+ messages)
` [PATCH for-9.0 1/6] target/riscv: create TYPE_RISCV_VENDOR_CPU
` [PATCH for-9.0 2/6] target/riscv/tcg: do not use "!generic" CPU checks
` [PATCH for-9.0 3/6] target/riscv/tcg: update priv_ver on user_set extensions
` [PATCH for-9.0 4/6] target/riscv: add rv64i CPU
` [PATCH for-9.0 5/6] target/riscv: add rv32i CPU
` [PATCH for-9.0 6/6] target/riscv: add rv32e/rv64e CPUs

[PATCH] MAINTAINERS: update virtio-fs mailing list address
 2023-11-13 20:39 UTC  (2+ messages)

[PATCH V7 0/8] Add architecture agnostic code to support vCPU Hotplug
 2023-11-13 20:12 UTC  (3+ messages)
` [PATCH V7 7/8] gdbstub: Add helper function to unregister GDB register space
` [PATCH V7 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event 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).