qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-14 15:14:37 to 2024-10-15 13:20:15 UTC [more...]

[RFC PATCH 00/16] rust: allow older versions of rustc and bindgen
 2024-10-15 13:17 UTC  (12+ messages)
` [PATCH 01/16] meson: import rust module into a global variable
` [PATCH 02/16] meson: remove repeated search for rust_root_crate.sh
` [PATCH 03/16] rust: pass rustc_args when building all crates
` [PATCH 05/16] rust: fix cfgs of proc-macro2 for 1.63.0
` [PATCH 06/16] rust: do not use OnceLock for properties
` [PATCH 07/16] rust: use std::os::raw instead of core::ffi
` [PATCH 08/16] rust: build tests for the qemu_api crate
` [PATCH 09/16] rust: introduce a c_str macro
` [PATCH 10/16] rust: introduce alternative implementation of offset_of!
` [PATCH 12/16] rust: allow version 1.63.0 of rustc
` [PATCH 16/16] rust: allow older version of bindgen

[PATCH v2] ui/console-vc: Silence warning about sprintf() on OpenBSD
 2024-10-15 13:00 UTC  (3+ messages)

[PATCH 0/2] crypto: fix regression in hash result buffer handling
 2024-10-15 12:56 UTC  (3+ messages)
` [PATCH 1/2] crypto/hash: avoid overwriting user supplied result pointer
` [PATCH 2/2] tests: correctly validate result buffer in hash/hmac tests

[PATCH] hw/nvme: Remove references to PCI IRQ "pulsing" when asserting
 2024-10-15 10:33 UTC 

[PATCH] hw/block: m25p80: support RDID_90 for Winbond
 2024-10-15 12:32 UTC 

[PATCH] tests/qtest: Raise the ide-test timeout
 2024-10-15 12:12 UTC  (4+ messages)

[PATCH] rust/wrapper.h: define memory_order enum
 2024-10-15 12:07 UTC 

[PULL 0/8] Chr patches
 2024-10-15 11:37 UTC  (10+ messages)
` [PULL 1/8] chardev/char: fix qemu_chr_is_busy() check
` [PULL 2/8] chardev/chardev-internal: remove unused `max_size` struct member
` [PULL 3/8] chardev/mux: use bool type for `linestart` and `term_got_escape`
` [PULL 4/8] chardev/mux: convert size members to unsigned int
` [PULL 5/8] chardev/mux: introduce `mux_chr_attach_frontend() call
` [PULL 6/8] chardev/mux: switch mux frontends management to bitset
` [PULL 7/8] chardev/mux: implement detach of frontends from mux
` [PULL 8/8] tests/unit/test-char: implement a few mux remove test cases

[PATCH] ui/console-vc: Silence warning about sprintf() on OpenBSD
 2024-10-15 11:28 UTC  (7+ messages)

[PULL 00/28] target-arm queue
 2024-10-15 10:38 UTC  (29+ messages)
` [PULL 01/28] hw/arm/omap1: Remove unused omap_uwire_attach() method
` [PULL 02/28] hw/misc/stm32_rcc: Implement RCC device for STM32F4 SoCs
` [PULL 03/28] hw/arm/stm32f405: Add RCC device to stm32f405 SoC
` [PULL 04/28] hw/intc/arm_gicv3: Add cast to match the documentation
` [PULL 05/28] "
` [PULL 06/28] hw/intc/arm_gicv3_cpuif: "
` [PULL 07/28] hw/misc: Create STM32L4x5 SYSCFG clock
` [PULL 08/28] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
` [PULL 09/28] tests/qtest: Check STM32L4x5 clock connections
` [PULL 10/28] hw/ssi: Allwinner A10 SPI emulation
` [PULL 11/28] hw/arm: Add SPI to Allwinner A10
` [PULL 12/28] hw/intc/omap_intc: Remove now-unnecessary abstract base class
` [PULL 13/28] hw/char/pl011: Use correct masks for IBRD and FBRD
` [PULL 14/28] docs/devel/blkdebug: Convert to rST format
` [PULL 15/28] docs/devel/blkverify: "
` [PULL 16/28] docs/devel/lockcnt: "
` [PULL 17/28] docs/devel/multiple-iothreads: "
` [PULL 18/28] docs/devel/rcu: "
` [PULL 19/28] include: Move QemuLockCnt APIs to their own header
` [PULL 20/28] docs/devel/lockcnt: Include kernel-doc API documentation
` [PULL 21/28] hw/adc: Remove MAX111X device
` [PULL 22/28] hw/gpio: Remove MAX7310 device
` [PULL 23/28] hw/ide: Remove DSCM-1XXXX microdrive device model
` [PULL 24/28] hw: Remove PCMCIA subsystem
` [PULL 25/28] hw/block: Remove ecc
` [PULL 26/28] vl.c: Remove pxa2xx-specific -portrait and -rotate options
` [PULL 27/28] dma: Fix function names in documentation
` [PULL 28/28] hw/arm/xilinx_zynq: Add various missing unimplemented devices

