messages from 2023-11-14 01:38:52 to 2023-11-14 15:50:04 UTC [more...]
[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
2023-11-14 15:49 UTC (34+ messages)
` [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
` [PATCH-for-9.0 v2 02/19] sysemu/xen: Forbid using Xen headers in user emulation
` [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 05/19] hw/display: Restrict xen_register_framebuffer() call to Xen
` [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() "
` [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 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [PATCH-for-9.0 v2 11/19] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
` [PATCH-for-9.0 v2 12/19] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()
` [PATCH-for-9.0 v2 14/19] hw/xen: Use target-agnostic qemu_target_page_bits()
` [PATCH-for-9.0 v2 15/19] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
` [PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license
` [PATCH-for-9.0 v2 17/19] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
` [PATCH-for-9.0 v2 18/19] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
` [PATCH-for-9.0 v2 19/19] hw/xen: Have most of Xen files become target-agnostic
[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
2023-11-14 15:46 UTC (19+ 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
[PATCH] tests/avocado: Replace assertRegexpMatches() for Python 3.12 compatibility
2023-11-14 15:32 UTC (2+ messages)
[PATCH] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
2023-11-14 15:30 UTC
[PATCH v2 0/8] Add powernv10 I2C devices and tests
2023-11-14 15:27 UTC (7+ messages)
` [PATCH v2 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
` [PATCH v2 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
[PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
2023-11-14 15:07 UTC (4+ messages)
[PATCH v6 00/21] vfio: Adopt iommufd
2023-11-14 14:51 UTC (38+ 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:42 UTC (4+ messages)
[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-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)
[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)
[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
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).