QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 15:09:41 to 2021-06-14 23:51:18 UTC [more...]

[Bug 1888606] [NEW] Heap-use-after-free in virtio_gpu_ctrl_response
 2021-06-14 23:44 UTC  (2+ messages)
` [Bug 1888606] "

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2021-06-14 23:40 UTC  (2+ messages)
` [Bug 1886362] "

[PATCH v2 0/8] configure: Change to -std=gnu11
 2021-06-14 23:42 UTC  (10+ messages)
` [PATCH v2 1/8] configure: Use -std=gnu11
` [PATCH v2 2/8] softfloat: Use _Generic instead of QEMU_GENERIC
` [PATCH v2 3/8] util: Use real functions for thread-posix QemuRecMutex
` [PATCH v2 4/8] util: Pass file+line to qemu_rec_mutex_unlock_impl
` [PATCH v2 5/8] util: Use unique type for QemuRecMutex in thread-posix.h
` [PATCH v2 6/8] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC
` [PATCH v2 7/8] qemu/compiler: Remove QEMU_GENERIC
` [PATCH v2 8/8] configure: Remove probe for _Static_assert

[Bug 1879223] [NEW] Assertion failure in e1000e_write_rx_descr
 2021-06-14 23:33 UTC  (2+ messages)
` [Bug 1879223] "

[Bug 1879227] [NEW] Assertion failure in e1000e_write_lgcy_rx_descr
 2021-06-14 23:34 UTC  (2+ messages)
` [Bug 1879227] "

[Bug 1880355] [NEW] Length restrictions for fw_cfg_dma_transfer?
 2021-06-14 23:35 UTC  (2+ messages)
` [Bug 1880355] "

[Bug 1878057] [NEW] null-ptr dereference in megasas_command_complete
 2021-06-14 23:27 UTC  (2+ messages)
` [Bug 1878057] "

[Bug 1878323] [NEW] Assertion-failure in usb_detach
 2021-06-14 23:22 UTC  (2+ messages)
` [Bug 1878323] "

[PATCH 00/11] vl: compound properties for machines
 2021-06-14 22:57 UTC  (2+ messages)

[PATCH v2 00/37] target/riscv: support packed extension v0.9.4
 2021-06-14 22:55 UTC  (2+ messages)

[RFC PATCH] migration/rdma: Fix out of order wrid
 2021-06-14 22:53 UTC  (2+ messages)

[PATCH] Test comment for git-publish
 2021-06-14 22:50 UTC  (2+ messages)

[PATCH v2 0/8] virtio-gpu: Add a default synchronization mechanism for blobs
 2021-06-14 22:48 UTC  (2+ messages)

[PATCH] net: Replace TAB indentations with spaces
 2021-06-14 22:45 UTC  (4+ messages)

[PULL 00/12] Net patches
 2021-06-14 22:43 UTC  (2+ messages)

[PATCH 00/28] tcg: bswap improvements
 2021-06-14 22:41 UTC  (8+ messages)
` [PATCH 14/28] tcg/mips: Support bswap flags in tcg_out_bswap32
` [PATCH 17/28] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64

[PATCH] hw/nvme: be more careful when deasserting IRQs
 2021-06-14 22:39 UTC  (2+ messages)

[PATCH 0/8] configure: Change to -std=gnu11
 2021-06-14 22:38 UTC  (2+ messages)

[PATCH v2 1/2] target/ppc: fix address translation bug for radix mmus
 2021-06-14 22:37 UTC  (7+ messages)
` [RFC PATCH v2 2/2] target/ppc: make gdb able to translate priviledged addresses

[PATCH v2] Test comment for git-publish
 2021-06-14 22:30 UTC  (2+ messages)

[PATCH v2 00/57] target/arm: First slice of MVE implementation
 2021-06-14 22:22 UTC  (75+ messages)
