qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-24 15:33:02 to 2025-09-25 09:54:30 UTC [more...]

[PATCH v4 00/23] util: sync error_report & qemu_log output more closely
 2025-09-25  9:52 UTC  (25+ messages)
` [PATCH v4 01/23] include: define constant for early constructor priority
` [PATCH v4 02/23] monitor: initialize global data from a constructor
` [PATCH v4 03/23] system: unconditionally enable thread naming
` [PATCH v4 04/23] util: expose qemu_thread_set_name
` [PATCH v4 05/23] audio: make jackaudio use qemu_thread_set_name
` [PATCH v4 06/23] util: set the name for the 'main' thread
` [PATCH v4 07/23] util: add API to fetch the current thread name
` [PATCH v4 08/23] log: avoid repeated prefix on incremental qemu_log calls
` [PATCH v4 09/23] util: introduce some API docs for logging APIs
` [PATCH v4 10/23] ui/vnc: remove use of error_printf_unless_qmp()
` [PATCH v4 11/23] monitor: remove redundant error_[v]printf_unless_qmp
` [PATCH v4 12/23] monitor: refactor error_vprintf()
` [PATCH v4 13/23] monitor: move error_vprintf back to error-report.c
` [PATCH v4 14/23] monitor: introduce monitor_cur_is_hmp() helper
` [PATCH v4 15/23] util: don't skip error prefixes when QMP is active
` [PATCH v4 16/23] util: fix interleaving of error & trace output
` [PATCH v4 17/23] util: fix interleaving of error prefixes
` [PATCH v4 18/23] util: introduce common helper for error-report & log code
` [PATCH v4 19/23] util: convert error-report & log to message API for timestamp
` [PATCH v4 20/23] util: add support for formatting a workload name in messages
` [PATCH v4 21/23] util: add support for formatting a program "
` [PATCH v4 22/23] util: add support for formatting thread info "
` [PATCH v4 23/23] util: add brackets around guest name in message context

[PATCH] virtio: vhost-user-device: Make user creatable again
 2025-09-25  9:33 UTC  (8+ messages)

[RFC PATCH 0/7] rust: migration: add high-level migration wrappers
 2025-09-25  9:26 UTC  (8+ messages)
` [PATCH 3/7] rust: migration: extract vmstate_fields_ref
` [PATCH 4/7] rust: migration: add high-level migration wrappers

[RFC PATCH] docs/system/security: Restrict "virtualization use case" to specific machines
 2025-09-25  9:22 UTC  (14+ messages)

[PATCH v2 0/3] memory: Stop piggybacking on memory region owners
 2025-09-25  9:03 UTC  (8+ messages)
` [PATCH v2 3/3] "

Should QEMU (accel=kvm) kvm-clock/guest_tsc stop counting during downtime blackout?
 2025-09-25  8:44 UTC  (10+ messages)

[RFT PATCH v2 0/2] Fix cross migration issue with missing features: pdcm, arch-capabilities
 2025-09-25  8:40 UTC 

[PATCH 0/4] cpus: Cleanups around cpu running state changes
 2025-09-25  8:34 UTC  (6+ messages)
` [PATCH 1/4] cpus: Only resume halted CPUs
` [PATCH 2/4] cpus: Access CPUState::thread_kicked atomically
` [PATCH 3/4] accel/hvf: Make async_safe_run_on_cpu() safe
` [PATCH 4/4] accel/tcg: Use cpu_is_stopped() helper to access CPUState::stopped

[PATCH] docs/code-provenance: add an exception for non-creative AI changes
 2025-09-25  7:56 UTC 

[PATCH] numa: add 'spm' option for special purpose memory
 2025-09-25  7:39 UTC  (3+ messages)

[PATCH V4 0/8] Live update: cpr-exec
 2025-09-25  7:12 UTC  (12+ messages)
` [PATCH V4 1/8] migration: multi-mode notifier
` [PATCH V4 5/8] migration: cpr-exec save and load
` [PATCH V4 6/8] migration: cpr-exec mode

[PATCH v9 0/7] Power11 support for QEMU [PowerNV]
 2025-09-25  6:38 UTC  (9+ messages)
      ` Access to remote XIVE2 units (was Re: [PATCH v9 0/7] Power11 support for QEMU [PowerNV])

[PULL 00/11] loongarch-to-apply queue
 2025-09-25  6:09 UTC  (12+ messages)
