messages from 2023-05-23 13:27:34 to 2023-05-23 16:40:46 UTC [more...]
[PATCH v2 00/27] accel/tcg: Improvements to atomic128.h
2023-05-23 16:40 UTC (45+ messages)
` [PATCH v2 01/27] util: Introduce host-specific cpuinfo.h
` [PATCH v2 02/27] util: Add cpuinfo-i386.c
` [PATCH v2 03/27] util: Add i386 CPUINFO_ATOMIC_VMOVDQU
` [PATCH v2 04/27] tcg/i386: Use host/cpuinfo.h
` [PATCH v2 05/27] util/bufferiszero: Use i386 host/cpuinfo.h
` [PATCH v2 06/27] migration/xbzrle: Shuffle function order
` [PATCH v2 07/27] migration/xbzrle: Use i386 host/cpuinfo.h
` [PATCH v2 08/27] migration: Build migration_files once
` [PATCH v2 09/27] util: Add cpuinfo-aarch64.c
` [PATCH v2 10/27] include/host: Split out atomic128-cas.h
` [PATCH v2 11/27] include/host: Split out atomic128-ldst.h
` [PATCH v2 12/27] meson: Fix detect atomic128 support with optimization
` [PATCH v2 13/27] include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.h
` [PATCH v2 14/27] target/ppc: Use tcg_gen_qemu_{ld, st}_i128 for LQARX, LQ, STQ
` [PATCH v2 15/27] target/s390x: Use tcg_gen_qemu_{ld, st}_i128 for LPQ, STPQ
` [PATCH v2 16/27] accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu
` [PATCH v2 17/27] target/s390x: Use cpu_{ld,st}*_mmu in do_csst
` [PATCH v2 18/27] target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu "
` [PATCH v2 19/27] accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmu
` [PATCH v2 20/27] accel/tcg: Remove prot argument to atomic_mmu_lookup
` [PATCH v2 21/27] accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128
` [PATCH v2 22/27] qemu/atomic128: Split atomic16_read
` [PATCH v2 23/27] accel/tcg: Correctly use atomic128.h in ldst_atomicity.c.inc
` [PATCH v2 24/27] tcg: Split out tcg/debug-assert.h
` [PATCH v2 25/27] qemu/atomic128: Improve cmpxchg fallback for atomic16_set
` [PATCH v2 26/27] qemu/atomic128: Add runtime test for FEAT_LSE2
` [PATCH v2 27/27] qemu/atomic128: Add x86_64 atomic128-ldst.h
[PATCH v2 00/52] tcg: Build once for system, once for user
2023-05-23 16:37 UTC (60+ messages)
` [PATCH v2 01/52] tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH v2 02/52] tcg/riscv: "
` [PATCH v2 03/52] tcg/s390x: "
` [PATCH v2 04/52] tcg/sparc64: "
` [PATCH v2 05/52] tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
` [PATCH v2 06/52] tcg: Widen CPUTLBEntry comparators to 64-bits
` [PATCH v2 07/52] tcg: Add tlb_fast_offset to TCGContext
` [PATCH v2 08/52] tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS
` [PATCH v2 09/52] *: Add missing includes of qemu/error-report.h
` [PATCH v2 10/52] *: Add missing includes of tcg/debug-assert.h
` [PATCH v2 11/52] *: Add missing includes of tcg/tcg.h
` [PATCH v2 12/52] tcg: Split out tcg-target-reg-bits.h
` [PATCH v2 13/52] target/arm: Fix test of TCG_OVERSIZED_GUEST
` [PATCH v2 14/52] tcg: Split out tcg/oversized-guest.h
` [PATCH v2 15/52] tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
` [PATCH v2 16/52] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
` [PATCH v2 17/52] target/arm: Include helper-gen.h in translator.h
` [PATCH v2 18/52] target/hexagon: Include helper-gen.h where needed
` [PATCH v2 19/52] tcg: Remove outdated comments in helper-head.h
` [PATCH v2 20/52] tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h
` [PATCH v2 21/52] tcg: Pass TCGHelperInfo to tcg_gen_callN
` [PATCH v2 22/52] tcg: Move temp_idx and tcgv_i32_temp debug out of line
` [PATCH v2 23/52] tcg: Split tcg_gen_callN
` [PATCH v2 24/52] tcg: Split helper-gen.h
` [PATCH v2 25/52] tcg: Split helper-proto.h
` [PATCH v2 26/52] tcg: Add insn_start_words to TCGContext
` [PATCH v2 27/52] tcg: Add guest_mo "
` [PATCH v2 28/52] tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
` [PATCH v2 29/52] tcg: Split tcg/tcg-op-gvec.h
` [PATCH v2 30/52] tcg: Remove NO_CPU_IO_DEFS
` [PATCH v2 31/52] exec-all: Widen tb_page_addr_t for user-only
` [PATCH v2 32/52] exec-all: Widen TranslationBlock pc and cs_base to 64-bits
` [PATCH v2 33/52] tcg: Remove DEBUG_DISAS
` [PATCH v2 34/52] tcg: Remove USE_TCG_OPTIMIZATIONS
` [PATCH v2 35/52] tcg: Spit out exec/translation-block.h
` [PATCH v2 36/52] include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
` [PATCH v2 37/52] accel/tcg: Move most of gen-icount.h into translator.c
` [PATCH v2 38/52] accel/tcg: Introduce translator_io_start
` [PATCH v2 39/52] accel/tcg: Move translator_fake_ldb out of line
` [PATCH v2 40/52] target/arm: Tidy helpers for translation
` [PATCH v2 41/52] target/mips: "
` [PATCH v2 42/52] *: Add missing includes of exec/translation-block.h
` [PATCH v2 43/52] *: Add missing includes of exec/exec-all.h
` [PATCH v2 44/52] accel/tcg: Tidy includes for translator.[ch]
` [PATCH v2 45/52] tcg: Define IN_TCG
` [PATCH v2 46/52] tcg: Fix PAGE/PROT confusion
` [PATCH v2 47/52] tcg: Move env defines out of NEED_CPU_H in helper-head.h
` [PATCH v2 48/52] tcg: Remove target-specific headers from tcg.[ch]
` [PATCH v2 49/52] plugins: Move plugin_insn_append to translator.c
` [PATCH v2 50/52] plugins: Drop unused headers from exec/plugin-gen.h
` [PATCH v2 51/52] exec/poison: Do not poison CONFIG_SOFTMMU
` [PATCH v2 52/52] tcg: Build once for system and once for user-only
[PATCH 00/11] hw/virtio: Build various target-agnostic objects just once
2023-05-23 16:36 UTC (12+ messages)
` [PATCH 01/11] softmmu: Introduce qemu_target_page_mask/qemu_target_page_align helpers
` [PATCH 02/11] hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig
` [PATCH 03/11] hw/scsi: Rearrange meson.build
` [PATCH 04/11] hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'
` [PATCH 05/11] hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in Kconfig
` [PATCH 06/11] hw/virtio/virtio-mem: Use qemu_ram_get_fd() helper
` [PATCH 07/11] hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' header
` [PATCH 08/11] hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()
` [PATCH 09/11] hw/virtio: Remove unnecessary 'virtio-access.h' header
` [PATCH 10/11] hw/virtio: Build various target-agnostic objects just once
` [RFC PATCH 11/11] hw/virtio: Make vhost-vdpa.c target-agnostic to build it once
[PATCH v2] ui/cursor: make width/height unsigned 16-bit integer
2023-05-23 16:30 UTC
[PATCH 0/2] qemu-img: fix getting stuck in infinite loop on
2023-05-23 16:24 UTC (3+ messages)
` [PATCH 1/2] qemu-img: rebase: stop when reaching EOF of old backing file
` [PATCH 2/2] qemu-iotests: 024: add rebasing test case for overlay_size > backing_size
[PATCH v1 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
2023-05-23 16:11 UTC (5+ messages)
` [PATCH v1 1/2] exec/ram_addr: add dirty arg to cpu_physical_memory_set_dirty_lebitmap()
` [PATCH v1 2/2] hw/vfio: Add nr of dirty pages to vfio_get_dirty_bitmap tracepoint
[PATCH 00/27] accel/tcg: Improvements to atomic128.h
2023-05-23 16:01 UTC (7+ messages)
` [PATCH 01/27] util: Introduce host-specific cpuinfo.h
` [PATCH 02/27] util: Add cpuinfo-i386.c
[PATCH v2] hw/arm/sbsa-ref: add GIC node into DT
2023-05-23 15:56 UTC (4+ messages)
` [PATCH 1/2] docs: sbsa: correct graphics card name
` [PATCH 2/2] docs: sbsa: document platform version changes
[PATCH 0/6] block: add blk_io_plug_call() API
2023-05-23 15:48 UTC (15+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] block/nvme: convert to "
` [PATCH 3/6] block/blkio: "
` [PATCH 4/6] block/io_uring: "
[PATCH] migration: for snapshots, hold the BQL during setup callbacks
2023-05-23 15:48 UTC (4+ messages)
[PATCH v3 0/3] vhost: memslot handling improvements
2023-05-23 15:42 UTC (9+ messages)
` [PATCH v3 1/3] vhost: Rework memslot filtering and fix "used_memslot" tracking
` [PATCH v3 2/3] vhost: Remove vhost_backend_can_merge() callback
` [PATCH v3 3/3] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
[PULL 00/18] Block layer patches
2023-05-23 15:36 UTC (5+ messages)
` [PULL 18/18] tested: add test for nested aio_poll() in poll handlers
[RFC PATCH] softfloat: use QEMU_FLATTEN to avoid mistaken isra inlining
2023-05-23 15:34 UTC (5+ messages)
Help finding Coverity defects for generated Hexagon code
2023-05-23 15:31 UTC (5+ messages)
[PATCH] gdbstub user: fix to handle the gdb disconnect command and allow reconnecting
2023-05-23 14:44 UTC
[PATCH] qapi: better docs for calc-dirty-rate and friends
2023-05-23 15:19 UTC
[PATCH] ui/cursor: incomplete check for integer overflow in cursor_alloc
2023-05-23 15:17 UTC (12+ messages)
[PATCH v3 0/7] migration: Add switchover ack capability and VFIO precopy support
2023-05-23 15:09 UTC (5+ messages)
` [PATCH v3 6/7] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v3 7/7] vfio/migration: Add support for switchover ack capability
[PATCH] target/arm: Explicitly select short-format FSR for M-profile
2023-05-23 15:06 UTC (2+ messages)
[PATCH 0/5] Use MachineClass->default_nic in more machines
2023-05-23 15:03 UTC (2+ messages)
[GIT PULL 0/1] Host Memory Backends and Memory devices queue 2023-05-23
2023-05-23 15:02 UTC (2+ messages)
` [GIT PULL 1/1] hostmem-file: add offset option
[PATCH v1] migration: fail the cap check if it requires the use of deferred incoming
2023-05-23 14:50 UTC (11+ messages)
[PATCH] hw/ppc/openpic: Do not open-code ROUND_UP() macro
2023-05-23 14:45 UTC (2+ messages)
[PATCH 0/2] Refresh the dynamic CSR xml after updating the state of the cpu
2023-05-23 14:43 UTC (5+ messages)
` [PATCH 1/2] target/riscv: Add a function to refresh the dynamic CSRs xml
` [PATCH 2/2] hw/intc: riscv_imsic: Refresh the CSRs xml after updating the state of the cpu
[PATCH 0/5] python: backport socket changes from python-qemu-qmp
2023-05-23 14:40 UTC (2+ messages)
[PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
2023-05-23 14:35 UTC (5+ messages)
` [PATCH 1/1] "
proposed schedule for 8.1 release
2023-05-23 14:34 UTC (3+ messages)
[PATCH v7 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-23 14:26 UTC (4+ messages)
` [PATCH v7 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2023-05-23 14:19 UTC (4+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
[PATCH RFC 0/5] hw/cxl: Type 2 Device RFC
2023-05-23 14:18 UTC (6+ messages)
` [PATCH RFC 1/5] hw/cxl: Use define for build bug detection
[PATCH v2 0/7] target/riscv: Add support for PC-relative translation
2023-05-23 13:59 UTC (8+ messages)
` [PATCH v2 1/7] target/riscv: Fix target address to update badaddr
` [PATCH v2 2/7] target/riscv: Introduce cur_insn_len into DisasContext
` [PATCH v2 3/7] target/riscv: Change gen_goto_tb to work on displacements
` [PATCH v2 4/7] target/riscv: Change gen_set_pc_imm to gen_update_pc
` [PATCH v2 5/7] target/riscv: Use true diff for gen_pc_plus_diff
` [PATCH v2 6/7] target/riscv: Enable PC-relative translation
` [PATCH v2 7/7] target/riscv: Remove pc_succ_insn from DisasContext
[PATCH 00/12] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
2023-05-23 13:47 UTC (21+ messages)
` [PATCH 03/12] util/fifo8: Introduce fifo8_peek_buf()
` [PATCH 04/12] hw/char/pl011: Display register name in trace events
` [PATCH 05/12] hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
` [PATCH 06/12] hw/char/pl011: Replace magic values by register field definitions
` [PATCH 07/12] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
` [PATCH 08/12] hw/char/pl011: Extract pl011_write_tx() from pl011_write()
` [PATCH 09/12] hw/char/pl011: Check if transmitter is enabled
` [PATCH 10/12] hw/char/pl011: Check if receiver "
` [PATCH 11/12] hw/char/pl011: Rename RX FIFO methods
` [PATCH 12/12] hw/char/pl011: Implement TX FIFO
[PATCH v2] meson: move -no-pie from linker to compiler
2023-05-23 14:08 UTC (2+ messages)
[PATCH v6 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-23 13:56 UTC (5+ messages)
` [PATCH v6 6/7] hw/cxl/events: Add injection of DRAM events
[PATCH v4 00/10] Add stage-2 translation for SMMUv3
2023-05-23 13:48 UTC (2+ messages)
[PATCH] hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop
2023-05-23 13:51 UTC (2+ messages)
[PATCH] fsl-imx6: Add SNVS support for i.MX6 boards
2023-05-23 13:46 UTC (2+ messages)
[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
2023-05-23 13:46 UTC (5+ messages)
` [PULL 32/62] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH] i386/xen: consistent locking around Xen singleshot timers
[PATCH v2] docs: build-system: rename "default-configs" to "configs"
2023-05-23 13:45 UTC (2+ messages)
Add CI configuration for Kubernetes
2023-05-23 13:28 UTC (8+ messages)
` [PATCH v2 3/5] Add loop over docker info
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).