messages from 2024-08-28 20:23:26 to 2024-08-30 06:18:11 UTC [more...]
[PATCH v2 00/14] tcg/riscv: Add support for vector
2024-08-30 6:15 UTC (2+ messages)
` [PATCH v2 01/14] tcg/op-gvec: Fix iteration step in 32-bit operation
[PATCH v4 0/7] Fix check-qtest-ppc64 sanitizer errors
2024-08-30 6:11 UTC (14+ messages)
` [PATCH v4 6/7] memory: Do not create circular reference with subregion
[PATCH v12 00/20] riscv support for control flow integrity extensions
2024-08-30 5:56 UTC (25+ messages)
` [PATCH v12 01/20] target/riscv: expose *envcfg csr and priv to qemu-user as well
` [PATCH v12 02/20] target/riscv: Add zicfilp extension
` [PATCH v12 03/20] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v12 04/20] target/riscv: save and restore elp state on priv transitions
` [PATCH v12 05/20] target/riscv: additional code information for sw check
` [PATCH v12 06/20] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v12 07/20] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v12 08/20] disas/riscv: enable `lpad` disassembly
` [PATCH v12 09/20] target/riscv: Expose zicfilp extension as a cpu property
` [PATCH v12 10/20] target/riscv: Add zicfiss extension
` [PATCH v12 11/20] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v12 12/20] target/riscv: tb flag for shadow stack instructions
` [PATCH v12 13/20] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v12 14/20] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v12 15/20] target/riscv: update `decode_save_opc` to store extra word2
` [PATCH v12 16/20] target/riscv: implement zicfiss instructions
` [PATCH v12 17/20] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v12 18/20] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v12 19/20] disas/riscv: enable disassembly for compressed sspush/sspopchk
` [PATCH v12 20/20] target/riscv: Expose zicfiss extension as a cpu property
[PATCH for-9.2 00/10] s390: Convert virtio-ccw, cpu to three-phase reset, and followup cleanup
2024-08-30 5:48 UTC (16+ messages)
[PULL 0/3] virtio: regression fixes
2024-08-30 5:12 UTC (3+ messages)
` [PULL 2/3] hw/audio/virtio-snd: fix invalid param check
[RFC 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
2024-08-30 4:20 UTC (6+ messages)
` [RFC 1/2] vhost-vdpa: Decouple the IOVA allocator
` [RFC 2/2] vhost-vdpa: Implement GPA->IOVA & IOVA->SVQ HVA trees
[RFC PATCH 0/2] Sbsa-ref CXL Enablement
2024-08-30 4:15 UTC (3+ messages)
` [RFC PATCH 1/2] hw/arm/sbsa-ref: Enable CXL Host Bridge by pxb-cxl
` [RFC PATCH 2/2] hw/arm/sbsa-ref: Support CXL Fixed Memory Window
[RFC PATCH edk2-platforms 0/2] add basic support for CXL on sbsa-ref
2024-08-30 3:15 UTC (3+ messages)
` [RFC PATCH edk2-platforms 1/2] SbsaQemu: Add acpi0016 & acpi0017 objects into DSDT
` [RFC PATCH edk2-platforms 2/2] SbsaQemu: AcpiTables: Add CEDT Table
[PATCH v3] target/i386/kvm: Refine VMX controls setting for backward compatibility
2024-08-30 2:58 UTC (2+ messages)
` PING: "
[RFC PATCH 0/1] MdePkg/IndustryStandard: add definitions for ACPI 6.4 CEDT
2024-08-30 2:11 UTC (2+ messages)
` [RFC PATCH 1/1] "
[PATCH v2 0/1] linux-user: add openat2 support in linux-user
2024-08-30 1:50 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH RESEND v9 0/9] Add Rust build support, ARM PL011 device impl
2024-08-30 1:19 UTC (4+ messages)
` [PATCH RESEND v9 7/9] rust: add crate to expose bindings and interfaces
[PATCH v2 0/7] hw/net/can/xlnx-versal-canfd: Miscellaneous fixes
2024-08-30 0:11 UTC (16+ messages)
` [PATCH v2 1/7] hw/net/can/xlnx-versal-canfd: Fix interrupt level
` [PATCH v2 2/7] hw/net/can/xlnx-versal-canfd: Fix CAN FD flag check
` [PATCH v2 3/7] hw/net/can/xlnx-versal-canfd: Translate CAN ID registers
` [PATCH v2 4/7] hw/net/can/xlnx-versal-canfd: Handle flags correctly
` [PATCH v2 5/7] hw/net/can/xlnx-versal-canfd: Fix byte ordering
` [PATCH v2 6/7] hw/net/can/xlnx-versal-canfd: Simplify DLC conversions
` [PATCH v2 7/7] hw/net/can/xlnx-versal-canfd: Fix FIFO issues
[PATCH] hw/misc: Add a virtual PCILeech device
2024-08-30 0:08 UTC (3+ messages)
[PATCH 0/9] fifo8: add fifo8_peek(), fifo8_peek_buf() and tests
2024-08-30 0:01 UTC (19+ messages)
` [PATCH 1/9] fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr()
` [PATCH 2/9] fifo8: introduce head variable for fifo8_peekpop_bufptr()
` [PATCH 3/9] fifo8: add skip parameter to fifo8_peekpop_bufptr()
` [PATCH 4/9] fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in fifo8_pop_buf()
` [PATCH 5/9] fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()
` [PATCH 6/9] fifo8: honour do_pop argument in fifo8_peekpop_buf()
` [PATCH 7/9] fifo8: add fifo8_peek_buf() function
` [PATCH 8/9] fifo8: introduce fifo8_peek() function
` [PATCH 9/9] tests/unit: add test-fifo unit test
[PATCH] target/riscv: Stop timer with infinite timecmp
2024-08-29 23:46 UTC (2+ messages)
[PATCH v5 0/5] target/riscv: Add Smrnmi support
2024-08-29 23:42 UTC (8+ messages)
` [PATCH v5 2/5] target/riscv: Handle Smrnmi interrupt and exception
` [PATCH v5 4/5] target/riscv: Add Smrnmi mnret instruction
[PATCH v3 0/4] gdbstub: Add support for MTE in system mode
2024-08-29 22:16 UTC (8+ messages)
` [PATCH v3 4/4] tests/tcg/aarch64: Extend MTE gdbstub tests to "
[PATCH] raw-format: Fix error message for invalid offset/size
2024-08-29 21:00 UTC (2+ messages)
[PATCH 00/13] XIVE2 changes for TIMA operations
2024-08-29 20:35 UTC (15+ messages)
` [PATCH 03/13] ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"
` [PATCH 06/13] ppc/xive2: Dump the VP-group and crowd tables with 'info pic'
` [PATCH 09/13] ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"
` [PATCH 10/13] pnv/xive: Add special handling for pool targets
` [PATCH 11/13] pnv/xive: Update PIPR when updating CPPR
[PATCH v2 0/2] Postcopy migration and vhost-user errors
2024-08-29 20:29 UTC (11+ messages)
` [PATCH v2 2/2] vhost-user: add a request-reply lock
[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
2024-08-29 20:03 UTC (11+ messages)
` [PATCH v2 02/17] migration/ram: Add load start trace event
` [PATCH v2 12/17] migration/multifd: Device state transfer support - send side
[PATCH for-9.2] kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()
2024-08-29 19:36 UTC (3+ messages)
[PATCH] chardev: allow specifying finer-grained reconnect timeouts
2024-08-29 18:59 UTC (5+ messages)
[PULL 00/20] target-arm queue
2024-08-29 17:25 UTC (5+ messages)
` [PULL 17/20] target/arm: Do memory type alignment check when translation disabled
[PATCH v2 0/1] plugins: add API to read guest CPU memory from hwaddr
2024-08-29 16:47 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH] sysbus-fdt: DT node generation for tegra234-mgbe assigned device
2024-08-29 16:17 UTC
[PATCH v3 0/7] vfio/igd: add passthrough support for IGDs of gen 11 and later
2024-08-29 16:14 UTC (2+ messages)
[PATCH v2 0/4] virtio-mem: Implement support for suspend+wake-up with plugged memory
2024-08-29 15:50 UTC (9+ messages)
` [PATCH v2 2/4] reset: Add RESET_TYPE_WAKEUP
[PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default
2024-08-29 15:40 UTC (7+ messages)
[PATCH v2 0/2] qdev-monitor: avoid QemuOpts in QMP device_add
2024-08-29 14:09 UTC (5+ messages)
` [PATCH v2 1/2] "
qemu-hppa-user: crashes immediately in hppa chroot
2024-08-29 14:08 UTC (3+ messages)
[PATCH] hw/ppc: fix decrementer with BookE timers
2024-08-29 13:36 UTC (5+ messages)
[PATCH] hw/arm/xilinx_zynq: Enable Security Extensions
2024-08-29 13:31 UTC (3+ messages)
[PATCH v6 RESEND 0/5] Power11 support for QEMU [PSeries]
2024-08-29 12:19 UTC (2+ messages)
[PATCH V2 1/1] virtio-pci: Add lookup subregion of VirtIOPCIRegion MR
2024-08-29 13:13 UTC (3+ messages)
[PATCH 1/1] platform-bus: fix refcount leak
2024-08-29 13:10 UTC
[ANNOUNCE] QEMU 9.1.0-rc4 is now available
2024-08-29 12:19 UTC
[PATCH v2 1/1] m25p80: Add SFDP table for mt35xu01g flash
2024-08-29 12:01 UTC
[PATCH 1/1] m25p80: Add SFDP table for mt35xu01gbba flash device
2024-08-29 11:55 UTC
[PATCH v4 00/35] Convert avocado tests to normal Python unittests
2024-08-29 11:43 UTC (31+ messages)
` [PATCH v4 04/35] Bump avocado to 103.0
` [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 11/35] tests/functional: Prepare the meson build system for the functional tests
` [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 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] iotests: fix expected output from gnutls in NBD test
2024-08-29 11:14 UTC (2+ messages)
[PULL 00/11] Crypto patches
2024-08-29 11:03 UTC (7+ messages)
` [PULL 10/11] crypto: push error reporting into TLS session I/O APIs
[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
2024-08-29 9:59 UTC (7+ messages)
` [PATCH RFC V3 24/29] target/arm: Add support of *unrealize* ARMCPU during vCPU Hot-unplug
[PATCH 0/2] linux-user/syscall.c remove explicit mentions of LFS
2024-08-29 9:15 UTC (6+ messages)
` [PATCH 1/2] linux-user/syscall.c: drop 64 suffix from flock64 &Co
` [PATCH] mark <zlib.h> with for-crc32 in a consistent manner
` [PATCH 2/2] linux-user/syscall.c: eliminate other explicit LFS usages
[PATCH v7 0/6] plugins: access values during a memory read/write
2024-08-29 9:03 UTC (3+ messages)
` [PATCH v7 6/6] tests/tcg/multiarch: add test for plugin memory access
[PATCH v10 00/10] Support persistent reservation operations
2024-08-29 8:42 UTC (11+ messages)
` [PATCH v10 01/10] block: add persistent reservation in/out api
` [PATCH v10 02/10] block/raw: add persistent reservation in/out driver
` [PATCH v10 03/10] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH v10 04/10] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH v10 05/10] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v10 06/10] block/nvme: add reservation command protocol constants
` [PATCH v10 07/10] hw/nvme: add helper functions for converting reservation types
` [PATCH v10 08/10] hw/nvme: enable ONCS and rescap function
` [PATCH v10 09/10] hw/nvme: add reservation protocal command
` [PATCH v10 10/10] block/iscsi: add persistent reservation in/out driver
[PATCH v5 0/8] AWS Nitro Enclave emulation support
2024-08-29 8:14 UTC (5+ messages)
` [PATCH v5 7/8] machine/nitro-enclave: New machine type for AWS Nitro Enclaves
[PULL 0/6] misc patch queue
2024-08-29 7:14 UTC (5+ messages)
` [PULL 3/6] qemu/osdep: Split qemu_close_all_open_fd() and add fallback
[PATCH] docs/devel: Prohibit calling object_unparent() for memory region
2024-08-29 5:46 UTC
[PATCH v5 0/3] Upgrade ACPI SPCR table to support SPCR table revision 4 format
2024-08-29 1:59 UTC (4+ messages)
` [PATCH v5 1/3] qtest: allow SPCR acpi table changes
` [PATCH v5 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 format
` [PATCH v5 3/3] tests/qtest/bios-tables-test: Update virt SPCR golden reference for RISC-V
[PATCH v11 00/20] riscv support for control flow integrity extensions
2024-08-29 1:34 UTC (27+ messages)
` [PATCH v11 11/20] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v11 12/20] target/riscv: tb flag for shadow stack instructions
` [PATCH v11 13/20] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v11 14/20] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v11 15/20] target/riscv: update `decode_save_opc` to store extra word2
` [PATCH v11 16/20] target/riscv: implement zicfiss instructions
` [PATCH v11 17/20] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v11 18/20] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v11 19/20] disas/riscv: enable disassembly for compressed sspush/sspopchk
` [PATCH v11 20/20] target/riscv: Expose zicfiss extension as a cpu property
[PATCH] linux-user: add openat2 support in linux-user
2024-08-29 1:23 UTC (2+ messages)
[PATCH v1 00/15] tcg/riscv: Add support for vector
2024-08-28 23:35 UTC (5+ messages)
` [PATCH v1 15/15] tcg/riscv: Enable vector TCG host-native
[PULL 0/1] QAPI patches patches for 2024-08-27
2024-08-28 22:30 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).