` [PULL 01/11] target/loongarch: move some machine define to virt.h
` [PULL 02/11] hw/loongarch: add virt feature dmsi support
` [PULL 03/11] hw/loongarch: add misc register support dmsi
` [PULL 04/11] loongarch: add a direct interrupt controller device
` [PULL 05/11] target/loongarch: add msg interrupt CSR registers
` [PULL 06/11] hw/loongarch: DINTC add a MemoryRegion
` [PULL 07/11] hw/loongarch: Implement dintc realize and unrealize
` [PULL 08/11] hw/loongarch: Implement dintc set irq
` [PULL 09/11] target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts
` [PULL 10/11] target/loongarch:Implement csrrd CSR_MSGIR register
` [PULL 11/11] hw/loongarch: Implement DINTC plug/unplug interfaces

[PATCH v3 0/8] Support VBOOTROM to ast2700fc machine
 2025-09-25  5:05 UTC  (9+ messages)
` [PATCH v3 1/8] hw/arm/aspeed: Move aspeed_board_init_flashes() to common SoC code
` [PATCH v3 2/8] hw/arm/aspeed: Move write_boot_rom "
` [PATCH v3 3/8] hw/arm/aspeed: Move aspeed_install_boot_rom "
` [PATCH v3 4/8] hw/arm/aspeed: Move aspeed_load_vbootrom "
` [PATCH v3 5/8] hw/arm/aspeed_ast27x0-fc: Drop dead return checks
` [PATCH v3 6/8] hw/arm/aspeed_ast27x0-fc: Make sub-init functions return bool with errp
` [PATCH v3 7/8] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM
` [PATCH v3 8/8] hw/arm/aspeed_ast27x0-fc: Add VBOOTROM support

[PATCH v5 0/9] Add IBM PPE42 CPU support
 2025-09-25  4:57 UTC  (6+ messages)
` [PATCH v5 2/9] target/ppc: Add IBM PPE42 family of processors

[PATCH] hw/i386/isapc.c: remove support for -cpu host and -cpu max
 2025-09-25  4:27 UTC  (2+ messages)

[PATCH 0/2] accel/tcg: Trace tb_flush() and tb_gen_code() buffer overflow
 2025-09-25  3:56 UTC  (3+ messages)
` [PATCH 1/2] accel/tcg: Trace tb_flush() calls
` [PATCH 2/2] accel/tcg: Trace tb_gen_code() buffer overflow

[PATCH] target/arm: Replace magic GIC values by proper definitions
 2025-09-25  3:21 UTC 

[PATCH v4] net/tap-linux.c: avoid abort when setting invalid fd
 2025-09-25  2:32 UTC 

[PATCH v1 00/21] Control coprocessor reset for AST2700
 2025-09-25  2:32 UTC  (8+ messages)
` [PATCH v1 08/21] hw/arm/ast27x0: Add SCU alias for SSP and ensure correct device realization order
  ` [SPAM] "

[PATCH v2 0/7] Support VBOOTROM to ast2700fc machine
 2025-09-25  2:27 UTC  (7+ messages)
` [PATCH v2 5/7] hw/arm/aspeed_ast27x0-fc: Replace error_abort with local errp
` [PATCH v2 6/7] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM

[PATCH v3 00/10] accel/tcg: Improve tb_flush usage
 2025-09-25  2:15 UTC  (5+ messages)
` [PATCH v3 05/10] accel/tcg: Split out tb_flush__exclusive_or_serial

[PATCH] hw/xtensa/xtfpga: Have xtfpga_init() only initialize MMU
 2025-09-25  1:35 UTC 

[PATCH] target/m68k: Remove pointless @cpu_halted TCGv
 2025-09-25  1:24 UTC 

[PATCH] target/loongarch: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
 2025-09-25  1:12 UTC  (2+ messages)

[PATCH v1 0/5] Add Aspeed GPIO test and Support Nuvoton Serial GPIO Expansion (SGPIO) device
 2025-09-25  1:10 UTC  (8+ messages)
` [PATCH v1 1/5] hw/gpio: Add property for ASPEED GPIO in 32 bits basis
` [PATCH v1 2/5] tests/qtest: Add qtest for for ASPEED GPIO gpio-set property
` [PATCH v1 3/5] hw/arm/npcm8xx.c: Add all IRQ ENUMs
` [PATCH v1 4/5] hw/gpio/npcm8xx: Implement SIOX (SPGIO) device for NPCM without input pin logic
` [PATCH v1 5/5] hw/gpio/npcm8xx: Implement npcm sgpio device "