` [PATCH v2 01/57] target/arm: Provide and use H8 and H1_8 macros
` [PATCH v2 02/57] target/arm: Enable FPSCR.QC bit for MVE
` [PATCH v2 03/57] target/arm: Handle VPR semantics in existing code
` [PATCH v2 04/57] target/arm: Add handling for PSR.ECI/ICI
` [PATCH v2 05/57] target/arm: Let vfp_access_check() handle late NOCP checks
` [PATCH v2 06/57] target/arm: Implement MVE LCTP
` [PATCH v2 07/57] target/arm: Implement MVE WLSTP insn
` [PATCH v2 08/57] target/arm: Implement MVE DLSTP
` [PATCH v2 09/57] target/arm: Implement MVE LETP insn
` [PATCH v2 10/57] target/arm: Add framework for MVE decode
` [PATCH v2 11/57] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH v2 12/57] target/arm: Implement widening/narrowing MVE VLDR/VSTR insns
` [PATCH v2 13/57] target/arm: Move expand_pred_b() data to translate.c
` [PATCH v2 14/57] target/arm: Implement MVE VCLZ
` [PATCH v2 15/57] target/arm: Implement MVE VCLS
` [PATCH v2 16/57] bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations
` [PATCH v2 17/57] target/arm: Implement MVE VREV16, VREV32, VREV64
` [PATCH v2 18/57] target/arm: Implement MVE VMVN (register)
` [PATCH v2 19/57] target/arm: Implement MVE VABS
` [PATCH v2 20/57] target/arm: Implement MVE VNEG
` [PATCH v2 21/57] tcg: Make gen_dup_i32() public
` [PATCH v2 22/57] target/arm: Implement MVE VDUP
` [PATCH v2 23/57] target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR
` [PATCH v2 24/57] target/arm: Implement MVE VADD, VSUB, VMUL
` [PATCH v2 25/57] target/arm: Implement MVE VMULH
` [PATCH v2 26/57] target/arm: Implement MVE VRMULH
` [PATCH v2 27/57] target/arm: Implement MVE VMAX, VMIN
` [PATCH v2 28/57] target/arm: Implement MVE VABD
` [PATCH v2 29/57] target/arm: Implement MVE VHADD, VHSUB
` [PATCH v2 30/57] target/arm: Implement MVE VMULL
` [PATCH v2 31/57] target/arm: Implement MVE VMLALDAV
` [PATCH v2 32/57] target/arm: Implement MVE VMLSLDAV
` [PATCH v2 33/57] include/qemu/int128.h: Add function to create Int128 from int64_t
` [PATCH v2 34/57] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
` [PATCH v2 35/57] target/arm: Implement MVE VADD (scalar)
` [PATCH v2 36/57] target/arm: Implement MVE VSUB, VMUL (scalar)
` [PATCH v2 37/57] target/arm: Implement MVE VHADD, VHSUB (scalar)
` [PATCH v2 38/57] target/arm: Implement MVE VBRSR
` [PATCH v2 39/57] target/arm: Implement MVE VPST
` [PATCH v2 40/57] target/arm: Implement MVE VQADD and VQSUB
` [PATCH v2 41/57] target/arm: Implement MVE VQDMULH and VQRDMULH (scalar)
` [PATCH v2 42/57] target/arm: Implement MVE VQDMULL scalar
` [PATCH v2 43/57] target/arm: Implement MVE VQDMULH, VQRDMULH (vector)
` [PATCH v2 44/57] target/arm: Implement MVE VQADD, VQSUB (vector)
` [PATCH v2 45/57] target/arm: Implement MVE VQSHL (vector)
` [PATCH v2 46/57] target/arm: Implement MVE VQRSHL
` [PATCH v2 47/57] target/arm: Implement MVE VSHL insn
` [PATCH v2 48/57] target/arm: Implmement MVE VRSHL
` [PATCH v2 49/57] target/arm: Implement MVE VQDMLADH and VQRDMLADH
` [PATCH v2 50/57] target/arm: Implement MVE VQDMLSDH and VQRDMLSDH
` [PATCH v2 51/57] target/arm: Implement MVE VQDMULL (vector)
` [PATCH v2 52/57] target/arm: Implement MVE VRHADD
` [PATCH v2 53/57] target/arm: Implement MVE VADC, VSBC
` [PATCH v2 54/57] target/arm: Implement MVE VCADD
` [PATCH v2 55/57] target/arm: Implement MVE VHCADD
` [PATCH v2 56/57] target/arm: Implement MVE VADDV
` [PATCH v2 57/57] target/arm: Make VMOV scalar <-> gpreg beatwise for MVE

[PATCH] tcg/arm: Fix tcg_out_op function signature
 2021-06-14 22:22 UTC  (2+ messages)

tb_flush() calls causing long Windows XP boot times
 2021-06-14 22:19 UTC  (2+ messages)

[PATCH 0/4] Emulator fixes to enable running NetBSD/alpha
 2021-06-14 22:09 UTC  (2+ messages)

[PULL 0/9] migration queue
 2021-06-14 22:06 UTC  (2+ messages)

[PATCH V2 0/2] vhost-vDPA: vq notification map support
 2021-06-14 21:57 UTC  (2+ messages)

[PATCH v3 0/5] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-14 21:57 UTC  (8+ messages)
` [PATCH v3 1/5] i386: Eliminate all "
` [PATCH v3 2/5] arm: "
` [PATCH v3 3/5] acpi: "
` [PATCH v3 4/5] sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined
` [PATCH v3 5/5] tpm: Return QMP error when TPM is disabled in build

[PATCH v2 0/5] virtio: Add vhost-user based RNG
 2021-06-14 20:28 UTC  (6+ messages)
` [PATCH v2 1/5] vhost-user-rng: Add vhost-user-rng implementation
` [PATCH v2 2/5] vhost-user-rng-pci: Add vhost-user-rng-pci implementation
` [PATCH v2 3/5] vhost-user-rng: backend: Add RNG vhost-user daemon implementation
` [PATCH v2 4/5] docs: Add documentation for vhost based RNG implementation
` [PATCH v2 5/5] MAINTAINERS: Add maintainer for vhost-user "

