qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-28 12:58:54 to 2025-03-02 05:12:41 UTC [more...]

[PATCH v2 00/10] accel: Only include qdev-realized vCPUs in global &cpus_queue
 2025-03-02  5:11 UTC  (3+ messages)
` [PATCH v2 01/10] bsd-user: drop not longer used target_reset_cpu()

[PATCH] hw/riscv/riscv-iommu: Fix process directory table walk
 2025-03-01 17:44 UTC  (3+ messages)

[PATCH v2] hw/riscv/riscv-iommu: Fix process directory table walk
 2025-03-01 17:37 UTC 

[PATCH 0/8] hexagon system emu, part 3/3
 2025-03-01 17:20 UTC  (9+ messages)
` [PATCH 1/8] hw/intc: Add l2vic interrupt controller
` [PATCH 2/8] hw/hexagon: Add machine configs for sysemu
` [PATCH 3/8] hw/hexagon: Add v68, sa8775-cdsp0 defs
` [PATCH 4/8] hw/hexagon: Add support for cfgbase
` [PATCH 5/8] hw/hexagon: Modify "Standalone" symbols
` [PATCH 6/8] target/hexagon: add build config for softmmu
` [PATCH 7/8] hw/hexagon: Define hexagon "virt" machine
` [PATCH 8/8] tests/functional: Add a hexagon minivm test

[PATCH] hw/ppc/e500: Partial implementation of local access window registers
 2025-03-01 16:10 UTC  (2+ messages)

[PATCH] hw/net/fsl_etsec: Set eTSEC device description and category
 2025-03-01 16:03 UTC  (2+ messages)

[PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
 2025-03-01 16:02 UTC  (2+ messages)

[PATCH v2] microvm: do not use the lastest cpu version
 2025-03-01 15:34 UTC  (3+ messages)

[PATCH 0/4] Misc eeprom_at24c clean ups
 2025-03-01 14:35 UTC  (5+ messages)
` [PATCH 1/4] hw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPE
` [PATCH 2/4] hw/nvram/eeprom_at24c: Remove ERR macro that calls fprintf to stderr
` [PATCH 3/4] hw/nvram/eeprom_at24c: Remove memset after g_malloc0
` [PATCH 4/4] hw/nvram/eeprom_at24c: Reorganise init to avoid overwriting values

[PATCH] bcm2838: Add GIC-400 timer interupt connections
 2025-03-01 14:09 UTC  (6+ messages)

[PATCH v5 0/2] target/loongarch: fix 'make check-functional' failed
 2025-03-01  7:40 UTC  (5+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] target/loongarch: check tlb_ps

Some regression due to "ui/gtk: Fix mouse/motion event scaling issue with GTK display backend"
 2025-03-01  7:38 UTC  (3+ messages)

Kubernetes gitlab-runner jobs cannot be scheduled
 2025-03-01  7:27 UTC  (3+ messages)

[PATCH] util/keyval: fix msan findings
 2025-03-01  7:14 UTC  (3+ messages)

[PATCH 00/38] hexagon system emu, part 1/3
 2025-03-01  5:26 UTC  (39+ messages)
` [PATCH 01/38] docs: Add hexagon sysemu docs
` [PATCH 02/38] docs/system: Add hexagon CPU emulation
` [PATCH 03/38] target/hexagon: Add System/Guest register definitions
` [PATCH 04/38] target/hexagon: Make gen_exception_end_tb non-static
` [PATCH 05/38] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PATCH 06/38] target/hexagon: Add privilege check, use tag_ignore()
` [PATCH 07/38] target/hexagon: Add a placeholder fp exception
` [PATCH 08/38] target/hexagon: Add guest, system reg number defs
` [PATCH 09/38] target/hexagon: Add guest, system reg number state
` [PATCH 10/38] target/hexagon: Add TCG values for sreg, greg
` [PATCH 11/38] target/hexagon: Add guest/sys reg writes to DisasContext
` [PATCH 12/38] target/hexagon: Add imported macro, attr defs for sysemu
` [PATCH 13/38] target/hexagon: Define DCache states
` [PATCH 14/38] target/hexagon: Add new macro definitions for sysemu
` [PATCH 15/38] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH 16/38] target/hexagon: Add placeholder greg/sreg r/w helpers
` [PATCH 17/38] target/hexagon: Add vmstate representation
` [PATCH 18/38] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PATCH 19/38] target/hexagon: Define register fields for system regs
` [PATCH 20/38] target/hexagon: Implement do_raise_exception()
` [PATCH 21/38] target/hexagon: Add system reg insns
` [PATCH 22/38] target/hexagon: Add sysemu TCG overrides
` [PATCH 23/38] target/hexagon: Add implicit attributes to sysemu macros
` [PATCH 24/38] target/hexagon: Add TCG overrides for int handler insts
` [PATCH 25/38] target/hexagon: Add TCG overrides for thread ctl
` [PATCH 26/38] target/hexagon: Add TCG overrides for rte, nmi
` [PATCH 27/38] target/hexagon: Add sreg_{read,write} helpers
` [PATCH 28/38] target/hexagon: Initialize htid, modectl regs
` [PATCH 29/38] target/hexagon: Add locks, id, next_PC to state
` [PATCH 30/38] target/hexagon: Add a TLB count property
` [PATCH 31/38] target/hexagon: Add {TLB, k0}lock, cause code, wait_next_pc
` [PATCH 32/38] target/hexagon: Add stubs for modify_ssr/get_exe_mode
` [PATCH 33/38] target/hexagon: Add gdb support for sys regs
` [PATCH 34/38] target/hexagon: Add initial MMU model
` [PATCH 35/38] target/hexagon: Add IRQ events
` [PATCH 36/38] target/hexagon: Add clear_wait_mode() definition
` [PATCH 37/38] target/hexagon: Define f{S,G}ET_FIELD macros
` [PATCH 38/38] target/hexagon: Add hex_interrupts support

