qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-21 19:41:04 to 2021-06-22 09:37:06 UTC [more...]

[RFC PATCH v4 0/7] hw/arm/virt: Introduce cpu topology support
 2021-06-22  9:34 UTC  (3+ messages)
` [RFC PATCH v4 2/7] hw/arm/virt: Add separate -smp parsing function for ARM machines
` [RFC PATCH v4 7/7] hw/acpi/aml-build: Generate PPTT table

[PATCH v2 0/2] execlog TCG plugin to log instructions
 2021-06-22  9:27 UTC  (8+ messages)
` [PATCH v2 1/2] contrib/plugins: add execlog to log instruction execution and memory access
` [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-22  9:20 UTC  (11+ messages)
` [PATCH v4 3/6] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions
` [PATCH v4 6/6] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState

[PATCH v2] hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
 2021-06-22  9:15 UTC  (4+ messages)

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-22  9:09 UTC  (14+ messages)

[PATCH 0/6] block: block-status cache for data regions
 2021-06-22  9:07 UTC  (5+ messages)
` [PATCH 5/6] block/nbd: Do not force-cap *pnum

[PATCH v17 0/6] MTE support for KVM guest
 2021-06-22  8:56 UTC  (6+ messages)
` [PATCH v17 4/6] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v17 5/6] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH 0/2] Updates docs/system/arm to include new bmc machines
 2021-06-22  8:53 UTC  (4+ messages)
` [PATCH 2/2] docs/system/arm: Add quanta-gbs-bmc reference

[PATCH v2 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-06-22  8:28 UTC  (4+ messages)
` [PATCH v2 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot

[RFC PATCH v1] vhost-vsock: SOCK_SEQPACKET feature bit support
 2021-06-22  8:24 UTC  (2+ messages)

[RFC 0/3] qtest: pick tests that require KVM at runtime
 2021-06-22  8:22 UTC  (12+ messages)

QEMU PCIe expander bridge with 64kB page guest -> guest BUG_ON()
 2021-06-22  8:20 UTC  (2+ messages)

[PATCH V8 0/6] Passthrough specific network traffic in COLO
 2021-06-22  8:03 UTC  (18+ messages)
` [PATCH V8 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[PATCH v2] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-22  8:06 UTC  (6+ messages)

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-22  7:49 UTC  (11+ messages)

[PATCH qemu] spapr: tune rtas-size
 2021-06-22  7:33 UTC  (2+ messages)

[PATCH] hw/arm/boot: Use NUMA node ID in memory node name
 2021-06-22  8:53 UTC  (7+ messages)

[PATCH] coreaudio: Lock only the buffer
 2021-06-22  6:57 UTC  (2+ messages)

[PATCH 0/6] More record/replay acceptance tests
 2021-06-22  6:52 UTC  (2+ messages)

[PATCH v4 0/6] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-06-22  6:50 UTC  (6+ messages)
` [PATCH v4 1/6] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v4 4/6] ACPI ERST: create ACPI ERST table for pc/x86 machines

[PATCH v2 00/29] tcg: bswap improvements
 2021-06-22  6:48 UTC  (34+ messages)
