messages from 2024-06-22 06:19:34 to 2024-06-24 10:20:16 UTC [more...]
[PULL 00/12] maintainer updates (plugins, gdbstub)
2024-06-24 10:18 UTC (10+ messages)
` [PULL 01/12] include/exec: add missing include guard comment
` [PULL 02/12] gdbstub: move enums into separate header
` [PULL 03/12] plugins: Ensure register handles are not NULL
` [PULL 04/12] sysemu: add set_virtual_time to accel ops
` [PULL 05/12] qtest: use cpu interface in qtest_clock_warp
` [PULL 07/12] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
` [PULL 08/12] plugins: add time control API
` [PULL 10/12] contrib/plugins: add Instructions Per Second (IPS) example for cost modeling
` [PULL 12/12] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb
[PATCH] hw/ufs: Fix potential bugs in MMIO read|write
2024-06-24 10:14 UTC (2+ messages)
Failed to hot-plug device to pxb bridge
2024-06-24 10:13 UTC (4+ messages)
[PATCH v2] Cursor: 8 -> 1 bit alpha downsampling improvement
2024-06-24 10:10 UTC
[PATCH] .travis.yml: Install python3-tomli in all build jobs
2024-06-24 10:09 UTC (2+ messages)
[PATCH v2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
2024-06-24 10:06 UTC (2+ messages)
[PATCH v3] target/i386/kvm: Refine VMX controls setting for backward compatibility
2024-06-24 9:58 UTC
[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
2024-06-24 10:12 UTC (6+ messages)
` [RFC PATCH v3 1/5] build-sys: Add rust feature option
` [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency
[PATCH] i386/hvf: Integrates x2APIC support with hvf accel
2024-06-24 9:46 UTC
[PATCH 0/2] i386/sev: Two trivial improvements to sev_get_capabilities()
2024-06-24 9:44 UTC (4+ messages)
` [PATCH 1/2] i386/sev: Fix error message in sev_get_capabilities()
` [PATCH 2/2] i386/sev: Fallback to the default SEV device if none provided "
[PATCH 0/2] target/m68k: implement unaligned accesses for m68k CPUs
2024-06-24 9:29 UTC (11+ messages)
` [PATCH 1/2] target/m68k: implement do_unaligned_access callback "
` [PATCH 2/2] target/m68k: pass alignment into TCG memory load/store routines
Did the "TCG" emulation mode has a full capability compare with the "KVM" emulation mode?
2024-06-24 9:23 UTC (4+ messages)
` "
[PATCH] target/ppc/mem_helper.c: Remove a conditional from dcbz_common()
2024-06-24 9:19 UTC (5+ messages)
[PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
2024-06-24 9:12 UTC (3+ messages)
[PULL 00/11] s390x and qtest patches 2024-06-24
2024-06-24 9:10 UTC (12+ messages)
` [PULL 01/11] hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool
` [PULL 02/11] s390x/css: Make CCWDeviceClass::realize return bool
` [PULL 03/11] hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
` [PULL 04/11] s390x/css: Make S390CCWDeviceClass::realize return bool
` [PULL 05/11] vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
` [PULL 06/11] vfio/ccw: Fix the missed unrealize() call in error path
` [PULL 07/11] vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors
` [PULL 08/11] tests/qtest/fuzz: fix memleak in qos_fuzz.c
` [PULL 09/11] target/s390x/arch_dump: use correct byte order for pid
` [PULL 10/11] MAINTAINERS: Cover all tests/qtest/migration-* files
` [PULL 11/11] target/s390x: Add a CONFIG switch to disable legacy CPUs
[PATCH v1 0/2] Fix coverity issues for AST2700
2024-06-24 8:45 UTC (5+ messages)
` [PATCH v1 1/2] aspeed/soc: fix coverity issue
` [PATCH v1 2/2] aspeed/sdmc: "
[PATCH v1] memory tier: consolidate the initialization of memory tiers
2024-06-24 8:27 UTC (2+ messages)
[PATCH v3] vritio-net: Notify the guest with the latest available idx
2024-06-24 8:19 UTC
[PATCH 00/23] hw/sd/sdcard: Accumulation of cleanups and fixes
2024-06-24 8:17 UTC (2+ messages)
[PATCH v3 0/2] tests/avocado: make sbsa-ref working with >1 core
2024-06-24 8:10 UTC (2+ messages)
[PATCH v3 00/15] Add support for RISC-V ACPI tests
2024-06-24 8:04 UTC (7+ messages)
` [PATCH v3 02/15] uefi-test-tools: Add support for python based build script
` [PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path
` [PATCH v3 06/15] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
[PATCH] hw/loongarch: Modify flash block size to 256K
2024-06-24 8:01 UTC (2+ messages)
[PATCH v4 0/9] Add MTE stubs for aarch64 user mode
2024-06-24 7:48 UTC (12+ messages)
` [PATCH v4 1/9] gdbstub: Clean up process_string_cmd
` [PATCH v4 2/9] gdbstub: Move GdbCmdParseEntry into a new header file
` [PATCH v4 3/9] gdbstub: Add support for target-specific stubs
` [PATCH v4 4/9] target/arm: Fix exception case in allocation_tag_mem_probe
` [PATCH v4 5/9] target/arm: Make some MTE helpers widely available
` [PATCH v4 6/9] target/arm: Factor out code for setting MTE TCF0 field
` [PATCH v4 7/9] gdbstub: Make get cpu and hex conversion functions non-internal
` [PATCH v4 8/9] gdbstub: Add support for MTE in user mode
` [PATCH v4 9/9] tests/tcg/aarch64: Add MTE gdbstub tests
[PATCH v2 00/11] qcow2: make subclusters discardable
2024-06-24 7:43 UTC (5+ messages)
[PATCH 0/2] arch_dump: fix prstatus pid on s390x and ppc
2024-06-24 7:22 UTC (4+ messages)
` [PATCH 2/2] target/ppc/arch_dump: set prstatus pid to cpuid
[RFC PATCH v4 0/5] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
2024-06-24 6:50 UTC (4+ messages)
` [RFC PATCH v4 4/5] target/riscv: rvv: Provide group continuous ld/st flow for unit-stride "
[PATCH 0/7] pc-bios/s390-ccw: Merge the netboot loader into s390-ccw.img
2024-06-24 5:55 UTC (4+ messages)
[PATCH v2 0/9] Add MTE stubs for aarch64 user mode
2024-06-24 5:40 UTC (5+ messages)
[PATCH v16 00/13] Support blob memory and venus on qemu
2024-06-24 5:39 UTC (27+ messages)
` [PATCH v16 01/13] virtio-gpu: Use trace events for tracking number of in-flight fences
` [PATCH v16 02/13] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
` [PATCH v16 03/13] virtio-gpu: Move print_stats "
` [PATCH v16 04/13] virtio-gpu: Handle virtio_gpu_virgl_init() failure
` [PATCH v16 05/13] virtio-gpu: Unrealize GL device
` [PATCH v16 06/13] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v16 07/13] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v16 08/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v16 09/13] virtio-gpu: Add virgl resource management
` [PATCH v16 10/13] virtio-gpu: Support suspension of commands processing
` [PATCH v16 11/13] virtio-gpu: Handle resource blob commands
` [PATCH v16 12/13] virtio-gpu: Register capsets dynamically
` [PATCH v16 13/13] virtio-gpu: Support Venus context
[PATCH v3 0/9] Add MTE stubs for aarch64 user mode
2024-06-24 5:38 UTC (10+ messages)
` [PATCH v3 3/9] gdbstub: Add support for target-specific stubs
` [PATCH v3 5/9] target/arm: Make some MTE helpers widely available
` [PATCH v3 6/9] target/arm: Factor out code for setting MTE TCF0 field
[PATCH] hw/loongarch: Change the tpm support by default
2024-06-24 3:23 UTC
[PATCH v7 0/2] Support RISC-V IOPMP
2024-06-24 1:46 UTC (4+ messages)
` [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support
[PATCH v3] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
2024-06-24 0:03 UTC (5+ messages)
[PATCH 00/23] ARM AArch64 Support for BSD
2024-06-23 22:48 UTC (24+ messages)
` [PATCH 01/23] Add CPU initialization function
` [PATCH 02/23] Added CPU loop function
` [PATCH 06/23] Add Aarch64 register handling
` [PATCH 11/23] Update ARM AArch64 VM parameter definitions for bsd-user
` [PATCH 12/23] Add ability to get rval2
` [PATCH 22/23] Add set_mcontext function for ARM AArch64 in bsd-user
` [PATCH 23/23] Add get_ucontext_sigreturn function
[not for merge PATCH v2] target/ppc/mem_helper.c: Remove a conditional from dcbz_common()
2024-06-23 22:34 UTC
[PATCH 0/5] Reinstate ability to use Qemu on pre-SSE4.1 x86 hosts
2024-06-23 22:14 UTC (5+ messages)
[PATCH] util/cpuinfo-aarch64: Add OpenBSD support
2024-06-23 22:08 UTC (3+ messages)
[PATCH] util: fix building on OpenBSD/powerpc
2024-06-23 22:03 UTC (3+ messages)
Deleting the timer data without racing with its callback
2024-06-23 22:00 UTC
[RFC PATCH 0/7] migration/multifd: Introduce storage slots
2024-06-23 20:45 UTC (9+ messages)
[PATCH v1 00/13] Multifd 🔀 device state transfer support with VFIO consumer
2024-06-23 20:27 UTC (2+ messages)
[PULL 00/18] target-arm queue
2024-06-23 17:46 UTC (20+ messages)
` [PULL 01/18] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue
` [PULL 02/18] hw/arm/sbsa-ref: switch to 1GHz timer frequency
` [PULL 03/18] hw/intc/arm_gic: Fix deactivation of SPI lines
` [PULL 04/18] hw/arm/xilinx_zynq: Fix IRQ/FIQ routing
` [PULL 05/18] scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI
` [PULL 06/18] scripts/coverity-scan/COMPONENTS.md: Fix 'char' component
` [PULL 07/18] scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to the crypto component
` [PULL 08/18] scripts/coverity-scan/COMPONENTS.md: Fix monitor component
` [PULL 09/18] scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibs
` [PULL 10/18] hw/timer/a9gtimer: Handle QTest mode in a9_gtimer_get_current_cpu
` [PULL 11/18] hw/usb/hcd-dwc2: Handle invalid address access in read and write functions
` [PULL 12/18] hw/arm/virt: Add serial aliases in DTB
` [PULL 13/18] hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]
` [PULL 14/18] hw/arm/virt: allow creation of a second NonSecure UART
` [PULL 15/18] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
` [PULL 16/18] hw/misc: Set valid access size for Exynos4210 RNG
` [PULL 17/18] hw/usb/hcd-ohci: Fix ohci_service_td: accept zero-length TDs where CBP=BE+1
` [PULL 18/18] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine
[PATCH v14 00/14] Support blob memory and venus on qemu
2024-06-23 16:44 UTC (6+ messages)
[PATCH v3 00/16] migration/mapped-ram: Add direct-io support
2024-06-23 15:44 UTC (4+ messages)
` [PATCH v3 02/16] migration: Fix file migration with fdset
[PATCH v15 00/14] Support blob memory and venus on qemu
2024-06-23 13:00 UTC (19+ messages)
` [PATCH v15 01/14] virtio-gpu: Use trace events for tracking number of in-flight fences
` [PATCH v15 02/14] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
` [PATCH v15 03/14] virtio-gpu: Move print_stats "
` [PATCH v15 04/14] virtio-gpu: Handle virtio_gpu_virgl_init() failure
` [PATCH v15 05/14] virtio-gpu: Unrealize GL device
` [PATCH v15 06/14] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v15 07/14] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v15 08/14] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v15 09/14] virtio-gpu: Add virgl resource management
` [PATCH v15 10/14] virtio-gpu: Support blob scanout using dmabuf fd
` [PATCH v15 11/14] virtio-gpu: Support suspension of commands processing
` [PATCH v15 12/14] virtio-gpu: Handle resource blob commands
` [PATCH v15 13/14] virtio-gpu: Register capsets dynamically
` [PATCH v15 14/14] virtio-gpu: Support Venus context
[PULL 00/23] Misc changes for 2024-06-22
2024-06-22 16:55 UTC (9+ messages)
` [PULL 08/23] target/i386: convert CMPXCHG8B/CMPXCHG16B to new decoder
` [PULL 09/23] target/i386: do not check PREFIX_LOCK in old-style decoder
` [PULL 15/23] Revert "host/i386: assume presence of SSE2"
` [PULL 18/23] block: make assertion more generic
` [PULL 21/23] block: rename former bdrv_file_open callbacks
` [PULL 22/23] exec: avoid using C++ keywords in function parameters
` [PULL 23/23] exec: don't use void* in pointer arithmetic in headers
[PATCH] hw/usb/hcd-ohci: Set transfer error code with no dev
2024-06-22 7:40 UTC
[PATCH v4 0/3] Check clock connection between STM32L4x5 RCC and peripherals
2024-06-22 9:43 UTC (4+ messages)
` [PATCH v4 1/3] hw/misc: Create STM32L4x5 SYSCFG clock
` [PATCH v4 2/3] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
` [PATCH v4 3/3] tests/qtest: Check STM32L4x5 clock connections
[PATCH 00/13] qapi: convert "Note" and "Example" sections to rST
2024-06-22 8:52 UTC (17+ messages)
` [PATCH 04/13] qapi/parser: preserve indentation in QAPIDoc sections
` [PATCH 09/13] qapi: convert "Note" sections to plain rST
standardizing i2c device ids
2024-06-22 8:43 UTC (2+ messages)
[PATCH] docs/cxl: fix some typos
2024-06-22 7:25 UTC (3+ 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).