qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-20 23:16:46 to 2024-08-22 08:27:43 UTC [more...]

[PATCH v7 00/17] riscv support for control flow integrity extensions
 2024-08-22  8:25 UTC  (14+ messages)
` [PATCH v7 02/17] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v7 04/17] target/riscv: additional code information for sw check
` [PATCH v7 05/17] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v7 08/17] target/riscv: Add zicfiss extension
` [PATCH v7 09/17] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v7 10/17] target/riscv: tb flag for shadow stack instructions
` [PATCH v7 11/17] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v7 12/17] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v7 13/17] target/riscv: update `decode_save_opc` to store extra word2
` [PATCH v7 14/17] target/riscv: implement zicfiss instructions
` [PATCH v7 15/17] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v7 16/17] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v7 17/17] disas/riscv: enable disassembly for compressed sspush/sspopchk

[PATCH v2 0/4] hw/ufs: ufs device testing function added and modified
 2024-08-22  8:12 UTC  (5+ messages)
    ` [PATCH v2 1/4] hw/ufs: minor bug fixes related to ufs-test
    ` [PATCH v2 3/4] hw/ufs: ufs attribute read/write test implemented
    ` [PATCH v2 2/4] hw/ufs: ufs flag "
    ` [PATCH v2 4/4] hw/ufs: ufs descriptor read "

[PATCH v3] hw/acpi: Add vmclock device
 2024-08-22  7:52 UTC 

[PATCH] tests/avocado: Allow running user-mode tests
 2024-08-22  7:21 UTC  (2+ messages)

[PATCH] target/loongarch: Support QMP dump-guest-memory
 2024-08-22  6:52 UTC 

[PATCH 0/4] hw/ufs: ufs device testing function added and modified
 2024-08-22  6:08 UTC  (10+ 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 4/4] hw/ufs: ufs descriptor read "

[PATCH 0/5] hw/net/can/xlnx-versal-canfd: Miscellaneous fixes
 2024-08-22  1:11 UTC  (8+ 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] plugins: add plugin API to read guest memory
 2024-08-21 23:56 UTC 

[PATCH v4] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2024-08-22  5:35 UTC  (2+ messages)

[PATCH v6 00/16] riscv support for control flow integrity extensions
 2024-08-22  5:13 UTC  (25+ messages)
` [PATCH v6 01/16] target/riscv: Add zicfilp extension
` [PATCH v6 02/16] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v6 03/16] target/riscv: save and restore elp state on priv transitions
` [PATCH v6 04/16] target/riscv: additional code information for sw check
` [PATCH v6 05/16] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v6 06/16] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v6 07/16] disas/riscv: enable `lpad` disassembly
` [PATCH v6 08/16] target/riscv: Add zicfiss extension
` [PATCH v6 09/16] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v6 10/16] target/riscv: tb flag for shadow stack instructions
` [PATCH v6 11/16] target/riscv: mmu changes for zicfiss shadow stack protection
` [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 v6 15/16] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v6 16/16] disas/riscv: enable disassembly for compressed sspush/sspopchk

[PATCH] vnc: fix crash when no console attached
 2024-08-22  4:15 UTC  (2+ messages)

[PATCH] target/loongarch/kvm: Add vCPU reset function
 2024-08-22  2:28 UTC 

[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  (7+ 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 v8 0/5] Implement QATzip compression method
 2024-08-21 20:42 UTC  (4+ messages)
` [PATCH v8 3/5] migration: Add migration parameters for QATzip
    ` [External] "

[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  (4+ messages)

[PATCH V2 00/11] Live update: cpr-exec
 2024-08-21 16:57 UTC  (9+ messages)
` [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

Issue with QEMU Live Migration
 2024-08-21 16:55 UTC  (3+ messages)

[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  (9+ messages)
` [PATCH RFC V3 17/29] arm/virt: Release objects for *disabled* possible vCPUs after init

[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/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  (3+ messages)
` [PATCH for-9.2 v6 04/12] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device

[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 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  (2+ messages)

[PATCH v2 00/12] xen: pvh: Partial QOM:fication with new x86 PVH machine
 2024-08-21  1:22 UTC  (13+ messages)
` [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)


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).