qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-24 18:51:18 to 2023-02-25 10:10:39 UTC [more...]

[PATCH 00/76] tcg: Drop tcg_temp_free from translators
 2023-02-25 10:10 UTC  (82+ messages)
` [PATCH 01/76] tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
` [PATCH 02/76] accel/tcg: Remove translator_loop_temp_check
` [PATCH 03/76] target/alpha: Drop tcg_temp_free
` [PATCH 04/76] target/arm: Remove arm_free_cc, a64_free_cc
` [PATCH 05/76] target/arm: Remove value_global from DisasCompare
` [PATCH 06/76] target/arm: Drop tcg_temp_free from translator.c
` [PATCH 07/76] target/arm: Drop DisasContext.tmp_a64
` [PATCH 08/76] target/arm: Drop new_tmp_a64
` [PATCH 09/76] target/arm: Drop new_tmp_a64_zero
` [PATCH 10/76] target/arm: Drop tcg_temp_free from translator-a64.c
` [PATCH 11/76] target/arm: Drop tcg_temp_free from translator-m-nocp.c
` [PATCH 12/76] target/arm: Drop tcg_temp_free from translator-mve.c
` [PATCH 13/76] target/arm: Drop tcg_temp_free from translator-neon.c
` [PATCH 14/76] target/arm: Drop tcg_temp_free from translator-sme.c
` [PATCH 15/76] target/arm: Drop tcg_temp_free from translator-sve.c
` [PATCH 16/76] target/arm: Drop tcg_temp_free from translator-vfp.c
` [PATCH 17/76] target/arm: Drop tcg_temp_free from translator.h
` [PATCH 18/76] target/avr: Drop DisasContext.free_skip_var0
` [PATCH 19/76] target/avr: Drop R from trans_COM
` [PATCH 20/76] target/avr: Drop tcg_temp_free
` [PATCH 21/76] target/cris: Drop cris_alu_free_temps
` [PATCH 22/76] target/cris: Drop cris_alu_m_free_temps
` [PATCH 23/76] target/cris: Drop addr from dec10_ind_move_m_pr
` [PATCH 24/76] target/cris: Drop tcg_temp_free
` [PATCH 25/76] target/cris: Drop tcg_temp_free from C code
` [PATCH 26/76] target/cris: Drop tcg_temp_free from gen_tcg_funcs.py
` [PATCH 27/76] target/hexagon/idef-parser: Drop tcg_temp_free
` [PATCH 28/76] target/hexagon/idef-parser: Drop HexValue.is_manual
` [PATCH 29/76] target/hppa: Drop tcg_temp_free
` [PATCH 30/76] target/i386: "
` [PATCH 31/76] target/loongarch: Drop temp_new
` [PATCH 32/76] target/loongarch: Drop tcg_temp_free
` [PATCH 33/76] target/m68k: Drop mark_to_release
` [PATCH 34/76] target/m68k: Drop free_cond
` [PATCH 35/76] target/m68k: Drop tcg_temp_free
` [PATCH 36/76] target/microblaze: "
` [PATCH 37/76] target/mips: Drop tcg_temp_free from micromips_translate.c.inc
` [PATCH 38/76] target/mips: Drop tcg_temp_free from mips16e_translate.c.inc
` [PATCH 39/76] target/mips: Drop tcg_temp_free from msa_translate.c
` [PATCH 40/76] target/mips: Drop tcg_temp_free from mxu_translate.c
` [PATCH 41/76] target/mips: Drop tcg_temp_free from nanomips_translate.c.inc
` [PATCH 42/76] target/mips: Drop tcg_temp_free from octeon_translate.c
` [PATCH 43/76] target/mips: Drop tcg_temp_free from translate_addr_const.c
` [PATCH 44/76] target/mips: Drop tcg_temp_free from tx79_translate.c
` [PATCH 45/76] target/mips: Fix trans_mult_acc return
` [PATCH 46/76] target/mips: Drop tcg_temp_free from vr54xx_translate.c
` [PATCH 47/76] target/mips: Drop tcg_temp_free from translate.c
` [PATCH 48/76] target/nios2: Drop tcg_temp_free
` [PATCH 49/76] target/openrisc: "
` [PATCH 50/76] target/ppc: "
` [PATCH 51/76] target/riscv: Drop ftemp_new
` [PATCH 52/76] target/riscv: Drop temp_new
` [PATCH 53/76] target/riscv: Drop tcg_temp_free
` [PATCH 54/76] target/rx: "
` [PATCH 55/76] target/s390x: Use tcg_constant_* in local contexts
` [PATCH 56/76] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH 57/76] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH 58/76] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH 59/76] target/s390x: Drop free_compare
` [PATCH 60/76] target/s390x: Drop tcg_temp_free from translate_vx.c.inc
` [PATCH 61/76] target/s390x: Drop tcg_temp_free from translate.c
` [PATCH 62/76] target/s390x: Remove assert vs g_in2
` [PATCH 63/76] target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext
` [PATCH 64/76] target/sh4: Drop tcg_temp_free
` [PATCH 65/76] target/sparc: Drop get_temp_tl
` [PATCH 66/76] target/sparc: Drop get_temp_i32
` [PATCH 67/76] target/sparc: Remove egress label in disas_sparc_context
` [PATCH 68/76] target/sparc: Drop free_compare
` [PATCH 69/76] target/sparc: Drop tcg_temp_free
` [PATCH 70/76] target/tricore: "
` [PATCH 71/76] target/sparc: Drop reset_sar_tracker
` [PATCH 72/76] target/xtensa: Drop tcg_temp_free
` [PATCH 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start
` [PATCH 74/76] tracing: remove transform.py
` [PATCH 75/76] tcg: Create tcg/tcg-temp-internal.h
` [PATCH 76/76] docs/devel/tcg-ops: Drop recommendation to free temps

[PATCH v3 00/30] tcg: Simplify temporary usage
 2023-02-25 10:09 UTC  (39+ messages)
` [PATCH v3 01/30] tcg: Adjust TCGContext.temps_in_use check
` [PATCH v3 02/30] accel/tcg: Pass max_insn to gen_intermediate_code by pointer
` [PATCH v3 03/30] accel/tcg: Use more accurate max_insns for tb_overflow
` [PATCH v3 04/30] tcg: Remove branch-to-next regardless of reference count
` [PATCH v3 05/30] tcg: Rename TEMP_LOCAL to TEMP_TB
` [PATCH v3 06/30] tcg: Use noinline for major tcg_gen_code subroutines
` [PATCH v3 07/30] tcg: Add liveness_pass_0
` [PATCH v3 08/30] tcg: Remove TEMP_NORMAL
` [PATCH v3 09/30] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH v3 10/30] tcg: Use tcg_constant_i32 in tcg_gen_io_start
` [PATCH v3 11/30] tcg: Add tcg_gen_movi_ptr
` [PATCH v3 12/30] tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
` [PATCH v3 13/30] tcg: Use tcg_temp_ebb_new_* in tcg/
` [PATCH v3 14/30] tcg: Use tcg_constant_ptr in do_dup
` [PATCH v3 15/30] accel/tcg/plugin: Use tcg_temp_ebb_*
` [PATCH v3 16/30] accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
` [PATCH v3 17/30] tcg: Don't re-use TEMP_TB temporaries
` [PATCH v3 18/30] tcg: Change default temp lifetime to TEMP_TB
` [PATCH v3 19/30] target/arm: Drop copies in gen_sve_{ldr,str}
` [PATCH v3 20/30] target/arm: Don't use tcg_temp_local_new_*
` [PATCH v3 21/30] target/cris: Don't use tcg_temp_local_new
` [PATCH v3 22/30] target/hexagon: Don't use tcg_temp_local_new_*
` [PATCH v3 23/30] target/hppa: Don't use tcg_temp_local_new
` [PATCH v3 24/30] target/i386: "
` [PATCH v3 25/30] target/mips: "
` [PATCH v3 26/30] target/ppc: "
` [PATCH v3 27/30] target/xtensa: Don't use tcg_temp_local_new_*
` [PATCH v3 28/30] exec/gen-icount: Don't use tcg_temp_local_new_i32
` [PATCH v3 29/30] tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
` [PATCH v3 30/30] tcg: Update docs/devel/tcg-ops.rst for temporary changes

