messages from 2024-10-29 17:06:16 to 2024-10-30 19:04:11 UTC [more...]
[PATCH] monitor: fix cases in switch in memory_dump
2024-10-30 19:03 UTC (2+ messages)
[PATCH v3 0/7] target/i386: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
2024-10-30 18:53 UTC (4+ messages)
` [PATCH v3 2/7] target/i386: Add RAS feature bits on EPYC CPU models
[PATCH 0/2] crypto: misc gcrypt hash/hmac fixes
2024-10-30 18:56 UTC (4+ messages)
` [PATCH 1/2] crypto: fix error check on gcry_md_open
` [PATCH 2/2] crypto: perform runtime check for hash/hmac support in gcrypt
[PATCH RFC v2 0/7] QOM: Singleton interface
2024-10-30 18:55 UTC (19+ messages)
` [PATCH RFC v2 1/7] qom: Track dynamic initiations of random object class
` [PATCH RFC v2 2/7] qom: TYPE_SINGLETON interface
` [PATCH RFC v2 3/7] qdev: Make device_set_realized() be fully prepared with !machine
` [PATCH RFC v2 4/7] qdev: Make qdev_get_machine() safe before machine creates
` [PATCH RFC v2 5/7] x86/iommu: Make x86-iommu a singleton object
` [PATCH RFC v2 6/7] migration: Make migration object "
` [PATCH RFC v2 7/7] migration: Reset current_migration properly
[PATCH] hw/net: Changing log error to trace message
2024-10-30 18:52 UTC (3+ messages)
[PATCH] crypto: purge 'loaded' property that was documented as already removed
2024-10-30 18:50 UTC (2+ messages)
[PATCH v2] target/riscv: Fix vcompress with rvv_ta_all_1s
2024-10-30 17:54 UTC (2+ messages)
[PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
2024-10-30 16:54 UTC (4+ messages)
[PATCH v3 00/23] rust: fix CI + allow older versions of rustc and bindgen
2024-10-30 16:52 UTC (2+ messages)
[PATCH v2 0/2] Fix for multi-process gdbstub breakpoints
2024-10-30 16:51 UTC (2+ messages)
[PATCH v6 0/7] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
2024-10-30 16:37 UTC (16+ messages)
` [PATCH v6 1/7] target/riscv: Set vdata.vm field for vector load/store whole register instructions
` [PATCH v6 2/7] target/riscv: rvv: Replace VSTART_CHECK_EARLY_EXIT in vext_ldst_us
` [PATCH v6 3/7] target/riscv: rvv: Provide a fast path using direct access to host ram for unmasked unit-stride load/store
` [PATCH v6 4/7] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride whole register load/store
` [PATCH v6 5/7] target/riscv: rvv: Provide a fast path using direct access to host ram for unit-stride load-only-first load instructions
` [PATCH v6 6/7] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st instructions
` [PATCH v6 7/7] target/riscv: Inline unit-stride ld/st and corresponding functions for performance
[RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model
2024-10-30 16:27 UTC (11+ messages)
` [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
[PATCH 1/1] target/arm: Add cortex-m0+ support
2024-10-30 16:16 UTC (3+ messages)
[PULL 00/18] Migration 20241030 patches
2024-10-30 15:57 UTC (19+ messages)
` [PULL 01/18] migration: Cleanup migrate_fd_cleanup() on accessing to_dst_file
` [PULL 02/18] migration: Put thread names together with macros
` [PULL 03/18] migration: Ensure vmstate_save() sets errp
` [PULL 04/18] accel/tcg/icount-common: Remove the reference to the unused header file
` [PULL 05/18] migration: Stop CPU throttling conditionally
` [PULL 06/18] migration: Move cpu-throttole.c from system to migration
` [PULL 07/18] migration: Remove "rs" parameter in migration_bitmap_sync_precopy
` [PULL 08/18] migration: Support periodic RAMBlock dirty bitmap sync
` [PULL 09/18] tests/migration: Add case for periodic ramblock dirty sync
` [PULL 10/18] migration/dirtyrate: Silence warning about strcpy() on OpenBSD
` [PULL 11/18] migration: Deprecate query-migrationthreads command
` [PULL 12/18] migration: Take migration object refcount earlier for threads
` [PULL 13/18] migration: Unexport dirty_bitmap_mig_init()
` [PULL 14/18] migration: Unexport ram_mig_init()
` [PULL 15/18] migration: Drop migration_is_setup_or_active()
` [PULL 16/18] migration: Drop migration_is_idle()
` [PULL 17/18] migration/ram: Add load start trace event
` [PULL 18/18] migration/multifd: Zero p->flags before starting filling a packet
[qemu-web PATCH] mention DigitalOcean sponsorship
2024-10-30 15:51 UTC (2+ messages)
[PATCH v2 0/8] Add AVX10.1 CPUID support and GraniteRapids-v2 model
2024-10-30 15:55 UTC (23+ messages)
` [PATCH 1/8] target/i386: cpu: set correct supported XCR0 features for TCG
` [PATCH 2/8] target/i386: do not rely on ExtSaveArea for accelerator-supported XCR0 bits
` [PATCH 3/8] target/i386: return bool from x86_cpu_filter_features
` [PATCH 4/8] target/i386: add AVX10 feature and AVX10 version property
` [PATCH 5/8] target/i386: add CPUID.24 features for AVX10
` [PATCH 7/8] target/i386: Add AVX512 state when AVX10 is supported
[RFC v4 0/2] target/riscv: add wrapper for target specific macros in atomicity check
2024-10-30 15:25 UTC (5+ messages)
` [RFC v4 1/2] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
` [RFC v4 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data
[PATCH] target/i386/hvf: hide MPX states from XCR0
2024-10-30 15:24 UTC (4+ messages)
[PATCH v3 0/8] Migration: Make misc.h helpers available for whole VM lifecycle
2024-10-30 14:43 UTC (21+ messages)
` [PATCH v3 1/8] migration: Take migration object refcount earlier for threads
` [PATCH v3 2/8] migration: Unexport dirty_bitmap_mig_init()
` [PATCH v3 3/8] migration: Unexport ram_mig_init()
` [PATCH v3 4/8] migration: Drop migration_is_setup_or_active()
` [PATCH v3 5/8] migration: Drop migration_is_idle()
` [PATCH v3 7/8] migration: Unexport migration_is_active()
[PATCH v3 1/1] virtio-pci: fix memory_region_find for VirtIOPCIRegion's MR
2024-10-30 14:11 UTC (2+ messages)
[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
2024-10-30 14:11 UTC (3+ messages)
` "
[PATCH] ui/sdl: Mouse event optimization
2024-10-30 13:38 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] hw/riscv: Add Microblaze V 32bit virt board
2024-10-30 5:53 UTC (3+ messages)
[PATCH qemu 0/6] hw/cxl: Link speed and width control
2024-10-30 13:04 UTC (4+ messages)
` [PATCH 2/6] hw/pci-bridge/cxl_upstream: Provide x-speed and x-width properties
[PATCH] net/vmnet: Pad short Ethernet frames
2024-10-30 12:49 UTC (4+ messages)
` [PATCH v2] "
` Ping: "
[PATCH] virtio-net: Fix missing hash type and hash value
2024-10-30 12:21 UTC (2+ messages)
[PATCH V3] crypto: Introduce SM3 hash hmac pbkdf algorithm
2024-10-30 11:56 UTC (2+ messages)
[PATCH v8 0/6] AWS Nitro Enclave emulation support
2024-10-30 11:39 UTC (11+ messages)
[PATCH v2 1/1] virtio-pci: fix memory_region_find for VirtIOPCIRegion's MR
2024-10-30 11:36 UTC (4+ messages)
[RFC EDK2 PATCH v2 0/1] MdePkg/IndustryStandard: add definitions for CXL3.1 CEDT
2024-10-30 10:37 UTC (2+ messages)
` [RFC EDK2 PATCH v2 1/1] "
[PATCH] next-kbd: convert to use qemu_input_handler_register()
2024-10-30 10:28 UTC (2+ messages)
[PATCH v4 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
2024-10-30 8:57 UTC (6+ messages)
` [PATCH v4 1/9] target/riscv: fix henvcfg potentially containing stale bits
[PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
2024-10-30 6:01 UTC (7+ messages)
[PATCH] target/riscv: Fix vcompress with rvv_ta_all_1s
2024-10-30 4:18 UTC (4+ messages)
` [CAUTION - External Sender] "
[PATCH v3 0/3] linux-headers: Update to Linux v6.12-rc5
2024-10-30 4:06 UTC (6+ messages)
` [PATCH v3 1/3] linux-headers: Add unistd_64.h
[PATCH v1 0/8] Support RTC for AST2700
2024-10-30 2:31 UTC (9+ messages)
` [PATCH v1 3/8] hw/timer/aspeed: Fix interrupt status does not be cleared for AST2600
` [PATCH v1 5/8] hw/sd/sdhci: Introduce a new Write Protected pin inverted property
` [PATCH v1 7/8] hw/arm/aspeed: Invert sdhci write protected pin for AST2600 and AST2500 EVBs
[PATCH v2] hw/loongarch/boot: Use warn_report when no kernel filename
2024-10-30 2:18 UTC (2+ messages)
[PATCH RFC 0/2] migration: Skip sync in ram_init_bitmaps()
2024-10-30 2:09 UTC (4+ messages)
` [PATCH RFC 2/2] migration: Avoid doing RAMBlock dirty sync in the initial iteration
[PATCH v2 0/4] hw/loongarch/virt: Add cpu hotplug support
2024-10-30 2:18 UTC (11+ messages)
` [PATCH v2 1/4] hw/loongarch/virt: Add CPU topology support
` [PATCH v2 2/4] hw/loongarch/virt: Implement cpu plug interface
` [PATCH v2 4/4] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
[RFC RESEND 0/6] hugetlbfs largepage RAS project
2024-10-30 1:56 UTC (12+ 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 v2 0/2] target/riscv/kvm: riscv-aia fixes
2024-10-30 1:46 UTC (2+ messages)
[PATCH 0/4] target/riscv/kvm: add riscv-aia bool props
2024-10-30 1:44 UTC (7+ messages)
` [PATCH 3/4] target/riscv/kvm: add kvm-aia bools props
[PATCH 0/6] Add AVX10.1 CPUID support and GraniteRapids-v2 model
2024-10-30 1:28 UTC (4+ messages)
` [PATCH 6/6] target/i386: Introduce "
[PATCH v10 00/12] riscv: QEMU RISC-V IOMMU support
2024-10-30 1:29 UTC (2+ messages)
[PATCH 1/1] hw/loongarch/boot: Use warn_report when no kernel filename
2024-10-30 1:29 UTC (3+ messages)
[PATCH] tests/tcg: Do not use inttypes.h in multiarch/system/memory.c
2024-10-29 23:29 UTC (3+ messages)
[PATCH v3 0/2] linux-user: Allow mapping low priority rt signals
2024-10-29 23:17 UTC (3+ messages)
` [PATCH v3 1/2] linux-user: Allow custom rt signal mappings
` [PATCH v3 2/2] tests/tcg: Add SIGRTMIN/SIGRTMAX test
[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
2024-10-29 21:20 UTC (3+ messages)
[PATCH v4 00/15] macOS PV Graphics and new vmapple machine type
2024-10-29 21:16 UTC (15+ messages)
` [PATCH v4 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
[PATCH 0/4] Trivial patches from multifd device state transfer support patch set
2024-10-29 21:04 UTC (10+ messages)
` [PATCH 2/4] migration/ram: Add load start trace event
` [PATCH 4/4] migration: Document the BQL behavior of load SaveVMHandlers
[PATCH v5 00/15] macOS PV Graphics and new vmapple machine type
2024-10-29 20:58 UTC (16+ messages)
` [PATCH v5 01/15] ui & main loop: Redesign of system-specific main thread event handling
` [PATCH v5 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v5 03/15] hw/display/apple-gfx: Adds PCI implementation
` [PATCH v5 04/15] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v5 05/15] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
` [PATCH v5 06/15] hw: Add vmapple subdir
` [PATCH v5 07/15] hw/misc/pvpanic: Add MMIO interface
` [PATCH v5 08/15] hvf: arm: Ignore writes to CNTP_CTL_EL0
` [PATCH v5 09/15] gpex: Allow more than 4 legacy IRQs
` [PATCH v5 10/15] hw/vmapple/aes: Introduce aes engine
` [PATCH v5 11/15] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH v5 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v5 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v5 14/15] hw/block/virtio-blk: Replaces request free function with g_free
` [PATCH v5 15/15] hw/vmapple/vmapple: Add vmapple machine type
[PATCH] target/hppa: Add CPU reset method
2024-10-29 20:21 UTC (3+ messages)
[PATCH v4 0/9] Introduce SMP Cache Topology
2024-10-29 20:10 UTC (3+ messages)
` [PATCH v4 2/9] hw/core: Make CPU topology enumeration arch-agnostic
[PATCH 0/5] qom: module loading cleanups
2024-10-29 19:51 UTC (4+ messages)
` [PATCH 2/5] qom: use object_new_with_class when possible
[PATCH 0/2] Re-enable the sh4eb target
2024-10-29 18:41 UTC (7+ messages)
` [PATCH 1/2] Revert "Remove the unused sh4eb target"
` [PATCH 2/2] tests/functional: Add a test for sh4eb
[PATCH] scripts: remove erroneous file that breaks git clone on Windows
2024-10-29 18:09 UTC (2+ messages)
[PATCH 0/4] QOM: Singleton interface
2024-10-29 17:17 UTC (8+ messages)
[PULL 00/14] Net patches
2024-10-29 17:05 UTC (2+ messages)
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).