messages from 2023-05-18 14:58:32 to 2023-05-19 09:30:40 UTC [more...]
[PATCH v2 0/6] meson: use subprojects for bundled projects
2023-05-19 9:30 UTC (16+ messages)
` [PATCH 1/6] remove remaining traces of meson submodule
` [PATCH 2/6] meson: simplify logic for -Dfdt
` [PATCH 3/6] meson: use subproject for internal libfdt
` [PATCH 4/6] meson: use subproject for keycodemapdb
` [PATCH 5/6] configure: rename --enable-pypi to --enable-download, control subprojects too
` [PATCH 6/6] meson: subprojects: replace submodules with wrap files
[PULL 00/18] Block layer patches
2023-05-19 9:23 UTC (7+ messages)
` [PULL 17/18] aio-posix: do not nest poll handlers
` [PULL 18/18] tested: add test for nested aio_poll() in "
[PATCH v5 0/6] hw/cxl: Poison get, inject, clear
2023-05-19 9:21 UTC (5+ messages)
` [PATCH v5 6/6] hw/cxl: Add clear poison mailbox command support
gitlab shared runner time expired
2023-05-19 9:18 UTC (7+ messages)
[PATCH 1/2] Add CI configuration for Kubernetes
2023-05-19 9:00 UTC (2+ messages)
[PATCH 0/2] PC: Create RTC controllers in south bridges
2023-05-19 8:55 UTC (4+ messages)
` [PATCH 1/2] hw/i386/pc: "
` [PATCH 2/2] hw/i386/pc: No need for rtc_state to be an out-parameter
[PATCH v8 00/23] Consolidate PIIX south bridges
2023-05-19 8:51 UTC (6+ messages)
[PATCH 0/6] block: add blk_io_plug_call() API
2023-05-19 8:47 UTC (16+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] block/nvme: convert to "
` [PATCH 3/6] block/blkio: "
` [PATCH 4/6] block/io_uring: "
` [PATCH 5/6] block/linux-aio: "
` [PATCH 6/6] block: remove bdrv_co_io_plug() API
[PATCH v1] target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system coredump
2023-05-19 8:45 UTC
Configure no longer works after pulling in the latest QEMU commits
2023-05-19 8:30 UTC (2+ messages)
[PULL 00/68] i386, build system, KVM changes for 2023-05-18
2023-05-19 8:29 UTC (3+ messages)
[PATCH v1] migration: fail the cap check if it requires the use of deferred incoming
2023-05-19 8:26 UTC (4+ messages)
[PATCH] mkvenv: replace distlib.database with importlib.metadata/pkg_resources
2023-05-19 8:24 UTC
[PATCH] mkvenv: pass first missing package to diagnose()
2023-05-19 8:24 UTC
[PATCH] [query-memory-size-summary] Report page size
2023-05-19 8:10 UTC
[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-19 7:06 UTC (3+ messages)
` [PATCH v5 7/7] hw/cxl/events: Add injection of Memory Module Events
[PATCH 0/8] testing/next: avocado logging, docs, gitlab
2023-05-19 6:38 UTC (11+ messages)
` [PATCH 1/8] gitlab: explicit set artifacts publishing criteria
` [PATCH 2/8] gitlab: ensure coverage job also publishes meson log
` [PATCH 3/8] docs/devel: remind developers to run CI container pipeline when updating images
` [PATCH 4/8] accel/tcg: Fix append_mem_cb
` [PATCH 5/8] tests/tcg: add mechanism to handle plugin arguments
` [PATCH 6/8] tests/avocado: move guest output to "avocado" namespace
` [PATCH 7/8] python/qemu: allow avocado to set logging name space
` [PATCH 8/8] docs: add some documentation on avocado logging
[PATCH] hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop
2023-05-19 6:39 UTC (2+ messages)
[PATCH v3 0/3] ROM migration
2023-05-19 5:34 UTC (3+ messages)
` [PATCH v3 3/3] pci: ROM preallocation for incoming migration
[PATCH v3 0/5] Move ASID test to vhost-vdpa net initialization
2023-05-19 4:50 UTC (8+ messages)
` [PATCH v3 5/5] vdpa: move CVQ isolation check to net_init_vhost_vdpa
[PULL 00/12] Migration 20230518 patches
2023-05-19 3:42 UTC (14+ messages)
` [PULL 01/12] configure: add --disable-colo-proxy option
` [PULL 02/12] migration: split migration_incoming_co
` [PULL 03/12] migration: process_incoming_migration_co(): move colo part to colo
` [PULL 04/12] migration: Don't use INT64_MAX for unlimited rate
` [PULL 05/12] qemu-file: Account for rate_limit usage on qemu_fflush()
` [PULL 06/12] migration: Move rate_limit_max and rate_limit_used to migration_stats
` [PULL 07/12] migration: Move migration_total_bytes() to migration-stats.c
` [PULL 08/12] migration: Add a trace for migration_transferred_bytes
` [PULL 09/12] migration: Use migration_transferred_bytes() to calculate rate_limit
` [PULL 10/12] migration: We don't need the field rate_limit_used anymore
` [PULL 11/12] migration/multifd: Compute transferred bytes correctly
` [PULL 12/12] migration: Fix duplicated included in meson.build
[PATCH] multifd: Set a higher "backlog" default value for listen()
2023-05-19 3:33 UTC (11+ messages)
[PATCH] Makefile: add file entry to ctags
2023-05-19 3:27 UTC
[PATCH v5] hw/riscv: qemu crash when NUMA nodes exceed available CPUs
2023-05-19 2:37 UTC
[PATCH 0/7] Add support for extension specific disas
2023-05-19 2:19 UTC (8+ messages)
` [PATCH 1/7] disas: Change type of disassemble_info.target_info to pointer
` [PATCH 2/7] target/riscv: Pass RISCVCPUConfig as target_info to disassemble_info
` [PATCH 3/7] disas/riscv.c: Support disas for Zcm* extensions
` [PATCH 4/7] disas/riscv.c: Support disas for Z*inx extensions
` [PATCH 5/7] disas/riscv.c: Remove unused decomp_rv32/64 value for vector instructions
` [PATCH 6/7] disas/riscv.c: Fix lines with over 80 characters
` [PATCH 7/7] disas/riscv.c: Remove redundant parentheses
[PATCH v2 0/8] iotests: make meson aware of individual I/O tests
2023-05-19 2:20 UTC (3+ messages)
` [PATCH v2 6/8] iotests: always use a unique sub-directory per test
[PATCH v11 00/14] TCG code quality tracking
2023-05-19 1:16 UTC (3+ messages)
Multiple vIOMMU instance support in QEMU?
2023-05-19 0:38 UTC (10+ messages)
[PATCH v3 2/2] tests/tcg/aarch64: add DC CVA[D]P tests
2023-05-18 23:46 UTC
[PATCH v3 1/2] target/arm: allow DC CVA[D]P in user mode emulation
2023-05-18 23:46 UTC
[PATCH v3 0/2] target/arm: allow DC CVA[D]P in user mode emulation
2023-05-18 23:19 UTC
[PATCH 0/1] pcie: Allow atomic completion on PCIE root port
2023-05-18 22:13 UTC (5+ messages)
[RFC PATCH 0/1] virtio-balloon: Add Working Set Reporting feature
2023-05-18 22:00 UTC (5+ messages)
` [RFC PATCH 1/1] "
[PATCH] cryptodev-vhost-user: add asymmetric crypto support
2023-05-18 21:37 UTC (3+ messages)
` [PATCH v2] "
[PATCH] virtio-gpu: add a FIXME for virtio_gpu_load()
2023-05-18 21:35 UTC (2+ messages)
[PATCH 0/4] Trivial cleanups
2023-05-18 21:33 UTC (2+ messages)
[PATCH 0/3] block/graph-lock: Disable locking for now
2023-05-18 21:00 UTC (3+ messages)
` [PATCH 3/3] iotests: Test commit with iothreads and ongoing I/O
[PULL v2 00/44] Hexagon update
2023-05-18 20:04 UTC (45+ messages)
` [PULL v2 01/44] Hexagon (target/hexagon) Add support for v68/v69/v71/v73
` [PULL v2 02/44] Hexagon (target/hexagon) Add v68 scalar instructions
` [PULL v2 03/44] Hexagon (tests/tcg/hexagon) Add v68 scalar tests
` [PULL v2 04/44] Hexagon (target/hexagon) Add v68 HVX instructions
` [PULL v2 05/44] Hexagon (tests/tcg/hexagon) Add v68 HVX tests
` [PULL v2 06/44] Hexagon (target/hexagon) Add v69 HVX instructions
` [PULL v2 07/44] Hexagon (tests/tcg/hexagon) Add v69 HVX tests
` [PULL v2 08/44] Hexagon (target/hexagon) Add v73 scalar instructions
` [PULL v2 09/44] Hexagon (tests/tcg/hexagon) Add v73 scalar tests
` [PULL v2 10/44] meson.build Add CONFIG_HEXAGON_IDEF_PARSER
` [PULL v2 11/44] Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write
` [PULL v2 12/44] Hexagon (target/hexagon) Add overrides for loop setup instructions
` [PULL v2 13/44] Hexagon (target/hexagon) Add overrides for allocframe/deallocframe
` [PULL v2 14/44] Hexagon (target/hexagon) Add overrides for clr[tf]new
` [PULL v2 15/44] Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]
` [PULL v2 16/44] Hexagon (target/hexagon) Eliminate uses of log_pred_write function
` [PULL v2 17/44] Hexagon (target/hexagon) Clean up pred_written usage
` [PULL v2 18/44] Hexagon (target/hexagon) Don't overlap dest writes with source reads
` [PULL v2 19/44] Hexagon (target/hexagon) Mark registers as read during packet analysis
` [PULL v2 20/44] Hexagon (target/hexagon) Short-circuit packet register writes
` [PULL v2 21/44] Hexagon (target/hexagon) Short-circuit packet predicate writes
` [PULL v2 22/44] Hexagon (target/hexagon) Short-circuit packet HVX writes
` [PULL v2 23/44] Hexagon (target/hexagon) Short-circuit more HVX single instruction packets
` [PULL v2 24/44] Hexagon (target/hexagon) Add overrides for disabled idef-parser insns
` [PULL v2 25/44] Hexagon (target/hexagon) Make special new_value for USR
` [PULL v2 26/44] Hexagon (target/hexagon) Move new_value to DisasContext
` [PULL v2 27/44] Hexagon (target/hexagon) Move new_pred_value "
` [PULL v2 28/44] Hexagon (target/hexagon) Move pred_written "
` [PULL v2 29/44] Hexagon (target/hexagon) Move pkt_has_store_s1 "
` [PULL v2 30/44] Hexagon (target/hexagon) Move items "
` [PULL v2 31/44] Hexagon (target/hexagon) Additional instructions handled by idef-parser
` [PULL v2 32/44] target/hexagon: fix = vs. == mishap
` [PULL v2 33/44] Hexagon (target/hexagon/*.py): raise exception on reg parsing error
` [PULL v2 34/44] Hexagon: list available CPUs with `-cpu help`
` [PULL v2 35/44] Hexagon: append eflags to unknown cpu model string
` [PULL v2 36/44] Hexagon (iclass): update J4_hintjumpr slot constraints
` [PULL v2 37/44] Hexagon (decode): look for pkts with multiple insns at the same slot
` [PULL v2 38/44] Remove test_vshuff from hvx_misc tests
` [PULL v2 39/44] gdbstub: only send stop-reply packets when allowed to
` [PULL v2 40/44] gdbstub: add test for untimely stop-reply packets
` [PULL v2 41/44] Hexagon: add core gdbstub xml data for LLDB
` [PULL v2 42/44] Hexagon (gdbstub): fix p3:0 read and write via stub
` [PULL v2 43/44] Hexagon (gdbstub): add HVX support
` [PULL v2 44/44] Hexagon (linux-user/hexagon): handle breakpoints
[PATCH v10 0/8] memory: prevent dma-reentracy issues
2023-05-18 20:33 UTC (4+ messages)
` [PATCH v10 8/8] apic: disable reentrancy detection for apic-msi
[PATCH RFC 0/5] hw/cxl: Type 2 Device RFC
2023-05-18 20:19 UTC (4+ messages)
` [PATCH RFC 1/5] hw/cxl: Use define for build bug detection
[PATCH v7 0/4] pci hotplug tracking
2023-05-18 20:06 UTC (3+ messages)
` [PATCH v7 1/4] qapi/qdev.json: unite DEVICE_* event data into single structure
[REPOST PATCH v3 0/5] Support x2APIC mode with TCG accelerator
2023-05-18 20:00 UTC (3+ messages)
` [REPOST PATCH v3 4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
Status of DAX for virtio-fs/virtiofsd?
2023-05-18 19:45 UTC (3+ messages)
[PATCH v2] target/arm: allow DC CVA[D]P in user mode emulation
2023-05-18 19:34 UTC (3+ messages)
[PATCH 00/21] Migration: More migration atomic counters
2023-05-18 18:32 UTC (5+ messages)
` [PATCH 21/21] migration/multifd: Compute transferred bytes correctly
[PATCH v5 0/3] Smstateen FCSR
2023-05-18 17:50 UTC (4+ messages)
` [PATCH v5 1/3] target/riscv: smstateen check for fcsr
` [PATCH v5 2/3] target/riscv: Reuse tb->flags.FS
` [PATCH v5 3/3] target/riscv: smstateen knobs
[PATCH] accel/tcg: Fix append_mem_cb
2023-05-18 17:49 UTC (3+ messages)
[PATCH] docs/devel: remind developers to run CI container pipeline when updating images
2023-05-18 17:12 UTC (3+ messages)
[PATCH v2 0/7] migration: Add precopy initial data capability and VFIO precopy support
2023-05-18 16:51 UTC (6+ messages)
` [PATCH v2 3/7] migration: Enable precopy initial data capability
[PULL v3 00/68] i386, build system, KVM changes for 2023-05-18
2023-05-18 16:28 UTC (2+ messages)
[PATCH 0/9] Host-specific includes, begin cpuinfo.h
2023-05-18 15:55 UTC (7+ messages)
` [PATCH 3/9] util: Add i386 CPUINFO_ATOMIC_VMOVDQU
` [PATCH 4/9] tcg/i386: Use cpuinfo.h
` [PATCH 9/9] util: Add cpuinfo-aarch64.c
[PATCH v2 0/3] ACPI: i386: bump MADT to revision 3
2023-05-18 15:46 UTC (2+ messages)
[PATCH 0/6] Add RISC-V Virtual IRQs and IRQ filtering support
2023-05-18 15:47 UTC (4+ messages)
` [PATCH 2/6] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST
[PATCH v2] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
2023-05-18 15:34 UTC (6+ messages)
[RFC PATCH] tests/tcg: add mechanism to handle plugin arguments
2023-05-18 15:32 UTC (2+ messages)
[PATCH v1 1/1] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
2023-05-18 15:27 UTC (9+ messages)
[PATCH v2 0/4] Migration time prediction using calc-dirty-rate
2023-05-18 15:13 UTC (7+ messages)
` [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode
Gpio in vexpress
2023-05-18 15:01 UTC (4+ messages)
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).