messages from 2023-05-06 07:28:36 to 2023-05-08 14:54:24 UTC [more...]
Your clang TSA patches
2023-05-08 14:53 UTC
[PATCH v2 00/12] simpletrace: refactor and general improvements
2023-05-08 13:28 UTC (6+ messages)
` [PATCH v2 01/12] simpletrace: Improve parsing of sys.argv; fix files never closed
[RFC PATCH 0/2] Make the core disassembler functions target-independent
2023-05-08 14:28 UTC (5+ messages)
` [RFC PATCH 1/2] disas: Move softmmu specific code to separate file
` [RFC PATCH 2/2] disas: Move disas.c into the target-independent source set
[PATCH 00/12] aspeed: fixes and extensions
2023-05-08 14:28 UTC (15+ messages)
` [PATCH 01/12] aspeed/hace: Initialize g_autofree pointer
` [PATCH 02/12] aspeed: Introduce a boot_rom region at the machine level
` [PATCH 03/12] aspeed: Use the boot_rom region of the fby35 machine
` [PATCH 04/12] hw/ssi: Add an "addr" property to SSIPeripheral
` [PATCH 05/12] hw/ssi: Introduce a ssi_get_cs() helper
` [PATCH 06/12] aspeed/smc: Wire CS lines at reset
` [PATCH 07/12] hw/ssi: Check for duplicate addresses
` [PATCH 08/12] aspeed: Create flash devices only when defaults are enabled
` [PATCH 09/12] m25p80: Introduce an helper to retrieve the BlockBackend of a device
` [PATCH 10/12] aspeed: Get the BlockBackend of FMC0 from the flash device
` [PATCH 11/12] aspeed: Introduce a "uart" machine option
` [PATCH 12/12] target/arm: Allow users to set the number of VFP registers
[RESEND PATCH 00/84] tcg: Build once for system, once for user
2023-05-08 14:27 UTC (11+ messages)
` [PATCH 79/84] disas: Move disas.c to disas/
` [PATCH 80/84] disas: Remove target_ulong from the interface
` [PATCH 81/84] tcg: Split out exec/user/guest-base.h
` [PATCH 82/84] disas: Remove target-specific headers
` [PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU
[PATCH] ui/cursor: incomplete check for integer overflow in cursor_alloc
2023-05-08 14:18 UTC
[PATCH] target/m68k: Fix gen_load_fp for OS_LONG
2023-05-08 14:08 UTC
[PATCH v4 00/57] tcg: Improve atomicity support
2023-05-08 13:48 UTC (17+ messages)
` [PATCH v4 03/57] accel/tcg: Introduce tlb_read_idx
` [PATCH v4 07/57] accel/tcg: Honor atomicity of stores
` [PATCH v4 14/57] tcg/i386: Add have_atomic16
` [PATCH v4 15/57] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v4 56/57] tcg/ppc: Support 128-bit load/store
[PATCH v7 0/1] util/async-teardown: appear in query-command-line-options
2023-05-08 13:46 UTC (3+ messages)
` [PATCH v7 1/1] util/async-teardown: wire up query-command-line-options
[PATCH v2] Hexagon (decode): look for pkts with multiple insns at the same slot
2023-05-08 13:37 UTC
[PATCH 00/21] Migration: More migration atomic counters
2023-05-08 13:09 UTC (22+ messages)
` [PATCH 01/21] migration: A rate limit value of 0 is valid
` [PATCH 02/21] migration: Don't use INT64_MAX for unlimited rate
` [PATCH 03/21] migration: We set the rate_limit by a second
` [PATCH 04/21] qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t
` [PATCH 05/21] qemu-file: Make rate_limit_used "
` [PATCH 06/21] qemu-file: Remove total from qemu_file_total_transferred_*()
` [PATCH 07/21] migration: Correct transferred bytes value
` [PATCH 08/21] migration: Move setup_time to mig_stats
` [PATCH 09/21] qemu-file: Account for rate_limit usage on qemu_fflush()
` [PATCH 10/21] migration: Move rate_limit_max and rate_limit_used to migration_stats
` [PATCH 11/21] migration: Move migration_total_bytes() to migration-stats.c
` [PATCH 12/21] migration: Add a trace for migration_transferred_bytes
` [PATCH 13/21] migration: Use migration_transferred_bytes() to calculate rate_limit
` [PATCH 14/21] migration: We don't need the field rate_limit_used anymore
` [PATCH 15/21] migration: Don't abuse qemu_file transferred for RDMA
` [PATCH 16/21] migration/RDMA: It is accounting for zero/normal pages in two places
` [PATCH 17/21] migration/rdma: Remove QEMUFile parameter when not used
` [PATCH 18/21] migration/rdma: Don't use imaginary transfers
` [PATCH 19/21] migration: Remove unused qemu_file_credit_transfer()
` [PATCH 20/21] migration/rdma: Simplify the function that saves a page
` [PATCH 21/21] migration/multifd: Compute transferred bytes correctly
[PULL 00/42] tcg patch queue
2023-05-08 13:11 UTC (4+ messages)
` [PULL 05/42] target/m68k: Finish conversion to tcg_gen_qemu_{ld, st}_*
[PATCH 0/4] Virtio shared dma-buf
2023-05-08 13:12 UTC (3+ messages)
` [PATCH 1/4] virtio-dmabuf: introduce virtio-dmabuf
[PATCH v10 0/8] memory: prevent dma-reentracy issues
2023-05-08 13:12 UTC (10+ messages)
` [PATCH v10 1/8] "
[PATCH 00/11] tcg/riscv: Support for Zba, Zbb, Zicond extensions
2023-05-08 12:53 UTC (24+ messages)
` [PATCH 01/11] disas/riscv: Decode czero.{eqz,nez}
` [PATCH 02/11] tcg/riscv: Probe for Zba, Zbb, Zicond extensions
` [PATCH 03/11] tcg/riscv: Support ANDN, ORN, XNOR from Zbb
` [PATCH 04/11] tcg/riscv: Support ADD.UW, SEXT.B, SEXT.H, ZEXT.H from Zba+Zbb
` [PATCH 05/11] tcg/riscv: Use ADD.UW for guest address generation
` [PATCH 06/11] tcg/riscv: Support rotates from Zbb
` [PATCH 07/11] tcg/riscv: Support REV8 "
` [PATCH 08/11] tcg/riscv: Support CPOP "
` [PATCH 09/11] tcg/riscv: Improve setcond expansion
` [PATCH 10/11] tcg/riscv: Implement movcond
` [PATCH 11/11] tcg/riscv: Support CTZ, CLZ from Zbb
[PATCH v2] target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
2023-05-08 12:11 UTC (2+ messages)
[PATCH] hw/net: Move xilinx_ethlite.c to the target-independent source set
2023-05-08 12:03 UTC
[PATCH] target/ppc: Fix fallback to MFSS for MFFSCRN, MFFSCRNI, MFFSCE and MFFSL
2023-05-08 11:55 UTC (4+ messages)
missing boot rom: is it really a fatal error?
2023-05-08 11:47 UTC (6+ messages)
[PATCH v2] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
2023-05-08 11:44 UTC (7+ messages)
[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
2023-05-08 11:11 UTC (9+ messages)
[PATCH] migration: Attempt disk reactivation in more failure scenarios
2023-05-08 10:42 UTC (2+ messages)
How can I find problematic uses of error_report() with vrc?
2023-05-08 10:41 UTC (2+ messages)
Question about graph locking preconditions regarding qemu_in_main_thread()
2023-05-08 10:40 UTC (2+ messages)
[PATCH v8 00/11] target/riscv: rework CPU extension validation
2023-05-08 10:28 UTC (4+ messages)
` [PATCH v8 11/11] target/riscv: rework write_misa()
[PATCH] virtio-net: not enable vq reset feature unconditionally
2023-05-08 10:22 UTC (9+ messages)
[PATCH v11 00/14] TCG code quality tracking
2023-05-08 10:02 UTC (7+ messages)
` [PATCH v11 01/14] accel/tcg: introduce TBStatistics structure
` [PATCH v11 02/14] accel: collecting TB execution count
[PULL 00/21] Migration 20230428 patches
2023-05-08 9:47 UTC (6+ messages)
css_clear_io_interrupt() error handling
2023-05-08 9:01 UTC (2+ messages)
[PATCH v3] linux-user: Add /proc/cpuinfo handler for RISC-V
2023-05-08 7:56 UTC (3+ messages)
[PTACH v2 0/6] Add RISC-V KVM AIA Support
2023-05-08 7:39 UTC (4+ messages)
` [PTACH v2 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support
[RFC PATCH v2 0/4] vhost: register and change IOMMU flag depending on ATS state
2023-05-08 5:28 UTC (9+ messages)
` [RFC PATCH v2 2/4] virtio-pci: add handling of ATS and Device-TLB enable
` [RFC PATCH v2 3/4] vhost: register and change IOMMU flag depending on Device-TLB state
` [RFC PATCH v2 4/4] virtio-net: pass Device-TLB enable/disable events to vhost
[PATCH v11 0/4] Add zoned storage emulation to virtio-blk driver
2023-05-08 5:19 UTC (5+ messages)
` [PATCH v11 1/4] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v11 2/4] block: add accounting for zone append operation
` [PATCH v11 3/4] virtio-blk: add some trace events for zoned emulation
` [PATCH v11 4/4] docs/zoned-storage:add zoned emulation use case
[PATCH v11 0/4] Add zone append write for zoned device
2023-05-08 5:15 UTC (5+ messages)
` [PATCH v11 1/4] file-posix: add tracking of the zone write pointers
` [PATCH v11 2/4] block: introduce zone append write for zoned devices
` [PATCH v11 3/4] qemu-iotests: test zone append operation
` [PATCH v11 4/4] block: add some trace events for zone append
[PATCH v20 0/8] Add support for zoned device
2023-05-08 4:55 UTC (9+ messages)
` [PATCH v20 1/8] block/block-common: add zoned device structs
` [PATCH v20 2/8] block/file-posix: introduce helper functions for sysfs attributes
` [PATCH v20 3/8] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v20 4/8] block/raw-format: add zone operations to pass through requests
` [PATCH v20 5/8] block: add zoned BlockDriver check to block layer
` [PATCH v20 6/8] iotests: test new zone operations
` [PATCH v20 7/8] block: add some trace events for new block layer APIs
` [PATCH v20 8/8] docs/zoned-storage: add zoned device documentation
[PATCH 1/3] hw/loongarch/virt: Modify ipi as percpu device
2023-05-08 2:11 UTC (4+ messages)
` [PATCH 3/3] hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine
[PATCH v3] hw/riscv/virt: Add a second UART for secure world
2023-05-08 1:47 UTC (3+ messages)
[PATCH 0/5] multifd: Add colo support
2023-05-08 1:38 UTC (7+ messages)
` [PATCH 1/5] ram: Add public helper to set colo bitmap
` [PATCH 2/5] ram: Let colo_flush_ram_cache take the bitmap_mutex
` [PATCH 3/5] multifd: Introduce multifd-internal.h
` [PATCH 4/5] multifd: Introduce a overridable revc_pages method
` [PATCH 5/5] multifd: Add colo support
[PATCH] loongarch: mark loongarch_ipi_iocsr re-entrnacy safe
2023-05-08 0:53 UTC (2+ messages)
[PATCH 0/2] target/riscv: RVV 1-fill tail element changes
2023-05-07 23:30 UTC (4+ messages)
` [PATCH 1/2] target/riscv/vector_helper.c: skip set tail when vta is zero
[PATCH 1/2] target: riscv: fix typos
2023-05-07 23:16 UTC (2+ messages)
[PATCH 2/2] hw/riscv: virt: fix pmu subnode paths
2023-05-07 23:16 UTC (2+ messages)
[PATCH 0/5] eBPF RSS through QMP support
2023-05-07 22:05 UTC (12+ messages)
` [PATCH 1/5] ebpf: Added eBPF initialization by fds and map update
` [PATCH 2/5] virtio-net: Added property to load eBPF RSS with fds
` [PATCH 4/5] qmp: Added new command to retrieve eBPF blob
[PULL 00/89] riscv-to-apply queue
2023-05-07 22:22 UTC (5+ messages)
` [PULL 19/89] target/riscv: Fix itrigger when icount is used
` [PULL 86/89] target/riscv: Restore the predicate() NULL check behavior
[PATCH 00/12] audio: pipewire backend improvements
2023-05-07 15:33 UTC (23+ messages)
` [PATCH 01/12] libvirt-ci: update submodule to cover pipewire
` [PATCH 02/12] tests/lcitool: add pipewire
` [PATCH 03/12] audio/pw: Pipewire->PipeWire case fix for user-visible text
` [PATCH 04/12] audio/pw: drop needless case statement
` [PATCH 05/12] audio/pw: needless check for NULL
` [PATCH 06/12] audio/pw: trace during init before calling pipewire API
` [PATCH 07/12] audio/pw: add more details on error
` [PATCH 08/12] audio/pw: factorize some common code
` [PATCH 09/12] audio/pw: add more error reporting
` [PATCH 10/12] audio/pw: simplify error reporting in stream creation
` [PATCH 11/12] audio/pw: remove wrong comment
` [PATCH 12/12] audio/pw: improve channel position code
[PATCH v3 0/6] Hexagon: add lldb support
2023-05-07 6:27 UTC (3+ messages)
` [PATCH v3 6/6] Hexagon (linux-user/hexagon): handle breakpoints
[PATCH] sbsa-ref: switch default cpu core to Neoverse-N1
2023-05-06 18:34 UTC
[PATCH RESEND] vhost: fix possible wrap in SVQ descriptor ring
2023-05-06 15:01 UTC
[PATCH v2 0/2] Send all the SVQ control commands in parallel
2023-05-06 14:06 UTC (3+ messages)
` [PATCH v2 1/2] vdpa: rename vhost_vdpa_net_cvq_add()
` [PATCH v2 2/2] vdpa: send CVQ state load commands in parallel
[PULL v2 00/45] loongarch-to-apply queue
2023-05-06 9:04 UTC (2+ messages)
[PATCH v3 00/10] tracing: remove dynamic vcpu state
2023-05-06 7:34 UTC (3+ messages)
` [PATCH v3 04/10] scripts/qapi: document the tool that generated the file
[PATCH v5 00/30] tcg: Simplify calls to load/store helpers
2023-05-06 7:22 UTC (5+ messages)
` [PATCH v5 08/30] tcg/riscv: Introduce prepare_host_addr
` [PATCH v5 24/30] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v5 28/30] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v5 29/30] tcg/s390x: Use ALGFR in constructing softmmu host address
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).