[PATCH 00/39] hexagon system emu, part 2/3
 2025-03-01  5:28 UTC  (40+ messages)
` [PATCH 01/39] target/hexagon: Implement ciad helper
` [PATCH 02/39] target/hexagon: Implement {c,}swi helpers
` [PATCH 03/39] target/hexagon: Implement iassign{r,w} helpers
` [PATCH 04/39] target/hexagon: Implement start/stop helpers
` [PATCH 05/39] target/hexagon: Implement modify SSR
` [PATCH 06/39] target/hexagon: Implement {g,s}etimask helpers
` [PATCH 07/39] target/hexagon: Implement wait helper
` [PATCH 08/39] target/hexagon: Implement get_exe_mode()
` [PATCH 09/39] target/hexagon: Implement arch_get_system_reg()
` [PATCH 10/39] target/hexagon: Implement arch_{s, g}et_{thread, system}_reg()
` [PATCH 11/39] target/hexagon: Add representation to count cycles
` [PATCH 12/39] target/hexagon: Add implementation of cycle counters
` [PATCH 13/39] target/hexagon: Implement modify_syscfg()
` [PATCH 14/39] target/hexagon: Add system event, cause codes
` [PATCH 15/39] target/hexagon: Implement hex_tlb_entry_get_perm()
` [PATCH 16/39] target/hexagon: Implement hex_tlb_lookup_by_asid()
` [PATCH 17/39] target/hexagon: Implement software interrupt
` [PATCH 18/39] target/hexagon: Implement exec_interrupt, set_irq
` [PATCH 19/39] target/hexagon: Implement hexagon_tlb_fill()
` [PATCH 20/39] target/hexagon: Implement siad inst
` [PATCH 21/39] target/hexagon: Implement hexagon_resume_threads()
` [PATCH 22/39] target/hexagon: Implement setprio, resched
` [PATCH 23/39] target/hexagon: Add sysemu_ops, cpu_get_phys_page_debug()
` [PATCH 24/39] target/hexagon: Add exec-start-addr prop
` [PATCH 25/39] target/hexagon: Add hexagon_cpu_mmu_index()
` [PATCH 26/39] target/hexagon: Decode trap1, rte as COF
` [PATCH 27/39] target/hexagon: Implement hexagon_find_last_irq()
` [PATCH 28/39] target/hexagon: Implement modify_ssr, resched, pending_interrupt
` [PATCH 29/39] target/hexagon: Add pkt_ends_tb to translation
` [PATCH 30/39] target/hexagon: Add next_PC, {s,g}reg writes
` [PATCH 31/39] target/hexagon: Add implicit sysreg writes
` [PATCH 32/39] target/hexagon: Define system, guest reg names
` [PATCH 33/39] target/hexagon: initialize sys/guest reg TCGvs
` [PATCH 34/39] target/hexagon: Add TLB, k0 {un,}lock
` [PATCH 35/39] target/hexagon: Define gen_precise_exception()
` [PATCH 36/39] target/hexagon: Add TCG overrides for transfer insts
` [PATCH 37/39] target/hexagon: Add support for loadw_phys
` [PATCH 38/39] target/hexagon: Add guest reg reading functionality
` [PATCH 39/39] target/hexagon: Add pcycle setting functionality

[PATCH 0/1] Adding TPM support for ARM SBSA-Ref machine
 2025-03-01  1:02 UTC  (4+ messages)
` [PATCH 1/1] hw/arm/sbsa-ref: "

