qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-24 09:47:43 to 2024-06-24 23:08:23 UTC [more...]

[PULL 00/45] mostly i386 patches for 2024-06-04
 2024-06-24 23:07 UTC  (3+ messages)
` [PULL 30/45] i386/sev: Add handling to encrypt/finalize guest launch data

[PULL 00/42] vfio queue
 2024-06-24 21:24 UTC  (43+ messages)
` [PULL 01/42] backends: Introduce HostIOMMUDevice abstract
` [PULL 02/42] backends/host_iommu_device: Introduce HostIOMMUDeviceCaps
` [PULL 03/42] vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO device
` [PULL 04/42] backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devices
` [PULL 05/42] range: Introduce range_get_last_bit()
` [PULL 06/42] vfio/container: Implement HostIOMMUDeviceClass::realize() handler
` [PULL 07/42] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
` [PULL 08/42] vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handler
` [PULL 09/42] vfio/container: Implement HostIOMMUDeviceClass::get_cap() handler
` [PULL 10/42] backends/iommufd: "
` [PULL 11/42] vfio: Create host IOMMU device instance
` [PULL 12/42] hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()
` [PULL 13/42] hw/pci: Introduce pci_device_[set|unset]_iommu_device()
` [PULL 14/42] vfio/pci: Pass HostIOMMUDevice to vIOMMU
` [PULL 15/42] intel_iommu: Extract out vtd_cap_init() to initialize cap/ecap
` [PULL 16/42] intel_iommu: Implement [set|unset]_iommu_device() callbacks
` [PULL 17/42] intel_iommu: Check compatibility with host IOMMU capabilities
` [PULL 18/42] HostIOMMUDevice: Store the VFIO/VDPA agent
` [PULL 19/42] virtio-iommu: Implement set|unset]_iommu_device() callbacks
` [PULL 20/42] HostIOMMUDevice: Introduce get_iova_ranges callback
` [PULL 21/42] HostIOMMUDevice: Store the aliased bus and devfn
` [PULL 22/42] virtio-iommu: Compute host reserved regions
` [PULL 23/42] virtio-iommu: Remove the implementation of iommu_set_iova_range
` [PULL 24/42] hw/vfio: Remove memory_region_iommu_set_iova_ranges() call
` [PULL 25/42] memory: Remove IOMMU MR iommu_set_iova_range API
` [PULL 26/42] vfio: Make vfio_devices_dma_logging_start() return bool
` [PULL 27/42] vfio: Remove unused declarations from vfio-common.h
` [PULL 28/42] vfio/common: Move dirty tracking ranges update to helper
` [PULL 29/42] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
` [PULL 30/42] vfio/container: Introduce vfio_address_space_insert()
` [PULL 31/42] vfio/container: Simplify vfio_container_init()
` [PULL 32/42] vfio/container: Modify vfio_get_iommu_type() to use a container fd
` [PULL 33/42] vfio/container: Introduce vfio_get_iommu_class_name()
` [PULL 34/42] vfio/container: Introduce vfio_create_container()
` [PULL 35/42] vfio/container: Discover IOMMU type before creating the container
` [PULL 36/42] vfio/container: Change VFIOContainerBase to use QOM
` [PULL 37/42] vfio/container: Switch to QOM
` [PULL 38/42] vfio/container: Introduce an instance_init() handler
` [PULL 39/42] vfio/container: Remove VFIOContainerBase::ops
` [PULL 40/42] vfio/container: Remove vfio_container_init()
` [PULL 41/42] vfio/container: Introduce vfio_iommu_legacy_instance_init()
` [PULL 42/42] vfio/container: Move vfio_container_destroy() to an instance_finalize() handler

[PATCH v2 00/17] vfio: QOMify VFIOContainer
 2024-06-24 21:17 UTC  (2+ messages)

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

[PATCH v4 0/8] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
 2024-06-24 21:17 UTC  (3+ messages)

[PATCH v2] Consider discard option when writing zeros
 2024-06-24 21:12 UTC  (5+ messages)

[PATCH 1/1] include/qemu: Provide a C++ compatible version of typeof_strip_qual
 2024-06-24 20:56 UTC 

[PULL 00/11] s390x and qtest patches 2024-06-24
 2024-06-24 20:50 UTC  (2+ messages)

[PATCH 1/2] qom: Rename Object::class into Object::klass
 2024-06-24 20:44 UTC  (2+ messages)
` [PATCH 2/2] include/qom: Rename typename into type_name

[PATCH v4 00/14] riscv: QEMU RISC-V IOMMU Support
 2024-06-24 20:18 UTC  (15+ messages)
