messages from 2024-06-24 14:54:40 to 2024-06-25 07:36:37 UTC [more...]
[PATCH 0/7] hw/sd/sd: Introduce sd_cmd_to_receivingdata() / sd_generic_write_byte()
2024-06-25 7:34 UTC (8+ messages)
` [PATCH 1/7] hw/sd/sdcard: Introduce sd_cmd_to_receivingdata / sd_generic_write_byte
` [PATCH 2/7] hw/sd/sdcard: Duplicate WRITE_SINGLE_BLOCK / WRITE_MULTIPLE_BLOCK cases
` [PATCH 3/7] hw/sd/sdcard: Convert WRITE_SINGLE_BLOCK to generic_write_byte (CMD24)
` [PATCH 4/7] hw/sd/sdcard: Convert PROGRAM_CID to generic_write_byte (CMD26)
` [PATCH 5/7] hw/sd/sdcard: Convert PROGRAM_CSD to generic_write_byte (CMD27)
` [PATCH 6/7] hw/sd/sdcard: Convert LOCK_UNLOCK to generic_write_byte (CMD42)
` [PATCH 7/7] hw/sd/sdcard: Convert GEN_CMD to generic_write_byte (CMD56)
[PATCH v3 0/2] Fix coverity issues for AST2700
2024-06-25 7:26 UTC (5+ messages)
` [PATCH v3 1/2] aspeed/soc: Fix possible divide by zero
` [PATCH v3 2/2] aspeed/sdmc: Remove extra R_MAIN_STATUS case
[PATCH] aspeed/sdmc: Check RAM size value at realize time
2024-06-25 7:24 UTC (2+ messages)
[PATCH v1] memory tier: consolidate the initialization of memory tiers
2024-06-25 7:22 UTC (5+ messages)
[Bug Report] Possible Missing Endianness Conversion
2024-06-25 7:18 UTC (4+ messages)
[PATCH 1/2] qom: Rename Object::class into Object::klass
2024-06-25 7:15 UTC (4+ messages)
` [PATCH 2/2] include/qom: Rename typename into type_name
[PATCH v2] aspeed: Deprecate the tacoma-bmc machine
2024-06-25 7:12 UTC (2+ messages)
Help improve 32-bit testing
2024-06-25 7:11 UTC (2+ messages)
[PATCH v2 00/12] hw/sd/sdcard: Accumulation of cleanups and fixes
2024-06-25 7:03 UTC (14+ messages)
` [PATCH v2 01/12] tests/qtest: Disable npcm7xx_sdhci tests using hardcoded RCA
` [PATCH v2 02/12] hw/sd/sdcard: Generate random RCA value
` [PATCH v2 03/12] hw/sd/sdcard: Track last command used to help logging
` [PATCH v2 04/12] hw/sd/sdcard: Trace block offset in READ/WRITE data accesses
` [PATCH v2 05/12] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)
` [PATCH v2 06/12] hw/sd/sdcard: Send WRITE_PROT bits MSB first (CMD30)
` [PATCH v2 07/12] hw/sd/sdcard: Send NUM_WR_BLOCKS bits MSB first (ACMD22)
` [PATCH v2 08/12] hw/sd/sdcard: Use READY_FOR_DATA definition instead of magic value
` [PATCH v2 09/12] hw/sd/sdcard: Assign SDCardStates enum values
` [PATCH v2 10/12] hw/sd/sdcard: Simplify sd_inactive_state handling
` [PATCH v2 11/12] hw/sd/sdcard: Restrict SWITCH_FUNCTION to sd_transfer_state (CMD6)
` [PATCH v2 12/12] hw/sd/sdcard: Add direct reference to SDProto in SDState
[PATCH] aspeed: Deprecate the tacoma-bmc machine
2024-06-25 6:54 UTC (2+ messages)
[PATCH v2 0/2] Fix coverity issues for AST2700
2024-06-25 6:41 UTC (9+ messages)
` [PATCH v2 1/2] aspeed/soc: Fix possible divide by zero
` [PATCH v2 2/2] aspeed/sdmc: Remove extra R_MAIN_STATUS case
[PATCH 1/1] include/qemu: Provide a C++ compatible version of typeof_strip_qual
2024-06-25 6:19 UTC (6+ messages)
[PATCH 00/11] hw/sd/sd: Introduce sd_cmd_to_sendingdata() and sd_generic_read_byte()
2024-06-25 6:14 UTC (13+ messages)
` [PATCH 01/11] hw/sd/sdcard: Introduce sd_cmd_to_sendingdata and sd_generic_read_byte
` [PATCH 02/11] hw/sd/sdcard: Convert SWITCH_FUNCTION to generic_read_byte (CMD6)
` [PATCH 03/11] hw/sd/sdcard: Convert SEND_CSD/SEND_CID to generic_read_byte (CMD9 & 10)
` [PATCH 04/11] hw/sd/sdcard: Duplicate READ_SINGLE_BLOCK / READ_MULTIPLE_BLOCK cases
` [PATCH 05/11] hw/sd/sdcard: Convert READ_SINGLE_BLOCK to generic_read_byte (CMD17)
` [PATCH 06/11] hw/sd/sdcard: Convert SEND_TUNING_BLOCK to generic_read_byte (CMD19)
` [PATCH 07/11] hw/sd/sdcard: Convert SEND_WRITE_PROT to generic_read_byte (CMD30)
` [PATCH 08/11] hw/sd/sdcard: Convert GEN_CMD to generic_read_byte (CMD56)
` [PATCH 09/11] hw/sd/sdcard: Convert SD_STATUS to generic_read_byte (ACMD13)
` [PATCH 10/11] hw/sd/sdcard: Convert SEND_NUM_WR_BLOCKS to generic_read_byte (ACMD22)
` [PATCH 11/11] hw/sd/sdcard: Convert SEND_SCR to generic_read_byte (ACMD51)
[PATCH v1 0/2] Fix coverity issues for AST2700
2024-06-25 6:05 UTC (6+ messages)
` [PATCH v1 1/2] aspeed/soc: fix coverity issue
[PATCH 00/13] target/arm: AdvSIMD conversion, part 2
2024-06-25 5:08 UTC (14+ messages)
` [PATCH 01/13] target/arm: Fix VCMLA Dd, Dn, Dm[idx]
` [PATCH 02/13] target/arm: Fix SQDMULH (by element) with Q=0
` [PATCH 03/13] target/arm: Fix FJCVTZS vs flush-to-zero
` [PATCH 04/13] target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree
` [PATCH 05/13] target/arm: Convert SDOT, UDOT "
` [PATCH 06/13] target/arm: Convert SUDOT, USDOT "
` [PATCH 07/13] target/arm: Convert BFDOT "
` [PATCH 08/13] target/arm: Convert BFMLALB, BFMLALT "
` [PATCH 09/13] target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA "
` [PATCH 10/13] target/arm: Add data argument to do_fp3_vector
` [PATCH 11/13] target/arm: Convert FCADD to decodetree
` [PATCH 12/13] target/arm: Convert FCMLA "
` [PATCH 13/13] target/arm: Delete dead code from disas_simd_indexed
[PATCH V13 0/8] Add architecture agnostic code to support vCPU Hotplug
2024-06-25 5:08 UTC (3+ messages)
` [PATCH V13 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V13 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
[PATCH v4 0/5] mirror: allow specifying working bitmap
2024-06-25 4:57 UTC (10+ 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
` [PATCH v4 4/5] iotests: add test for bitmap mirror
` [PATCH v4 5/5] blockdev: mirror: check for target's cluster size when using bitmap
[PULL 00/19] SD/MMC patches for 2024-06-24
2024-06-25 4:30 UTC (2+ messages)
[v2 1/1] hw/i386/acpi-build: add OSHP method support for SHPC driver load
2024-06-25 3:52 UTC
[PATCH v2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
2024-06-25 1:58 UTC (3+ messages)
[PATCH v2] target/riscv: fix instructions count handling in icount mode
2024-06-25 1:47 UTC (2+ messages)
[PATCH] i386: revert defaults to 'legacy-vm-type=true' for SEV(-ES) guests
2024-06-25 1:19 UTC (2+ messages)
[PULL 00/12] maintainer updates (plugins, gdbstub)
2024-06-25 1:23 UTC (2+ messages)
[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 (2+ messages)
[PATCH v2] Consider discard option when writing zeros
2024-06-24 21:12 UTC (5+ messages)
[PULL 00/11] s390x and qtest patches 2024-06-24
2024-06-24 20:50 UTC (2+ messages)
[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
[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
2024-06-24 19:52 UTC (11+ 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 (2+ messages)
[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
[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 (5+ messages)
` [PATCH v3 13/15] backends/igvm: Handle policy for SEV guests
` [PATCH v3 14/15] i386/sev: Add implementation of CGS set_guest_policy()
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).