qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-04 14:28:29 to 2024-04-06 10:36:37 UTC [more...]

[RFC PATCH-for-9.1 00/29] hw/i386/pc: Decouple ISA vs PCI-based machines
 2024-04-06 10:35 UTC  (3+ messages)
` [RFC PATCH-for-9.1 13/29] hw/i386/pc: Remove non-PCI code from pc_system_firmware_init()

[PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
 2024-04-06  5:37 UTC  (5+ messages)
` [PATCH v3 1/4] target/sh4: mac.w: memory accesses are 16-bit words
` [PATCH v3 2/4] target/sh4: Merge mach and macl into a union
` [PATCH v3 3/4] target/sh4: Fix mac.l with saturation enabled
` [PATCH v3 4/4] target/sh4: Fix mac.w "

[PATCH] sh4: mac.w: implement saturation arithmetic logic
 2024-04-05 23:38 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] sh4: mac.l: implement saturation arithmetic logic
 2024-04-05 23:02 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] sh4: mac.w: memory accesses are 16-bit words
 2024-04-05 22:54 UTC  (2+ messages)

[PATCH-for-9.1 0/7] buildsys: Start shrinking qemu-user build process
 2024-04-05 22:45 UTC  (12+ messages)
` [PATCH-for-9.1 1/7] ebpf: Restrict to system emulation
` [PATCH-for-9.1 2/7] yank: "
` [PATCH-for-9.1 3/7] monitor: Rework stubs to simplify user emulation linking
` [PATCH-for-9.1 4/7] util/qemu-config: Extract QMP commands to qemu-config-qmp.c
` [PATCH-for-9.1 5/7] hw/core: Restrict reset handlers API to system emulation
` [PATCH-for-9.1 6/7] hw/core: Move reset.c to hwcore_ss[] source set
` [PATCH-for-9.1 7/7] hw: Include minimal source set in user emulation build

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-05 22:43 UTC  (6+ messages)
` [PATCH v11 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info

[PATCH] linux-user: Add FITRIM ioctl
 2024-04-05 22:41 UTC  (2+ messages)

[PATCH 0/4] small linux-user/syscall:do_setsockopt() cleanups and fixes
 2024-04-05 22:35 UTC  (2+ messages)

[PATCH for-9.0] linux-user: Fix waitid return of siginfo_t and rusage
 2024-04-05 22:00 UTC 

[PATCH v2] migration/postcopy: ensure preempt channel is ready before loading states
 2024-04-05 21:53 UTC  (3+ messages)

[PATCH v1 0/1] virtio-snd: fix invalid tx/rx message handling logic
 2024-04-05 18:25 UTC  (4+ messages)

[PATCH for-9.0] target/arm: Use correct SecuritySpace for AArch64 AT ops at EL3
 2024-04-05 18:16 UTC  (2+ messages)

[PATCH v6 00/12] Enabling DCD emulation support in Qemu
 2024-04-05 18:09 UTC  (23+ messages)
` [PATCH v6 06/12] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v6 07/12] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v6 08/12] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v6 10/12] hw/mem/cxl_type3: Add dpa range validation for accesses to DC regions
` [PATCH v6 11/12] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
` [PATCH v6 12/12] hw/mem/cxl_type3: Allow to release extent superset in QMP interface

[PATCH 00/32] accel/tcg: Improve disassembly for target and plugin
 2024-04-05 17:48 UTC  (53+ messages)