` [PATCH v4 01/14] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH v4 02/14] hw/riscv: add riscv-iommu-bits.h
` [PATCH v4 03/14] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v4 04/14] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PATCH v4 05/14] hw/riscv: add riscv-iommu-pci reference device
` [PATCH v4 06/14] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v4 07/14] test/qtest: add riscv-iommu-pci tests
` [PATCH v4 08/14] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PATCH v4 09/14] hw/riscv/riscv-iommu: add s-stage and g-stage support
` [PATCH v4 10/14] hw/riscv/riscv-iommu: add ATS support
` [PATCH v4 11/14] hw/riscv/riscv-iommu: add DBG support
` [PATCH v4 12/14] hw/riscv/riscv-iommu: Add another irq for mrif notifications
` [PATCH v4 13/14] qtest/riscv-iommu-test: add init queues test
` [PATCH v4 14/14] docs/specs: add riscv-iommu

[PATCH v4 0/5] mirror: allow specifying working bitmap
 2024-06-24 20:12 UTC  (5+ messages)
` [PATCH v4 2/5] block/mirror: replace is_none_mode with sync_mode in MirrorBlockJob struct
` [PATCH v4 3/5] mirror: allow specifying working bitmap

[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
 2024-06-24 19:52 UTC  (13+ messages)
` [RFC PATCH v3 1/5] build-sys: Add rust feature option
` [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency

[PATCH v1 00/13] Multifd 🔀 device state transfer support with VFIO consumer
 2024-06-24 19:51 UTC  (3+ messages)

[PATCH RFC 0/2] migration: introduce strict SLA
 2024-06-24 19:41 UTC  (5+ messages)
` [PATCH RFC 1/2] migration: abort when switchover limit exceeded
` [PATCH RFC 2/2] migration: abort on destination if "

[PATCH 0/2] Implement dirty ring for pre-copy migration
 2024-06-24 19:08 UTC  (3+ messages)
` [PATCH 1/2] migration: Implement dirty ring

[PULL v2 00/23] Misc changes for 2024-06-22
 2024-06-24 18:56 UTC  (3+ messages)
` [PULL v2 15/23] Revert "host/i386: assume presence of SSE2"

[PATCH v2 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
 2024-06-24 18:14 UTC  (7+ messages)
` [PATCH v2 1/2] target/arm: Move initialization of debug ID registers
` [PATCH v2 2/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max

[PATCH v3 0/3] target/arm: Enable FEAT_Debugv8p8 for -cpu max
 2024-06-24 18:09 UTC  (4+ messages)
` [PATCH v3 1/3] target/arm: Fix indentation
` [PATCH v3 2/3] target/arm: Move initialization of debug ID registers
` [PATCH v3 3/3] target/arm: Enable FEAT_Debugv8p8 for -cpu max

[PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
 2024-06-24 17:36 UTC  (5+ messages)

[PATCH] docs/cxl: fix some typos
 2024-06-24 17:30 UTC  (4+ messages)

[PATCH] Add zh_TW Traditional Chinese translation
 2024-06-24 17:06 UTC  (10+ messages)

[PATCH] i386/hvf: Integrates x2APIC support with hvf accel
 2024-06-24 17:02 UTC  (2+ messages)

[PULL 00/42] i386, scsi. hostmem fixes for 2024-06-08
 2024-06-24 16:29 UTC  (4+ messages)
` [PULL 39/42] i386: Add support for SUCCOR feature

[PATCH v3 0/2] tests/avocado: updates for sbsa-ref testing
 2024-06-24 16:20 UTC  (3+ messages)
` [PATCH v3 1/2] tests/avocado: sbsa-ref: add FreeBSD tests
` [PATCH v3 2/2] tests/avocado: add test for default sbsa-ref cpu

[Bug Report] Possible Missing Endianness Conversion
 2024-06-24 15:19 UTC  (3+ messages)

[QEMU PATCH v2 1/1] hw/arm: FW first ARM processor error injection
 2024-06-24 15:41 UTC  (2+ messages)

[PATCH 1/1] hw/i386/acpi-build: add OSHP method support for SHPC driver load
 2024-06-24 15:26 UTC  (6+ messages)

linux-user crash in python test
 2024-06-24 15:05 UTC  (3+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-06-24 15:01 UTC  (8+ messages)
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object

[PATCH v3 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-06-24 14:57 UTC  (3+ messages)

[PATCH v3 00/15] Introduce support for IGVM files
 2024-06-24 14:56 UTC  (14+ messages)
` [PATCH v3 03/15] backends/igvm: Add IGVM loader and configuration
` [PATCH v3 04/15] hw/core/machine: Add igvm-cfg object and processing for IGVM files
` [PATCH v3 09/15] docs/system: Add documentation on support for IGVM
` [PATCH v3 13/15] backends/igvm: Handle policy for SEV guests
` [PATCH v3 14/15] i386/sev: Add implementation of CGS set_guest_policy()
` [PATCH v3 15/15] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2

[RFC PATCH 1/1] hw/arm: FW first ARM processor error injection
 2024-06-24 14:52 UTC  (5+ messages)

[PATCH v1 0/2] Fix coverity issues for AST2700
 2024-06-24 14:30 UTC  (6+ messages)
` [PATCH v1 1/2] aspeed/soc: fix coverity issue

[PATCH] hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdev
 2024-06-24 13:36 UTC  (2+ messages)

[PATCH v3 0/2] tests/avocado: make sbsa-ref working with >1 core
 2024-06-24 13:31 UTC  (2+ messages)

[PATCH v2 0/2] tests/avocado: updates for sbsa-ref testing
 2024-06-24 13:21 UTC  (4+ messages)
` [PATCH v2 1/2] tests/avocado: sbsa-ref: switch from OpenBSD to FreeBSD
` [PATCH v2 2/2] tests/avocado: add test for default sbsa-ref cpu

[PULL 00/19] SD/MMC patches for 2024-06-24
 2024-06-24 13:14 UTC  (20+ messages)
` [PULL 01/19] bswap: Add st24_be_p() to store 24 bits in big-endian order
` [PULL 02/19] hw/sd/sdcard: Avoid OOB in sd_read_byte() during unexpected CMD switch
` [PULL 03/19] hw/sd/sdcard: Correct code indentation
` [PULL 04/19] hw/sd/sdcard: Rewrite sd_cmd_ALL_SEND_CID using switch case (CMD2)
` [PULL 05/19] hw/sd/sdcard: Fix typo in SEND_OP_COND command name
` [PULL 06/19] hw/sd/sdcard: Use HWBLOCK_SHIFT definition instead of magic values
` [PULL 07/19] hw/sd/sdcard: Use registerfield CSR::CURRENT_STATE definition
` [PULL 08/19] hw/sd/sdcard: Use Load/Store API to fill some CID/CSD registers
` [PULL 09/19] hw/sd/sdcard: Remove ACMD6 handler for SPI mode
` [PULL 10/19] hw/sd/sdcard: Remove explicit entries for illegal commands
` [PULL 11/19] hw/sd/sdcard: Trace update of block count (CMD23)
` [PULL 12/19] hw/sd/sdcard: Have cmd_valid_while_locked() return a boolean value
` [PULL 13/19] hw/sd/sdcard: Factor sd_req_get_rca() method out
` [PULL 14/19] hw/sd/sdcard: Only call sd_req_get_rca() where RCA is used
` [PULL 15/19] hw/sd/sdcard: Factor sd_req_get_address() method out
` [PULL 16/19] hw/sd/sdcard: Only call sd_req_get_address() where address is used
` [PULL 17/19] hw/sd/sdcard: Add sd_invalid_mode_for_cmd to report invalid mode switch
` [PULL 18/19] hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macros
` [PULL 19/19] hw/sd/sdcard: Add comments around registers and commands

[PATCH] i386: revert defaults to 'legacy-vm-type=true' for SEV(-ES) guests
 2024-06-24 13:14 UTC  (5+ messages)

[PATCH] bswap: Add st24_be_p() to store 24 bits in big-endian order
 2024-06-24 13:12 UTC  (2+ messages)

[PATCH 00/23] hw/sd/sdcard: Accumulation of cleanups and fixes
 2024-06-24 13:10 UTC  (2+ messages)

QEMU Community Call Agenda Items (June 25th, 2024)
 2024-06-24 13:11 UTC 

command line syntax for connecting a chardev to a CPU
 2024-06-24 12:18 UTC  (3+ messages)

[PATCH] hw/ufs: Fix potential bugs in MMIO read|write
 2024-06-24 11:54 UTC  (4+ messages)

[RFC] vhost: Introduce packed vq and add buffer elements
 2024-06-24 11:36 UTC  (4+ messages)

[PATCH v2] Cursor: 8 -> 1 bit alpha downsampling improvement
 2024-06-24 11:29 UTC  (2+ messages)

[PATCH] hw/loongarch: Modify flash block size to 256K
 2024-06-24 11:22 UTC  (3+ messages)

[PATCH] .travis.yml: Install python3-tomli in all build jobs
 2024-06-24 10:31 UTC  (3+ messages)

[PATCH] Update event idx if guest has made extra buffers during double check
 2024-06-24 10:24 UTC  (4+ messages)

[PATCH v3] vritio-net: Notify the guest with the latest available idx
 2024-06-24 10:22 UTC  (2+ messages)

[PATCH v3] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2024-06-24 10:20 UTC  (2+ messages)

[PULL 00/12] maintainer updates (plugins, gdbstub)
 2024-06-24 10:18 UTC  (13+ messages)
` [PULL 01/12] include/exec: add missing include guard comment
` [PULL 02/12] gdbstub: move enums into separate header
` [PULL 03/12] plugins: Ensure register handles are not NULL
` [PULL 04/12] sysemu: add set_virtual_time to accel ops
` [PULL 05/12] qtest: use cpu interface in qtest_clock_warp
` [PULL 06/12] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [PULL 07/12] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
` [PULL 08/12] plugins: add time control API
` [PULL 09/12] plugins: add migration blocker
` [PULL 10/12] contrib/plugins: add Instructions Per Second (IPS) example for cost modeling
` [PULL 11/12] plugins: fix inject_mem_cb rw masking
` [PULL 12/12] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb

Failed to hot-plug device to pxb bridge
 2024-06-24 10:13 UTC  (4+ messages)

[PATCH v2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
 2024-06-24 10:06 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).