qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-21 16:19:16 to 2025-01-22 12:20:11 UTC [more...]

[PATCH v5 0/8] Support virtio-gpu DRM native context
 2025-01-22 12:18 UTC  (3+ messages)
` [PATCH v5 4/8] virtio-gpu: Support asynchronous fencing

[PATCH 00/10] rust: (mostly) type safe VMState
 2025-01-22 12:33 UTC  (9+ messages)
` [PATCH 02/10] rust: vmstate: implement VMState for non-leaf types
` [PATCH 03/10] rust: vmstate: add varray support to vmstate_of!
` [PATCH 05/10] rust: vmstate: implement VMState for scalar types
` [PATCH 10/10] rust: vmstate: make order of parameters consistent in vmstate_clock

[PATCH] hw/boards: Convert MachineClass bitfields to boolean
 2025-01-22 12:13 UTC  (3+ messages)

[PATCH v3] hw/i386/cpu: remove default_cpu_version and simplify
 2025-01-22 12:09 UTC  (3+ messages)

[PATCH v4] hw/i386/cpu: remove default_cpu_version and simplify
 2025-01-22 12:01 UTC 

[PATCH 0/9] block: Managing inactive nodes (QSD migration)
 2025-01-22 11:50 UTC  (10+ messages)
` [PATCH 1/9] block: Allow inactivating already inactive nodes
` [PATCH 2/9] block: Add option to create "
` [PATCH 3/9] block: Support inactive nodes in blk_insert_bs()
` [PATCH 4/9] block/export: Don't ignore image activation error in blk_exp_add()
` [PATCH 5/9] block/export: Add option to allow export of inactive nodes
` [PATCH 6/9] nbd/server: Support "
` [PATCH 7/9] block: Add blockdev-set-active QMP command
` [PATCH 8/9] iotests: Add filter_qtest()
` [PATCH 9/9] iotests: Add qsd-migrate case

[PATCH v2 0/5] target/arm: implement SEL2 physical and virtual timers
 2025-01-22 11:20 UTC  (4+ messages)
` [PATCH v2 4/5] hw/arm: enable secure EL2 timers for virt machine

[PATCH v1 1/4] physmem: disallow direct access to RAM DEVICE in address_space_write_rom()
 2025-01-22 11:02 UTC  (7+ messages)
  ` [PATCH v1 3/4] hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()

[RFC PATCH] Fix race in live migration failure path
 2025-01-22 10:54 UTC  (4+ messages)

[PATCH] tests/functional: Fix broken decorators with lamda functions
 2025-01-22 10:12 UTC  (2+ messages)

[PATCH] target/i386: extract common bits of gen_repz/gen_repz_nz
 2025-01-22  9:50 UTC  (2+ messages)