` [PATCH v2 01/29] tcg: Add flags argument to bswap opcodes
` [PATCH v2 02/29] tcg/i386: Support bswap flags
` [PATCH v2 03/29] tcg/aarch64: Merge tcg_out_rev{16,32,64}
` [PATCH v2 04/29] tcg/aarch64: Support bswap flags
` [PATCH v2 05/29] tcg/arm: "
` [PATCH v2 06/29] tcg/ppc: Split out tcg_out_ext{8,16,32}s
` [PATCH v2 07/29] tcg/ppc: Split out tcg_out_sari{32,64}
` [PATCH v2 08/29] tcg/ppc: Split out tcg_out_bswap16
` [PATCH v2 09/29] tcg/ppc: Split out tcg_out_bswap32
` [PATCH v2 10/29] tcg/ppc: Split out tcg_out_bswap64
` [PATCH v2 11/29] tcg/ppc: Support bswap flags
` [PATCH v2 12/29] tcg/ppc: Use power10 byte-reverse instructions
` [PATCH v2 13/29] tcg/s390: Support bswap flags
` [PATCH v2 14/29] tcg/mips: Support bswap flags in tcg_out_bswap16
` [PATCH v2 15/29] tcg/mips: Support bswap flags in tcg_out_bswap32
` [PATCH v2 16/29] tcg/tci: Support bswap flags
` [PATCH v2 17/29] tcg: Handle new bswap flags during optimize
` [PATCH v2 18/29] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
` [PATCH v2 19/29] tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
` [PATCH v2 20/29] tcg: Make use of bswap flags in tcg_gen_qemu_st_*
` [PATCH v2 21/29] target/arm: Improve REV32
` [PATCH v2 22/29] target/arm: Improve vector REV
` [PATCH v2 23/29] target/arm: Improve REVSH
` [PATCH v2 24/29] target/i386: Improve bswap translation
` [PATCH v2 25/29] target/sh4: Improve swap.b translation
` [PATCH v2 26/29] target/mips: Fix gen_mxu_s32ldd_s32lddr
` [PATCH v2 27/29] tcg/arm: Unset TCG_TARGET_HAS_MEMORY_BSWAP
` [PATCH v2 28/29] tcg/aarch64: "
` [PATCH v2 29/29] tcg/riscv: Remove MO_BSWAP handling

[PATCH v1 0/2] add x86 acceptance test for the "host" cpu bug
 2021-06-22  6:47 UTC  (4+ messages)
` [PATCH v1 2/2] tests/acceptance: add OVMF firmware test to cover x86_64 "

[PATCH 00/28] tcg: bswap improvements
 2021-06-22  6:44 UTC  (17+ messages)
` [PATCH 03/28] tcg/aarch64: Support bswap flags
` [PATCH 05/28] tcg/ppc: Split out tcg_out_ext{8,16,32}s
` [PATCH 13/28] tcg/mips: Support bswap flags in tcg_out_bswap16
` [PATCH 18/28] tcg: Make use of bswap flags in tcg_gen_qemu_ld_*
` [PATCH 21/28] target/arm: Improve vector REV
` [PATCH 25/28] target/mips: Fix gen_mxu_s32ldd_s32lddr

[Qemu-devel] [Bug 1835466] [NEW] qemu 4.0.0 abort()s in audio_get_pdo_in (poisoned drv->driver?)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1835466] "

[Qemu-devel] [Bug 1833048] [NEW] Guest Agent get-fsinfo doesn't show ZFS volumes
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1833048] "

[Qemu-devel] [Bug 1774605] [NEW] PowerPC guest does not emulate L2 and L3 cache for KVM vCPUs
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1774605] "

[Qemu-devel] [Bug 1844053] [NEW] task blocked for more than X seconds - events drm_fb_helper_dirty_work
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1844053] "

[Qemu-devel] [Bug 1594394] [NEW] Using setreuid / setegid crashes x86_64 user-mode target
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1594394] "

[Bug 1847793] [NEW] qemu 4.1.0 - Corrupt guest filesystem after new vm install
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1847793] "

[Bug 1851547] [NEW] qemu 4 crashes with this parameter attached -usb -device usb-host, hostbus=1, hostaddr=7 \
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1851547] "

[Bug 1846392] [NEW] VCPU shutdown request with HAX
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1846392] "

[Bug 1854878] [NEW] Physical USB thumbdrive treated as read-only
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1854878] "

[Qemu-devel] [Bug 1843852] [NEW] QEMU does not express a dependency on perl-Test-Harness
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1843852] "