[PATCH RFC V5 00/30] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-10-15 10:18 UTC  (31+ messages)
` [PATCH RFC V5 01/30] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
` [PATCH RFC V5 02/30] hw/arm/virt: Disable vCPU hotplug for *unsupported* Accel or GIC Type
` [PATCH RFC V5 03/30] hw/arm/virt: Move setting of common vCPU properties in a function
` [PATCH RFC V5 04/30] arm/virt, target/arm: Machine init time change common to vCPU {cold|hot}-plug
` [PATCH RFC V5 05/30] arm/virt, kvm: Pre-create KVM vCPUs for all unplugged QOM vCPUs @machine init
` [PATCH RFC V5 06/30] arm/virt, gicv3: Changes to pre-size GIC with possible "
` [PATCH RFC V5 07/30] arm/virt, gicv3: Introduce GICv3 CPU Interface *accessibility* flag and checks
` [PATCH RFC V5 08/30] hw/intc/arm-gicv3*: Changes required to (re)init the GICv3 vCPU Interface
` [PATCH RFC V5 09/30] arm/acpi: Enable ACPI support for vCPU hotplug
` [PATCH RFC V5 10/30] arm/virt: Enhance GED framework to handle vCPU hotplug events
` [PATCH RFC V5 11/30] arm/virt: Init PMU at host for all possible vCPUs
` [PATCH RFC V5 12/30] arm/virt: Release objects for *disabled* possible vCPUs after init
` [PATCH RFC V5 13/30] arm/virt/acpi: Update ACPI DSDT Tbl to include CPUs AML with hotplug support
` [PATCH RFC V5 14/30] hw/acpi: Make _MAT method optional
` [PATCH RFC V5 15/30] hw/arm/acpi: MADT Tbl change to size the guest with possible vCPUs
` [PATCH RFC V5 16/30] target/arm: Force ARM vCPU *present* status ACPI *persistent*
` [PATCH RFC V5 17/30] arm/virt: Add/update basic hot-(un)plug framework
` [PATCH RFC V5 18/30] arm/virt: Changes to (un)wire GICC<->vCPU IRQs during hot-(un)plug
` [PATCH RFC V5 19/30] hw/arm, gicv3: Changes to notify GICv3 CPU state with vCPU hot-(un)plug event
` [PATCH RFC V5 20/30] hw/arm: Changes required for reset and to support next boot
` [PATCH RFC V5 21/30] arm/virt: Update the guest(via GED) about vCPU hot-(un)plug events
` [PATCH RFC V5 22/30] target/arm/cpu: Check if hotplugged ARM vCPU's FEAT match existing
` [PATCH RFC V5 23/30] tcg: Update tcg_register_thread() leg to handle region alloc for hotplugged vCPU
` [PATCH RFC V5 24/30] target/arm: Add support to *unrealize* ARMCPU during vCPU Hot-unplug
` [PATCH RFC V5 25/30] tcg/mttcg: Introduce MTTCG thread unregistration leg
` [PATCH RFC V5 26/30] hw/intc/arm_gicv3_common: Add GICv3CPUState 'accessible' flag migration handling
` [PATCH RFC V5 27/30] target/arm/kvm, tcg: Handle SMCCC hypercall exits in VMM during PSCI_CPU_{ON, OFF}
` [PATCH RFC V5 28/30] target/arm/kvm: Write vCPU's state back to KVM on cold-reset
` [PATCH RFC V5 29/30] hw/intc/arm_gicv3_kvm: Pause all vCPU to ensure locking in KVM of resetting vCPU
` [PATCH RFC V5 30/30] hw/arm/virt: Expose cold-booted vCPUs as MADT GICC *Enabled*

[PULL v2 00/61] virtio,pci,pc: features,fixes
 2024-10-15  9:41 UTC  (10+ messages)
