messages from 2024-08-20 14:35:51 to 2024-08-21 21:52:13 UTC [more...]
[PATCH v6 00/16] riscv support for control flow integrity extensions
2024-08-21 21:50 UTC (8+ messages)
` [PATCH v6 01/16] target/riscv: Add zicfilp extension
` [PATCH v6 06/16] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v6 08/16] target/riscv: Add zicfiss extension
` [PATCH v6 09/16] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v6 12/16] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v6 13/16] target/riscv: implement zicfiss instructions
` [PATCH v6 14/16] target/riscv: compressed encodings for sspush and sspopchk
[PATCH v4] ptp: Add vDSO-style vmclock support
2024-08-21 21:50 UTC
[PATCH v3 00/14] migration/multifd: Remove multifd_send_state->pages
2024-08-21 21:38 UTC (11+ messages)
` [PATCH v3 02/14] migration/multifd: Inline page_size and page_count
` [PATCH v3 03/14] migration/multifd: Remove pages->allocated
` [PATCH v3 06/14] migration/multifd: Make MultiFDPages_t:offset a flexible array member
` [PATCH v3 07/14] migration/multifd: Replace p->pages with an union pointer
` [PATCH v3 09/14] migration/multifd: Isolate ram pages packet data
[PATCH v5 10/13] migration/multifd: Enable DSA offloading in multifd sender path
2024-08-21 21:16 UTC (4+ messages)
` [PATCH v5 11/13] migration/multifd: Add migration option set packet size
[PATCH for-9.2 0/9] tests/qtest/migration-test: Fix various leaks
2024-08-21 21:04 UTC (13+ messages)
` [PATCH for-9.2 1/9] tests/qtest/migration-test: Fix bootfile cleanup handling
` [PATCH for-9.2 2/9] tests/qtest/migration-test: Don't leak resp in multifd_mapped_ram_fdset_end()
` [PATCH for-9.2 3/9] tests/qtest/migration-test: Fix leaks in calc_dirtyrate_ready()
` [PATCH for-9.2 4/9] tests/qtest/migration-helpers: Fix migrate_get_socket_address() leak
` [PATCH for-9.2 5/9] tests/qtest/migration-test: Free QCRyptoTLSTestCertReq objects
` [PATCH for-9.2 6/9] tests/unit/crypto-tls-x509-helpers: deinit privkey in test_tls_cleanup
` [PATCH for-9.2 7/9] tests/qtest/migration-helpers: Don't dup argument to qdict_put_str()
` [PATCH for-9.2 8/9] tests/qtest/migration-test: Don't strdup in get_dirty_rate()
` [PATCH for-9.2 9/9] tests/qtest/migration-test: Don't leak QTestState in test_multifd_tcp_cancel()
[PATCH v8 0/5] Implement QATzip compression method
2024-08-21 20:42 UTC (8+ messages)
` [PATCH v8 1/5] docs/migration: add qatzip compression feature
` [PATCH v8 2/5] meson: Introduce 'qatzip' feature to the build system
` [PATCH v8 3/5] migration: Add migration parameters for QATzip
` [External] "
` [PATCH v8 4/5] migration: Introduce 'qatzip' compression method
` [PATCH v8 5/5] tests/migration: Add integration test for "
[PATCH RFC 0/2] migration: introduce strict SLA
2024-08-21 19:45 UTC (11+ messages)
` [PATCH RFC 2/2] migration: abort on destination if switchover limit exceeded
[PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
2024-08-21 19:33 UTC (6+ messages)
[PATCH V2 00/11] Live update: cpr-exec
2024-08-21 18:34 UTC (11+ messages)
[PATCH] softmmu: Support concurrent bounce buffers
2024-08-21 18:24 UTC (2+ messages)
[PATCH] hw/char: suppress sunmouse events with no changes
2024-08-21 17:14 UTC (5+ messages)
[PATCH V2 00/11] Live update: cpr-exec
2024-08-21 16:57 UTC (15+ messages)
` [PATCH V2 06/11] migration: fix mismatched GPAs during cpr
` [PATCH V2 00/11] Live update: cpr-exec (reconnections)
Issue with QEMU Live Migration
2024-08-21 16:55 UTC (3+ messages)
[PATCH] tests/avocado: Allow running user-mode tests
2024-08-21 15:38 UTC
[PATCH] tests/avocado: Move LinuxTest related code into a separate file
2024-08-21 15:14 UTC (3+ messages)
[PATCH v4 00/35] Convert avocado tests to normal Python unittests
2024-08-21 14:49 UTC (46+ messages)
` [PATCH v4 01/35] tests/avocado: machine aarch64: standardize location and RO access
` [PATCH v4 02/35] tests/avocado/boot_xen.py: fetch kernel during test setUp()
` [PATCH v4 03/35] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image
` [PATCH v4 04/35] Bump avocado to 103.0
` [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
` [PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x subtest
` [PATCH v4 07/35] python: Install pycotap in our venv if necessary
` [PATCH v4 08/35] tests/functional: Add base classes for the upcoming pytest-based tests
` [PATCH v4 09/35] tests/functional: Set up logging
` [PATCH v4 10/35] tests/Makefile.include: Increase the level of indentation in the help text
` [PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests
` [PATCH v4 12/35] tests/functional: Convert simple avocado tests into standalone python tests
` [PATCH v4 13/35] tests/functional: Convert avocado tests that just need a small adjustment
` [PATCH v4 14/35] tests/functional: add a module for handling asset download & caching
` [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
` [PATCH v4 16/35] tests/functional: Convert some tests that download files via fetch_asset()
` [PATCH v4 17/35] tests/functional: Add a function for extracting files from an archive
` [PATCH v4 18/35] tests/functional: Convert some avocado tests that needed avocado.utils.archive
` [PATCH v4 19/35] tests/functional: Convert the s390x avocado tests into standalone tests
` [PATCH v4 20/35] tests/functional: Convert the x86_cpu_model_versions test
` [PATCH v4 21/35] tests/functional: Convert the microblaze avocado tests into standalone tests
` [PATCH v4 22/35] tests/functional: Convert the riscv_opensbi avocado test into a standalone test
` [PATCH v4 23/35] tests/functional: Convert the virtio_gpu "
` [PATCH v4 24/35] tests/functional: Convert most ppc avocado tests into standalone tests
` [PATCH v4 25/35] tests/functional: Convert the ppc_amiga avocado test into a standalone test
` [PATCH v4 26/35] tests/functional: Convert the ppc_hv "
` [PATCH v4 27/35] tests/functional: Convert the m68k nextcube test with tesseract
` [PATCH v4 28/35] tests/functional: Convert the acpi-bits test into a standalone test
` [PATCH v4 29/35] tests/functional: Convert the rx_gdbsim avocado "
` [PATCH v4 30/35] tests/functional: Convert the linux_initrd "
` [PATCH v4 31/35] gitlab-ci: Add "check-functional" to the build tests
` [PATCH v4 32/35] docs/devel: Split testing docs from the build docs and move to separate folder
` [PATCH v4 33/35] docs/devel/testing: Split the Avocado documentation into a separate file
` [PATCH v4 34/35] docs/devel/testing: Rename avocado_qemu.Test class
` [PATCH v4 35/35] docs/devel/testing: Add documentation for functional tests
[PATCH 0/5] Serial device cleanup
2024-08-21 14:48 UTC (9+ messages)
` [PATCH 1/5] hw: Remove unused inclusion of hw/char/serial.h
` [PATCH 3/5] hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine
` [PATCH 4/5] hw/char/serial.h: Extract serial-isa.h
` [PATCH 5/5] hw/char: Extract serial-mm
[PATCH v5 0/3] hw/i386/acpi: Pre-compute the _PRT table
2024-08-21 14:45 UTC (6+ messages)
` [PATCH v5 1/3] tests/acpi: pc: allow DSDT acpi table changes
` [PATCH v5 3/3] tests/acpi: pc: update golden masters for DSDT
[PATCH v4 0/2] cxl: add device reporting poison handler
2024-08-21 13:57 UTC (4+ messages)
` [PATCH v4 1/2] cxl/core: introduce device reporting poison hanlding
[PATCH v4 0/6] AWS Nitro Enclave emulation support
2024-08-21 13:39 UTC (9+ messages)
` [PATCH v4 4/6] machine/nitro-enclave: Add built-in Nitro Secure Module device
[PATCH v2 0/3] tests/functional: Convert few MIPS avocado tests
2024-08-21 13:33 UTC (4+ messages)
` [PATCH v2 1/3] tests/functional: Convert mips fuloong2e avocado test
` [PATCH v2 2/3] tests/functional: Convert mips64el Malta I6400 avocado tests
` [PATCH v2 3/3] tests/functional: Convert mipsel Malta YAMON avocado test
[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
2024-08-21 13:32 UTC (20+ messages)
` [PATCH RFC V3 11/29] arm/virt: Create GED dev before *disabled* CPU Objs are destroyed
` [PATCH RFC V3 17/29] arm/virt: Release objects for *disabled* possible vCPUs after init
` [PATCH RFC V3 24/29] target/arm: Add support of *unrealize* ARMCPU during vCPU Hot-unplug
[PATCH] tests/functional: Convert mips fuloong2e avocado test
2024-08-21 13:30 UTC (3+ messages)
[PATCH v10 0/8] memory: prevent dma-reentracy issues
2024-08-21 13:25 UTC (3+ messages)
` [PATCH v10 1/8] "
[PATCH 0/4] hw/ufs: ufs device testing function added and modified
2024-08-21 2:27 UTC
[PATCH 0/4] hw/ufs: ufs device testing function added and modified
2024-08-21 2:35 UTC (4+ messages)
` [PATCH 1/4] hw/ufs: minor bug fixes related to ufs-test
` [PATCH 2/4] hw/ufs: ufs flag read/write test implemented
` [PATCH 3/4] hw/ufs: ufs attribute "
[PATCH 0/2] tests/functional: Convert MIPS Malta avocado tests
2024-08-21 13:14 UTC (4+ messages)
` [PATCH 1/2] tests/functional: Convert mips64el Malta I6400 "
` [PATCH 2/2] tests/functional: Convert mipsel Malta YAMON avocado test
[PATCH] hw/acpi/ich9: Add periodic and swsmi timer
2024-08-21 13:00 UTC (3+ messages)
` [PATCH v2] "
[RFC 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
2024-08-21 12:55 UTC (3+ messages)
` [RFC 1/2] vhost-vdpa: Decouple the IOVA allocator
` [RFC 2/2] vhost-vdpa: Implement GPA->IOVA & IOVA->SVQ HVA trees
[RFC v3 0/3] Add packed virtqueue to shadow virtqueue
2024-08-21 12:19 UTC (4+ messages)
` [RFC v3 3/3] vhost: Allocate memory for packed vring
[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
2024-08-21 11:34 UTC (7+ messages)
` [PATCH for-9.2 v6 03/12] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH for-9.2 v6 04/12] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PATCH for-9.2 v6 08/12] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
[PATCH] roms: Support compile the efi bios for loongarch
2024-08-21 11:33 UTC (2+ messages)
[PATCH for-9.2 v14 00/11] hw/pci: SR-IOV related fixes and improvements
2024-08-21 10:37 UTC (3+ messages)
` [PATCH for-9.2 v14 08/11] pcie_sriov: Remove num_vfs from PCIESriovPF
[PATCH for-9.2 v7 0/9] virtio-net: add support for SR-IOV emulation
2024-08-21 10:18 UTC (2+ messages)
[PATCH for-9.1] hw/loongarch: Fix length for lowram in ACPI SRAT
2024-08-21 9:27 UTC (3+ messages)
[PATCH] target/riscv/kvm: Fix the group bit setting of AIA
2024-08-21 7:50 UTC
[PATCH 0/5] hw/net/can/xlnx-versal-canfd: Miscellaneous fixes
2024-08-21 7:33 UTC (6+ messages)
` [PATCH 1/5] hw/net/can/xlnx-versal-canfd: Fix interrupt level
` [PATCH 2/5] hw/net/can/xlnx-versal-canfd: Fix CAN FD flag check
[PATCH v7 0/7] Add Rust build support, ARM PL011 device impl
2024-08-21 7:24 UTC (6+ messages)
` [PATCH v7 6/7] rust: add crate to expose bindings and interfaces
[PULL 0/1] LoongArch: Fix for 9.1
2024-08-21 6:46 UTC (3+ messages)
` [PULL 1/1] hw/loongarch: Fix length for lowram in ACPI SRAT
[PATCH v2 0/4] gdbstub: Add support for MTE in system mode
2024-08-21 5:40 UTC (5+ messages)
` [PATCH v2 1/4] gdbstub: Use specific MMU index when probing MTE addresses
` [PATCH v2 4/4] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode
[PULL 0/5] misc patch queue
2024-08-21 5:08 UTC (7+ messages)
` [PULL 1/5] linux-user: Handle short reads in mmap_h_gt_g
` [PULL 2/5] bsd-user: "
` [PULL 3/5] target/i386: Split out gen_prepare_val_nz
` [PULL 4/5] target/i386: Fix carry flag for BLSI
` [PULL 5/5] target/i386: Fix tss access size in switch_tss_ra
[PATCH v3] kvm: replace fprintf with error_report/printf() in kvm_init()
2024-08-21 3:38 UTC (6+ messages)
[PULL 0/1] Migration patches for 2024-08-20
2024-08-21 2:24 UTC (3+ messages)
` [PULL 1/1] migration/multifd: Free MultiFDRecvParams::data
[PATCH v2 00/12] xen: pvh: Partial QOM:fication with new x86 PVH machine
2024-08-21 1:22 UTC (14+ messages)
` [PATCH v2 03/12] hw/arm: xenpvh: Tweak machine description
` [PATCH v2 04/12] hw/arm: xenpvh: Add support for SMP guests
` [PATCH v2 05/12] hw/arm: xenpvh: Remove double-negation in warning
` [PATCH v2 06/12] hw/arm: xenpvh: Move stubbed functions to xen-stubs.c
` [PATCH v2 07/12] hw/arm: xenpvh: Break out a common PVH machine
` [PATCH v2 10/12] hw/xen: pvh-common: Add support for creating PCIe/GPEX
` [PATCH v2 11/12] hw/i386/xen: Add a Xen PVH x86 machine
[PATCH] scripts/coccinelle: New range.cocci
2024-08-21 0:21 UTC (3+ messages)
[PATCH v2] hw/i386/pc: Remove vmport value assertion
2024-08-20 23:18 UTC (2+ messages)
[RFC PATCH] accel/tcg: clear all TBs from a page when it is written to
2024-08-20 23:16 UTC (4+ messages)
[PATCH] hw/i386/pc: Fix enum value assertion
2024-08-20 23:13 UTC (3+ messages)
[PULL 00/20] Misc fixes for 2024-08-20
2024-08-20 22:55 UTC (6+ messages)
` [PULL 18/20] hw/i386/pc: Unify vmport=auto handling
[PULL 0/3] virtio: regression fixes
2024-08-20 22:46 UTC (2+ messages)
[PATCH v5 00/15] riscv support for control flow integrity extensions
2024-08-20 22:33 UTC (7+ messages)
` [PATCH v5 11/15] target/riscv: mmu changes for zicfiss shadow stack protection
[PATCH for-9.2 v3 0/6] target/sparc: emulate floating point queue when raising fp traps
2024-08-20 22:16 UTC (7+ messages)
` [PATCH for-9.2 v3 0/6] target/sparc: emulate floating point queue when raising fp traps -- CORRECTION
[PATCH v2] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job
2024-08-20 17:01 UTC
[RFC V1 0/6] Live update: cpr-transfer
2024-08-20 16:29 UTC (10+ messages)
[PATCH 0/1] hw/nvme: add atomic write support
2024-08-20 16:11 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH for-9.1] target/i386: Fix tss access size in switch_tss_ra
2024-08-20 16:02 UTC (3+ messages)
[PATCH for-9.1?] migration/multifd: Free MultiFDRecvParams::data
2024-08-20 15:40 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).