messages from 2024-08-24 04:59:02 to 2024-08-26 21:02:07 UTC [more...]
[PATCH 0/1] Subject: Support deposit8 in include/qemu/bitops.h
2024-08-26 20:46 UTC (2+ messages)
` [PATCH 1/1] include/qemu/bitops.h: Add deposit8 for uint8_t bit operation
[PATCH v3 0/7] tests/functional: Convert few MIPS avocado tests
2024-08-26 20:59 UTC (11+ messages)
` [PATCH v3 1/7] tests/functional: Convert mips64el Fuloong2e avocado test (1/2)
` [PATCH v3 2/7] tests/functional: Convert mips64el Fuloong2e avocado test (2/2)
` [PATCH v3 3/7] tests/functional: Convert mips64el I6400 Malta avocado tests
` [PATCH v3 4/7] tests/functional: Convert mips64el 5KEc "
` [PATCH v3 5/7] tests/functional: Convert mips32el Malta YAMON avocado test
` [PATCH v3 6/7] tests/functional: Convert nanomips Malta avocado tests
` [PATCH v3 7/7] tests/functional: Convert mips32eb 4Kc "
[PATCH v5 00/18] migration/multifd: Remove multifd_send_state->pages
2024-08-26 20:47 UTC (23+ messages)
` [PATCH v5 01/18] migration/multifd: Reduce access to p->pages
` [PATCH v5 02/18] migration/multifd: Inline page_size and page_count
` [PATCH v5 03/18] migration/multifd: Remove pages->allocated
` [PATCH v5 04/18] migration/multifd: Pass in MultiFDPages_t to file_write_ramblock_iov
` [PATCH v5 05/18] migration/multifd: Introduce MultiFDSendData
` [PATCH v5 06/18] migration/multifd: Make MultiFDPages_t:offset a flexible array member
` [PATCH v5 07/18] migration/multifd: Replace p->pages with an union pointer
` [PATCH v5 08/18] migration/multifd: Move pages accounting into multifd_send_zero_page_detect()
` [PATCH v5 09/18] migration/multifd: Remove total pages tracing
` [PATCH v5 10/18] migration/multifd: Isolate ram pages packet data
` [PATCH v5 11/18] migration/multifd: Don't send ram data during SYNC
` [PATCH v5 12/18] migration/multifd: Replace multifd_send_state->pages with client data
` [PATCH v5 13/18] migration/multifd: Allow multifd sync without flush
` [PATCH v5 14/18] migration/multifd: Standardize on multifd ops names
` [PATCH v5 15/18] migration/multifd: Register nocomp ops dynamically
` [PATCH v5 16/18] migration/multifd: Move nocomp code into multifd-nocomp.c
` [PATCH v5 17/18] migration/multifd: Make MultiFDMethods const
` [PATCH v5 18/18] migration/multifd: Stop changing the packet on recv side
[PATCH v4 0/7] Fix check-qtest-ppc64 sanitizer errors
2024-08-26 19:42 UTC (9+ messages)
` [PATCH v4 5/7] memory: Clarify owner must not call memory_region_ref()
` [PATCH v4 6/7] memory: Do not create circular reference with subregion
` [PATCH v4 7/7] tests/qtest: Delete previous boot file
[PATCH] plugins: add plugin API to read guest memory
2024-08-26 19:11 UTC (6+ messages)
Issue with QEMU Live Migration
2024-08-26 19:05 UTC (10+ messages)
[PATCH v2] aspeed: Deprecate the tacoma-bmc machine
2024-08-26 18:50 UTC (4+ messages)
[PATCH v4 00/16] migration/multifd: Remove multifd_send_state->pages
2024-08-26 17:16 UTC (16+ messages)
` [PATCH v4 09/16] migration/multifd: Remove total pages tracing
` [PATCH v4 10/16] migration/multifd: Isolate ram pages packet data
` [PATCH v4 14/16] migration/multifd: Standardize on multifd ops names
` [PATCH v4 15/16] migration/multifd: Register nocomp ops dynamically
` [PATCH v4 16/16] migration/multifd: Move nocomp code into multifd-nocomp.c
[PATCH for-9.2 00/10] s390: Convert virtio-ccw, cpu to three-phase reset, and followup cleanup
2024-08-26 17:11 UTC (14+ messages)
` [PATCH for-9.2 01/10] hw/s390/virtio-ccw: Convert to three-phase reset
` [PATCH for-9.2 03/10] hw: Remove device_class_set_parent_reset()
` [PATCH for-9.2 07/10] hw: Define new device_class_set_legacy_reset()
` [PATCH for-9.2 09/10] hw: Rename DeviceClass::reset field to legacy_reset
[PATCH 0/7] pc-bios/s390-ccw: Merge the netboot loader into s390-ccw.img
2024-08-26 17:07 UTC (2+ messages)
[PATCH for-9.2] hw/vfio/pci.c: Use correct type in trace_vfio_msix_early_setup()
2024-08-26 16:35 UTC (2+ messages)
[PATCH 0/7] vfio/igd: add passthrough support for IGDs of gen 11 and later
2024-08-26 16:35 UTC (3+ messages)
` [PATCH 4/7] vfio/igd: add new bar0 quirk to emulate BDSM mirror
[PATCH 0/7] various ppc fixes
2024-08-26 16:34 UTC (6+ messages)
` [PATCH 1/7] ppc/pnv: Fix LPC serirq routing calculation
` [PATCH 2/7] ppc/pnv: Fix LPC POWER8 register sanity check
apparent memory leak from object-add+object-del of memory-backend-ram
2024-08-26 16:32 UTC (7+ messages)
[PATCH] tests/avocado: Move LinuxTest related code into a separate file
2024-08-26 16:11 UTC (4+ messages)
[PATCH] hw/arm: fix memleak in sbsa-ref.c
2024-08-26 15:37 UTC (2+ messages)
[PATCH v9 00/17] riscv support for control flow integrity extensions
2024-08-26 15:29 UTC (18+ messages)
` [PATCH v9 01/17] target/riscv: Add zicfilp extension
` [PATCH v9 02/17] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v9 03/17] target/riscv: save and restore elp state on priv transitions
` [PATCH v9 04/17] target/riscv: additional code information for sw check
` [PATCH v9 05/17] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v9 06/17] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v9 07/17] disas/riscv: enable `lpad` disassembly
` [PATCH v9 08/17] target/riscv: Add zicfiss extension
` [PATCH v9 09/17] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v9 10/17] target/riscv: tb flag for shadow stack instructions
` [PATCH v9 11/17] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v9 12/17] target/riscv: AMO operations always raise store/AMO fault
` [PATCH v9 13/17] target/riscv: update `decode_save_opc` to store extra word2
` [PATCH v9 14/17] target/riscv: implement zicfiss instructions
` [PATCH v9 15/17] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v9 16/17] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v9 17/17] disas/riscv: enable disassembly for compressed sspush/sspopchk
[PATCH v8 00/17] riscv support for control flow integrity extensions
2024-08-26 15:17 UTC (4+ messages)
` [PATCH v8 04/17] target/riscv: additional code information for sw check
[PULL for-9.1-rc4 0/1] NBD patches for 2024-08-26
2024-08-26 13:49 UTC (2+ messages)
` [PULL 1/1] nbd/server: CVE-2024-7409: Avoid use-after-free when closing server
[PATCH for-9.1] nbd/server: CVE-2024-7409: Avoid use-after-free when closing server
2024-08-26 13:34 UTC (2+ messages)
[PATCH v1 00/15] support ADC and I2C for AST2700
2024-08-26 11:48 UTC (7+ messages)
` [PATCH v1 04/15] hw/i2c/aspeed: support discontinuous register memory region of I2C bus
[PATCH 00/13] XIVE2 changes for TIMA operations
2024-08-26 11:46 UTC (13+ messages)
` [PATCH 01/13] pnv/xive: TIMA patch sets pre-req alignment and formatting changes
` [PATCH 02/13] pnv/xive2: Define OGEN field in the TIMA
` [PATCH 04/13] pnv/xive2: Support for "OS LGS Push" TIMA operation
` [PATCH 05/13] ppc/xive2: Dump more NVP state with 'info pic'
` [PATCH 07/13] ppc/xive2: Allow 1-byte write of Target field in TIMA
` [PATCH 08/13] ppc/xive2: Support "Pull Thread Context to Register" operation
[PATCH v8 0/8] Add Rust build support, ARM PL011 device impl
2024-08-26 11:29 UTC (13+ messages)
` [PATCH v8 6/8] rust: add crate to expose bindings and interfaces
` [PATCH v8 7/8] rust: add utility procedural macro crate
[PATCH v3] tests/functional: Convert Aarch64 Virt machine avocado tests
2024-08-26 10:54 UTC (2+ messages)
[PATCH] ppc/pnv: ADU fix possible buffer overrun with invalid size
2024-08-26 10:01 UTC (2+ messages)
[PULL 0/3] Optional fixes for 9.1.0-rc4
2024-08-26 9:43 UTC (4+ messages)
` [PULL 1/3] gitlab-ci: Replace build_script -> step_script in Cirrus jobs
` [PULL 2/3] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job
` [PULL 3/3] tests/qtest: Delete previous boot file
[PATCH] Add vhost-user-spi and vhost-user-spi-pci devices
2024-08-26 9:04 UTC (2+ messages)
[PATCH v4 00/35] Convert avocado tests to normal Python unittests
2024-08-26 8:18 UTC (4+ messages)
` [PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests
[PATCH v2] tests/functional: Convert Aarch64 Virt machine avocado tests
2024-08-26 8:12 UTC (2+ messages)
[PATCH RESEND v4 0/3] Upgrade ACPI SPCR table to support SPCR table revision 4 format
2024-08-26 7:19 UTC (13+ messages)
` [PATCH RESEND v4 1/3] qtest: allow SPCR acpi table changes
` [PATCH RESEND v4 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 format
` [PATCH RESEND v4 3/3] tests/qtest/bios-tables-test: Update virt SPCR golden reference for RISC-V
[PATCH v8 0/5] Implement QATzip compression method
2024-08-26 7:14 UTC (5+ messages)
` [PATCH v8 4/5] migration: Introduce 'qatzip' "
` [External] "
[PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
2024-08-26 6:14 UTC (3+ messages)
[PATCH v3 0/4] gdbstub: Add support for MTE in system mode
2024-08-26 6:10 UTC (6+ messages)
` [PATCH v3 1/4] gdbstub: Use specific MMU index when probing MTE addresses
` [PATCH v3 2/4] gdbstub: Add support for MTE in system mode
` [PATCH v3 3/4] tests/guest-debug: Support passing arguments to the GDB test script
` [PATCH v3 4/4] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode
[PATCH v9 00/12] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-26 1:53 UTC (15+ messages)
` [PATCH v9 01/12] acpi/ghes: add a firmware file with HEST address
` [PATCH v9 02/12] acpi/ghes: rework the logic to handle HEST source ID
` [PATCH v9 03/12] acpi/ghes: rename etc/hardware_error file macros
` [PATCH v9 04/12] acpi/ghes: better name GHES memory error function
` [PATCH v9 05/12] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v9 06/12] acpi/generic_event_device: add an APEI error device
` [PATCH v9 07/12] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v9 08/12] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v9 09/12] docs: acpi_hest_ghes: fix documentation for CPER size
` [PATCH v9 10/12] scripts/ghes_inject: add a script to generate GHES error inject
` [PATCH v9 11/12] target/arm: add an experimental mpidr arm cpu property object
` [PATCH v9 12/12] scripts/arm_processor_error.py: retrieve mpidr if not filled
[PATCH v4 0/2] RISC-V: Add preliminary textra trigger CSR functions
2024-08-26 2:46 UTC (3+ messages)
` [PATCH v4 1/2] target/riscv: Preliminary textra trigger CSR writting support
` [PATCH v4 2/2] target/riscv: Add textra matching condition for the triggers
[PATCH] hw/misc: Add a virtual PCILeech device
2024-08-26 1:19 UTC (3+ messages)
[PATCH] target/riscv/kvm: Fix the group bit setting of AIA
2024-08-26 0:28 UTC (2+ messages)
[PATCH v3 0/2] RISC-V: Add preliminary textra trigger CSR functions
2024-08-26 0:26 UTC (4+ messages)
` [PATCH v3 2/2] target/riscv: Add textra matching condition for the triggers
[PATCH] target: riscv: Enable Bit Manip for OpenTitan Ibex CPU
2024-08-26 0:23 UTC (2+ messages)
[PATCH] target/riscv: fix za64rs enabling
2024-08-26 0:20 UTC (3+ messages)
[PATCH] target/riscv/tcg/tcg-cpu.c: consider MISA bit choice in implied rule
2024-08-26 0:15 UTC (3+ messages)
[PATCH for-9.2 0/6] arm: xlnx: fix minor memory leaks
2024-08-26 0:07 UTC (13+ messages)
` [PATCH for-9.2 1/6] hw/misc/xlnx-versal-cfu: destroy fifo in finalize
` [PATCH for-9.2 2/6] hw/misc/xlnx-versal-trng: Free s->prng in finalize, not unrealize
` [PATCH for-9.2 3/6] hw/nvram/xlnx-bbram: Call register_finalize_block
` [PATCH for-9.2 4/6] hw/nvram/xlnx-zynqmp-efuse: "
` [PATCH for-9.2 5/6] hw/misc/xlnx-versal-trng: "
` [PATCH for-9.2 6/6] hm/nvram/xlnx-versal-efuse-ctrl: "
[PATCH v2 0/4] hw/ufs: ufs device testing function added and modified
2024-08-26 0:06 UTC (2+ messages)
[PATCH 0/5] hw/net/can/xlnx-versal-canfd: Miscellaneous fixes
2024-08-25 21:21 UTC (8+ messages)
` [PATCH 2/5] hw/net/can/xlnx-versal-canfd: Fix CAN FD flag check
[PATCH RESEND] hw/openrisc/openrisc_sim: keep serial@90000000 as default
2024-08-25 14:09 UTC (6+ messages)
[PATCH for-9.2] hw/arm/sbsa-ref: Don't leak string in sbsa_fdt_add_gic_node()
2024-08-25 12:13 UTC (3+ messages)
[PATCH v3] hw/cxl: fix physical address field in get scan media results output
2024-08-25 10:22 UTC
[PATCH v8 00/13] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-25 3:48 UTC (11+ messages)
` [PATCH v8 05/13] acpi/ghes: rework the logic to handle HEST source ID
` [PATCH v8 06/13] acpi/ghes: add support for generic error injection via QAPI
` [PATCH v8 13/13] acpi/ghes: check if the BIOS pointers for HEST are correct
[PULL for-9.1 0/3] Trivial patches for 2024-08-23
2024-08-25 0:56 UTC (2+ messages)
[PATCH 1/1] allow using a higher icount
2024-08-24 19:46 UTC (2+ messages)
[PATCH for-9.2] docs/devel: Remove nested-papr.txt
2024-08-24 10:13 UTC (2+ messages)
[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
2024-08-24 10:03 UTC (13+ messages)
` [PATCH RFC V3 17/29] arm/virt: Release objects for *disabled* possible vCPUs after init
[PATCH] hmp: allow filtering `info tlb` entries by address on i386
2024-08-24 8:34 UTC
[PATCH v3 00/17] bsd-user: Comprehensive RISCV Support
2024-08-24 4:56 UTC (9+ messages)
` [PATCH v3 05/17] bsd-user: Add RISC-V ELF definitions and hardware capability detection
` [PATCH v3 06/17] bsd-user: Define RISC-V register structures and register copying
` [PATCH v3 08/17] bsd-user: Implement RISC-V sysarch system call emulation
` [PATCH v3 09/17] bsd-user: Add RISC-V thread setup and initialization support
` [PATCH v3 13/17] bsd-user: Define RISC-V signal handling structures and constants
` [PATCH v3 14/17] bsd-user: Implement RISC-V signal trampoline setup functions
` [PATCH v3 15/17] bsd-user: Implement 'get_mcontext' for RISC-V
` [PATCH v3 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files
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).