qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-12 20:02:11 to 2025-02-13 16:12:59 UTC [more...]

[PULL 00/27] rust, Windows patches for 2025-02-13
 2025-02-13 16:00 UTC  (25+ messages)
` [PULL 02/27] rust: qom: add reference counting functionality
` [PULL 03/27] rust: qom: add object creation functionality
` [PULL 04/27] rust: callbacks: allow passing optional callbacks as ()
` [PULL 05/27] rust: qdev: add clock creation
` [PULL 06/27] rust: qom: allow initializing interface vtables
` [PULL 08/27] rust: qdev: switch from legacy reset to Resettable
` [PULL 09/27] rust: bindings: add Send and Sync markers for types that have bindings
` [PULL 11/27] rust: irq: define ObjectType for IRQState
` [PULL 12/27] rust: chardev, qdev: add bindings to qdev_prop_set_chr
` [PULL 13/27] rust: pl011: convert pl011_create to safe Rust
` [PULL 14/27] i386/fw_cfg: move hpet_cfg definition to hpet.c
` [PULL 15/27] rust/qdev: add the macro to define bit property
` [PULL 16/27] rust/irq: Add a helper to convert [InterruptSource] to pointer
` [PULL 17/27] rust: add bindings for gpio_{in|out} initialization
` [PULL 18/27] rust: add bindings for memattrs
` [PULL 19/27] rust: add bindings for timer
` [PULL 20/27] rust/timer/hpet: define hpet_fw_cfg
` [PULL 21/27] rust/timer/hpet: add basic HPET timer and HPETState
` [PULL 22/27] rust/timer/hpet: add qom and qdev APIs support
` [PULL 23/27] i386: enable rust hpet for pc when rust is enabled
` [PULL 24/27] rust: qemu_api: add a documentation header for all modules
` [PULL 25/27] rust: vmstate: remove redundant link targets
` [PULL 26/27] rust: fix doctests
` [PULL 27/27] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

[PATCH 0/9] target/microblaze: Always use TARGET_LONG_BITS == 32
 2025-02-13 16:11 UTC  (17+ messages)
` [PATCH 1/9] target/microblaze: Split out mb_unaligned_access_internal
` [PATCH 2/9] target/microblaze: Split out mb_transaction_failed_internal
` [PATCH 3/9] target/microblaze: Implement extended address load/store out of line
` [PATCH 4/9] target/microblaze: Use uint64_t for CPUMBState.ear
` [PATCH 5/9] target/microblaze: Use TCGv_i64 for compute_ldst_addr_ea
` [PATCH 6/9] target/microblaze: Fix printf format in mmu_translate
` [PATCH 7/9] target/microblaze: Use TARGET_LONG_BITS == 32 for system mode
` [PATCH 8/9] target/microblaze: Drop DisasContext.r0
` [PATCH 9/9] target/microblaze: Simplify compute_ldst_addr_type{a,b}

[PATCH 0/6] tcg: Introduce constraint for zero register
 2025-02-13 15:54 UTC  (12+ messages)
` [PATCH 1/6] tcg: Introduce the 'z' constraint for a hardware "
` [PATCH 3/6] tcg/loongarch64: Use 'z' constraint
` [PATCH 4/6] tcg/mips: "
` [PATCH 5/6] tcg/riscv: "
` [PATCH 6/6] tcg/sparc64: "

[PATCH] vhost-user-snd: Use virtio_get_config_size()
 2025-02-13 15:43 UTC  (4+ messages)

[PATCH] hw/virtio/virtio-nsm: Respond with correct length
 2025-02-13 15:24 UTC  (3+ messages)

[PATCH 0/4] target/i386: Emulate ftz and denormal flag bits correctly
 2025-02-13 15:18 UTC  (6+ messages)
` [PATCH 1/4] target/i386: Detect flush-to-zero after rounding
` [PATCH 2/4] target/i386: Use correct type for get_float_exception_flags() values
` [PATCH 3/4] target/i386: Wire up MXCSR.DE and FPUS.DE correctly
` [PATCH 4/4] tests/tcg/x86_64/fma: add test for exact-denormal output

[PATCH] target/sparc: Fix gdbstub incorrectly handling registers f32-f62
 2025-02-13 15:12 UTC  (2+ messages)

[PATCH v2] target/riscv: remove warnings about Smdbltrp/Smrnmi being disabled
 2025-02-13 14:56 UTC 

[PATCH v6 00/11] hw/microblaze: Allow running cross-endian vCPUs
 2025-02-13 14:56 UTC  (15+ messages)
` [PATCH v6 01/11] hw/qdev-properties-system: Introduce EndianMode QAPI enum

[PATCH v3 00/23] hw/uefi: add uefi variable service
 2025-02-13 14:54 UTC  (17+ messages)
` [PATCH v3 09/23] hw/uefi: add var-service-core.c

