messages from 2024-08-07 21:05:27 to 2024-08-08 17:20:12 UTC [more...]
[PATCH v4 00/15] hw/misc/aspeed_hace: Fix SG Accumulative Hash Calculations
2024-08-08 17:19 UTC (24+ messages)
` [PATCH v4 01/15] crypto: accumulative hashing API
` [PATCH v4 02/15] crypto/hash-glib: Implement new hash API
` [PATCH v4 03/15] crypto/hash-gcrypt: "
` [PATCH v4 04/15] crypto/hash-gnutls: "
` [PATCH v4 06/15] crypto/hash-afalg: "
` [PATCH v4 07/15] crypto/hash: Implement and use "
` [PATCH v4 08/15] tests/unit/test-crypto-hash: accumulative hashing
` [PATCH v4 09/15] crypto/hash-glib: Remove old hash API functions
` [PATCH v4 10/15] crypto/hash-gcrypt: "
[PATCH] block/blkio: use FUA flag on write zeroes only if supported
2024-08-08 17:04 UTC (3+ messages)
bug?
2024-08-08 15:41 UTC
[PATCH v2] kvm: refactor core virtual machine creation into its own function
2024-08-08 12:58 UTC (2+ messages)
[PATCH 0/4] virtio-mem: Implement support for suspend+wake-up with plugged memory
2024-08-08 16:29 UTC (15+ messages)
` [PATCH 1/4] reset: Use ResetType for qemu_devices_reset() and MachineClass->reset()
` [PATCH 2/4] reset: Add RESET_TYPE_WAKEUP
` [PATCH 3/4] virtio-mem: Implement Resettable interface instead of using LegacyReset
[PATCH v2 4/4] virtio-net: Add support for USO features
2024-08-08 15:25 UTC (30+ messages)
[PATCH v4 0/2] cxl: add device reporting poison handler
2024-08-08 15:13 UTC (3+ messages)
` [PATCH v4 1/2] cxl/core: introduce device reporting poison hanlding
` [PATCH v4 2/2] cxl: avoid duplicated report from MCE & device
[PATCH] arm/virt: place power button pin number on a define
2024-08-08 15:06 UTC (3+ messages)
[PATCH v2 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-08-08 15:04 UTC (12+ messages)
` [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 15/17] intel_iommu: Modify x-scalable-mode to be string option to expose scalable modern mode
[PATCH] hw/core/ptimer: fix timer zero period condition
2024-08-08 15:04 UTC (2+ messages)
[PATCH v5 0/7] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-08 14:45 UTC (12+ messages)
` [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 v1 0/2] hw/ppc: SPI model - coverity fixes
2024-08-08 14:33 UTC (6+ messages)
` [PATCH v1 1/2] Fixes: Coverity CID 1558827
` [PATCH v1 2/2] Fixes: Coverity CID 1558831
[PATCH] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
2024-08-08 14:46 UTC (6+ messages)
[PATCH for-9.1 0/2] NBD: don't print raw server error text to terminal
2024-08-08 14:02 UTC (6+ messages)
` [PATCH 1/2] util: Refactor json-writer's string sanitizer to be public
[PATCH v2 0/3] Several fixes of AXI-ethernet/DMA
2024-08-08 13:35 UTC (7+ messages)
` [PATCH v2 1/3] hw/dma: xilinx_axidma: Correct the txlen value in the descriptor
` [PATCH v2 2/3] hw/dma: xilinx_axidma: Send DMA error IRQ if any memory access is failed
` [PATCH v2 3/3] hw/net: xilinx_axienet: Fix DMA RX IRQ if ethernet disable RX
[PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-08 13:23 UTC (14+ messages)
` [PATCH v6 01/10] acpi/generic_event_device: add an APEI error device
` [PATCH v6 02/10] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v6 03/10] acpi/ghes: Add support for GED error device
` [PATCH v6 04/10] qapi/ghes-cper: add an interface to do generic CPER error injection
` [PATCH v6 05/10] acpi/ghes: rework the logic to handle HEST source ID
` [PATCH v6 06/10] acpi/ghes: add support for generic error injection via QAPI
` [PATCH v6 07/10] docs: acpi_hest_ghes: fix documentation for CPER size
` [PATCH v6 08/10] scripts/ghes_inject: add a script to generate GHES error inject
` [PATCH v6 09/10] target/arm: add an experimental mpidr arm cpu property object
` [PATCH v6 10/10] scripts/arm_processor_error.py: retrieve mpidr if not filled
[PATCH] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
2024-08-08 13:03 UTC (2+ messages)
[PATCH 6/5] docs: Typo fix in live disk backup
2024-08-08 12:51 UTC (2+ messages)
[PATCH 0/5] docs: more conversions from txt to rst
2024-08-08 12:46 UTC (3+ messages)
[PATCH 0/6] qapi: generalize special features
2024-08-08 12:11 UTC (5+ messages)
` [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants
` [PATCH 6/6] qapi: expose all schema features to code
[RFC PATCH-for-9.1? 0/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in
2024-08-08 12:04 UTC (21+ messages)
` [RFC PATCH-for-9.1? 1/2] target/arm: Move qmp_query_gic_capabilities() to hw/intc/
` [RFC PATCH-for-9.1? 2/2] hw/intc/arm_gic: Only provide query-gic-capabilities when GIC built-in
[PATCH v2] target/arm: Fix BTI versus CF_PCREL
2024-08-08 11:38 UTC (2+ messages)
[PATCH] kvm: refactor core virtual machine creation into its own function
2024-08-08 11:08 UTC (2+ messages)
[PATCH v2 0/4] Add support for Zhaoxin Yongfeng CPU model and other improvements
2024-08-08 10:55 UTC (10+ messages)
` [PATCH v2 1/4] target/i386: Add support for Zhaoxin CPU vendor identification
` [PATCH v2 2/4] target/i386: Add CPUID leaf 0xC000_0001 EDX definitions
` [PATCH v2 3/4] target/i386: Introduce Zhaoxin Yongfeng CPU model
` [PATCH v2 4/4] target/i386: Update CMPLegacy handling for Zhaoxin CPUs
[RFC PATCH v6 0/5] rust-pl011-rfc-v6
2024-08-08 10:09 UTC (10+ messages)
` [RFC PATCH v6 1/5] build-sys: Add rust feature option
` [RFC PATCH v6 4/5] rust: add crate to expose bindings and interfaces
` [RFC PATCH v6 5/5] rust: add PL011 device model
[RFC-PATCH v1 0/2] Postcopy migration and vhost-user errors
2024-08-08 9:51 UTC (3+ messages)
` [RFC-PATCH v1 1/2] vhost: fail device start if iotlb update fails
` [RFC-PATCH v1 2/2] vhost-user: add a request-reply lock
[PATCH v1 0/3] target/i386: Add nested FRED support
2024-08-08 9:40 UTC (5+ messages)
` [PATCH v1 2/3] target/i386: Add VMX control bits for "
[RFC PATCH] qapi: Generate QAPI files using qapi/ for generated header paths
2024-08-08 8:53 UTC (4+ messages)
[PATCH] qio: fix qemu crash when live migration
2024-08-08 8:50 UTC (2+ messages)
[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
2024-08-08 8:39 UTC (11+ messages)
[PATCH v2 00/13] Add RISC-V Counter delegation ISA extension support
2024-08-08 8:24 UTC (9+ messages)
` [PATCH v2 13/13] target/riscv: Enable PMU related extensions to preferred rule
[PATCH 1/1] hw/intc/riscv_aplic: Fix APLIC in clrip and clripnum write emulation
2024-08-08 8:20 UTC
[PATCH 1/1] hw/intc/riscv_aplic: Check and update pending when write sourcecfg
2024-08-08 8:19 UTC
[PATCH v2 0/4] gdbstub: Add support for MTE in system mode
2024-08-08 5:15 UTC (5+ messages)
` [PATCH v2 1/4] gdbstub: Use specific MMU index when probing MTE addresses
` [PATCH v2 2/4] gdbstub: Add support for MTE in system mode
` [PATCH v2 3/4] tests/guest-debug: Support passing arguments to the GDB test script
` [PATCH v2 4/4] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode
[RFC PATCH 00/23] NXP i.MX RT595, ARM SVD and device model unit tests
2024-08-08 5:11 UTC (8+ messages)
` [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
[PATCH 0/4] gdbstub: Add support for MTE in system mode
2024-08-08 5:08 UTC (10+ messages)
` [PATCH 1/4] gdbstub: Use specific MMU index when probing MTE addresses
` [PATCH 3/4] tests/guest-debug: Support passing arguments to the GDB test script
` [PATCH 4/4] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode
[PATCH v8 0/8] Support RISC-V IOPMP
2024-08-08 4:25 UTC (13+ messages)
` [PATCH v8 2/8] system/physmem: Support IOMMU granularity smaller than TARGET_PAGE size
` [PATCH v8 3/8] target/riscv: Add support for IOPMP
` [PATCH v8 4/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
` [PATCH v8 5/8] hw/misc/riscv_iopmp: Add API to set up IOPMP protection for system memory
` [PATCH v8 6/8] hw/misc/riscv_iopmp: Add API to configure RISCV CPU IOPMP support
` [PATCH v8 8/8] hw/riscv/virt: Add "
[PULL 0/6] hex queue
2024-08-08 3:42 UTC (7+ messages)
` [PULL 1/6] Hexagon: fix F2_conv_* instructions for negative zero
` [PULL 2/6] Hexagon: lldb read/write predicate registers p0/p1/p2/p3
` [PULL 3/6] target/hexagon/idef-parser: Remove self-assignment
` [PULL 4/6] MAINTAINERS: Add my hexagon git tree
` [PULL 5/6] target/hexagon: define a v66 CPU
` [PULL 6/6] target/hexagon: switch to dc set_props() list
[PATCH v2 00/11] support I2C for AST2700
2024-08-08 2:49 UTC (12+ messages)
` [PATCH v2 01/11] hw/i2c/aspeed: support discontinuous register memory region of I2C bus
` [PATCH v2 02/11] hw/i2c/aspeed: introduce a new bus pool buffer attribute in AspeedI2Cbus
` [PATCH v2 03/11] hw/i2c/aspeed: support discontinuous poll buffer memory region of I2C bus
` [PATCH v2 04/11] hw/i2c/aspeed: introduce a new dma_dram_offset attribute in AspeedI2Cbus
` [PATCH v2 05/11] hw/i2c/aspeed: Add AST2700 support
` [PATCH v2 06/11] hw/i2c/aspeed: support Tx/Rx buffer 64 bits address
` [PATCH v2 07/11] hw/i2c/aspeed: support high part dram offset for DMA 64 bits
` [PATCH v2 08/11] aspeed/soc: introduce a new API to get the INTC orgate information
` [PATCH v2 09/11] aspeed/soc: support I2C for AST2700
` [PATCH v2 10/11] aspeed: add tmp105 in i2c bus 0 "
` [PATCH v2 11/11] machine_aspeed.py: update to test I2C "
[PULL 0/1] tcg patch queue
2024-08-08 1:43 UTC (3+ messages)
` [PULL 1/1] tcg/ppc: Sync tcg_out_test and constraints
[PULL 0/1] tcg patch queue
2024-08-08 1:43 UTC (2+ messages)
` [PULL 1/1] tcg/ppc: Sync tcg_out_test and constraints
[PATCH] target/riscv: Add a property to set vl to ceil(AVL/2)
2024-08-08 1:23 UTC (2+ messages)
[PATCH v3 0/2] RISC-V: Add preliminary textra trigger CSR functions
2024-08-08 1:12 UTC (5+ messages)
[PATCH-for-9.1 v2 0/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
2024-08-07 23:45 UTC (7+ messages)
` [PATCH-for-9.1 v2 2/4] hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()
` [PATCH-for-9.1 v2 3/4] hw/ssi/pnv_spi: Return early in transfer()
` [PATCH-for-9.1 v2 4/4] hw/ssi/pnv_spi: Fixes Coverity CID 1558831
[PATCH v3 00/20] riscv support for control flow integrity extensions
2024-08-07 23:13 UTC (15+ messages)
` [PATCH v3 04/20] target/riscv: save and restore elp state on priv transitions
` [PATCH v3 12/20] target/riscv: implement zicfiss instructions
` [PATCH v3 15/20] target/riscv: shadow stack mmu index for shadow stack instructions
[RFC PATCH] target/i386: allow access_ptr to force slow path on failed probe
2024-08-07 23:10 UTC (2+ messages)
[PATCH v2 0/4] i386/cpu: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
2024-08-07 22:15 UTC (5+ messages)
` [PATCH v2 1/4] i386/cpu: Add RAS feature bits on EPYC CPU models
` [PATCH v2 2/4] i386/cpu: Add PerfMonV2 feature bit
` [PATCH v2 3/4] i386/cpu: Enable perfmon-v2 and RAS feature bits on EPYC-Genoa
` [PATCH v2 4/4] i386/cpu: Add support for EPYC-Turin model
[PATCH for-9.1 v4 0/7] CVE-2024-7409
2024-08-07 21:30 UTC (7+ messages)
` [PATCH v4 3/7] nbd/server: CVE-2024-7409: Change default max-connections to 100
` [PATCH v4 5/7] nbd/server: CVE-2024-7409: Close stray client sockets at shutdown
[PATCH V2 00/11] Live update: cpr-exec
2024-08-07 21:04 UTC (4+ messages)
` [PATCH V2 06/11] migration: fix mismatched GPAs during cpr
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).