[RFC] GitLab issue tracker labeling process: arch/target, os, and accel labels
 2021-06-14 20:25 UTC  (4+ messages)

[PATCH v3 0/2] hw/nvme: namespace parameter for EUI-64
 2021-06-14 20:19 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] hw/nvme: default for namespace EUI-64

[PATCH v2 0/4] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-14 19:58 UTC  (6+ messages)
` [PATCH v2 1/4] i386: Eliminate all "
` [PATCH v2 2/4] arm: "
` [PATCH v2 3/4] acpi: "
` [PATCH v2 4/4] sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined

[PATCH v7 0/6] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-06-14 19:32 UTC  (7+ messages)
` [PATCH v7 1/6] hw/isa/Kconfig: Fix missing dependency ISA_SUPERIO -> FDC
` [PATCH v7 2/6] hw/block/fdc: Replace disabled fprintf() by trace event
` [PATCH v7 3/6] hw/block/fdc: Declare shared prototypes in fdc-internal.h
` [PATCH v7 4/6] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
` [PATCH v7 5/6] hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.c
` [PATCH v7 6/6] hw/block/fdc: Add description to floppy controllers

[PATCH v2 0/3] i2c: Match parameters of i2c_start_transfer and i2c_send_recv
 2021-06-14 19:34 UTC  (6+ messages)

[PATCH v2 0/3] hw/nvme: namespace parameter for EUI-64
 2021-06-14 19:27 UTC  (10+ messages)
` [PATCH v2 1/3] hw: virt: consider hw_compat_6_0
` [PATCH v2 2/3] hw/nvme: namespace parameter for EUI-64
` [PATCH v2 3/3] hw/nvme: default for namespace EUI-64

[PATCH] linux-user: Check for ieee128 fpbits in PPC64 HWCAP2 feature list
 2021-06-14 19:17 UTC 

[RFC PATCH V1 0/3] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-14 19:12 UTC  (6+ messages)
` [RFC PATCH V1 1/3] acpi: Eliminate all "

[PULL 00/13] Misc fixes patches
 2021-06-14 19:07 UTC  (2+ messages)

[PATCH] hw/intc/armv7m_nvic: Remove stale comment
 2021-06-14 18:56 UTC  (3+ messages)

[PATCH v2] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds
 2021-06-14 18:54 UTC  (3+ messages)

[Qemu-devel] GSoC Introduction
 2021-06-14 18:52 UTC  (3+ messages)

[PATCH] block: fix build waring
 2021-06-14 18:39 UTC  (2+ messages)

[PATCH v2] hw/nvme: be more careful when deasserting IRQs
 2021-06-14 18:19 UTC  (2+ messages)

[PATCH 00/42] python: move qmp-shell into qemu.qmp package
 2021-06-14 18:09 UTC  (2+ messages)

[PATCH] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-14 17:58 UTC  (4+ messages)

[PATCH 0/2] tests: migration-test: Fix agressive test skip, add dirty ring test
 2021-06-14 17:55 UTC  (5+ messages)
` [PATCH 2/2] tests: migration-test: Add "

[gitlab] Renamed issue labels for target architecture
 2021-06-14 17:18 UTC  (7+ messages)

[PATCH 1/1] hw: virt: consider hw_compat_6_0
 2021-06-14 17:17 UTC  (5+ messages)

[PATCH] contrib/plugins: add execlog to log instruction execution and memory access
 2021-06-14 17:04 UTC  (2+ messages)

[PATCH v2 00/18] modules: add metadata database
 2021-06-14 16:53 UTC  (11+ messages)
` [PATCH v2 02/18] qapi: add ModuleInfo schema
` [PATCH v2 03/18] modules: add qemu-modinfo utility

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-06-14 16:43 UTC  (7+ messages)
` [PATCH 3/7] net/rocker: use GDateTime for formatting timestamp in debug messages
` [PATCH 5/7] io: use GDateTime for formatting timestamp for websock headers

[RFC PATCH 0/7] Support protection keys in an AMD EPYC-Milan VM
 2021-06-14 16:21 UTC  (3+ messages)

[PATCH 0/2] STM32VLDISCOVERY Machine Model
 2021-06-14 16:16 UTC  (7+ messages)
` [PATCH 1/2] stm32f100: Add the stm32f100 SoC
` [PATCH 2/2] stm32vldiscovery: Add the STM32VLDISCOVERY Machine

[PATCH v2 0/2] Adds quanta-gbs-bmc machine to nuvoton boards
 2021-06-14 15:45 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 read-only IMAP folder(s) and NNTP newsgroup(s).