qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-25 10:10:39 to 2023-02-27 05:49:45 UTC [more...]

[PATCH 00/70] tcg: Remove tcg_const_*
 2023-02-27  5:41 UTC  (6+ messages)
` [PATCH 02/70] target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf
` [PATCH 07/70] target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}
` [PATCH 13/70] target/avr: Avoid use of tcg_const_i32 throughout
` [PATCH 32/70] target/mips: Avoid tcg_const_tl in gen_r6_ld
` [PATCH 35/70] target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad

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

[PATCH v4 00/31] tcg: Simplify temporary usage
 2023-02-27  5:37 UTC  (17+ messages)
` [PATCH v4 04/31] tcg: Remove branch-to-next regardless of reference count
` [PATCH v4 05/31] tcg: Rename TEMP_LOCAL to TEMP_TB
` [PATCH v4 06/31] tcg: Use noinline for major tcg_gen_code subroutines
` [PATCH v4 07/31] tcg: Add liveness_pass_0
` [PATCH v4 09/31] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH v4 10/31] tcg: Use tcg_constant_i32 in tcg_gen_io_start
` [PATCH v4 12/31] tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
` [PATCH v4 14/31] tcg: Use tcg_constant_ptr in do_dup
` [PATCH v4 15/31] accel/tcg/plugin: Use tcg_temp_ebb_*
` [PATCH v4 17/31] tcg: Don't re-use TEMP_TB temporaries
` [PATCH v4 18/31] tcg: Change default temp lifetime to TEMP_TB
` [PATCH v4 19/31] target/arm: Drop copies in gen_sve_{ldr,str}
` [PATCH v4 20/31] target/arm: Don't use tcg_temp_local_new_*
` [PATCH v4 22/31] target/hexagon: "
` [PATCH v4 24/31] target/hppa: Don't use tcg_temp_local_new
` [PATCH v4 30/31] tcg: Remove tcg_temp_local_new_*, tcg_const_local_*

[PATCH] firmware: qemu_fw_cfg: make kobj_type structure constant
 2023-02-27  3:19 UTC 

[PATCH v2 0/4] hw/arm/virt: Support dirty ring
 2023-02-27  4:26 UTC  (5+ messages)
` [PATCH v2 1/4] migration: Add last stage indicator to global dirty log synchronization
` [PATCH v2 2/4] kvm: Synchronize the backup bitmap in the last stage
` [PATCH v2 3/4] kvm: Add helper kvm_dirty_ring_init()
` [PATCH v2 4/4] kvm: Enable dirty ring for arm64

[PATCH 0/5] eBPF RSS Helper support
 2023-02-27  3:50 UTC  (7+ messages)
` [PATCH 3/5] qmp: Added the helper stamp check
` [PATCH 4/5] ebpf_rss_helper: Added helper for eBPF RSS

[PATCH v2 1/2] docs/system/loongarch: update loongson3.rst and rename it to virt.rst
 2023-02-27  3:59 UTC  (2+ messages)
` [PATCH v2 2/2] loongarch: Add smbios command line option

Adopting abandoned patch?
 2023-02-27  3:29 UTC 

[PATCH 00/76] tcg: Drop tcg_temp_free from translators
 2023-02-27  3:18 UTC  (29+ messages)
` [PATCH 31/76] target/loongarch: Drop temp_new
` [PATCH 32/76] target/loongarch: Drop tcg_temp_free
` [PATCH 45/76] target/mips: Fix trans_mult_acc return
` [PATCH 50/76] target/ppc: Drop tcg_temp_free
` [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 74/76] tracing: remove transform.py
` [PATCH 76/76] docs/devel/tcg-ops: Drop recommendation to free temps

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

[PATCH] hw/riscv: Skip re-generating DT nodes for a given DTB
 2023-02-27  3:09 UTC  (3+ messages)

Reply: [PATCH] virtio-balloon: optimize the virtio-balloon on the ARM platform
 2023-02-27  1:25 UTC 

[PATCH 0/2] target/riscv: some vector_helper.c cleanups
 2023-02-27  0:58 UTC  (6+ messages)
` [PATCH 1/2] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
` [PATCH 2/2] target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfig

[PATCH v3 0/8] Pegasos2 fixes and audio output support
 2023-02-26 23:58 UTC  (19+ messages)
` [PATCH v3 8/8] hw/audio/via-ac97: Basic implementation of audio playback
` [PATCH v3 7/8] hw/audio/ac97: Split off some definitions to a header
` [PATCH v3 1/8] hw/display/sm501: Implement more 2D raster operations
` [PATCH v3 5/8] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH v3 4/8] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v3 6/8] hw/usb/vt82c686-uhci-pci: Use "
` [PATCH v3 2/8] hw/display/sm501: Add fallbacks to pixman routines
` [PATCH v3 3/8] hw/display/sm501: Add debug property to control pixman usage

[PATCH 0/5] Pegasos2 fixes and audio output support
 2023-02-26 22:22 UTC  (8+ messages)
` [PATCH 3/5] hw/ppc/pegasos2: Fix PCI interrupt routing
` [PATCH 4/5] hw/audio/ac97: Split off some definitions to a header

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

[RFC PATCH v2 00/11] Add stage-2 translation for SMMUv3
 2023-02-26 22:06 UTC  (12+ messages)
` [RFC PATCH v2 01/11] hw/arm/smmuv3: Add missing fields for IDR0
` [RFC PATCH v2 02/11] hw/arm/smmuv3: Update translation config to hold stage-2
` [RFC PATCH v2 03/11] hw/arm/smmuv3: Refactor stage-1 PTW
` [RFC PATCH v2 04/11] hw/arm/smmuv3: Add page table walk for stage-2
` [RFC PATCH v2 05/11] hw/arm/smmuv3: Parse STE config "
` [RFC PATCH v2 06/11] hw/arm/smmuv3: Make TLB lookup work "
` [RFC PATCH v2 07/11] hw/arm/smmuv3: Add VMID to tlb tagging
` [RFC PATCH v2 08/11] hw/arm/smmuv3: Add CMDs related to stage-2
` [RFC PATCH v2 09/11] hw/arm/smmuv3: Add stage-2 support in iova notifier
` [RFC PATCH v2 10/11] hw/arm/smmuv3: Populate OAS based on CPU PARANGE
` [RFC PATCH v2 11/11] hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2

