qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-24 15:46:50 to 2023-02-25 09:27:43 UTC [more...]

[PATCH 00/76] tcg: Drop tcg_temp_free from translators
 2023-02-25  9:17 UTC  (50+ messages)
` [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 22/76] target/cris: Drop cris_alu_m_free_temps
` [PATCH 23/76] target/cris: Drop addr from dec10_ind_move_m_pr
` [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 28/76] target/hexagon/idef-parser: Drop HexValue.is_manual
` [PATCH 30/76] target/i386: Drop tcg_temp_free
` [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 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 45/76] target/mips: Fix trans_mult_acc return
` [PATCH 47/76] target/mips: Drop tcg_temp_free from translate.c
` [PATCH 49/76] target/openrisc: Drop tcg_temp_free
` [PATCH 50/76] target/ppc: "
` [PATCH 52/76] target/riscv: Drop temp_new
` [PATCH 53/76] target/riscv: Drop tcg_temp_free
` [PATCH 54/76] target/rx: "
` [PATCH 57/76] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH 59/76] target/s390x: Drop free_compare
` [PATCH 63/76] target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext
` [PATCH 67/76] target/sparc: Remove egress label in disas_sparc_context
` [PATCH 71/76] target/sparc: Drop reset_sar_tracker
` [PATCH 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start
` [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  8:59 UTC  (31+ 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] 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  (10+ messages)
` [PATCH 3/5] hw/ppc/pegasos2: Fix PCI interrupt routing
` [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  (4+ messages)
` [PATCH 1/2] qapi: Do not generate default switch case in gen_visit_object_members()
` [PATCH 2/2] qapi: Generate enum count as definition in gen_enum_lookup()

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

[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  (16+ 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  (12+ 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)

[RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-02-24 18:20 UTC  (2+ messages)

[PATCH 0/7] testing/next: docker.py removal and kaniko updates
 2023-02-24 18:08 UTC  (8+ messages)
` [PATCH 1/7] configure: expose the direct container command
` [PATCH 2/7] tests/dockerfiles: unify debian-toolchain references
` [PATCH 3/7] tests/lcitool: append user setting stanza to dockerfiles
` [PATCH 4/7] tests/docker: add USER stanzas to non-lci images
` [PATCH 5/7] tests/docker: use direct RUNC call to build containers
` [PATCH 6/7] tests/docker: use direct RUNC call to run test jobs
` [PATCH 7/7] tests/gitlab: use kaniko to build images

[PATCH v3 0/6] Python: Drop support for Python 3.6
 2023-02-24 18:04 UTC  (4+ messages)
` [PATCH v3 1/6] configure: Look for auxiliary Python installations

[PATCH v16 00/11] s390x: CPU Topology
 2023-02-24 17:15 UTC  (3+ messages)
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command

[PATCH] hw/display/sm501: Implement more 2D raster operations
 2023-02-24 16:55 UTC  (2+ messages)

[PATCH] hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDR
 2023-02-24 16:49 UTC  (2+ messages)

[PATCH v2 00/10] Resolve isabus global
 2023-02-24 16:22 UTC  (4+ messages)
` [PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances

[PATCH 00/10] Add basic ACPI support for risc-v virt
 2023-02-24 16:14 UTC  (8+ messages)
` [PATCH 04/10] hw/riscv/virt: virt-acpi-build.c: Add basic ACPI tables

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-02-24 15:54 UTC  (16+ messages)
` [PATCH v4 01/15] vdpa net: move iova tree creation from init to start
` [PATCH v4 02/15] vdpa: Remember last call fd set
` [PATCH v4 03/15] vdpa: stop svq at vhost_vdpa_dev_start(false)
` [PATCH v4 04/15] vdpa: Negotiate _F_SUSPEND feature
` [PATCH v4 05/15] vdpa: move vhost reset after get vring base
` [PATCH v4 06/15] vdpa: add vhost_vdpa->suspended parameter
` [PATCH v4 07/15] vdpa: add vhost_vdpa_suspend
` [PATCH v4 08/15] vdpa: rewind at get_base, not set_base
` [PATCH v4 09/15] vdpa: add vdpa net migration state notifier
` [PATCH v4 10/15] vdpa: disable RAM block discard only for the first device
` [PATCH v4 11/15] vdpa net: block migration if the device has CVQ
` [PATCH v4 12/15] vdpa: block migration if device has unsupported features
` [PATCH v4 13/15] vdpa: block migration if SVQ does not admit a feature
` [PATCH v4 14/15] vdpa net: allow VHOST_F_LOG_ALL
` [PATCH v4 15/15] vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devices

[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
 2023-02-24 15:38 UTC  (2+ messages)
` [PATCH 21/33] tests: acpi: update expected blobs


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