[Bug 1845185] [NEW] Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS2 on Windows because intl and iconv libs are not loaded
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1845185] Re: Cannot build qemu utils (qemu-img.exe, qemu-edid.exe, qemu-io.exe) statically with MSYS64 "

[Qemu-devel] [Bug 1776920] [NEW] qemu-img convert on Mac OSX creates corrupt images
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1776920] "

[Bug 1847861] [NEW] Guest stuttering under high disk IO (virtio)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1847861] "

[Qemu-devel] [Bug 1837851] [NEW] hv-tlbflush malfunctions on Intel host CPUs with neither EPT nor VPID (qemu-kvm)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1837851] "

[Qemu-devel] [Bug 1840249] [NEW] Cancelling 'make docker-test-build' does not cancel running containers
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1840249] "

[Qemu-devel] [Bug 1836136] [NEW] u-boot: any plans to update u-boot to v2019.07
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1836136] "

[Bug 1829696] Re: qemu-kvm takes 100% CPU when running redhat/centos 7.6 guest VM OS
 2021-06-22  4:18 UTC 

[Bug 1850751] [NEW] kvm flag is not exposed by default
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1850751] "

[Qemu-devel] [Bug 1840250] [NEW] 'make -j1 docker-test-build' uses more than one job
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1840250] "

[Qemu-devel] [Bug 1538541] [NEW] qcow2 rejects request to use preallocation with backing file
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1538541] "

[Qemu-devel] [Bug 1839294] [NEW] Latest Installer (qemu-w64-setup-20190807.exe) for windows immediately deletes installed files at the very end of the installation
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1839294] "

[Qemu-devel] [Bug 1837909] [NEW] test-char fails if host has no network interfaces
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1837909] "

[Bug 1847525] [NEW] qemu-system-i386 eats a lot of cpu after just few hours, with sdl, gl=on
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1847525] "

[Qemu-devel] [Bug 1837347] [NEW] core dump after raspi2 kernel boot
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1837347] Re: guest userspace process "

[Qemu-devel] [Bug 1838465] [NEW] qemu-system-x86_64 kernel panic 30% of the time starting up VM
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1838465] "

[Qemu-devel] [Bug 1207896] [NEW] binfmt wrapper for argv[0] handling
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1207896] "

[Bug 1851845] [NEW] Windows 10 panics with BlueIris
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1851845] "

[Bug 1853429] [NEW] qemu-kvm on aarch64 attach volume failed when vm is booting
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1853429] "

[Bug 1396497] Re: 'qemu-img snapshot' allows new snapshot to be created with the name of an existing snapshot
 2021-06-22  4:17 UTC  (2+ messages)

[Qemu-devel] [Bug 1838390] [NEW] vmx_write_mem: mmu_gva_to_gpa failed when using hvf
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1838390] "

[Qemu-devel] [Bug 1388735] [NEW] QEMU no longer allows to use full TCP port range for VNC
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1388735] "

[Bug 1136477] Re: qemu doesn't sanitize command line options carrying plaintext passwords
 2021-06-22  4:17 UTC 

[Qemu-devel] [Bug 612452] [NEW] Problems with the number of serial ports for more than two
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 612452] "

[Qemu-devel] [Bug 1451067] [NEW] -smb option requires full path for Samba sharing to work
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1451067] "

[Bug 1855535] [NEW] Connection reset by peer when using port fwd
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1855535] "

[Qemu-devel] [Bug 1835729] [NEW] GTK display does not support host scale factor
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1835729] "

[Qemu-devel] [Bug 1191326] [NEW] QNX 4 doesn't boot on qemu >= 1.3
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1191326] "

[Qemu-devel] [Bug 1527765] [NEW] sh4: ghc randomly segfaults on qemu-sh4-static
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1527765] "

[Qemu-devel] [Bug 1600563] [NEW] min_io_size is currently limited to size uint16_t
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1600563] "

[Qemu-devel] [Bug 1453612] [NEW] set_password command of monitor has poor feedback on failure
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1453612] "