` [PATCH 01/32] accel/tcg: Use vaddr in translator_ld*
` [PATCH 02/32] accel/tcg: Hide in_same_page outside of a target-specific context
` [PATCH 03/32] accel/tcg: Pass DisasContextBase to translator_fake_ldb
` [PATCH 04/32] accel/tcg: Reorg translator_ld*
` [PATCH 05/32] accel/tcg: Cap the translation block when we encounter mmio
` [PATCH 06/32] accel/tcg: Record mmio bytes during translation
` [PATCH 07/32] accel/tcg: Record when translator_fake_ldb is used
` [PATCH 08/32] accel/tcg: Record DisasContextBase in tcg_ctx for plugins
` [PATCH 09/32] plugins: Copy memory in qemu_plugin_insn_data
` [PATCH 10/32] accel/tcg: Implement translator_st
` [PATCH 11/32] plugins: Use translator_st for qemu_plugin_insn_data
` [PATCH 12/32] plugins: Read mem_only directly from TB cflags
` [PATCH 13/32] plugins: Use DisasContextBase for qemu_plugin_insn_haddr
` [PATCH 14/32] plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
` [PATCH 15/32] plugins: Merge alloc_tcg_plugin_context into plugin_gen_tb_start
` [PATCH 16/32] accel/tcg: Provide default implementation of disas_log
` [PATCH 17/32] accel/tcg: Return bool from TranslatorOps.disas_log
` [PATCH 18/32] disas: Split disas.c
` [PATCH 19/32] disas: Use translator_st to get disassembly data
` [PATCH 20/32] accel/tcg: Introduce translator_fake_ld
` [PATCH 21/32] target/s390x: Fix translator_fake_ld length
` [PATCH 22/32] target/s390x: Disassemble EXECUTEd instructions
` [PATCH 23/32] target/hexagon: Use translator_ldl in pkt_crosses_page
` [PATCH 24/32] target/microblaze: Use translator_ldl
` [PATCH 25/32] target/i386: Use translator_ldub for everything
` [PATCH 26/32] target/avr: Use translator_ldl
` [PATCH 27/32] target/cris: Use translator_ld* in cris_fetch
` [PATCH 28/32] target/cris: Use cris_fetch in translate_v10.c.inc
` [PATCH 29/32] target/riscv: Use translator_ld* for everything
` [PATCH 30/32] target/rx: Use translator_ld*
` [PATCH 31/32] target/xtensa: Use translator_ldub in xtensa_insn_len
` [PATCH 32/32] target/s390x: Use translator_lduw in get_next_pc
` [PATCH 33/32] accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_code

[PATCH v4] nbd/server: do not poll within a coroutine context
 2024-04-05 17:44 UTC 

[RFC PATCH SET] cxl: add poison event handler
 2024-04-05 17:35 UTC  (5+ messages)
` [RFC PATCH 5/5] cxl/core: add poison injection "

[PATCH] target/i386: fix direction of "32-bit MMU" test
 2024-04-05 17:30 UTC  (3+ messages)

