qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-03 18:52:20 to 2025-02-04 15:13:39 UTC [more...]

[PATCH] MAINTAINER: Add a maintainer for CPR
 2025-02-04 15:12 UTC  (8+ messages)

[PATCH v2 00/12] hw/arm/raspi: Allow creating any Raspberry Pi machine
 2025-02-04 15:10 UTC  (29+ messages)
` [PATCH v2 01/12] hw/arm/raspi: Access SoC parent object using BCM283X_BASE() macro
` [PATCH v2 02/12] hw/arm/raspi: Merge model 4B with other models
` [PATCH v2 03/12] hw/arm/raspi: Unify RASPI_MACHINE types
` [PATCH v2 04/12] hw/arm/raspi: Pass board_rev as argument to raspi_base_machine_init()
` [PATCH v2 05/12] hw/arm/raspi: Consider processor id in types[] array
` [PATCH v2 06/12] hw/arm/raspi: Consider network interface for B models
` [PATCH v2 07/12] hw/arm/raspi: Check ramsize is within chipset aperture
` [PATCH v2 08/12] hw/arm/raspi: Introduce generic Raspberry Pi machine
` [PATCH v2 09/12] hw/arm/raspi: Have the generic machine take a 'revision' property
` [PATCH v2 10/12] hw/arm/raspi: List models creatable by the generic 'raspi' machine
` [PATCH v2 11/12] hw/arm/raspi: Deprecate old raspiX machine names
` [PATCH v2 12/12] hw/arm/raspi: Support more models

