qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-25 14:15:49 to 2024-10-27 10:10:32 UTC [more...]

[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 00/36] next-cube: more tidy-ups and improvements
 2024-10-27 10:07 UTC  (12+ 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 v3 00/23] rust: fix CI + allow older versions of rustc and bindgen
 2024-10-27  9:57 UTC  (47+ 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 05/23] rust/pl011: add TYPE_PL011_LUMINARY device
` [PATCH 06/23] rust/pl011: remove commented out C code
` [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

[PATCH] rust: do not always select X_PL011_RUST
 2024-10-27  9:49 UTC  (2+ messages)

[PATCH 00/11] Rust device model patches and misc cleanups
 2024-10-27  8:13 UTC  (9+ messages)
` [PATCH 03/11] rust/qemu-api-macros: introduce Device proc macro

[PATCH v2 0/3] *** TPM TIS SPI pull request ***
 2024-10-27  1:56 UTC  (6+ 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 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  (37+ messages)
` [PATCH 02/21] tests/fp: Explicitly set 2-NaN propagation rule
` [PATCH 04/21] target/mips: "
` [PATCH 05/21] target/loongarch: "
` [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 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 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 0/2] arm: Add collie and sx functional tests
 2024-10-26 15:32 UTC  (17+ messages)

[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 v4 00/15] macOS PV Graphics and new vmapple machine type
 2024-10-26 11:58 UTC  (23+ 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/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  (19+ 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  (4+ 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"

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()

'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 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 V2 13/13] migration: cpr-transfer mode
 2024-10-25 15:04 UTC  (12+ messages)

[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)


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).