[PATCH-for-9.1 v2 0/3] target/ppc: fix tlb flushing race (plus
 2024-04-05 17:09 UTC  (6+ messages)
` [PATCH v2 1/3] target/ppc: Fix broadcast tlbie synchronisation
` [PATCH v2 2/3] tcg/cputlb: Remove non-synced variants of global TLB flushes
` [PATCH v2 3/3] tcg/cputlb: remove other-cpu capability from TLB flushing

[PATCH] mem/cxl_type3: fix hpa to dpa logic
 2024-04-05 16:45 UTC  (5+ messages)

[RFC v2 0/5] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-04-05 15:37 UTC  (10+ messages)
` [RFC v2 1/5] virtio: Initialize sequence variables

[PATCH v3] hw/virtio: Fix packed virtqueue flush used_idx
 2024-04-05 15:24 UTC  (2+ messages)

[PATCH v3] nbd/server: do not poll within a coroutine context
 2024-04-05 14:59 UTC  (3+ messages)

[PATCH] tests/qtest: Standardize qtest function caller strings
 2024-04-05 14:28 UTC  (4+ messages)

[PATCH v3 0/5] hw/char: Implement the STM32L4x5 USART, UART and LPUART
 2024-04-05 14:27 UTC  (4+ messages)
` [PATCH v3 5/5] tests/qtest: Add tests for the STM32L4x5 USART

[PATCH] target/arm: Fix CNTPOFF_EL2 trap to missing EL3
 2024-04-05 14:23 UTC  (2+ messages)

[PATCH v12 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-04-05 14:06 UTC  (9+ messages)
` [PATCH v12 10/23] hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPU
` [PATCH v12 13/23] hw/intc/arm_gicv3: Add has-nmi property to GICv3 device
` [PATCH v12 23/23] hw/arm/virt: Add FEAT_GICv3_NMI feature support in virt GIC

[PATCH v4 0/5] backup: discard-source parameter
 2024-04-05 13:46 UTC  (2+ messages)

[PATCH 1/1] virtio-net: fix bug 1451 aka "assert(!virtio_net_get_subqueue(nc)->async_tx.elem); "
 2024-04-05 11:20 UTC 

[PATCH v5] blockcommit: Reopen base image as RO after abort
 2024-04-05 13:16 UTC  (2+ messages)

[PATCH v2] virtio-snd: Enhance error handling for invalid transfers
 2024-04-05 10:52 UTC  (2+ messages)

[RFC PATCH-for-9.1] qapi: Do not generate commands/events/introspect code for user emulation
 2024-04-05  8:43 UTC  (3+ messages)

[PATCH v4 0/3] Add support for the RAPL MSRs series
 2024-04-05  8:33 UTC  (4+ messages)
` [PATCH v4 3/3] Add support for RAPL MSRs in KVM/Qemu

[PATCH v2] hw/virtio: Fix packed virtqueue flush used_idx
 2024-04-05  8:16 UTC  (2+ messages)

[PATCH-for-9.0 0/4] hw/virtio: Protect from more DMA re-entrancy bugs
 2024-04-05  7:02 UTC  (6+ messages)
` [PATCH-for-9.0 1/4] hw/virtio: Introduce virtio_bh_new_guarded() helper
` [PATCH-for-9.0 2/4] hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
` [PATCH-for-9.0 3/4] hw/char/virtio-serial-bus: "
` [PATCH-for-9.0 4/4] hw/virtio/virtio-crypto: "

[PATCH v5 00/24] replay: fixes and new test cases
 2024-04-05  6:56 UTC  (5+ messages)
` [PATCH v5 10/24] virtio-net: Use replay_schedule_bh_event for bhs that affect machine state
` [PATCH v5 20/24] replay: simple auto-snapshot mode for record

[PATCH v1] migration/postcopy: ensure preempt channel is ready before loading states
 2024-04-05  3:06 UTC  (8+ messages)

[PATCH v2] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-05  1:36 UTC  (2+ messages)

[PATCH v2 00/21] Rewrite plugin code generation
 2024-04-04 23:06 UTC  (22+ messages)
` [PATCH v2 01/21] tcg: Add TCGContext.emit_before_op
` [PATCH v2 02/21] tcg: Make tcg/helper-info.h self-contained
` [PATCH v2 03/21] tcg: Pass function pointer to tcg_gen_call*
` [PATCH v2 04/21] plugins: Zero new qemu_plugin_dyn_cb entries
` [PATCH v2 05/21] plugins: Move function pointer in qemu_plugin_dyn_cb
` [PATCH v2 06/21] plugins: Create TCGHelperInfo for all out-of-line callbacks
` [PATCH v2 07/21] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
` [PATCH v2 08/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
` [PATCH v2 09/21] plugins: Add PLUGIN_GEN_AFTER_TB
` [PATCH v2 10/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
` [PATCH v2 11/21] plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
` [PATCH v2 12/21] plugins: Remove plugin helpers
` [PATCH v2 13/21] tcg: Remove TCG_CALL_PLUGIN
` [PATCH v2 14/21] tcg: Remove INDEX_op_plugin_cb_{start,end}
` [PATCH v2 15/21] plugins: Simplify callback queues
` [PATCH v2 16/21] plugins: Introduce PLUGIN_CB_MEM_REGULAR
` [PATCH v2 17/21] plugins: Replace pr_ops with a proper debug dump flag
` [PATCH v2 18/21] plugins: Split out common cb expanders
` [PATCH v2 19/21] plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
` [PATCH v2 20/21] plugins: Inline plugin_gen_empty_callback
` [PATCH v2 21/21] plugins: Update the documentation block for plugin-gen.c

[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-04 21:04 UTC  (6+ messages)
` [PATCH v10 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[PATCH for-9.0] tcg/optimize: Do not attempt to constant fold neg_vec
 2024-04-04 21:00 UTC 

Intention to work on GSoC project
 2024-04-04 19:06 UTC  (4+ messages)

[PULL for-9.0 0/1] Block patches
 2024-04-04 17:26 UTC  (2+ messages)

[PULL 00/17] qemu-sparc queue 20240404
 2024-04-04 17:26 UTC  (7+ messages)
` [PULL 05/17] esp.c: change esp_fifo_push() to take ESPState
` [PULL 07/17] esp.c: use esp_fifo_push() instead of fifo8_push()
` [PULL 13/17] esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the file
` [PULL 15/17] esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
` [PULL 17/17] esp.c: remove explicit setting of DRQ within ESP state machine


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