` [PULL v2 40/61] hw/acpi: Update GED _EVT method AML with CPU scan

[PATCH v2] plugins: fix qemu_plugin_reset
 2024-10-15  9:33 UTC  (2+ messages)

[PULL 00/20] UI patches
 2024-10-15  9:30 UTC  (2+ messages)

[PATCH 0/4] Consolidate lan9118 phy implementations
 2024-10-15  9:27 UTC  (5+ messages)
` [PATCH 1/4] hw/net/lan9118: Extract lan9118_phy

[PATCH v6 0/7] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
 2024-10-15  9:15 UTC  (2+ messages)

[PATCH v2 0/8] chardev/mux: implement frontend detach
 2024-10-15  8:50 UTC  (10+ messages)
` [PATCH v2 1/8] chardev/char: fix qemu_chr_is_busy() check
` [PATCH v2 2/8] chardev/chardev-internal: remove unused `max_size` struct member
` [PATCH v2 3/8] chardev/mux: use bool type for `linestart` and `term_got_escape`
` [PATCH v2 4/8] chardev/mux: convert size members to unsigned int
` [PATCH v2 5/8] chardev/mux: introduce `mux_chr_attach_frontend() call
` [PATCH v2 6/8] chardev/mux: switch mux frontends management to bitset
` [PATCH v2 7/8] chardev/mux: implement detach of frontends from mux
` [PATCH v2 8/8] tests/unit/test-char: implement a few mux remove test cases

[PATCH v6] hw/misc/aspeed_hace: Fix SG Accumulative hashing
 2024-10-15  8:49 UTC  (4+ messages)

[PATCH] linux-user: Emulate /proc/self/maps under mmap_lock
 2024-10-15  8:45 UTC  (2+ messages)

[PATCH V4] virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net device
 2024-10-15  8:43 UTC  (2+ messages)

[PATCH v2 0/3] target/i386: Use probe_access_full_mmu in ptw_translate
 2024-10-15  8:15 UTC  (8+ messages)
` [PATCH v2 1/3] include/exec: Improve probe_access_full{, _mmu} documentation
  ` [PATCH v2 1/3] include/exec: Improve probe_access_full{,_mmu} documentation
` [PATCH v2 2/3] target/i386: Use probe_access_full_mmu in ptw_translate
` [PATCH v2 3/3] target/i386: Remove ra parameter from ptw_translate

[PATCH v4 00/13] ppc/spapr: remove deprecated machines specific code
 2024-10-15  7:31 UTC  (5+ messages)
` [PATCH v4 12/13] ppc/spapr: remove deprecated machine pseries-2.12-sxxm
` [PATCH v4 13/13] ppc/spapr: remove deprecated machine pseries-2.12

Rust BoF and maintainer minutes and planning the roadmap to Rust
 2024-10-15  7:23 UTC  (6+ messages)

[PATCH v2 0/7] error: Eliminate QERR_PROPERTY_VALUE_OUT_OF_RANGE
 2024-10-15  4:45 UTC  (6+ messages)
` [PATCH v2 5/7] target/i386/cpu: Improve errors for out of bounds property values

[PATCH v2 0/6] Support virtio-gpu DRM native context
 2024-10-15  4:32 UTC  (7+ messages)
` [PATCH v2 1/6] ui/sdl2: Restore original context after new context creation
` [PATCH v2 2/6] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v2 3/6] linux-headers: Update to Linux v6.12-rc1
` [PATCH v2 4/6] virtio-gpu: Handle virgl fence creation errors
` [PATCH v2 5/6] virtio-gpu: Support asynchronous fencing
` [PATCH v2 6/6] virtio-gpu: Support DRM native context

[PATCH V1 0/4] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
 2024-10-15  3:30 UTC  (6+ messages)
` [PATCH V1 1/4] hw/acpi: Initialize ACPI Hotplug CPU Status with Support for vCPU `Persistence`
` [PATCH V1 2/4] hw/acpi: Update ACPI CPU Status `is_{present, enabled}` during vCPU hot(un)plug
` [PATCH V1 3/4] hw/acpi: Reflect ACPI vCPU {present, enabled} states in ACPI _STA.{PRES, ENA} Bits
` [PATCH V1 4/4] hw/acpi: Populate vCPU Hotplug VMSD to migrate `is_{present, enabled}` states

[PATCH] Fix negative lost clock causing VM crash
 2024-10-15  2:24 UTC 

[RFC QEMU PATCH v7 0/1] Support device passthrough when dom0 is PVH on Xen
 2024-10-15  2:12 UTC  (4+ messages)
` [RFC QEMU PATCH v7 1/1] xen/pci: get gsi for passthrough devices