[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
 2025-01-22  9:41 UTC  (12+ messages)

[PATCH v2 00/10] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
 2025-01-22  9:32 UTC  (12+ messages)
` [PATCH v2 01/10] hw/core/generic-loader: Do not open-code cpu_set_pc()
` [PATCH v2 02/10] gdbstub: Clarify no more than @gdb_num_core_regs can be accessed
` [PATCH v2 03/10] cpus: Cache CPUClass early in instance_init() handler
` [PATCH v2 04/10] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
` [PATCH v2 05/10] accel: "
` [PATCH v2 06/10] user: "
` [PATCH v2 07/10] disas: "
` [PATCH v2 08/10] gdbstub: "
` [PATCH v2 09/10] hw/acpi: "
` [PATCH v2 10/10] target/arm: "

[PATCH] tests/functional: Fix the aarch64_tcg_plugins test
 2025-01-22  9:15 UTC 

[PATCH 0/9] aspeed: pre-PR for QEMU 10.0 (RESEND)
 2025-01-22  9:05 UTC  (15+ messages)
` [PATCH 1/9] hw/arm/aspeed: fix connect_serial_hds_to_uarts
` [PATCH 2/9] hw/sd/sdhci: Introduce a new Write Protected pin inverted property
` [PATCH 3/9] hw/arm/aspeed: Invert sdhci write protected pin for AST2600 EVB
` [PATCH 4/9] hw/timer/aspeed: Refactor Timer Callbacks for SoC-Specific Implementations
` [PATCH 5/9] hw/timer/aspeed: Add AST2700 Support
` [PATCH 6/9] aspeed/soc: Support Timer for AST2700
` [PATCH 7/9] test/functional: Update the Aspeed aarch64 test
` [PATCH 8/9] test/functional: Update buildroot images to 2024.11
` [PATCH 9/9] aspeed: Create sd devices only when defaults are enabled

[PATCH v10 0/8] Support RISC-V IOPMP
 2025-01-22  8:47 UTC  (9+ messages)
` [PATCH v10 1/8] hw/core: Add config stream
` [PATCH v10 2/8] memory: Introduce memory region fetch operation
` [PATCH v10 3/8] system/physmem: Support IOMMU granularity smaller than TARGET_PAGE size
` [PATCH v10 4/8] target/riscv: Add support for IOPMP
` [PATCH v10 5/8] hw/misc/riscv_iopmp_txn_info: Add struct for transaction infomation
` [PATCH v10 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
` [PATCH v10 7/8] hw/misc/riscv_iopmp_dispatcher: Device for redirect IOPMP transaction infomation
` [PATCH v10 8/8] hw/riscv/virt: Add IOPMP support

[RFC v2 0/5] accel/kvm: Support KVM PMU filter
 2025-01-22  9:05 UTC  (6+ messages)
` [RFC v2 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [RFC v2 2/5] i386/kvm: Support basic KVM PMU filter
` [RFC v2 3/5] i386/kvm: Support event with select & umask format in "
` [RFC v2 4/5] i386/kvm: Support event with masked entry "
` [RFC v2 5/5] i386/kvm: Support fixed counter "

[PATCH v3 0/4] Improve Mips target
 2025-01-22  8:38 UTC  (5+ messages)
` [PATCH v3 1/4] Add support for emulation of CRC32 instructions

[PATCH] MAINTAINERS: Add me as the maintainer for ivshmem-pci
 2025-01-22  8:11 UTC  (2+ messages)

[PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
 2025-01-22  8:10 UTC  (2+ messages)

[PULL v2 0/9] s390x and test patches 2025-01-21
 2025-01-22  8:01 UTC  (2+ messages)
` [PULL v2 1/9] tests/functional: Convert the kvm_xen_guest avocado test

[PATCH v2 0/1] fallocate missing fd_offset
 2025-01-22  8:01 UTC  (3+ messages)
` [PATCH v2 1/1] system/physmem: take into account fd_offset for file fallocate

[PATCH v3 0/4] Allow to enable multifd and postcopy migration together
 2025-01-22  7:56 UTC  (4+ messages)
` [PATCH v3 4/4] tests/qtest/migration: add postcopy test with multifd

[PATCH] hw/virtio/vhost: Disable IOTLB callbacks when IOMMU gets disabled
 2025-01-22  7:55 UTC  (7+ messages)

[PATCH v3 0/7] Dump all generic CSR registers
 2025-01-22  7:49 UTC  (8+ messages)
` [PATCH v3 1/7] target/loongarch: Add dynamic function access with CSR register
` [PATCH v3 2/7] target/loongarch: Remove static CSR function setting
` [PATCH v3 3/7] target/loongarch: Add generic csr function type
` [PATCH v3 4/7] target/loongarch: Add common header file for CSR registers
` [PATCH v3 5/7] target/loongarch: Add common source file for CSR register
` [PATCH v3 6/7] target/loongarch: Set unused flag with CSR registers
` [PATCH v3 7/7] target/loongarch: Dump all generic "

[PATCH 0/9] aspeed: pre-PR for QEMU 10.0
 2025-01-22  7:39 UTC  (4+ messages)

[PATCH v8 0/4] chardev: implement backend chardev multiplexing
 2025-01-22  7:24 UTC  (6+ messages)
` [PATCH v8 1/4] chardev/char-pty: send CHR_EVENT_CLOSED on disconnect
` [PATCH v8 2/4] chardev/char-hub: implement backend chardev aggregator
` [PATCH v8 3/4] tests/unit/test-char: add unit tests for hub chardev backend
` [PATCH v8 4/4] qemu-options.hx: describe hub chardev and aggregation of several backends

[RFC PATCH 0/2] target/arm: Constify helpers taking CPUARMState arg
 2025-01-22  7:07 UTC  (4+ messages)
` [RFC PATCH 2/2] target/arm: Constify lot of helpers taking CPUARMState argument

[PATCH 0/2] hw/pci: catch a few error cases
 2025-01-22  7:04 UTC  (3+ messages)
` [PATCH 1/2] hw/pci/msix: Warn on PBA writes

[PATCH v3 0/3] hw/ipack: Minor dust removal
 2025-01-22  7:02 UTC  (7+ messages)
` [PATCH v3 1/3] hw/irq: Introduce qemu_init_irqs() helper
` [PATCH v3 2/3] hw/ipack: Clarify KConfig symbols
` [PATCH v3 3/3] hw/ipack: Remove legacy qemu_allocate_irqs() use

[PATCH v2] hw/misc: i2c-echo: add tracing
 2025-01-22  7:00 UTC  (3+ messages)

[PATCH 0/2] hw/cxl: Add tracing for component I/O region
 2025-01-22  6:56 UTC  (3+ messages)
` [PATCH 1/2] hw/cxl: Remove unused component_registers::io_registers[] array
` [PATCH 2/2] hw/cxl: Allow tracing component I/O accesses

[PATCH 0/7] Enable shared device assignment
 2025-01-22  6:43 UTC  (19+ messages)
` [PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager

[RFC PATCH] tests/qtest: don't step clock at start of npcm7xx periodic IRQ test
 2025-01-22  6:35 UTC  (3+ messages)

[PULL 0/9] s390x and test patches 2025-01-21
 2025-01-22  6:25 UTC  (3+ messages)

[PATCH] vvfat: fix out of bounds array write
 2025-01-22  6:15 UTC  (5+ messages)

[PATCH 0/4] Introduce SierraForest-v2 and ClearwaterForest CPU model
 2025-01-22  4:32 UTC  (16+ messages)
` [PATCH 1/4] target/i386: Introduce SierraForest-v2 model
` [PATCH 2/4] target/i386: Export BHI_NO bit to guests
` [PATCH 3/4] target/i386: Add new CPU model ClearwaterForest
` [PATCH 4/4] docs: Add GNR, SRF and CWF CPU models

[PATCH v2 0/3] Support timer for AST2700
 2025-01-22  3:37 UTC  (2+ messages)

[PATCH] rust: pl011: fix repr(C) for PL011Class
 2025-01-22  2:31 UTC  (2+ messages)

[PATCH RESEND 0/2] rust/pl011: miscellaneous cleanups
 2025-01-22  2:30 UTC  (3+ messages)

[PATCH v3 0/3] Introduce a new Write Protected pin inverted property
 2025-01-22  2:04 UTC  (4+ messages)
` [PATCH v3 2/3] hw/sd/sdhci: "

[PATCH 1/3] hw/mem/cxl_type3: Add paired msix_uninit_exclusive_bar() call
 2025-01-22  0:56 UTC  (5+ messages)
` [PATCH 2/3] hw/mem/cxl_type3: Fix special_ops memory leak on msix_init_exclusive_bar() failure

[PATCH 0/3] linux-user: Call tcg_flush_jmp_cache() before re-using threads
 2025-01-22  0:46 UTC  (7+ messages)
` [PATCH 1/3] linux-user: Only include 'exec/tb-flush.h' header when necessary
` [PATCH 2/3] accel/tcg: Factor out common tcg_exec_reset() helper
` [PATCH 3/3] accel/tcg: Implement cpu_exec_reset_hold() on user emulation

[PATCH] linux-user: Constify target_shmlba() argument
 2025-01-21 23:24 UTC  (2+ messages)

[PATCH] hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq
 2025-01-21 23:14 UTC  (2+ messages)

[PATCH] hw/sh4/r2d: Convert legacy qemu_allocate_irqs() to qemu_init_irqs()
 2025-01-21 23:14 UTC  (2+ messages)

[PATCH v3 0/2] target/riscv: throw debug exception before page fault
 2025-01-21 23:13 UTC  (5+ messages)
` [PATCH v3 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
` [PATCH v3 2/2] target/riscv: throw debug exception before page fault

[PATCH 0/6] target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq()
 2025-01-21 23:12 UTC  (11+ messages)
` [PATCH 2/6] target/mips: Create clock *after* accelerator vCPU is realized
` [PATCH 3/6] target/mips: Initialize CPU-specific timer/IRQs once in DeviceRealize
` [PATCH 4/6] target/mips: Pass env to cpu_mips_clock_init()
` [PATCH 5/6] target/mips: Move CPU timer from hw/mips/ to target/mips/system/
` [PATCH 6/6] target/mips: Allocate CPU IRQs within CPUMIPSState

[PATCH 00/21] Add i.MX 8M Plus EVK machine
 2025-01-21 21:03 UTC  (4+ messages)
` [PATCH 17/21] hw/arm/fsl-imx8mp: Add boot ROM

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2025-01-21 21:00 UTC  (8+ messages)
` [PATCH v3 07/49] HostMem: Add mechanism to opt in kvm guest memfd via MachineState

[PATCH v2 0/2] target/riscv: throw debug exception before page fault
 2025-01-21 19:05 UTC  (8+ messages)
` [PATCH v2 1/2] target/riscv/debug.c: use wp size = 4 for 32-bit CPUs
` [PATCH v2 2/2] target/riscv: throw debug exception before page fault

[PATCH 00/11] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
 2025-01-21 18:54 UTC  (5+ messages)
` [PATCH 08/11] hw/core/generic-loader: Prefer cached CpuClass over CPU_GET_CLASS macro
` [PATCH 10/11] target/microblaze: Prefer cached CpuClass over CPU_GET_CLASS() macro

[PATCH 0/5] target/riscv: Coverity fixes
 2025-01-21 18:48 UTC  (6+ messages)
` [PATCH 1/5] target/riscv/csr.c: fix deadcode in rmw_xireg()
` [PATCH 2/5] target/riscv/csr.c: fix 'ret' "
` [PATCH 3/5] target/riscv/csr.c: fix deadcode in rmw_xiregi()
` [PATCH 4/5] target/riscv/csr.c: fix deadcode in aia_smode32()
` [PATCH 5/5] target/riscv/cpu_helper.c: fix bad_shift in riscv_cpu_interrupt()

[PATCH 0/1] fallocate missing fd_offset
 2025-01-21 18:42 UTC  (6+ messages)
` [PATCH 1/1] system/physmem: take into account fd_offset for file fallocate

[PATCH 00/28] cpus: Restrict CPU has_work() handlers to system emulation
 2025-01-21 17:39 UTC  (3+ messages)
` [PATCH 01/28] target/hexagon: Ensure not being build on "

[RFC v3 0/5] Handling aliased guest memory maps in vhost-vDPA SVQs
 2025-01-21 17:25 UTC  (9+ messages)
` [RFC v3 1/5] vhost-vdpa: Decouple the IOVA allocator
` [RFC v3 3/5] vhost-vdpa: Implement the GPA->IOVA tree

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2025-01-21 16:42 UTC  (6+ messages)

[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
 2025-01-21 16:37 UTC  (12+ messages)

[PATCH] hw/mem: support zero memory size CXL device
 2025-01-21 16:24 UTC  (3+ messages)
` [PATCH v2] "


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