[PATCH v3 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions
 2025-02-13 14:51 UTC  (4+ messages)

[PATCH v2] vfio: Add property documentation
 2025-02-13 14:49 UTC  (5+ messages)

[PATCH] target/riscv: silent warnings about Smdbltrp/Smrnmi being disabled
 2025-02-13 14:46 UTC  (4+ messages)

[PATCH 00/11] tcg: Cleanups after disallowing 64-on-32
 2025-02-13 14:37 UTC  (11+ messages)
` [PATCH 01/11] tcg: Drop support for two address registers in gen_ldst
` [PATCH 04/11] tcg/i386: Drop addrhi from prepare_host_addr
` [PATCH 05/11] tcg/mips: "
` [PATCH 06/11] tcg/ppc: "
` [PATCH 11/11] include/exec: Use uintptr_t in CPUTLBEntry

[RFC PATCH] elfload: Fix alignment when unmapping excess reservation
 2025-02-13 14:35 UTC 

[PATCH v2 0/2] rust: add module to convert between -errno and io::Error
 2025-02-13 14:32 UTC  (3+ messages)
` [PATCH 1/2] rust: subprojects: add libc crate
` [PATCH 2/2] rust: add module to convert between -errno and io::Error

[PATCH] bsd-user: freebsd/os-stat: fix getdents(2)
 2025-02-13 12:12 UTC 

[Qemu Nitro Enclave] NSM virtio attestation response is always of size 0x3000
 2025-02-13 10:46 UTC  (3+ messages)

[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more
 2025-02-13 13:50 UTC  (3+ messages)
` [PATCH v2 1/3] docs/cpu-features: Consistently use vCPU instead of VCPU
` [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

[master] [PATCH] usb: Check USB_TOKEN_SETUP in usb_ep_get(CVE-2024-8354)
 2025-02-13 12:54 UTC 

[PATCH v2] vdpa: Fix endian bugs in shadow virtqueue
 2025-02-13 12:24 UTC  (5+ messages)

[PATCH v8 0/6] hw/microblaze: Allow running cross-endian vCPUs
 2025-02-13 12:22 UTC  (7+ messages)
` [PATCH v8 1/6] hw/qdev-properties-system: Introduce EndianMode QAPI enum
` [PATCH v8 2/6] hw/intc/xilinx_intc: Make device endianness configurable
` [PATCH v8 3/6] hw/net/xilinx_ethlite: "
` [PATCH v8 4/6] hw/timer/xilinx_timer: "
` [PATCH v8 5/6] hw/char/xilinx_uartlite: "
` [PATCH v8 6/6] hw/ssi/xilinx_spi: "

[PATCH v7 00/10] hw/microblaze: Allow running cross-endian vCPUs
 2025-02-13 12:15 UTC  (6+ messages)
` [PATCH v7 01/10] hw/qdev-properties-system: Introduce EndianMode QAPI enum
` [PATCH v7 02/10] hw/intc/xilinx_intc: Make device endianness configurable

[PATCH] target/loongarch: Add full type support for query-cpu-model-expansion
 2025-02-13 11:48 UTC  (4+ messages)

[PATCH] rust: docs: document naming convention
 2025-02-13 11:27 UTC 

[PATCH v2 00/10] rust: Add HPET timer device
 2025-02-13 11:25 UTC  (3+ messages)
` [PATCH v2 01/10] i386/fw_cfg: move hpet_cfg definition to hpet.c

[PATCH] Fix Data Races with TestBlockJob Fields in test-block-iothread
 2025-02-13 11:10 UTC 

[PATCH 00/11] rust/block: Add minimal block driver bindings
 2025-02-13 11:06 UTC  (12+ messages)
` [PATCH 03/11] rust: Add some block layer bindings
` [PATCH 09/11] rust/block: Add read support for block drivers

[PATCH v8 00/10] Support virtio-gpu DRM native context
 2025-02-13 10:30 UTC  (5+ messages)
` [PATCH v8 10/10] docs/system: virtio-gpu: Document host/guest requirements

[PATCH] microvm: do not use the lastest cpu version
 2025-02-13  9:41 UTC 

[PULL 00/12] vfio queue
 2025-02-13  9:30 UTC  (7+ messages)
` [PULL 05/12] vfio/iommufd: Fix SIGSEV in iommufd_cdev_attach()

[PATCH] qapi: merge common parts of NbdServerOptions and nbd-server-start data
 2025-02-13  9:25 UTC  (4+ messages)

[PATCH] vfio: Add property documentation
 2025-02-13  8:46 UTC 

[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more
 2025-02-13  8:42 UTC 

[PATCH 0/1] mem/cxl-type3: Add a default value of sn
 2025-02-13  7:09 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v5 0/8] Support virtio-gpu DRM native context
 2025-02-13  4:32 UTC  (11+ messages)
` [PATCH v5 8/8] docs/system: Expand the virtio-gpu documentation

[PATCH v3 00/28] Support AST2700 A1
 2025-02-13  3:35 UTC  (29+ messages)
` [PATCH v3 01/28] hw/intc/aspeed: Support setting different memory and register size
` [PATCH v3 02/28] hw/intc/aspeed: Introduce helper functions for enable and status registers
` [PATCH v3 03/28] hw/intc/aspeed: Add object type name to trace events for better debugging
` [PATCH v3 04/28] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0
` [PATCH v3 05/28] hw/arm/aspeed_ast27x0: Sort the IRQ table by IRQ number
` [PATCH v3 06/28] hw/intc/aspeed: Support different memory region ops
` [PATCH v3 07/28] hw/intc/aspeed: Rename num_ints to num_inpins for clarity
` [PATCH v3 08/28] hw/intc/aspeed: Add support for multiple output pins in INTC
` [PATCH v3 09/28] hw/intc/aspeed: Refactor INTC to support separate input and output pin indices
` [PATCH v3 10/28] hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and register address
` [PATCH v3 11/28] hw/intc/aspeed: Introduce IRQ handler function to reduce code duplication
` [PATCH v3 12/28] hw/intc/aspeed: Add Support for Multi-Output IRQ Handling
` [PATCH v3 13/28] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
` [PATCH v3 14/28] hw/misc/aspeed_scu: Add Support for AST2700/AST2750 A1 Silicon Revisions
` [PATCH v3 15/28] hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer for AST2700
` [PATCH v3 16/28] hw/arm/aspeed_ast27x0.c Support AST2700 A1 GIC Interrupt Mapping
` [PATCH v3 17/28] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for AST2700 A1
` [PATCH v3 18/28] hw/arm/aspeed: Add SoC and Machine Support "
` [PATCH v3 19/28] hw/misc/aspeed_hace: Fix coding style
` [PATCH v3 20/28] hw/misc/aspeed_hace: Add AST2700 support
` [PATCH v3 21/28] hw/misc/aspeed_hace: Fix boot issue in the Crypto Manager Self Test
` [PATCH v3 22/28] hw/arm/aspeed_ast27x0: Add HACE support for AST2700
` [PATCH v3 23/28] test/functional/aspeed: Introduce new function to fetch assets
` [PATCH v3 24/28] tests/functional/aspeed: Introduce start_ast2700_test API and update hwmon path
` [PATCH v3 25/28] tests/functional/aspeed: Update test ASPEED SDK v09.05
` [PATCH v3 26/28] tests/functional/aspeed: Renamed test case and machine for AST2700 A0
` [PATCH v3 27/28] tests/functional/aspeed: Add test case for AST2700 A1
` [PATCH v3 28/28] docs/specs: add aspeed-intc

[PATCH] hw/ppc/e500: Partial implementation of local access window registers
 2025-02-13  0:13 UTC  (9+ messages)

[PATCH v3 00/19] qom: Constify class_data
 2025-02-12 22:11 UTC  (23+ messages)
` [PATCH v3 01/19] hw: Declare various const data as 'const'
` [PATCH v3 02/19] hw: Make class data 'const'
` [PATCH v3 03/19] target/i386: Constify X86CPUModel uses
` [PATCH v3 04/19] target/sparc: Constify SPARCCPUClass::cpu_def
` [PATCH v3 05/19] target/xtensa: Finalize config in xtensa_register_core()
` [PATCH v3 06/19] target/riscv: Declare RISCVCPUClass::misa_mxl_max as RISCVMXL
` [PATCH v3 07/19] target/riscv: Convert misa_mxl_max using GLib macros
` [PATCH v3 08/19] qom: Have class_base_init() take a const data argument
` [PATCH v3 09/19] qom: Have class_init() "
` [PATCH v3 10/19] qom: Constify TypeInfo::class_data
` [PATCH v3 11/19] qom: Constify InterfaceInfo[] interfaces
` [PATCH v3 12/19] hw/virtio/virtio-pci: Always allocate QOM type base_name
` [PATCH v3 13/19] hw/virtio/virtio-pci: Assert before registering QOM types
` [PATCH v3 14/19] hw/virtio/virtio-pci: Do not access base_type_info.name directly
` [PATCH v3 15/19] hw/virtio/virtio-pci: Constify base_type_info
` [PATCH v3 16/19] hw/virtio/virtio-pci: Constify generic_type_info
` [PATCH v3 17/19] hw/virtio/virtio-pci: Reduce generic_type_info scope
` [PATCH v3 18/19] hw: Constify various TypeInfo and associated structures
` [PATCH v3 19/19] qom: Require TypeInfo::class_data points to const data

[PULL v2 00/14] Mem next patches
 2025-02-12 21:33 UTC  (6+ messages)
` [PULL v2 11/14] os: add an ability to lock memory on_fault

Adding new block device filter for Zerto based replication
 2025-02-12 20:09 UTC 

[PATCH] vdpa: Allow vDPA to work on big-endian machine
 2025-02-12 20:01 UTC  (5+ 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).