messages from 2024-08-05 00:32:40 to 2024-08-05 22:01:06 UTC [more...]
[PULL 0/8] Net patches
2024-08-05 22:00 UTC (4+ messages)
[PULL 0/6] misc patch queue
2024-08-05 21:59 UTC (7+ messages)
` [PULL 2/6] qemu/osdep: Move close_all_open_fds() to oslib-posix
` [PULL 3/6] qemu/osdep: Split qemu_close_all_open_fd() and add fallback
` [PULL 4/6] net/tap: Factorize fd closing after forking
` [PULL 5/6] qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
` [PULL 6/6] net/tap: Use qemu_close_all_open_fd()
[PULL 00/13] Block layer patches
2024-08-05 21:08 UTC (14+ messages)
` [PULL 01/13] qapi-block-core: Clean up blockdev-snapshot-internal-sync doc
` [PULL 02/13] block-copy: Fix missing graph lock
` [PULL 03/13] block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked
` [PULL 04/13] scsi-disk: Use positive return value for status in dma_readv/writev
` [PULL 05/13] scsi-block: Don't skip callback for sgio error status/driver_status
` [PULL 06/13] scsi-disk: Add warning comments that host_status errors take a shortcut
` [PULL 07/13] scsi-disk: Always report RESERVATION_CONFLICT to guest
` [PULL 08/13] vvfat: Fix bug in writing to middle of file
` [PULL 09/13] vvfat: Fix usage of `info.file.offset`
` [PULL 10/13] vvfat: Fix wrong checks for cluster mappings invariant
` [PULL 11/13] vvfat: Fix reading files with non-continuous clusters
` [PULL 12/13] iotests: Add `vvfat` tests
` [PULL 13/13] iotests/024: exclude 'backing file format' field from the output
[PATCH v3 0/1] Add support for generating OpenSBI domains in the device tree
2024-08-05 21:04 UTC (2+ messages)
` [PATCH v3 1/1] "
SRSO mitigation in microcode not passed through to VMs
2024-08-05 20:28 UTC (2+ messages)
[PATCH] target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest
2024-08-05 20:20 UTC
[RFC PATCH 00/23] NXP i.MX RT595, ARM SVD and device model unit tests
2024-08-05 20:17 UTC (24+ messages)
` [RFC PATCH 01/23] fifo32: add peek function
` [RFC PATCH 02/23] tests/unit: add fifo test
` [RFC PATCH 03/23] scripts: add script to generate C header files from SVD XML files
` [RFC PATCH 04/23] hw/arm: add SVD file for NXP i.MX RT595
` [RFC PATCH 05/23] hw: add register access utility functions
` [RFC PATCH 06/23] hw/misc: add basic flexcomm device model
` [RFC PATCH 07/23] tests/unit: add system bus mock
` [RFC PATCH 08/23] test/unit: add register access macros and functions
` [RFC PATCH 09/23] test/unit: add flexcomm unit test
` [RFC PATCH 10/23] hw/char: add support for flexcomm usart
` [RFC PATCH 11/23] test/unit: add flexcomm usart unit test
` [RFC PATCH 12/23] hw/i2c: add support for flexcomm i2c
` [RFC PATCH 13/23] test/unit: add i2c-tester
` [RFC PATCH 14/23] test/unit: add unit tests for flexcomm i2c
` [RFC PATCH 15/23] hw/ssi: add support for flexcomm spi
` [RFC PATCH 16/23] test/unit: add spi-tester
` [RFC PATCH 17/23] test/unit: add unit tests for flexcomm spi
` [RFC PATCH 18/23] hw/misc: add support for RT500's clock controller
` [RFC PATCH 19/23] test/unit: add unit tests "
` [RFC PATCH 20/23] hw/ssi: add support for flexspi
` [RFC PATCH 21/23] hw/misc: add support for RT500 reset controller
` [RFC PATCH 22/23] hw/arm: add basic support for the RT500 SoC
` [RFC PATCH 23/23] hw/arm: add RT595-EVK board
[PATCH v2 0/1] Add support for generating OpenSBI domains in the device tree
2024-08-05 20:15 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH for-9.1 0/2] NBD: don't print raw server error text to terminal
2024-08-05 19:11 UTC (3+ messages)
[RFC V1 0/6] Live update: cpr-transfer
2024-08-05 19:06 UTC (4+ messages)
` [RFC V1 1/6] migration: SCM_RIGHTS for QEMUFile
[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
2024-08-05 18:25 UTC (4+ messages)
` [PATCH for-9.2 v6 02/12] hw/riscv: add riscv-iommu-bits.h
[PATCH-for-9.1 v2] hw/ide/pci.c: Remove dead code from bmdma_prepare_buf()
2024-08-05 18:24 UTC
[PATCH 0/7] block: Miscellaneous minor Coverity fixes
2024-08-05 18:21 UTC (4+ messages)
` [PATCH 3/7] hw/block/pflash_cfi01: Don't decrement pfl->counter below 0
[PATCH-for-9.1? v2 0/4] hw/sd/sdhci: Check ADMA descriptors can be accessed
2024-08-05 18:14 UTC (2+ messages)
[PATCH-for-9.1 v6 00/15] Reconstruct loongson ipi driver
2024-08-05 18:06 UTC (16+ messages)
` [PATCH-for-9.1 v6 01/15] hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIState
` [PATCH-for-9.1 v6 02/15] hw/intc/loongson_ipi: Extract loongson_ipi_common_realize()
` [PATCH-for-9.1 v6 03/15] hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stub
` [PATCH-for-9.1 v6 04/15] hw/intc/loongson_ipi: Move common definitions to loongson_ipi_common.h
` [PATCH-for-9.1 v6 05/15] hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIState
` [PATCH-for-9.1 v6 06/15] hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.h
` [PATCH-for-9.1 v6 07/15] hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()
` [PATCH-for-9.1 v6 08/15] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handler
` [PATCH-for-9.1 v6 09/15] hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handler
` [PATCH-for-9.1 v6 10/15] hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpers
` [PATCH-for-9.1 v6 11/15] hw/intc/loongson_ipi: Move common code to loongson_ipi_common.c
` [PATCH-for-9.1 v6 12/15] hw/intc/loongarch_ipi: Add loongarch IPI support
` [PATCH-for-9.1 v6 13/15] hw/loongarch/virt: Replace Loongson IPI with LoongArch IPI
` [PATCH-for-9.1 v6 14/15] hw/intc/loongson_ipi: Restrict to MIPS
` [PATCH-for-9.2 v6 15/15] hw/intc/loongson_ipi: Remove unused headers
[PATCH v5 0/7] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-05 17:03 UTC (11+ messages)
` [PATCH v5 2/7] acpi/generic_event_device: add an APEI error device
` [PATCH v5 3/7] arm/virt: Wire up GPIO error source for ACPI / GHES
` [PATCH v5 4/7] acpi/ghes: Support GPIO error source
` [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection
` [PATCH v5 6/7] acpi/ghes: add support for generic error injection via QAPI
[PATCH] Add plugin bbvgen: basic block icounts for topblocks + simpoints
2024-08-05 16:19 UTC
[PATCH v3 00/12] hw/misc/aspeed_hace: Fix SG Accumulative Hash Calculations
2024-08-05 15:50 UTC (13+ messages)
` [PATCH v3 01/12] crypto: accumulative hashing API
` [PATCH v3 02/12] crypto/hash-glib: Remove old hash API implementation
` [PATCH v3 03/12] crypto/hash-glib: Implement new hash API
` [PATCH v3 04/12] crypto/hash-gcrypt: Remove old hash API implementation
` [PATCH v3 05/12] crypto/hash-gcrypt: Implement new hash API
` [PATCH v3 06/12] crypto/hash-gnutls: Remove old "
` [PATCH v3 07/12] crypto/hash-gnutls: Implement new "
` [PATCH v3 08/12] crypto/hash-nettle: Remove old "
` [PATCH v3 09/12] crypto/hash-nettle: Implement new "
` [PATCH v3 10/12] crypto/hash-afalg: Update to new API
` [PATCH v3 11/12] tests/unit/test-crypto-hash: accumulative hashing
` [PATCH v3 12/12] hw/misc/aspeed_hace: Fix SG Accumulative hashing
[PATCH] target/hexagon: don't look for static glib
2024-08-05 15:39 UTC (6+ messages)
[PATCH] vhost-user: rewrite vu_dispatch with if-else
2024-08-05 15:35 UTC (4+ messages)
[PATCH v3 0/7] Add ACPI CPER firmware first error injection for Arm Processor
2024-08-05 15:22 UTC (8+ messages)
` [PATCH v3 1/7] arm/virt: place power button pin number on a define
[PATCH 0/6] qapi: generalize special features
2024-08-05 14:59 UTC (16+ messages)
` [PATCH 1/6] qapi: change 'unsigned special_features' to 'uint64_t features'
` [PATCH 2/6] scripts/qapi: rename 'special_features' to 'features'
` [PATCH 3/6] qapi: use "QAPI_FEATURE" as namespace for features
` [PATCH 4/6] qapi: cope with feature names containing a '-'
` [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants
[PATCH] docs: fix vhost-user protocol doc
2024-08-05 14:57 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3 0/3] Fix data corruption within preallocation
2024-08-05 13:50 UTC (13+ messages)
` [PATCH v3 1/3] block: zero data data corruption using prealloc-filter
` [PATCH v3 2/3] iotests/298: add testcase for async writes with preallocation filter
` [PATCH v3 3/3] scripts: add filev2p.py script for mapping virtual file offsets mapping
[PATCH 0/3] configure: Bump GDB detection version for GDB_HAS_MTE
2024-08-05 13:12 UTC (2+ messages)
[RFC PATCH] tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot
2024-08-05 12:56 UTC (5+ messages)
[PULL 0/2] target/i386 fixes for QEMU 9.1
2024-08-05 12:16 UTC (3+ messages)
` [PULL 1/2] target/i386: SEV: fix mismatch in vcek-disabled property name
` [PULL 2/2] target/i386: Fix VSIB decode
[PATCH for-9.1] target/i386: Fix VSIB decode
2024-08-05 12:10 UTC (2+ messages)
[PATCH for-9.1 0/1] roms/opensbi: update to v1.5.1
2024-08-05 12:02 UTC (2+ messages)
` [PATCH for-9.1 1/1] roms/opensbi: Update "
[PATCH] iotests/024: exclude 'backing file format' field from the output
2024-08-05 10:36 UTC (2+ messages)
[PATCH v6 0/5] vvfat: Fix write bugs for large files and add iotests
2024-08-05 10:24 UTC (4+ messages)
` [PATCH v6 4/5] vvfat: Fix reading files with non-continuous clusters
[PATCH v2 4/4] virtio-net: Add support for USO features
2024-08-05 10:08 UTC (17+ messages)
[PATCH V2 00/11] Live update: cpr-exec
2024-08-05 10:06 UTC (7+ messages)
[PATCH for-9.2 v13 00/12] hw/pci: SR-IOV related fixes and improvements
2024-08-05 9:59 UTC (13+ messages)
` [PATCH for-9.2 v13 01/12] hw/pci: Rename has_power to enabled
` [PATCH for-9.2 v13 02/12] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
` [PATCH for-9.2 v13 03/12] hw/ppc/spapr_pci: Do not reject VFs created after a PF
` [PATCH for-9.2 v13 04/12] s390x/pci: Check for multifunction after device realization
` [PATCH for-9.2 v13 05/12] pcie_sriov: Do not manually unrealize
` [PATCH for-9.2 v13 06/12] pcie_sriov: Ensure VF function number does not overflow
` [PATCH for-9.2 v13 07/12] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH for-9.2 v13 08/12] pcie_sriov: Release VFs failed to realize
` [PATCH for-9.2 v13 09/12] pcie_sriov: Remove num_vfs from PCIESriovPF
` [PATCH for-9.2 v13 10/12] pcie_sriov: Register VFs after migration
` [PATCH for-9.2 v13 11/12] hw/pci: Use -1 as the default value for rombar
` [PATCH for-9.2 v13 12/12] hw/qdev: Remove opts member
[PATCH for-9.2 v12 00/11] hw/pci: SR-IOV related fixes and improvements
2024-08-05 8:47 UTC (4+ messages)
[PATCH] ppc: fix incorrect spelling of PowerMac
2024-08-05 8:36 UTC (2+ messages)
[PATCH 1/2] docs/specs/pci-ids: Add missing devices
2024-08-05 3:10 UTC (2+ messages)
` [PATCH 2/2] docs/specs/pci-ids: Fix markup
[PULL 0/2] QAPI patches patches for 2024-08-05
2024-08-05 7:59 UTC (3+ messages)
` [PULL 1/2] qapi: Refill doc comments to conform to conventions
` [PULL 2/2] qmp: Fix higher half vaddrs for [p]memsave
[PATCH v3] qmp: Use unsigned integers for address parameters
2024-08-05 7:55 UTC (2+ messages)
[PATCH] qapi: Refill doc comments to conform to conventions
2024-08-05 7:36 UTC (2+ messages)
[PATCH] migration: Refine the convergence detection
2024-08-05 7:03 UTC (3+ messages)
[PATCH v2 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-08-05 6:27 UTC (18+ messages)
` [PATCH v2 01/17] intel_iommu: Use the latest fault reasons defined by spec
` [PATCH v2 02/17] intel_iommu: Make pasid entry type check accurate
` [PATCH v2 03/17] intel_iommu: Add a placeholder variable for scalable modern mode
` [PATCH v2 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
` [PATCH v2 05/17] intel_iommu: Rename slpte to pte
` [PATCH v2 06/17] intel_iommu: Implement stage-1 translation
` [PATCH v2 07/17] intel_iommu: Check if the input address is canonical
` [PATCH v2 08/17] intel_iommu: Set accessed and dirty bits during first stage translation
` [PATCH v2 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
` [PATCH v2 10/17] intel_iommu: Process PASID-based "
` [PATCH v2 11/17] intel_iommu: Add an internal API to find an address space with PASID
` [PATCH v2 12/17] intel_iommu: Add support for PASID-based device IOTLB invalidation
` [PATCH v2 13/17] intel_iommu: piotlb invalidation should notify unmap
` [PATCH v2 14/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode
` [PATCH v2 15/17] intel_iommu: Modify x-scalable-mode to be string option to expose scalable modern mode
` [PATCH v2 16/17] intel_iommu: Introduce a property to control FS1GP cap bit setting
` [PATCH v2 17/17] tests/qtest: Add intel-iommu test
[PATCH] hw/openrisc: Fixed undercounting of TTCR in continuous mode
2024-08-05 6:12 UTC (4+ messages)
[PATCH 0/2] target/riscv: Convert RISC-V custom bitops to standard ones
2024-08-05 4:33 UTC (3+ messages)
` [PATCH 1/2] include: bitops: Add mask extract64/deposit64
` [PATCH 2/2] target/riscv: Remove get_field and set_field
[PATCH] RISC-V: Remove riscv_cpu_claim_interrupts()
2024-08-05 2:16 UTC (5+ messages)
[PATCH] target/riscv: Add asserts for out-of-bound access
2024-08-05 2:05 UTC (3+ messages)
[PATCH v3 0/3] target/riscv: Remove redundant insn length check for zama16b
2024-08-05 1:51 UTC (2+ messages)
[PATCH v8 0/5] qemu/osdep: add a qemu_close_all_open_fd() helper
2024-08-05 0:33 UTC (3+ messages)
` [PATCH v8 4/5] qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
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).