messages from 2023-05-08 08:01:47 to 2023-05-09 02:22:39 UTC [more...]
[PATCH v3 0/4] hw/arm/virt: Support dirty ring
2023-05-09 2:21 UTC (2+ messages)
` [PATCH v3 3/4] kvm: Add helper kvm_dirty_ring_init()
[PATCH v10 0/8] memory: prevent dma-reentracy issues
2023-05-09 2:13 UTC (11+ messages)
` [PATCH v10 1/8] "
ssl fips self check fails with 7.2.0 on x86 TCG
2023-05-09 2:08 UTC (2+ messages)
[PATCH] virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_request
2023-05-09 1:45 UTC (3+ messages)
` "
[PATCH v5 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
2023-05-09 0:34 UTC (5+ messages)
` [PATCH v5 1/3] numa: Validate cluster and NUMA node boundary if required
` [PATCH v5 2/3] hw/arm: Validate cluster and NUMA node boundary
` [PATCH v5 3/3] hw/riscv: "
[PATCH 00/22] testing/next: cirrus, docker, docs, ci, configs, gitlab
2023-05-08 22:23 UTC (9+ messages)
` [PATCH 05/22] hw/arm: Select VIRTIO_NET for virt machine
[PULL 00/35] target-arm queue
2023-05-08 22:19 UTC (5+ messages)
` [PULL 11/35] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
[PATCH v20 00/21] s390x: CPU Topology
2023-05-08 21:47 UTC (7+ messages)
` [PATCH v20 08/21] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v20 10/21] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v20 11/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
[PATCH 00/11] Fix qemu_strtosz() read-out-of-bounds
2023-05-08 21:21 UTC (14+ messages)
` [PATCH 01/11] test-cutils: Avoid g_assert in unit tests
` [PATCH 02/11] test-cutils: Use g_assert_cmpuint where appropriate
` [PATCH 03/11] test-cutils: Test integral qemu_strto* value on failures
` [PATCH 04/11] test-cutils: Add coverage of qemu_strtod
` [PATCH 05/11] test-cutils: Prepare for upcoming semantic change in qemu_strtosz
` [PATCH 06/11] test-cutils: Add more coverage to qemu_strtosz
` [PATCH 07/11] numa: Check for qemu_strtosz_MiB error
` [PATCH 08/11] cutils: Set value in all qemu_strtosz* error paths
` [PATCH 09/11] cutils: Set value in all integral qemu_strto* "
` [PATCH 10/11] cutils: Improve qemu_strtod* "
` [PATCH 11/11] cutils: Improve qemu_strtosz handling of fractions
[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
2023-05-08 21:18 UTC (7+ messages)
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
` [PATCH v1 6/9] KVM: x86: Add Heki hypervisor support
[PATCH 0/4] vhost-user-fs: Internal migration
2023-05-08 21:10 UTC (13+ messages)
[PATCH 2/4] vhost-user: Interface for migration state transfer
2023-05-08 20:10 UTC (20+ messages)
[PATCH] hw/net: Move xilinx_ethlite.c to the target-independent source set
2023-05-08 19:41 UTC (2+ messages)
[PATCH v2 0/6] multifd: Add colo support
2023-05-08 19:11 UTC (7+ messages)
` [PATCH v2 1/6] ram: Add public helper to set colo bitmap
` [PATCH v2 2/6] ram: Let colo_flush_ram_cache take the bitmap_mutex
` [PATCH v2 3/6] multifd: Introduce multifd-internal.h
` [PATCH v2 4/6] multifd: Introduce a overridable revc_pages method
` [PATCH v2 5/6] multifd: Add the ramblock to MultiFDRecvParams
` [PATCH v2 6/6] multifd: Add colo support
[PULL 00/13] Compression code patches
2023-05-08 18:52 UTC (14+ messages)
` [PULL 01/13] qtest/migration-test.c: Add tests with compress enabled
` [PULL 02/13] qtest/migration-test.c: Add postcopy "
` [PULL 03/13] ram.c: Let the compress threads return a CompressResult enum
` [PULL 04/13] ram.c: Dont change param->block in the compress thread
` [PULL 05/13] ram.c: Reset result after sending queued data
` [PULL 06/13] ram.c: Do not call save_page_header() from compress threads
` [PULL 07/13] ram.c: Call update_compress_thread_counts from compress_send_queued_data
` [PULL 08/13] ram.c: Remove last ram.c dependency from the core compress code
` [PULL 09/13] ram.c: Move core compression code into its own file
` [PULL 10/13] ram.c: Move core decompression "
` [PULL 11/13] ram compress: Assert that the file buffer matches the result
` [PULL 12/13] ram-compress.c: Make target independent
` [PULL 13/13] migration: Initialize and cleanup decompression in migration.c
Machine x-remote property auto-shutdown
2023-05-08 18:26 UTC (2+ messages)
[PATCH v3 0/3] target/arm: disable-tcg and without-default-devices fixes
2023-05-08 18:16 UTC (4+ messages)
` [PATCH v3 1/3] target/arm: Select SEMIHOSTING when using TCG
` [PATCH v3 2/3] target/arm: Select CONFIG_ARM_V7M when TCG is enabled
` [PATCH v3 3/3] tests/qtest: Don't run cdrom boot tests if no accelerator is present
[PATCH] virtio-net: not enable vq reset feature unconditionally
2023-05-08 18:11 UTC (7+ messages)
[PATCH v4 00/57] tcg: Improve atomicity support
2023-05-08 17:34 UTC (35+ 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 26/57] tcg/arm: Adjust constraints on qemu_ld/st
` [PATCH v4 30/57] tcg/sparc64: Allocate %g2 as a third temporary
` [PATCH v4 48/57] tcg/ppc: Use atom_and_align_for_opc
` [PATCH v4 49/57] tcg/riscv: "
` [PATCH v4 51/57] tcg/sparc64: "
` [PATCH v4 52/57] tcg/i386: Honor 64-bit atomicity in 32-bit mode
` [PATCH v4 56/57] tcg/ppc: Support 128-bit load/store
[PATCH RESEND] vhost: fix possible wrap in SVQ descriptor ring
2023-05-08 17:26 UTC (2+ messages)
[PATCH v2 00/12] simpletrace: refactor and general improvements
2023-05-08 16:50 UTC (12+ messages)
` [PATCH v2 01/12] simpletrace: Improve parsing of sys.argv; fix files never closed
[PATCH 00/13] Migration PULL request (20230508 edition)
2023-05-08 16:50 UTC (15+ messages)
` [PATCH 01/13] qtest/migration-test.c: Add tests with compress enabled
` [PATCH 02/13] qtest/migration-test.c: Add postcopy "
` [PATCH 03/13] ram.c: Let the compress threads return a CompressResult enum
` [PATCH 04/13] ram.c: Dont change param->block in the compress thread
` [PATCH 05/13] ram.c: Reset result after sending queued data
` [PATCH 06/13] ram.c: Do not call save_page_header() from compress threads
` [PATCH 07/13] ram.c: Call update_compress_thread_counts from compress_send_queued_data
` [PATCH 08/13] ram.c: Remove last ram.c dependency from the core compress code
` [PATCH 09/13] ram.c: Move core compression code into its own file
` [PATCH 10/13] ram.c: Move core decompression "
` [PATCH 11/13] ram compress: Assert that the file buffer matches the result
` [PATCH 12/13] ram-compress.c: Make target independent
` [PATCH 13/13] migration: Initialize and cleanup decompression in migration.c
[RFC v2 0/1] migration: Update error description whenever migration fails
2023-05-08 16:49 UTC (3+ messages)
` [RFC v2 1/1] "
[PATCH] target/m68k: Fix gen_load_fp for OS_LONG
2023-05-08 16:06 UTC (2+ messages)
[RESEND PATCH 00/84] tcg: Build once for system, once for user
2023-05-08 15:20 UTC (14+ 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 0/5] multifd: Add colo support
2023-05-08 15:13 UTC (3+ messages)
` [PATCH 5/5] "
How can I find problematic uses of error_report() with vrc?
2023-05-08 15:11 UTC (3+ messages)
[PATCH 0/2] target/i386: add support for cpu FLUSH_L1D feature and FB_CLEAR capability
2023-05-08 15:04 UTC (2+ messages)
Your clang TSA patches
2023-05-08 14:53 UTC
[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 (10+ messages)
` [PATCH 01/12] aspeed/hace: Initialize g_autofree pointer
` [PATCH 02/12] aspeed: Introduce a boot_rom region at the machine level
` [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 10/12] aspeed: Get the BlockBackend of FMC0 from the flash device
` [PATCH 12/12] target/arm: Allow users to set the number of VFP registers
[PATCH] ui/cursor: incomplete check for integer overflow in cursor_alloc
2023-05-08 14:18 UTC
[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 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] 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 (6+ 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)
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 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)
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).