[PATCH v2] target/alpha: Access CPUState::cpu_index via helper
 2025-09-25  1:04 UTC 

[PATCH] target/alpha: Access CPUState::cpu_index via helper
 2025-09-25  1:03 UTC  (4+ messages)

[PATCH] net/net.c: add tap device fd validity check to prevent abort on deleted device
 2025-09-25  1:01 UTC  (3+ messages)
` [PATCH v3] net/tap-linux.c: avoid abort when setting invalid fd

[PATCH v2] target/alpha: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
 2025-09-25  0:51 UTC 

[PATCH] target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32()
 2025-09-25  0:48 UTC 

[PATCH] target/alpha: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
 2025-09-25  0:42 UTC  (2+ messages)

[PATCH] tcg/optimize: Fix folding of vector bitsel
 2025-09-25  0:23 UTC  (6+ messages)

[PATCH v6 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-09-24 21:53 UTC  (3+ messages)
` [PATCH v6 09/28] s390x/diag: Implement DIAG 320 subcode 2

[RFC PATCH 00/34] single-binary: Make riscv cpu.h target independent
 2025-09-24 21:37 UTC  (5+ messages)
` [RFC PATCH 02/34] target/riscv: Fix size of trivial CPUArchState fields
` [RFC PATCH 03/34] target/riscv: Fix size of mcause

[PATCH v2 0/7] target/sparc: Relax some decode for v7/v8
 2025-09-24 21:25 UTC  (3+ messages)

[PULL 00/29] Rust, QOM, docs changes for 2025-09-24
 2025-09-24 21:16 UTC  (2+ messages)

[PULL 00/32] misc patch queue (tcg, linux-user, sparc)
 2025-09-24 21:16 UTC  (34+ messages)
` [PULL 01/32] linux-user: Create vdso_sigreturn_region_{start,end}
` [PULL 02/32] linux-user: Populate sigreturn_region_{start, end} in all vdso.S
` [PULL 03/32] linux-user: Populate vdso_sigreturn_region_{start, end} from sigtramp page
` [PULL 04/32] linux-user: Add syscall dispatch support
` [PULL 05/32] target/sparc: Allow TRANS macro with no extra arguments
` [PULL 06/32] target/sparc: Loosen decode of STBAR for v8
` [PULL 07/32] target/sparc: Loosen decode of RDY for v7
` [PULL 08/32] target/sparc: Loosen decode of RDPSR "
` [PULL 09/32] target/sparc: Loosen decode of RDWIM "
` [PULL 10/32] target/sparc: Loosen decode of RDTBR "
` [PULL 11/32] target/sparc: Relax decode of rs2_or_imm "
` [PULL 12/32] hw/pci-host/dino: Don't call pci_register_root_bus() in init
` [PULL 13/32] hw/pci-host/astro: Don't call pci_regsiter_root_bus() "
` [PULL 14/32] tcg/optimize: Fix folding of vector bitsel
` [PULL 15/32] include/hw/core/cpu: Introduce MMUIdxMap
` [PULL 16/32] include/hw/core/cpu: Introduce cpu_tlb_fast
` [PULL 17/32] include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
` [PULL 18/32] target/hppa: Adjust mmu indexes to begin with 0
` [PULL 19/32] accel/tcg: Properly unlink a TB linked to itself
` [PULL 20/32] tests/tcg/multiarch: Add tb-link test
` [PULL 21/32] gdbstub: Remove tb_flush uses
` [PULL 22/32] target/alpha: Simplify call_pal implementation
` [PULL 23/32] target/riscv: Record misa_ext in TCGTBCPUState.cs_base
` [PULL 24/32] hw/ppc/spapr: Use tb_invalidate_phys_range in h_page_init
` [PULL 25/32] accel/tcg: Split out tb_flush__exclusive_or_serial
` [PULL 26/32] accel/tcg: Move post-load tb_flush to vm_change_state hook
` [PULL 27/32] plugins: Use tb_flush__exclusive_or_serial
` [PULL 28/32] linux-user: Split out begin_parallel_context
` [PULL 29/32] accel/tcg: Create queue_tb_flush from tb_flush
` [PULL 30/32] accel/tcg: Improve buffer overflow in tb_gen_code
` [PULL 31/32] accel/tcg: Remove dead mmap_unlock() call in invalidate_phys_page_range
` [PULL 32/32] accel/tcg: Remove cpu_loop_exit_restore() stub