[PATCH v6 0/5] dump: Make most of it target agnostic (build once)
 2023-02-25  9:49 UTC  (6+ messages)
` [PATCH v6 1/5] dump: Replace tswapN() -> cpu_to_dumpN()
` [PATCH v6 2/5] dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()
` [PATCH v6 3/5] dump: Clean included headers
` [PATCH v6 4/5] dump: Simplify compiling win_dump.o by introducing win_dump_available()
` [PATCH v6 5/5] dump: Add create_win_dump() stub for non-x86 targets

[PATCH v5 0/5] dump: Make most of it target agnostic (build once)
 2023-02-25  9:45 UTC  (4+ messages)
` [PATCH v5 5/5] dump: Add create_win_dump() stub for non-x86 targets

[PATCH] target/ppc/translate: Add dummy implementation for dcblc instruction
 2023-02-25  9:01 UTC  (2+ messages)

[PATCH 0/5] Pegasos2 fixes and audio output support
 2023-02-25  8:58 UTC  (8+ messages)
` [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

[PATCH v8 0/4] riscv: Add support for Zicbo[m,z,p] instructions
 2023-02-25  6:48 UTC  (3+ messages)
` [PATCH v8 2/4] target/riscv: implement Zicboz extension

[PATCH 0/4] RISCVCPUConfig related cleanups
 2023-02-25  6:47 UTC  (12+ messages)
` [PATCH 1/4] target/riscv/csr.c: use env_archcpu() in ctr()
` [PATCH 2/4] target/riscv/csr.c: simplify mctr()
` [PATCH 3/4] target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointers
` [PATCH 4/4] target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfig

[PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
 2023-02-25  6:35 UTC  (4+ messages)
` [PATCH v3 1/3] numa: Validate cluster and NUMA node boundary if required
` [PATCH v3 2/3] hw/arm: Validate cluster and NUMA node boundary
` [PATCH v3 3/3] hw/riscv: "

[PATCH v2] hw/display/sm501: Add fallbacks to pixman routines
 2023-02-25  3:22 UTC 

[PATCH 0/2] ui/kbd-state: QAPI'fy QKbdModifier
 2023-02-25  3:19 UTC  (2+ messages)

Future of icount discussion for next KVM call?
 2023-02-25  1:46 UTC  (4+ messages)

[PATCH v2 0/4] NUMA: Apply socket-NUMA-node boundary for aarch64 and RiscV machines
 2023-02-25  0:05 UTC  (7+ messages)

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2023-02-24 23:01 UTC  (10+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw

[PATCH v2 00/24] hw/ide: QOM/QDev housekeeping
 2023-02-24 22:23 UTC  (2+ messages)

[PATCH][RESEND v3 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2023-02-24 21:41 UTC  (4+ messages)
` [PATCH][RESEND v3 1/3] hapvdimm: add a virtual DIMM device for memory hot-add protocols
` [PATCH][RESEND v3 2/3] Add Hyper-V Dynamic Memory Protocol definitions
` [PATCH][RESEND v3 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[PATCH] scripts/git.orderfile: Display QAPI script changes before schema ones
 2023-02-24 21:41 UTC 

[PULL 00/29] Block layer patches
 2023-02-24 21:35 UTC  (3+ messages)

[PATCH 0/2] Fix the OpenSBI CI job and bump to v1.2
 2023-02-24 21:25 UTC  (3+ messages)
` [PATCH 1/2] gitlab/opensbi: Move to docker:stable
` [PATCH 2/2] roms/opensbi: Upgrade from v1.1 to v1.2

[PATCH 0/2] block/qcow2: QAPI'fy Qcow2DiscardType
 2023-02-24 21:26 UTC  (2+ messages)

[PULL 00/13] testing updates (gitlab, cirrus, docker, avocado, windows)
 2023-02-24 21:23 UTC  (4+ messages)

[PATCH 0/2] qapi: Simplify enum generation
 2023-02-24 21:16 UTC  (3+ messages)
` [PATCH 2/2] qapi: Generate enum count as definition in gen_enum_lookup()

[PATCH v13 00/60] Xen HVM support under KVM
 2023-02-24 20:02 UTC  (2+ messages)

[PATCH v2 0/3] qapi: allow unions to contain further unions
 2023-02-24 19:28 UTC  (3+ messages)
` [PATCH v2 2/3] qapi: use env var to trigger qapi test output updates

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-24 19:26 UTC  (15+ messages)
` [PATCH v2 17/20] vfio/common: Support device dirty page tracking with vIOMMU

question: QEMU guest with Virtiofs but without virtiofsd
 2023-02-24 19:04 UTC  (3+ messages)

[PATCH v3 00/15] audio: improve callback interface for audio frontends
 2023-02-24 19:05 UTC  (16+ messages)
` [PATCH v3 01/15] audio: change type of mix_buf and conv_buf
` [PATCH v3 02/15] audio: change type and name of the resample buffer
` [PATCH v3 03/15] audio: make the resampling code greedy
` [PATCH v3 04/15] audio: replace the resampling loop in audio_pcm_sw_write()
` [PATCH v3 05/15] audio: remove sw == NULL check
` [PATCH v3 06/15] audio: rename variables in audio_pcm_sw_write()
` [PATCH v3 07/15] audio: don't misuse audio_pcm_sw_write()
` [PATCH v3 08/15] audio: remove unused noop_conv() function
` [PATCH v3 09/15] audio: make playback packet length calculation exact
` [PATCH v3 10/15] audio: replace the resampling loop in audio_pcm_sw_read()
` [PATCH v3 11/15] audio: rename variables "
` [PATCH v3 12/15] audio: make recording packet length calculation exact
` [PATCH v3 13/15] audio: handle leftover audio frame from upsampling
` [PATCH v3 14/15] audio/audio_template: substitute sw->hw with hw
` [PATCH v3 15/15] audio: remove sw->ratio

[PULL] Fourth RISC-V PR for QEMU 8.0, Attempt 2
 2023-02-24 18:59 UTC  (9+ messages)
` [PULL 1/8] hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()
` [PULL 2/8] hw/riscv/boot.c: consolidate all kernel init "
` [PULL 3/8] hw/riscv/boot.c: make riscv_load_initrd() static
` [PULL 4/8] target/riscv: Remove privileged spec version restriction for RVV
` [PULL 5/8] MAINTAINERS: Add some RISC-V reviewers
` [PULL 6/8] target/riscv: Smepmp: Skip applying default rules when address matches
` [PULL 7/8] target/riscv: avoid env_archcpu() in cpu_get_tb_cpu_state()
` [PULL 8/8] target/riscv: Fix vslide1up.vf and vslide1down.vf

[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
 2023-02-24 19:02 UTC  (11+ messages)
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PULL 0/9] Fourth RISC-V PR for QEMU 8.0
 2023-02-24 19:01 UTC  (4+ messages)

[PULL 00/12] Error reporting patches patches for 2023-02-23
 2023-02-24 18:50 UTC  (2+ messages)


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