[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-28 23:38 UTC  (32+ messages)
` [PATCH v5 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v5 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v5 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH v5 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PATCH v5 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH v5 36/36] vfio/migration: Update VFIO migration documentation

[PATCH] accel/tcg: fix msan findings in translate-all
 2025-02-28 22:25 UTC  (3+ messages)

[PATCH v2] iotest: Unbreak 302 with python 3.13
 2025-02-28 20:23 UTC  (2+ messages)

[PATCH v6 1/8] i386: Add Intel RDT device and State to config
 2025-02-28 20:04 UTC  (8+ messages)
` [PATCH v6 2/8] i386: Add init and realize functionality for RDT device
` [PATCH v6 3/8] i386: Add RDT functionality
` [PATCH v6 4/8] i386: Add RDT device interface through MSRs
` [PATCH v6 5/8] i386: Add CPUID enumeration for RDT
` [PATCH v6 6/8] i386: Add RDT feature flags
` [PATCH v6 7/8] i386/cpu: Adjust CPUID level for RDT features
` [PATCH v6 8/8] i386/cpu: Adjust level for RDT on full_cpuid_auto_level

[PATCH 0/3] hw/net/smc91c111: Fix potential array overflows
 2025-02-28 19:22 UTC  (5+ messages)
` [PATCH 1/3] hw/net/smc91c111: Sanitize packet numbers
` [PATCH 2/3] hw/net/smc91c111: Sanitize packet length on tx
` [PATCH 3/3] hw/net/smc91c111: Use MAX_PACKET_SIZE instead of magic numbers

[PATCH] hw/net/smc91c111: Don't allow data register access to overrun buffer
 2025-02-28 19:16 UTC 

[RFC PATCH] gitlab: add a new build_unit job to track build size
 2025-02-28 19:05 UTC  (2+ messages)

[BUG, RFC] cpr-transfer: qxl guest driver crashes after migration
 2025-02-28 18:37 UTC  (5+ messages)

[PATCH] hw/net: ftgmac100: copy eth_hdr for alignment
 2025-02-28 18:18 UTC  (3+ messages)

[PATCH] scripts: dump stdin on meson-buildoptions error
 2025-02-28 18:17 UTC  (3+ messages)

[PATCH] hw/i386/ovmf: check if ovmf is supported before calling ovmf parsing code
 2025-02-28 18:17 UTC  (2+ messages)

[PATCH v6 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-02-28 18:07 UTC  (7+ messages)
` [PATCH v6 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PATCH v6 2/6] target/i386: Update EPYC-Rome "
` [PATCH v6 3/6] target/i386: Update EPYC-Milan "
` [PATCH v6 4/6] target/i386: Add feature that indicates WRMSR to BASE reg is non-serializing
` [PATCH v6 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v6 6/6] target/i386: Add support for EPYC-Turin model

[PATCH 00/25] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS)
 2025-02-28 17:35 UTC  (5+ messages)
` [PATCH 13/25] tests/tcg: fix constraints in test-i386-adcox

[PATCH] include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN
 2025-02-28 17:32 UTC  (2+ messages)

[PATCH v2 00/22] target/riscv: declarative CPU definitions
 2025-02-28 17:19 UTC  (3+ messages)
` [PATCH 03/22] target/riscv: introduce RISCVCPUDef

[PATCH v8 00/28] vfio-user client
 2025-02-28 17:09 UTC  (2+ messages)

[PATCH v2 0/7] tests/functional: a few misc cleanups and fixes
 2025-02-28 17:06 UTC  (11+ messages)
` [PATCH v2 1/7] tests/functional: remove unused 'bin_prefix' variable
` [PATCH v2 2/7] tests/functional: set 'qemu_bin' as an object level field
` [PATCH v2 3/7] tests/functional: remove all class level fields
` [PATCH v2 4/7] tests/functional: reduce tuxrun maxmem to work on 32-bit hosts
` [PATCH v2 5/7] tests/functional: skip memaddr tests on 32-bit builds

[PATCH] target/arm: Make dummy debug registers RAZ, not NOP
 2025-02-28 16:38 UTC  (2+ messages)

[PATCH 0/8] xen: Build fixes and dust removal
 2025-02-28 16:27 UTC  (9+ messages)
` [PATCH 5/8] hw/xen/xen-hvm: Reduce included headers
` [PATCH 6/8] hw/xen/xen-bus: "
` [PATCH 7/8] hw/xen/xen-legacy-backend: Remove unused 'net/net.h' header
` [PATCH 8/8] meson: Remove support for Xen on 32-bit ARM hosts

[PATCH v5 0/4] hw/ssi/pnv_spi: Remove PnvXferBuffer and fix CID 1558827
 2025-02-28 16:15 UTC  (7+ messages)
` [PATCH v5 3/4] hw/ssi/pnv_spi: Make bus names distinct for each controllers of a socket

[PULL 0/3] SPDX checkpatch
 2025-02-28 15:44 UTC  (4+ messages)
` [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier
` [PULL 2/3] scripts: validate SPDX license choices
` [PULL 3/3] scripts: forbid use of arbitrary SPDX tags besides license identifiers

[PATCH] gitlab: use --refetch in check-patch/check-dco jobs
 2025-02-28 15:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add myself as vfio-igd maintainer
 2025-02-28 15:31 UTC  (2+ messages)

[PATCH 0/2] hw/ufs: Add temperature event support and test cases
 2025-02-28 15:13 UTC  (3+ messages)
  ` [PATCH 2/2] tests/qtest/ufs-test: Add test code for the temperature feature

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-02-28 15:11 UTC  (6+ messages)
` [PATCH v7 4/5] tests/qtest/migration: add postcopy tests with multifd
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[PATCH] build: Replace meson introspection argument with a builddir
 2025-02-28 14:11 UTC  (6+ messages)

[PATCH v4 0/6] migration/rdma: fixes, refactor and cleanup
 2025-02-28 13:49 UTC  (3+ messages)
` [PATCH v4 6/6] migration: Add qtest for migration over RDMA

[PATCH] docs/devel/qapi-code-gen: Discourage use of 'prefix'
 2025-02-28 13:44 UTC  (2+ messages)

[PATCH v2 0/8] riscv: AIA: kernel-irqchip=off support
 2025-02-28 13:36 UTC  (13+ messages)
` [PATCH v2 1/8] target/riscv/kvm: rewrite get/set for KVM_REG_RISCV_CSR
` [PATCH v2 2/8] target/riscv/kvm: add KVM_REG_RISCV_CSR_AIA
` [PATCH v2 3/8] target/riscv/kvm: add KVM_REG_RISCV_CSR_SMSTATEEN
` [PATCH v2 4/8] target/riscv: add helper to get CSR name
` [PATCH v2 7/8] docs: update the description about RISC-V AIA
` [PATCH v2 8/8] hw/intc/imsic: prevent to use IMSIC when host doesn't support AIA extension

[PATCH v7 00/16] Introduce support for IGVM files
 2025-02-28 13:18 UTC  (6+ messages)
` [PATCH v7 03/16] backends/igvm: Add IGVM loader and configuration
` [PATCH v7 11/16] docs/interop/firmware.json: Add igvm to FirmwareDevice

[PATCH v6 00/19] Change ghes to use HEST-based offsets and add support for error inject
 2025-02-28 13:08 UTC  (12+ messages)
` [PATCH v6 09/19] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v6 16/19] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v6 17/19] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v6 18/19] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow


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