[PULL 00/12] Functional test patches
 2025-09-24 21:15 UTC  (2+ messages)

[PATCH 1/3] Socket Activation: stash $LISTEN_FDNAMES
 2025-09-24 20:55 UTC  (6+ messages)
` Clean up (v2) of Socket Activation series
  ` [PATCH v2 1/3] Socket Activation: stash $LISTEN_FDNAMES
  ` [PATCH v2 2/3] Socket activation: get FD by label

[PATCH] target/riscv/kvm: Use riscv_cpu_is_32bit() when handling SBI_DBCN reg
 2025-09-24 20:30 UTC  (2+ messages)

[PATCH 00/16] tracetool: add Rust support
 2025-09-24 19:58 UTC  (6+ messages)
` [PATCH 08/16] tracetool: Add Rust format support

[PATCH] hw/mips/fuloong2e: Fix vt82c686b idsel
 2025-09-24 18:24 UTC  (2+ messages)

[PATCH] .gitmodules: Update URLs for the u-boot submodules
 2025-09-24 18:34 UTC  (2+ messages)

[PATCH 0/2] target/xtensa: Replace CPUXtensa:runstall by CPUState:start_powered_off
 2025-09-24 18:11 UTC  (7+ messages)
` [PATCH 1/2] hw/core/cpu: Expose CPUState::start_powered_off docstring
` [PATCH 2/2] target/xtensa: Replace CPUXtensa:runstall by CPUState:start_powered_off

[PATCH 0/3] target/ppc: Have gen_pause() actually pause vCPUs
 2025-09-24 18:05 UTC  (7+ messages)
` [PATCH 1/3] hw/ppc: Do not open-code cpu_resume() in spin_kick()
` [PATCH 2/3] target/ppc: Have gen_pause() actually pause vCPUs
` [PATCH 3/3] target/ppc: Re-use gen_pause() in gen_wait()

[PATCH] pcie_sriov: make pcie_sriov_pf_exit() safe on non-SR-IOV devices
 2025-09-24 17:51 UTC  (2+ messages)

[PATCH] target/m68k: Remove unused @cpu_exception_index TCGv
 2025-09-24 17:24 UTC  (2+ messages)

[PATCH] accel/tcg: Remove cpu_loop_exit_restore() stub
 2025-09-24 17:23 UTC  (2+ messages)

[Qemu-devel] [PULL 00/12] ppc-for-2.7 queue 20160531
 2025-09-24 17:19 UTC  (4+ messages)
` [Qemu-devel] [PULL 07/12] ppc: Get out of emulation on SMT "OR" ops

[PATCH] accel/tcg: Remove dead mmap_unlock() call in invalidate_phys_page_range
 2025-09-24 17:16 UTC  (2+ messages)

[PATCH] block: fix luks 'amend' when run in coroutine
 2025-09-24 16:44 UTC  (3+ messages)

[PATCH] target/avr: Mark I/O space mapped cpu regs as reentrancy-safe
 2025-09-24 16:43 UTC 

[PATCH] scripts/checkpatch: Avoid recommending legacy qemu_bh_new_guarded()
 2025-09-24 16:40 UTC  (2+ messages)

[PATCH 0/3] target/arm: Few tracing improvements around power/reset
 2025-09-24 16:32 UTC  (4+ messages)
` [PATCH 1/3] target/arm: Convert power control DPRINTF() uses to trace events
` [PATCH 2/3] target/arm: Trace emulated firmware reset call
` [PATCH 3/3] target/arm: Trace vCPU "

[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
 2025-09-24 16:09 UTC  (8+ messages)
` [PATCH v3 12/20] monitor: introduce monitor_cur_hmp() function

[PATCH] block: remove 'detached-header' option from opts after use
 2025-09-24 16:06 UTC  (3+ messages)

[PATCH 00/27] vfio: improve naming conventions
 2025-09-24 15:42 UTC  (5+ messages)
` [PATCH 03/27] include/hw/vfio/vfio-container.h: rename file to vfio-container-legacy.h

[PATCH v6 00/25] tcg-plugins: add hooks for discontinuities
 2025-09-24 15:31 UTC  (6+ messages)
` [PATCH v6 23/25] tests: add plugin asserting correctness of discon event's to_pc


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