[PATCH] target/i386: Use only 16 and 32-bit operands for IN/OUT
 2024-10-15  0:41 UTC 

[PATCH] plugins: fix qemu_plugin_reset
 2024-10-15  0:38 UTC  (3+ messages)

[PATCH] target/mips: Remove unused MEMOP_IDX() macro
 2024-10-15  0:09 UTC  (2+ messages)

[RFC PATCH 00/23] accel/tcg: Convert victim tlb to IntervalTree
 2024-10-15  0:07 UTC  (5+ messages)

[PATCH v2 00/16] target/mips: Remove target-specific endianness knowledge
 2024-10-14 23:13 UTC  (5+ messages)
` [PATCH v2 10/16] target/mips: Replace MO_TE by mo_endian()

[RFC v3 0/2] target/riscv: add endianness checks and atomicity guarantees
 2024-10-14 23:11 UTC  (4+ messages)
` [RFC v3 1/2] target/riscv: rvv: reduce the overhead for simple RISC-V vector unit-stride loads and stores
` [RFC v3 2/2] target/riscv: rvv: improve performance of RISC-V vector loads and stores on large amounts of data

[PATCH] tcg: remove singlestep_enabled from DisasContextBase
 2024-10-14 22:09 UTC  (2+ messages)

[PATCH v3 00/20] accel/tcg: Introduce tlb_fill_align hook
 2024-10-14 20:17 UTC  (5+ messages)
` [PATCH v3 09/20] target/hppa: Fix priority of T, D, and B page faults

[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-10-14 20:12 UTC  (4+ messages)

[PATCH] hw/net: Changing log error to trace message
 2024-10-14 18:48 UTC 

[PATCH v7 0/5] Add Smrnmi support
 2024-10-14 18:19 UTC  (6+ messages)
` [PATCH v7 1/5] target/riscv: Add 'ext_smrnmi' in the RISCVCPUConfig
` [PATCH v7 2/5] target/riscv: Handle Smrnmi interrupt and exception
` [PATCH v7 3/5] target/riscv: Add Smrnmi CSRs
` [PATCH v7 4/5] target/riscv: Add Smrnmi mnret instruction
` [PATCH v7 5/5] target/riscv: Add Smrnmi cpu extension

[RFC PATCH 0/4] No-op support for Arm FEAT_XS, feedback needed
 2024-10-14 17:35 UTC  (13+ messages)
` [RFC PATCH 1/4] arm: Add FEAT_XS's TLBI NXS variants
` [RFC PATCH 2/4] arm/tcg: add decodetree entry for DSB nXS variant
` [RFC PATCH 3/4] arm/tcg/cpu64: add FEAT_XS feat in max cpu
` [RFC PATCH 4/4] tests/tcg/aarch64: add system test for FEAT_XS

[PATCH 0/2] Separate memory access logs from guest_errors
 2024-10-14 16:48 UTC  (7+ messages)
` [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses
` [PATCH 2/2] log: Suggest using -d guest_error,memaccess instead of guest_errors

[PATCH v16 00/13] hw/pci: SR-IOV related fixes and improvements
 2024-10-14 16:26 UTC  (10+ messages)
` [PATCH v16 02/13] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
` [PATCH v16 03/13] hw/ppc/spapr_pci: Do not reject VFs created after a PF

[PATCH v6 0/5] target/riscv: Add Smrnmi support
 2024-10-14 16:15 UTC  (5+ messages)

[PATCH] tests: update lcitool to fix freebsd py311-yaml rename
 2024-10-14 16:05 UTC  (2+ messages)

[PATCH] configure, meson: synchronize defaults for configure and Meson Rust options
 2024-10-14 16:04 UTC  (2+ messages)

[PATCH] meson: check in main meson.build for native Rust compiler
 2024-10-14 16:04 UTC  (2+ messages)

Patch for GDB to aid debugging qemu coroutines
 2024-10-14 15:22 UTC 

[PATCH v4 0/3] Drop ignore_memory_transaction_failures for xilink_zynq
 2024-10-14 15:23 UTC  (8+ messages)
` [PATCH v4 1/3] xilink_zynq: Add various missing unimplemented devices
` [PATCH v4 2/3] xilink-zynq-devcfg: Fix up for memory address range size not set correctly
` [PATCH v4 3/3] xilink-zynq-devcfg: Avoid disabling devcfg memory region during initialization

[PULL 00/20] Net patches
 2024-10-14 15:16 UTC  (4+ messages)
` [PULL 08/20] virtio-net: Add only one queue pair when realizing


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