messages from 2024-10-25 16:10:36 to 2024-10-28 08:52:35 UTC [more...]
[PATCH v4 0/9] Introduce SMP Cache Topology
2024-10-28 9:07 UTC (2+ messages)
[PATCH 0/6] Add AVX10.1 CPUID support and GraniteRapids-v2 model
2024-10-28 8:45 UTC (9+ messages)
` [PATCH 1/6] target/i386: Add AVX512 state when AVX10 is supported
` [PATCH 2/6] target/i386: add avx10-version property
` [PATCH 3/6] target/i386: Add CPUID.24 leaf for AVX10
` [PATCH 4/6] target/i386: Add feature dependencies "
` [PATCH 5/6] target/i386: Add support for AVX10 in CPUID enumeration
` [PATCH 6/6] target/i386: Introduce GraniteRapids-v2 model
[PATCH 0/2] arm: Add collie and sx functional tests
2024-10-28 8:41 UTC (22+ messages)
[PATCH v3 0/7] target/i386: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
2024-10-28 8:56 UTC (8+ messages)
` [PATCH v3 1/7] target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit
` [PATCH v3 2/7] target/i386: Add RAS feature bits on EPYC CPU models
` [PATCH v3 5/7] target/i386: Expose bits related to SRSO vulnerability
[PATCH v2] configure, meson: deprecate 32-bit MIPS
2024-10-28 8:24 UTC
[RFC v3 0/3] Add packed virtqueue to shadow virtqueue
2024-10-28 8:10 UTC (6+ messages)
` [RFC v3 3/3] vhost: Allocate memory for packed vring
[PATCH v3 0/8] Migration: Make misc.h helpers available for whole VM lifecycle
2024-10-28 7:43 UTC (3+ messages)
` [PATCH v3 7/8] migration: Unexport migration_is_active()
[PATCH v4 00/15] macOS PV Graphics and new vmapple machine type
2024-10-28 7:42 UTC (24+ messages)
` [PATCH v4 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v4 03/15] hw/display/apple-gfx: Adds PCI implementation
` [PATCH v4 04/15] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v4 09/15] gpex: Allow more than 4 legacy IRQs
` [PATCH v4 10/15] hw/vmapple/aes: Introduce aes engine
` [PATCH v4 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v4 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v4 14/15] hw/block/virtio-blk: Replaces request free function with g_free
` [PATCH v4 15/15] hw/vmapple/vmapple: Add vmapple machine type
[PATCH v3 0/3] linux-headers: Update to Linux v6.12-rc5
2024-10-28 7:39 UTC (5+ messages)
` [PATCH v3 1/3] linux-headers: Add unistd_64.h
` [PATCH v3 2/3] linux-headers: loongarch: Add kvm_para.h
` [PATCH v3 3/3] linux-headers: Update to Linux v6.12-rc5
[PATCH 00/11] Rust device model patches and misc cleanups
2024-10-28 7:07 UTC (12+ messages)
` [PATCH 03/11] rust/qemu-api-macros: introduce Device proc macro
[PATCH v5] intel_iommu: Introduce property "stale-tm" to control Transient Mapping (TM) field
2024-10-28 6:09 UTC (2+ messages)
[PATCH v17 00/14] hw/pci: SR-IOV related fixes and improvements
2024-10-28 5:58 UTC (4+ messages)
` [PATCH v17 02/14] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
[PATCH] configure, meson: deprecate 32-bit MIPS
2024-10-28 3:39 UTC (3+ messages)
[PATCH] configure: detect 64-bit MIPS
2024-10-28 3:34 UTC (2+ messages)
[PATCH v6 0/3] Upgrade ACPI SPCR table to support SPCR table revision 4 format
2024-10-28 2:32 UTC (5+ messages)
` [PATCH v6 1/3] qtest: allow SPCR acpi table changes
` [PATCH v6 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 format
` [PATCH v6 3/3] tests/qtest/bios-tables-test: Update virt SPCR golden reference for RISC-V
[PATCH v4] intel_iommu: Introduce property "stale-tm" to control Transient Mapping (TM) field
2024-10-28 2:22 UTC (3+ messages)
[PATCH v4 0/5] qemu-ga: Hanle memory leak and simplify code
2024-10-28 1:49 UTC (7+ messages)
` [PATCH v4 1/5] qemu-ga: 'Null' check for mandatory parameters
` [PATCH v4 5/5] qemu-ga: Replace g_new0() with g_autoptr()
[PATCH qemu.git v2 0/2] docs/devel/reset: add missing words
2024-10-27 21:13 UTC (3+ messages)
` [PATCH qemu.git v2 1/2] "
` [PATCH qemu.git v2 2/2] docs/devel/reset: add plural 's'
[PATCH v2 0/3] *** TPM TIS SPI pull request ***
2024-10-27 17:42 UTC (7+ messages)
` [PATCH v2 1/3] tpm/tpm_tis_spi: Support TPM for SPI (Serial Peripheral Interface)
` [PATCH v2 2/3] tpm/tpm_tis_spi: activation for the PowerNV machines
` [PATCH v2 3/3] tests/qtest/tpm: add unit test to tis-spi
[PATCH] rust: do not always select X_PL011_RUST
2024-10-27 14:09 UTC (4+ messages)
[PATCH v2] rust/wrapper.h: define memory_order enum
2024-10-27 13:57 UTC
[PATCH v3 00/23] rust: fix CI + allow older versions of rustc and bindgen
2024-10-27 12:39 UTC (31+ messages)
` [PATCH 05/23] rust/pl011: add TYPE_PL011_LUMINARY device
` [PATCH 06/23] rust/pl011: remove commented out C code
` [PATCH 19/23] rust: do not use --generate-cstr
` [PATCH 21/23] rust: make rustfmt optional
` [PATCH 22/23] dockerfiles: install bindgen from cargo on Ubuntu 22.04
` [PATCH 23/23] ci: enable rust in the Debian and Ubuntu system build job
[PATCH 00/36] next-cube: more tidy-ups and improvements
2024-10-27 11:58 UTC (17+ messages)
` [PATCH 01/36] next-cube: fix up compilation when DEBUG_NEXT is enabled
` [PATCH 02/36] next-cube: remove 0x14020 dummy value from next_mmio_read()
` [PATCH 03/36] next-cube: remove overlap between next.dma and next.mmio memory regions
` [PATCH 04/36] next-cube: remove cpu parameter from next_scsi_init()
` [PATCH 06/36] next-cube: move next_scsi_init() to next_pc_realize()
` [PATCH 07/36] next-cube: introduce next_pc_init() object init function
` [PATCH 08/36] next-cube: introduce next-scsi device
[PATCH qemu.git 0/1] docs/devel/reset: add missing words
2024-10-27 10:02 UTC (3+ messages)
` [PATCH qemu.git 1/1] "
[PATCH qemu.git 0/1] hw/intc/sifive_plic: add const qualifier to signature
2024-10-27 0:26 UTC (2+ messages)
` [PATCH qemu.git 1/1] "
[PATCH 00/21] softfloat: Set 2-NaN propagation rule in float_status, not at compile time
2024-10-26 20:03 UTC (32+ messages)
` [PATCH 02/21] tests/fp: Explicitly set 2-NaN propagation rule
` [PATCH 04/21] target/mips: "
` [PATCH 07/21] target/s390x: "
` [PATCH 09/21] target/m68k: "
` [PATCH 10/21] target/m68k: Initialize float_status fields in gdb set/get functions
` [PATCH 11/21] target/sparc: Move cpu_put_fsr(env, 0) call to reset
` [PATCH 12/21] target/sparc: Explicitly set 2-NaN propagation rule
` [PATCH 14/21] target/xtensa: "
` [PATCH 16/21] target/alpha: "
` [PATCH 18/21] target/microblaze: "
` [PATCH 19/21] target/openrisc: "
` [PATCH 20/21] target/rx: "
` [PATCH 21/21] softfloat: Remove fallback rule from pickNaN()
[PATCH v3 0/9] target/mips: Convert Loongson LEXT opcodes to decodetree
2024-10-26 17:55 UTC (11+ messages)
` [PATCH v3 1/9] target/mips: Extract decode_64bit_enabled() helper
` [PATCH v3 2/9] target/mips: Simplify Loongson MULTU.G opcode
` [PATCH v3 3/9] target/mips: Re-introduce OPC_ADDUH_QB_DSP and OPC_MUL_PH_DSP
` [PATCH v3 4/9] target/mips: Convert Loongson DDIV.G opcodes to decodetree
` [PATCH v3 5/9] target/mips: Convert Loongson DIV.G "
` [PATCH v3 6/9] target/mips: Convert Loongson [D]DIVU.G "
` [PATCH v3 7/9] target/mips: Convert Loongson [D]MOD[U].G "
` [PATCH v3 8/9] target/mips: Convert Loongson [D]MULT[U].G "
` [PATCH v3 9/9] target/mips: Remove unreachable 32-bit code on 64-bit Loongson Ext
[PATCH] target/mips: Remove unreachable 32-bit code on 64-bit Loongson Ext
2024-10-26 17:27 UTC (3+ messages)
[PATCH v4 0/5] block: allow commit to unmap zero blocks
2024-10-26 16:30 UTC (6+ messages)
` [PATCH v4 1/5] block: get type of block allocation in commit_run
` [PATCH v4 2/5] block: move commit_run loop to separate function
` [PATCH v4 3/5] block: refactor error handling of commit_iteration
` [PATCH v4 4/5] block: allow commit to unmap zero blocks
` [PATCH v4 5/5] block: add test non-active commit with zeroed data
[PATCH v2 0/7] target/mips: Convert Loongson LEXT opcodes to decodetree
2024-10-26 15:30 UTC (4+ messages)
` [PATCH v2 7/7] target/mips: Convert Loongson [D]MULT[U].G "
[PATCH v3 0/4] virtio_net: Add the check for vdpa's mac address
2024-10-26 8:00 UTC (5+ messages)
` [PATCH v3 1/4] vhost_vdpa : Add a new parameter to enable check "
` [PATCH v3 2/4] virtio_net: Add the check for vdpa's "
` [PATCH v3 3/4] virtio_net: Add the 2rd acceptable situation for Mac setup
` [PATCH v3 4/4] virtio_net: Add the 3rd "
[PULL 0/6] loongarch-to-apply queue
2024-10-26 7:23 UTC (3+ messages)
[PATCH v2 1/8] Add CP0 MemoryMapID register implementation
2024-10-26 4:58 UTC (2+ messages)
[PATCH v3 0/2] target/i386: fix hang when using slow path for ptw_setl
2024-10-26 4:54 UTC (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] cpu: ensure we don't call start_exclusive from cpu_exec
[RFC RESEND 0/6] hugetlbfs largepage RAS project
2024-10-25 23:30 UTC (9+ messages)
` [PATCH v1 0/4] hugetlbfs memory HW error fixes
` [PATCH v1 2/4] accel/kvm: Keep track of the HWPoisonPage page_size
` [PATCH v1 3/4] system/physmem: Largepage punch hole before reset of memory pages
[PATCH 0/4] QOM: Singleton interface
2024-10-25 22:13 UTC (15+ messages)
` [PATCH 1/4] qom: TYPE_SINGLETON interface
` [PATCH 2/4] x86/iommu: Make x86-iommu a singleton object
[PATCH v2 8/8] target/mips: Enable MSA ASE for mips64R2-generic
2024-10-25 19:24 UTC (2+ messages)
[PATCH v2 7/8] target/mips: Enable MSA ASE for mips32r6-generic
2024-10-25 19:18 UTC (2+ messages)
[PATCH] target/hppa: Add CPU reset method
2024-10-25 18:25 UTC
cpr-transfer with caveats
2024-10-25 18:19 UTC (5+ messages)
[PATCH v2 0/2] target/i386: fix hang when using slow path for ptw_setl
2024-10-25 17:59 UTC (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] cpu: ensure we don't call start_exclusive from cpu_exec
[PATCH v2 0/2] linux-user: Map low priority rt signals
2024-10-25 17:37 UTC (6+ messages)
` [PATCH v2 1/2] "
` Ping: "
qcrypto_ivgen mem leak and possible issue?
2024-10-25 17:31 UTC (3+ messages)
[PATCH] hw/nvme: fix handling of over-committed queues
2024-10-25 16:45 UTC (3+ messages)
[RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model
2024-10-25 17:05 UTC (3+ messages)
` [RFC 14/21] arm/cpu: Add sysreg generation scripts
[PATCH 0/2] target/i386: fix hang when using slow path for ptw_setl
2024-10-25 16:29 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH 0/2] Re-enable the sh4eb target
2024-10-25 16:09 UTC (3+ messages)
` [PATCH 1/2] Revert "Remove the unused sh4eb target"
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).