[PATCH v6 0/5] dump: Make most of it target agnostic (build once)
 2023-02-26 21:49 UTC  (3+ messages)

[PATCH v2 00/10] Resolve isabus global
 2023-02-26 21:26 UTC  (6+ messages)
` [PATCH v2 06/10] hw/ide/pci: Add PCIIDEState::isa_irqs[]

[PULL 00/13] testing updates (gitlab, cirrus, docker, avocado, windows)
 2023-02-26 20:13 UTC  (5+ messages)

[PATCH] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
 2023-02-26 17:40 UTC  (2+ messages)

[PATCH 0/4] RISCVCPUConfig related cleanups
 2023-02-26 17:39 UTC  (3+ messages)

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-26 17:00 UTC  (18+ messages)
` [PATCH v2 03/20] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v2 11/20] vfio/common: Add device dirty page tracking start/stop

[PATCH v4] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-02-26 13:31 UTC  (2+ messages)

[PATCH qemu] timer/i8254: Fix one shot PIT mode
 2023-02-26 13:03 UTC  (6+ messages)

[PATCH v2] hw/i386: fix microvm segfault with virtio cmdline
 2023-02-26  6:53 UTC  (2+ messages)

[PATCH v2 0/3] VT82xx PCI IRQ routing fixes
 2023-02-26  2:00 UTC  (5+ messages)
` [PATCH v2 1/3] hw/ppc/pegasos2: Initialize VT8231 PCI IRQ router
` [PATCH v2 2/3] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v2 3/3] hw/usb/vt82c686-uhci-pci: Use "

[PATCH] hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDR
 2023-02-25 19:42 UTC  (2+ messages)

[PATCH 0/5] VT82xx PCI fixes and audio output support
 2023-02-25 17:14 UTC  (8+ messages)
` [PATCH 2/5] hw/isa/vt82c686: Implement PCI IRQ routing

[PATCH RFC 0/4] memory: Fix (/ Discuss) a few rcu issues
 2023-02-25 16:31 UTC  (5+ messages)
` [PATCH RFC 1/4] memory: Make memory_listeners RCU-safe for real
` [PATCH RFC 2/4] memory: Use rcu list variance for address_spaces modifications
` [PATCH RFC 3/4] memory: Protect memory_region_clear_dirty_bitmap with RCU
` [PATCH RFC 4/4] memory: Use rcu traversal in memory_region_to_address_space

[RFC v5 0/3] migration: reduce time of loading non-iterable vmstate
 2023-02-25 15:32 UTC  (10+ messages)

[PATCH v2] hw/smbios: fix field corruption in type 4 table
 2023-02-25 12:19 UTC  (2+ messages)

[PATCH 0/4] Support x2APIC mode with TCG accelerator
 2023-02-25 10:15 UTC  (4+ messages)
` [PATCH 1/4] apic: add support for x2APIC mode

[PATCH v3 00/30] tcg: Simplify temporary usage
 2023-02-25 10:13 UTC  (5+ messages)
` [PATCH v3 20/30] target/arm: Don't use tcg_temp_local_new_*


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