QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-24 17:10:28 to 2024-04-25 01:59:01 UTC [more...]

[PATCH v12 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-25  1:53 UTC  (3+ messages)
` [PATCH v12 4/6] ui/console: Use qemu_dmabuf_set_..() helpers instead
` [PATCH v12 5/6] ui/console: Use qemu_dmabuf_new() and free() "

[PATCH 00/45] target/hppa: Misc improvements
 2024-04-25  0:00 UTC  (46+ messages)
` [PATCH 01/45] target/hppa: Move cpu_get_tb_cpu_state out of line
` [PATCH 02/45] target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pc
` [PATCH 03/45] target/hppa: Move constant destination check into use_goto_tb
` [PATCH 04/45] target/hppa: Pass displacement to do_dbranch
` [PATCH 05/45] target/hppa: Allow prior nullification in do_ibranch
` [PATCH 06/45] target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_test
` [PATCH 07/45] target/hppa: Add install_iaq_entries
` [PATCH 08/45] target/hppa: Add install_link
` [PATCH 09/45] target/hppa: Delay computation of IAQ_Next
` [PATCH 10/45] target/hppa: Skip nullified insns in unconditional dbranch path
` [PATCH 11/45] target/hppa: Simplify TB end
` [PATCH 12/45] target/hppa: Add IASQ entries to DisasContext
` [PATCH 13/45] target/hppa: Add space arguments to install_iaq_entries
` [PATCH 14/45] target/hppa: Add space argument to do_ibranch
` [PATCH 15/45] target/hppa: Use umax in do_ibranch_priv
` [PATCH 16/45] target/hppa: Always make a copy "
` [PATCH 17/45] target/hppa: Introduce and use DisasIAQE for branch management
` [PATCH 18/45] target/hppa: Use displacements in DisasIAQE
` [PATCH 19/45] target/hppa: Rename cond_make_* helpers
` [PATCH 20/45] target/hppa: Use TCG_COND_TST* in do_cond
` [PATCH 21/45] target/hppa: Use TCG_COND_TST* in do_log_cond
` [PATCH 22/45] target/hppa: Use TCG_COND_TST* in do_unit_zero_cond
` [PATCH 23/45] target/hppa: Use TCG_COND_TST* in do_unit_addsub
` [PATCH 24/45] target/hppa: Use TCG_COND_TST* in trans_bb_imm
` [PATCH 25/45] target/hppa: Use registerfields.h for FPSR
` [PATCH 26/45] target/hppa: Use TCG_COND_TST* in trans_ftest
` [PATCH 27/45] target/hppa: Remove cond_free
` [PATCH 28/45] target/hppa: Introduce DisasDelayException
` [PATCH 29/45] target/hppa: Use delay_excp for conditional traps
` [PATCH 30/45] target/hppa: Use delay_excp for conditional trap on overflow
` [PATCH 31/45] linux-user/hppa: Force all code addresses to PRIV_USER
` [PATCH 32/45] target/hppa: Store full iaoq_f and page bits of iaoq_d in TB
` [PATCH 33/45] target/hppa: Do not mask in copy_iaoq_entry
` [PATCH 34/45] target/hppa: Improve hppa_cpu_dump_state
` [PATCH 35/45] target/hppa: Split PSW X and B into their own field
` [PATCH 36/45] target/hppa: Manage PSW_X and PSW_B in translator
` [PATCH 37/45] target/hppa: Implement PSW_B
` [PATCH 38/45] target/hppa: Implement PSW_X
` [PATCH 39/45] target/hppa: Drop tlb_entry return from hppa_get_physical_address
` [PATCH 40/45] target/hppa: Adjust priv for B,GATE at runtime
` [PATCH 41/45] target/hppa: Implement CF_PCREL
` [PATCH 42/45] target/hppa: Implement PSW_T
` [PATCH 43/45] target/hppa: Implement PSW_H, PSW_L
` [PATCH 44/45] target/hppa: Log cpu state at interrupt
` [PATCH 45/45] target/hppa: Log cpu state on return-from-interrupt

[PATCH 0/5] target/alpha: Implement CF_PCREL
 2024-04-24 23:44 UTC  (6+ messages)
` [PATCH 1/5] target/alpha: Use cpu_env in preference to ALPHA_CPU
` [PATCH 2/5] target/alpha: Hoist branch shift to initial decode
` [PATCH 3/5] target/alpha: Split out gen_goto_tb
` [PATCH 4/5] target/alpha: Split out gen_pc_disp
` [PATCH 5/5] target/alpha: Implement CF_PCREL

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

[PATCH 0/5] target/arm: Update emulation.rst, add some easy features
 2024-04-24 23:15 UTC  (2+ messages)

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

[PATCH v6 00/10] Optimize buffer_is_zero
 2024-04-24 22:57 UTC  (11+ messages)
` [PATCH v6 01/10] util/bufferiszero: Remove SSE4.1 variant
` [PATCH v6 02/10] util/bufferiszero: Remove AVX512 variant
` [PATCH v6 03/10] util/bufferiszero: Reorganize for early test for acceleration
` [PATCH v6 04/10] util/bufferiszero: Remove useless prefetches
` [PATCH v6 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PATCH v6 06/10] util/bufferiszero: Improve scalar variant
` [PATCH v6 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PATCH v6 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PATCH v6 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [PATCH v6 10/10] tests/bench: Add bufferiszero-bench

[PULL 0/9] tcg + linux-user patch queue
 2024-04-24 22:51 UTC  (10+ messages)
` [PULL 1/9] meson: Make DEBUG_REMAP a meson option
` [PULL 2/9] linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
` [PULL 3/9] linux-user: do_setsockopt: make ip_mreq local to the place it is used and inline target_to_host_ip_mreq()
` [PULL 4/9] linux-user: do_setsockopt: make ip_mreq_source local to the place where it is used
` [PULL 5/9] linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
` [PULL 6/9] linux-user: Add FITRIM ioctl
` [PULL 7/9] target/m68k: Pass semihosting arg to exit
` [PULL 8/9] target/m68k: Perform the semihosting test during translate
` [PULL 9/9] target/m68k: Support semihosting on non-ColdFire targets

[PATCH v3 0/2] query-cpu-model-expansion: report deprecated features
 2024-04-24 22:05 UTC  (4+ messages)
` [PATCH v3 1/2] target/s390x: report deprecated-props in cpu-model-expansion reply
` [PATCH v3 2/2] target/s390x: flag te and cte as deprecated

[PATCH] target/loongarch/cpu.c: typo fix: expection
 2024-04-24 22:17 UTC  (2+ messages)

[PATCH 0/3] accel: Add new @dirty field on HVF/NVMM/WHPX
 2024-04-24 22:13 UTC  (5+ messages)
` [PATCH 1/3] accel/whpx: Use accel-specific per-vcpu @dirty field
` [PATCH 2/3] accel/nvmm: "
` [PATCH 3/3] accel/hvf: "

[PATCH v2 0/3] include: Rename some expanded headers using '.h.inc' suffix
 2024-04-24 22:11 UTC  (5+ messages)
` [PATCH v2 1/3] hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
` [PATCH v2 2/3] accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix
` [PATCH v2 3/3] accel/tcg: Rename helper-head.h -> helper-head.h.inc

[PATCH v2 0/2] migration: do not exit on incoming failure
 2024-04-24 22:02 UTC  (7+ messages)
` [PATCH v2 1/2] migration: rework migrate_set_error() to migrate_report_err()
` [PATCH v2 2/2] qapi: introduce exit-on-error paramter for migrate-incoming

[PULL 0/5] Housekeeping patches for 2024-04-24
 2024-04-24 22:02 UTC  (2+ messages)

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-04-24 20:43 UTC  (3+ messages)

[PATCH v2 0/2] riscv,kvm: remove another strerrorname_np()
 2024-04-24 20:29 UTC  (4+ messages)
` [PATCH v2 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PATCH v2 2/2] checkpatch.pl: forbid strerrorname_np()

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-04-24 20:28 UTC  (2+ messages)

[PATCH v6 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-04-24 20:06 UTC  (6+ messages)
` [PATCH v6 1/5] hw/display : Add device DM163
` [PATCH v6 2/5] hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
` [PATCH v6 3/5] hw/arm : Create Bl475eMachineState
` [PATCH v6 4/5] hw/arm : Connect DM163 to B-L475E-IOT01A
` [PATCH v6 5/5] tests/qtest : Add testcase for DM163

[PATCH RFC v2 0/3] cxl: Multi-headed Single Logical Device (MHSLD)
 2024-04-24 20:04 UTC  (4+ messages)
` [PATCH RFC v2 1/3] cxl-mailbox-utils: move CXLUpdateDCExtentListInPl into header
` [PATCH RFC v2 2/3] cxl_type3: add MHD callbacks
` [PATCH RFC v2 3/3] mhsld: implement MHSLD device

[PATCH 0/4] X86: Alias isa-bios area and clean up
 2024-04-24 20:05 UTC  (2+ messages)

[PATCH v2 0/3] query-cpu-model-expansion: add disable-deprecated-feats arg
 2024-04-24 19:12 UTC  (10+ messages)
` [PATCH v2 1/3] cpu-models: add "disable-deprecated-feats" option to cpu model expansion
` [PATCH v2 2/3] target/s390x: add support for "disable-deprecated-feats" expansion option

[PULL v2 00/63] First batch of i386 and build system patch for QEMU 9.1
 2024-04-24 18:49 UTC  (2+ messages)

[PULL 00/25] QAPI patches patches for 2024-04-24
 2024-04-24 18:47 UTC  (2+ messages)

[PULL 00/10] Error reporting patches for 2024-04-24
 2024-04-24 18:47 UTC  (2+ messages)

[PATCH] tests/avocado: add hotplug_blk test
 2024-04-24 18:16 UTC  (2+ messages)

[PATCH v2 RFC] fix host-endianness bug and prevent overflow
 2024-04-24 18:13 UTC  (3+ messages)
` [PATCH] fix host-endianness bug
` [PATCH] fix bit fields extraction and prevent overflow

cross-i686-tci CI job is flaky again (timeouts): can somebody who cares about TCI investigate?
 2024-04-24 18:10 UTC  (6+ messages)
    ` Timeouts in CI jobs (was: cross-i686-tci CI job is flaky again (timeouts): can somebody who cares about TCI investigate?)
        ` Timeouts in CI jobs

[BUG, RFC] Base node is in RW after making external snapshot
 2024-04-24 18:00 UTC 

[PATCH 0/2] riscv,kvm: remove another strerrorname_np()
 2024-04-24 17:54 UTC  (5+ messages)
` [PATCH 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-04-24 17:44 UTC  (15+ messages)
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v5 13/13] qapi/cxl.json: Add QMP interfaces to print out accepted and pending DC extents

[ANNOUNCE] QEMU 8.2.3 Stable released
 2024-04-24 17:39 UTC 

[ANNOUNCE] QEMU 7.2.11 Stable released
 2024-04-24 17:38 UTC 

[PATCH v2 0/6] hw/ppc: SPI model
 2024-04-24 17:12 UTC  (4+ messages)
` [PATCH v2 5/6] hw/ppc: SPI controller wiring to P10 chip and create seeprom device

[PATCH 0/5] tcg: Misc improvements
 2024-04-24 17:09 UTC  (4+ messages)
` [PATCH 1/5] tcg: Add write_aofs to GVecGen3i
` [PATCH 2/5] tcg/i386: Simplify immediate 8-bit logical vector shifts
` [PATCH 4/5] tcg/optimize: Optimize setcond with zmask


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 read-only IMAP folder(s) and NNTP newsgroup(s).