[Qemu-devel] [Bug 1568621] [NEW] input-linux misdetects Logitech keyboard as a mouse
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1568621] "

[Qemu-devel] [Bug 1624896] [NEW] [PPC] SegFault due to Stack Overflow in E500
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1624896] "

[Qemu-devel] [Bug 1574246] [NEW] Drunken keyboard in go32v2 programs
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1574246] "

[Qemu-devel] [Bug 1587211] [NEW] qemu-system-i386/x86_64 crash with 1 MB guest RAM
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1587211] "

[Qemu-devel] [Bug 1556372] [NEW] Superfluous popup on Cocoa to verify quit, cannot be disabled
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1556372] "

[Qemu-devel] [Bug 1703506] [NEW] SMT not supported by QEMU on AMD Ryzen CPU
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1703506] "

[Qemu-devel] [Bug 1574346] [NEW] TCG: mov to segment register is incorrectly emulated for AMD CPUs
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1574346] "

[Qemu-devel] [Bug 1596832] [NEW] e500 -bios/-kernel broken with big images
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1596832] "

[Qemu-devel] [Bug 1737444] [NEW] gccgo setcontext conftest crashes qemu-sh4
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1737444] "

[Qemu-devel] [Bug 1612908] [NEW] qom-[list, tree, get, set] don't accept tcp endpoint arg
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1612908] "

[Qemu-devel] [Bug 1765970] [NEW] qemu-arm (user mode) segfaults in uclibc-ng chroot after upgrade to 2.11.x
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1765970] "

[Qemu-devel] [Bug 1828508] [NEW] qemu-img created VMDK files lead to "Unsupported or invalid disk type 7"
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1828508] "

[Qemu-devel] [Bug 1600112] [NEW] Qemu GTK interface showing question marks instead of correct strings
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1600112] "

[Qemu-devel] [Bug 1746394] [NEW] No provider of glEGLImageTargetTexture2DOES found with NVIDIA proprietary driver
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1746394] "

[Qemu-devel] [Bug 1830031] [NEW] fatal error: float32nan on QEmu 3.1
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1830031] "

[Qemu-devel] [Bug 1605611] [NEW] memsave returns invalid addr when trying to read a 64 bits address
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1605611] "

[Qemu-devel] [Bug 1732981] [NEW] usb-net on aarch64 has wrong class IDs, isn't recognized by Windows
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1732981] "

[Qemu-devel] [Bug 1834051] [NEW] IRQ2 ignored under KVM when using IOAPIC
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1834051] "

[Qemu-devel] [Bug 1618122] [NEW] qemu-monitor screendump very slow
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1618122] "

[Qemu-devel] [Bug 1691379] [NEW] NetBSD evbmips64el port installation doesn't work with qemu-system-mips64el
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1691379] "

[Qemu-devel] [Bug 1833204] [NEW] VM failed to start in nested virtualization with error "KVM: entry failed, hardware error 0x0"
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1833204] "

[Qemu-devel] [Bug 1828507] [NEW] qemu-system-ppc64 smp crash on manual reset
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1828507] "

[Qemu-devel] [Bug 1774149] [NEW] qemu-user x86_64 x86 gdb call function from gdb doesn't work
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1774149] "

[Qemu-devel] [Bug 1836855] [NEW] virtio_scsi_ctx_check failed when detach virtio_scsi disk
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1836855] "

[Qemu-devel] [Bug 1835732] [NEW] GTK display zoom in, zooms infinitely
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1835732] "

[Qemu-devel] [Bug 690776] [NEW] Overwrite argv to set process title, eliminating 16-character prctl() limit
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 690776] "

[Qemu-devel] [Bug 1766841] [NEW] QEMU 2.12 Running Problem in Windows 7 Installation
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1766841] "

[Qemu-devel] [Bug 1836763] [NEW] Firebird crashes on qemu-m68k-user with pthread_mutex_init error
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1836763] "

