messages from 2024-10-24 21:31:57 to 2024-10-25 16:10:36 UTC [more...]
[PATCH v3 00/23] rust: fix CI + allow older versions of rustc and bindgen
2024-10-25 16:02 UTC (22+ messages)
` [PATCH 01/23] rust: add definitions for vmstate
` [PATCH 02/23] rust/pl011: fix default value for migrate-clock
` [PATCH 03/23] rust/pl011: add support for migration
` [PATCH 04/23] rust/pl011: move CLK_NAME static to function scope
` [PATCH 07/23] rust/pl011: Use correct masks for IBRD and FBRD
` [PATCH 08/23] rust: patch bilge-impl to allow compilation with 1.63.0
` [PATCH 09/23] rust: fix cfgs of proc-macro2 for 1.63.0
` [PATCH 10/23] rust: use std::os::raw instead of core::ffi
` [PATCH 11/23] rust: introduce a c_str macro
` [PATCH 12/23] rust: silence unknown warnings for the sake of old compilers
` [PATCH 13/23] rust: synchronize dependencies between subprojects and Cargo.lock
` [PATCH 14/23] rust: create a cargo workspace
` [PATCH 15/23] rust: introduce alternative implementation of offset_of!
` [PATCH 16/23] rust: do not use MaybeUninit::zeroed()
` [PATCH 17/23] rust: clean up detection of the language
` [PATCH 18/23] rust: allow version 1.63.0 of rustc
` [PATCH 19/23] rust: do not use --generate-cstr
` [PATCH 20/23] rust: allow older version of bindgen
` [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
qcrypto_ivgen mem leak and possible issue?
2024-10-25 16:06 UTC
Please put qemu-system-sh4eb back
2024-10-25 16:06 UTC (3+ messages)
[PATCH 0/3] vfio/migration: Some bug fixes and cleanups
2024-10-25 16:09 UTC (4+ messages)
` [PATCH 1/3] vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
[PATCH 00/21] softfloat: Set 2-NaN propagation rule in float_status, not at compile time
2024-10-25 15:54 UTC (26+ messages)
` [PATCH 01/21] softfloat: Allow 2-operand NaN propagation rule to be set at runtime
` [PATCH 02/21] tests/fp: Explicitly set 2-NaN propagation rule
` [PATCH 03/21] target/arm: "
` [PATCH 04/21] target/mips: "
` [PATCH 05/21] target/loongarch: "
` [PATCH 06/21] target/hppa: "
` [PATCH 07/21] target/s390x: "
` [PATCH 08/21] target/ppc: "
` [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 13/21] target/xtensa: Factor out calls to set_use_first_nan()
` [PATCH 14/21] target/xtensa: Explicitly set 2-NaN propagation rule
` [PATCH 15/21] target/i386: Set 2-NaN propagation rule explicitly
` [PATCH 16/21] target/alpha: Explicitly set 2-NaN propagation rule
` [PATCH 17/21] target/microblaze: Move setting of float rounding mode to reset
` [PATCH 18/21] target/microblaze: Explicitly set 2-NaN propagation rule
` [PATCH 19/21] target/openrisc: "
` [PATCH 20/21] target/rx: "
` [PATCH 21/21] softfloat: Remove fallback rule from pickNaN()
cpr-transfer with caveats
2024-10-25 15:54 UTC (3+ messages)
'make check-functional' uses lots of disk space in build tree
2024-10-25 15:50 UTC (4+ messages)
[PATCH 1/1] target/arm: Fix arithmetic underflow in SETM instruction
2024-10-25 15:50 UTC (3+ messages)
[PATCH] MAINTAINERS: Add myself as a reviewer of x86 general architecture support
2024-10-25 15:36 UTC (2+ messages)
[PATCH v2 0/2] linux-user: Map low priority rt signals
2024-10-25 15:36 UTC (5+ messages)
` [PATCH v2 1/2] "
` Ping: "
[PATCH 00/10] target/i386/tcg: fixes for seg_helper.c
2024-10-25 15:31 UTC (6+ messages)
` [PATCH 07/10] target/i386/tcg: Use DPL-level accesses for interrupts and call gates
[PATCH 0/2] arm: Add collie and sx functional tests
2024-10-25 15:25 UTC (12+ messages)
[PATCH 00/11] Rust device model patches and misc cleanups
2024-10-25 15:22 UTC (6+ messages)
` [PATCH 03/11] rust/qemu-api-macros: introduce Device proc macro
[PATCH 0/4] QOM: Singleton interface
2024-10-25 15:17 UTC (12+ messages)
` [PATCH 1/4] qom: TYPE_SINGLETON interface
` [PATCH 2/4] x86/iommu: Make x86-iommu a singleton object
[PATCH V2 13/13] migration: cpr-transfer mode
2024-10-25 15:04 UTC (12+ messages)
[RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model
2024-10-25 14:51 UTC (31+ messages)
` [RFC 01/21] kvm: kvm_get_writable_id_regs
` [RFC 02/21] arm/cpu: Add sysreg definitions in cpu-sysegs.h
` [RFC 03/21] arm/cpu: Store aa64isar0 into the idregs arrays
` [RFC 04/21] arm/cpu: Store aa64isar1/2 into the idregs array
` [RFC 05/21] arm/cpu: Store aa64drf0/1 "
` [RFC 06/21] arm/cpu: Store aa64mmfr0-3 "
` [RFC 07/21] arm/cpu: Store aa64drf0/1 "
` [RFC 08/21] arm/cpu: Store aa64smfr0 "
` [RFC 09/21] arm/cpu: Store id_isar0-7 "
` [RFC 10/21] arm/cpu: Store id_mfr0/1 "
` [RFC 11/21] arm/cpu: Store id_dfr0/1 "
` [RFC 12/21] arm/cpu: Store id_mmfr0-5 "
` [RFC 13/21] arm/cpu: Add infra to handle generated ID register definitions
` [RFC 14/21] arm/cpu: Add sysreg generation scripts
` [RFC 15/21] arm/cpu: Add generated files
` [RFC 16/21] arm/kvm: Allow reading all the writable ID registers
` [RFC 17/21] arm/kvm: write back modified ID regs to KVM
` [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
` [RFC 19/21] virt: Allow custom vcpu model in arm virt
` [RFC 20/21] arm-qmp-cmds: introspection for custom model
` [RFC 21/21] arm/cpu-features: Document custom vcpu model
[RFC V1 00/14] precreate phase
2024-10-25 14:49 UTC (8+ messages)
[PULL 0/4] vfio queue
2024-10-25 14:23 UTC (2+ messages)
[PULL 00/17] aspeed queue
2024-10-25 14:23 UTC (2+ messages)
[PATCH v18 00/13] Support blob memory and venus on qemu
2024-10-25 14:09 UTC (3+ messages)
[PATCH 0/2] linux-user/ppc: Fix sigmask endianness issue in sigreturn
2024-10-25 13:56 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH V1 0/4] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
2024-10-25 13:52 UTC (5+ messages)
` [PATCH V1 1/4] hw/acpi: Initialize ACPI Hotplug CPU Status with Support for vCPU `Persistence`
Problem starting emulation
2024-10-25 5:35 UTC
[PULL 0/4] target-arm queue
2024-10-25 12:54 UTC (3+ messages)
` [PULL 4/4] target/arm: Fix usage of MMU indexes when EL3 is AArch32
[PATCH v4 0/5] qemu-ga: Hanle memory leak and simplify code
2024-10-25 12:50 UTC (5+ 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 v3 0/8] Migration: Make misc.h helpers available for whole VM lifecycle
2024-10-25 12:50 UTC (14+ 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 6/8] migration: Drop migration_is_device()
` [PATCH v3 7/8] migration: Unexport migration_is_active()
` [PATCH v3 8/8] migration: Protect updates to current_migration with a mutex
[PULL 00/24] tcg + linux-user patch queue
2024-10-25 12:34 UTC (2+ messages)
[PULL 00/23] s390-ccw bios update
2024-10-25 12:34 UTC (2+ messages)
[PATCH] target/mips: Introduce disas_mt_available()
2024-10-25 12:00 UTC (2+ messages)
[PATCH 0/2] target/i386: fix hang when using slow path for ptw_setl
2024-10-25 11:55 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] cpu: ensure we don't call start_exclusive from cpu_exec
[PATCH v2] linux-user: Fix GDB complaining about system-supplied DSO string table index
2024-10-25 11:41 UTC (2+ messages)
[PATCH v2 0/2] tests/functional: protect cached assets from modification
2024-10-25 11:28 UTC (4+ messages)
` [PATCH v2 1/2] tests/functional: make tuxrun disk images writable
` [PATCH v2 2/2] tests/functional: make cached asset files read-only
[PATCH 0/2] finalize 'reconnect' deprecation
2024-10-25 11:20 UTC (4+ messages)
` [PATCH 1/2] net/stream: deprecate 'reconnect' in favor of 'reconnect-ms'
` [PATCH 2/2] chardev: finalize 'reconnect' deprecation
[PATCH v2 00/13] rust: miscellaneous cleanups + QOM integration tests
2024-10-25 11:27 UTC (12+ messages)
` [PATCH v2 08/13] rust: cleanup module_init!, use it from #[derive(Object)]
` [PATCH v2 09/13] rust: clean up define_property macro
` [PATCH v2 11/13] rust: make properties array immutable
` [PATCH v2 12/13] rust: provide safe wrapper for MaybeUninit::zeroed()
` [PATCH v2 13/13] rust: do not use TYPE_CHARDEV unnecessarily
[PATCH] hw/nvme: fix handling of over-committed queues
2024-10-25 10:50 UTC
[PATCH v1] virtio-mem: unplug memory only during system resets, not device resets
2024-10-25 10:41 UTC
[PATCH] qga: skip bind mounts in fs list
2024-10-25 10:06 UTC (3+ messages)
[PATCH v4] intel_iommu: Introduce property "stale-tm" to control Transient Mapping (TM) field
2024-10-25 9:50 UTC (3+ messages)
[PATCH] rust: do not always select X_PL011_RUST
2024-10-25 9:42 UTC
[PATCH] ui/sdl: Mouse event optimization
2024-10-25 9:30 UTC (2+ messages)
[PULL 0/8] Misc fixes for 2024-10-24
2024-10-25 8:52 UTC (2+ messages)
[PATCH] test: make cached assets for functional tests read-only
2024-10-25 8:47 UTC (4+ messages)
[PATCH] virtio-net: Add queues before loading them
2024-10-25 8:44 UTC (3+ messages)
Missing image on storage.kernelci.org
2024-10-25 7:32 UTC (2+ messages)
[PATCH v4 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-10-25 6:32 UTC (2+ messages)
[PATCH v4 00/15] macOS PV Graphics and new vmapple machine type
2024-10-25 6:03 UTC (5+ messages)
` [PATCH v4 01/15] ui & main loop: Redesign of system-specific main thread event handling
` [PATCH v4 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
[PATCH] softmmu: Support concurrent bounce buffers
2024-10-25 5:59 UTC (6+ messages)
[PATCH] hw/nvme : remove dead code
2024-10-22 22:21 UTC
[PATCH v2] i386/cpu: Drop the check of phys_bits in host_cpu_realizefn()
2024-10-25 1:20 UTC (2+ messages)
[PATCH v3 0/6] Support virtio-gpu DRM native context
2024-10-24 23:33 UTC (7+ messages)
` [PATCH v3 1/6] ui/sdl2: Restore original context after new context creation
` [PATCH v3 2/6] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v3 3/6] linux-headers: Update to Linux v6.12-rc1
` [PATCH v3 4/6] virtio-gpu: Handle virgl fence creation errors
` [PATCH v3 5/6] virtio-gpu: Support asynchronous fencing
` [PATCH v3 6/6] virtio-gpu: Support DRM native context
[PATCH v3 0/7] target/i386: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
2024-10-24 22:18 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 3/7] target/i386: Add PerfMonV2 feature bit
` [PATCH v3 4/7] target/i386: Enable perfmon-v2 and RAS feature bits on EPYC-Genoa
` [PATCH v3 5/7] target/i386: Expose bits related to SRSO vulnerability
` [PATCH v3 6/7] target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBX
` [PATCH v3 7/7] target/i386: Add support for EPYC-Turin model
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).