[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-04 15:10 UTC  (35+ messages)
` [PATCH v4 08/33] migration/multifd: Allow premature EOF on TLS incoming channels
` [PATCH v4 09/33] migration: postcopy_ram_listen_thread() needs to take BQL for some calls
` [PATCH v4 10/33] error: define g_autoptr() cleanup function for the Error type
` [PATCH v4 13/33] migration/multifd: Device state transfer support - receive side
` [PATCH v4 16/33] migration/multifd: Device state transfer support - send side

[PATCH] qom: reverse order of instance_post_init calls
 2025-02-04 15:08 UTC  (2+ messages)

[PATCH v2 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions
 2025-02-04 15:04 UTC  (5+ messages)

[PATCH V1 00/26] Live update: vfio and iommufd
 2025-02-04 14:56 UTC  (18+ messages)
` [PATCH V1 04/26] vfio/container: register container for cpr
` [PATCH V1 05/26] vfio/container: preserve descriptors
` [PATCH V1 06/26] vfio/container: preserve DMA mappings
` [PATCH V1 07/26] vfio/container: recover from unmap-all-vaddr failure
` [PATCH V1 08/26] pci: skip reset during cpr
` [PATCH V1 10/26] vfio-pci: refactor for cpr
` [PATCH V1 11/26] vfio-pci: skip reset during cpr

[PATCH v7 0/3] hw/acpi: Add vmclock device
 2025-02-04 14:52 UTC  (5+ messages)
` [PATCH v7 3/3] "

[PATCH v4 0/4] overcommit: introduce mem-lock-onfault
 2025-02-04 14:47 UTC  (4+ messages)

[PATCH v3] hw/net: cadence_gem: feat: add logic for the DISABLE_MASK bit in type2_compare_x_word_1
 2025-02-04 14:37 UTC  (4+ messages)

[PATCH 0/8] hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore
 2025-02-04 14:13 UTC  (7+ messages)
` [PATCH 1/8] hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL' definition
` [PATCH 4/8] hw/arm/xilinx_zynq: Replace IRQ_OFFSET -> GIC_INTERNAL
` [PATCH 8/8] hw/cpu/arm_mpcore: Remove default values for GIC external IRQs

[PATCH v2 0/6] hw/arm: Minor cleanups around MPCore code
 2025-02-04 14:03 UTC  (2+ messages)

[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
 2025-02-04 14:00 UTC  (8+ messages)

[PULL v2 00/55] Misc HW patches for 2025-01-12
 2025-02-04 13:58 UTC  (3+ messages)
` [PULL v2 11/55] hw/qdev: Check machine_hotplug_handler in hotplug_unplug_allowed_common

[PATCH v5 0/7] target/riscv: Add support for Control Transfer Records Ext
 2025-02-04 13:51 UTC  (4+ messages)
` [PATCH v5 6/7] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs

[RFC PATCH 0/9] accel: Only include qdev-realized vCPUs in global &cpus_queue
 2025-02-04 13:39 UTC  (4+ messages)
` [RFC PATCH 4/9] hw/qdev: Introduce DeviceClass::[un]wire() handlers

[PULL 00/42] Migration patches for 2025-01-29
 2025-02-04 13:40 UTC  (3+ messages)
` [PULL 17/42] migration: cpr-transfer mode

[PATCH v1 0/5] Report vfio-ap configuration changes
 2025-02-04 13:22 UTC  (4+ messages)
` [PATCH v1 3/5] hw/vfio/ap: store object indicating AP config changed in a queue

[PATCH] qemu-options: Deprecate -old-param command line option
 2025-02-04 13:01 UTC  (3+ messages)

[PATCH v3 0/9] target/arm: Implement SEL2 physical and virtual timers
 2025-02-04 12:50 UTC  (10+ messages)
` [PATCH v3 1/9] target/arm: Apply correct timer offset when calculating deadlines
` [PATCH v3 2/9] target/arm: Don't apply CNTVOFF_EL2 for EL2_VIRT timer
` [PATCH v3 3/9] target/arm: Make CNTPS_* UNDEF from Secure EL1 when Secure EL2 is enabled
` [PATCH v3 4/9] target/arm: Always apply CNTVOFF_EL2 for CNTV_TVAL_EL02 accesses
` [PATCH v3 5/9] target/arm: Refactor handling of timer offset for direct register accesses
` [PATCH v3 6/9] target/arm: Implement SEL2 physical and virtual timers
` [PATCH v3 7/9] target/arm: document the architectural names of our GTIMERs
` [PATCH v3 8/9] hw/arm: enable secure EL2 timers for virt machine
` [PATCH v3 9/9] hw/arm: enable secure EL2 timers for sbsa machine

[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
 2025-02-04 12:49 UTC  (17+ messages)

[PATCH] target/sparc: Fix register selection for the fdtox and fqtox instructions
 2025-02-04 12:43 UTC  (2+ messages)

[PATCH v2] hw/misc: use extract64 instead of 1 << i
 2025-02-04 12:24 UTC  (4+ messages)

[PATCH 0/1] CXL CCI Health Information & Alerts Commands implementation
 2025-02-04 11:15 UTC  (3+ messages)
    ` [PATCH 1/1] Added support for get/set alert configuration commands

[PATCH-for-10.0 0/3] hw/boards: Try to make sense of MachineClass::no_sdcard flag
 2025-02-04 11:09 UTC  (10+ messages)
` [PATCH-for-10.0 1/3] hw/boards: Convert no_sdcard flag to OnOffAuto tri-state
` [PATCH-for-10.0 2/3] hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF
` [PATCH-for-10.0 3/3] hw/boards: Rename no_sdcard -> create_default_sdcard_drive

[RFC PATCH v12 qemu 0/2] arm/virt: CXL support via pxb_cxl
 2025-02-04 11:07 UTC  (5+ messages)
` [RFC PATCH v12 qemu 2/2] qtest/cxl: Add aarch64 virt test for CXL

[PATCH 0/3] CXL CCI Log Commands implementation
 2025-02-04 10:58 UTC  (7+ messages)
    ` [PATCH 1/3] hw/cxl/cxl-mailbox-utils.c: Added support for Get Log Capabilities (Opcode 0402h)
    ` [PATCH 2/3] hw/cxl/cxl-mailbox-utils.c: Added support for Clear Log (Opcode 0403h)
    ` [PATCH 3/3] hw/cxl/cxl-mailbox-utils.c: Added support for Populate Log (Opcode 0404h) as background operation

[PATCH v2 00/14] meson: Deprecate 32-bit host support
 2025-02-04 10:44 UTC  (20+ messages)
` [PATCH v2 04/14] meson: Introduce CONFIG_TCG_TARGET
` [PATCH v2 07/14] accel/stubs: Expand stubs for TCG
` [PATCH v2 10/14] configure: Define TARGET_LONG_BITS in configs/targets/*.mak

[PATCH v1 00/18] Support AST2700 A1
 2025-02-04 10:26 UTC  (23+ messages)
` [PATCH v1 01/18] hw/intc/aspeed: Rename INTC to INTC0
` [PATCH v1 02/18] hw/intc/aspeed: Support different memory region ops
` [PATCH v1 06/18] hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and register address
` [PATCH v1 11/18] hw/misc/aspeed_scu: Add Support for AST2700/AST2750 A1 Silicon Revisions
` [PATCH v1 12/18] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for AST2700 A1

[PATCH v2] hw/virtio: reset virtio balloon stats on machine reset
 2025-02-04 10:01 UTC  (2+ messages)

[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
 2025-02-04  9:21 UTC  (19+ messages)
` [PATCH v2 01/18] hw/usb/hcd-dwc3: Align global registers size with Linux
` [PATCH v2 02/18] hw/pci-host/designware: Prevent device attachment on internal PCIe root bus
` [PATCH v2 03/18] hw/gpio/pca955*: Move Kconfig switches next to implementations
` [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board
` [PATCH v2 05/18] hw/arm/fsl-imx8mp: Implement clock tree
` [PATCH v2 06/18] hw/arm/fsl-imx8mp: Add SNVS
` [PATCH v2 07/18] hw/arm/fsl-imx8mp: Add USDHC storage controllers
` [PATCH v2 08/18] hw/arm/fsl-imx8mp: Add PCIe support
` [PATCH v2 09/18] hw/arm/fsl-imx8mp: Add GPIO controllers
` [PATCH v2 10/18] hw/arm/fsl-imx8mp: Add I2C controllers
` [PATCH v2 11/18] hw/arm/fsl-imx8mp: Add SPI controllers
` [PATCH v2 12/18] hw/arm/fsl-imx8mp: Add watchdog support
` [PATCH v2 13/18] hw/arm/fsl-imx8mp: Implement gneral purpose timers
` [PATCH v2 14/18] hw/arm/fsl-imx8mp: Add Ethernet controller
` [PATCH v2 15/18] hw/arm/fsl-imx8mp: Add USB support
` [PATCH v2 16/18] hw/arm/fsl-imx8mp: Add boot ROM
` [PATCH v2 17/18] hw/arm/fsl-imx8mp: Add on-chip RAM
` [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

[PATCH] hw/virtio: reset virtio balloon stats on machine reset
 2025-02-04  9:22 UTC  (4+ messages)

[PATCH] hw/i386/pc: Fix crash that occurs when introspecting TYPE_PC_MACHINE machines
 2025-02-04  8:57 UTC  (4+ messages)

[PATCH 00/21] Add i.MX 8M Plus EVK machine
 2025-02-04  8:13 UTC  (14+ messages)
` [PATCH 08/21] hw/arm/fsl-imx8mp: Add USDHC storage controllers
` [PATCH 20/21] hw/i2c: Import TCA6416 emulation from Xilinx
` [PATCH 21/21] hw/gpio/imx_gpio: Don't clear input GPIO values upon reset

[PATCH v2 0/3] ppc: Remove ref405ep
 2025-02-04  8:06 UTC  (4+ messages)
` [PATCH v2 1/3] ppc/ppc405: Remove tests
` [PATCH v2 2/3] ppc/ppc405: Remove boards
` [PATCH v2 3/3] hw/ppc: Deprecate 405 CPUs

[PATCH v3 00/26] arm: Run Arm CCA VMs with KVM
 2025-02-04  7:27 UTC  (9+ messages)
` [PATCH v3 06/26] target/arm/kvm-rme: Initialize vCPU
` [PATCH v3 08/26] hw/core/loader: Add ROM loader notifier
` [PATCH v3 09/26] target/arm/kvm-rme: Initialize Realm memory
` [PATCH v3 18/26] hw/arm/boot: Mark all guest memory as RIPAS_RAM

[PATCH v1 1/1] aspeed/soc: Support Non-maskable Interrupt for AST2700
 2025-02-04  6:41 UTC  (2+ messages)

[PATCH v5 00/17] Add AST2700 support
 2025-02-04  3:22 UTC  (7+ messages)
` [PATCH v5 13/17] aspeed/soc: "

[PATCH v6 00/10] Support virtio-gpu DRM native context
 2025-02-04  1:51 UTC  (7+ messages)

[PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM
 2025-02-03 23:20 UTC  (9+ messages)

[PATCH 0/2] nbd: Allow debugging tuning of handshake limit
 2025-02-03 22:26 UTC  (3+ messages)
` [PATCH 1/2] qemu-nbd: Allow users to adjust "
` [PATCH 2/2] nbd/server: Allow users to adjust handshake limit in QMP

[PATCH v2 00/15] block: Managing inactive nodes (QSD migration)
 2025-02-03 21:09 UTC  (24+ messages)
` [PATCH v2 06/15] block: Fix crash on block_resize on inactive node
` [PATCH v2 07/15] block: Add option to create inactive nodes
` [PATCH v2 08/15] block: Add blockdev-set-active QMP command
` [PATCH v2 09/15] block: Support inactive nodes in blk_insert_bs()
` [PATCH v2 10/15] block/export: Don't ignore image activation error in blk_exp_add()
` [PATCH v2 11/15] block/export: Add option to allow export of inactive nodes
` [PATCH v2 12/15] nbd/server: Support "
` [PATCH v2 13/15] iotests: Add filter_qtest()
` [PATCH v2 14/15] iotests: Add qsd-migrate case
` [PATCH v2 15/15] iotests: Add (NBD-based) tests for inactive nodes

[PATCH] block: remove unused BLOCK_OP_TYPE_DATAPLANE
 2025-02-03 19:53 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).