[Bug 1851972] [NEW] pc-q35-4.1 and AMD Navi 5700/XT incompatible
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1851972] "

[Bug 1853898] [NEW] qemu/hw/scsi/lsi53c895a.c:417: lsi_soft_reset: Assertion `QTAILQ_EMPTY(&s->queue)' failed
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1853898] "

[Bug 1848901] [NEW] kvm_mem_ioeventfd_add: error adding ioeventfd: No space left on device (28)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1848901] "

[Bug 1850378] [NEW] RISC-V unreliable IPIs
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1850378] "

[Bug 1870911] [NEW] QEMU Crashes on Launch, Windows
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1870911] "

[Bug 1853123] [NEW] Memory synchronization error between kvm and target, e1000(dpdk)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1853123] "

[Bug 1854910] [NEW] Support VHDX differencing images (ie images with backing)
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1854910] "

[Bug 1854738] [NEW] ppc doesn't support for mttcg but ppc64 supported
 2021-06-22  4:18 UTC  (2+ messages)
` [Bug 1854738] "

[Bug 1867601] [NEW] test-char not concurrent with unix socket
 2021-06-22  4:17 UTC  (2+ messages)
` [Bug 1867601] "

[PATCH 1/1] migration: Unregister yank if migration setup fails
 2021-06-22  3:38 UTC 

Denormal input handling
 2021-06-22  0:57 UTC  (5+ messages)

[PATCH v2 00/11] target/cris: Convert to TranslatorOps
 2021-06-21 23:32 UTC  (6+ messages)
` [PATCH v2 02/11] target/cris: Replace DISAS_TB_JUMP with DISAS_NORETURN
` [PATCH v2 08/11] target/cris: Mark static arrays const

[PATCH v3 0/3] OpenTitan: Add support for the RISC-V timer
 2021-06-21 22:39 UTC  (2+ messages)

[PATCH v4 0/2] target/s390x: Fix SIGILL psw.addr reporting
 2021-06-21 22:36 UTC  (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] tests/tcg/s390x: Test SIGILL and SIGSEGV handling

[PATCH 00/26] accel/tcg: Introduce translator_use_goto_tb
 2021-06-21 22:22 UTC  (3+ messages)
` [PATCH 18/26] target/riscv: Use translator_use_goto_tb

[PATCH v2 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-21 21:27 UTC  (11+ messages)
` [PATCH v2 7/9] virtiofsd: Add inodes_by_handle hash table
  ` [Virtio-fs] "

[PATCH v3 0/3] DEVICE_UNPLUG_ERROR QAPI event
 2021-06-21 20:59 UTC  (4+ messages)
` [PATCH v3 1/3] qapi/qdev.json: add "
` [PATCH v3 2/3] spapr: use DEVICE_UNPLUG_ERROR to report unplug errors
` [PATCH v3 3/3] memory_hotplug.c: send DEVICE_UNPLUG_ERROR in acpi_memory_hotplug_write()

[PATCH v1 0/5] custom device configs (split from larger series)
 2021-06-21 20:00 UTC  (4+ messages)
` [PATCH v1 2/5] hw/arm: add dependency on OR_IRQ for XLNX_VERSAL

[PATCH v3 0/5] virtio-gpu: Add a default synchronization mechanism for blobs
 2021-06-21 19:48 UTC  (5+ messages)
` [PATCH v3 1/5] ui/gtk: Create a common release_dmabuf helper
` [PATCH v3 4/5] ui/gtk-egl: Wait for the draw signal for dmabuf blobs
` [PATCH v3 5/5] virtio-gpu: Add gl_flushed callback

[PULL 00/72] Python patches
 2021-06-21 19:42 UTC  (2+ messages)

[PATCH] target/alpha: Honor the FEN bit
 2021-06-21 19:39 UTC  (2+ 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).