qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-27 11:50:10 to 2021-05-28 00:34:42 UTC [more...]

[PATCH 1/1] target/riscv: Fix vsip vsie CSR ops in M and HS mode
 2021-05-28  0:32 UTC  (3+ messages)

Performance issue with qcow2/raid
 2021-05-27 22:53 UTC 

[PATCH v3] target/riscv: fix VS interrupts forwarding to HS
 2021-05-27 22:34 UTC  (2+ messages)

[PATCH v6 00/17] support subsets of bitmanip extension
 2021-05-27 22:08 UTC  (4+ messages)
` [PATCH v6 17/17] target/riscv: rvb: add b-ext version cpu option

[PATCH 0/2] [RESEND] SEV firmware error list touchups
 2021-05-27 21:36 UTC  (3+ messages)

[PATCH v8 00/31] python: create installable package
 2021-05-27 21:17 UTC  (32+ messages)
` [PATCH v8 01/31] python/console_socket: avoid one-letter variable
` [PATCH v8 02/31] python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
` [PATCH v8 03/31] python/machine: use subprocess.run instead of subprocess.Popen
` [PATCH v8 04/31] python/console_socket: Add a pylint ignore
` [PATCH v8 05/31] python/machine: Disable pylint warning for open() in _pre_launch
` [PATCH v8 06/31] python/machine: disable warning for Popen in _launch()
` [PATCH v8 07/31] python/machine: Trim line length to below 80 chars
` [PATCH v8 08/31] iotests/297: add --namespace-packages to mypy arguments
` [PATCH v8 09/31] python: create qemu packages
` [PATCH v8 10/31] python: add qemu package installer
` [PATCH v8 11/31] python: add VERSION file
` [PATCH v8 12/31] python: add directory structure README.rst files
` [PATCH v8 13/31] python: add MANIFEST.in
` [PATCH v8 14/31] python: Add pipenv support
` [PATCH v8 15/31] python: add pylint import exceptions
` [PATCH v8 16/31] python: move pylintrc into setup.cfg
` [PATCH v8 17/31] python: add pylint to pipenv
` [PATCH v8 18/31] python: move flake8 config to setup.cfg
` [PATCH v8 19/31] python: add excluded dirs to flake8 config
` [PATCH v8 20/31] python: Add flake8 to pipenv
` [PATCH v8 21/31] python: move mypy.ini into setup.cfg
` [PATCH v8 22/31] python: add mypy to pipenv
` [PATCH v8 23/31] python: move .isort.cfg into setup.cfg
` [PATCH v8 24/31] python/qemu: add isort to pipenv
` [PATCH v8 25/31] python/qemu: add qemu package itself "
` [PATCH v8 26/31] python: add devel package requirements to setuptools
` [PATCH v8 27/31] python: add avocado-framework and tests
` [PATCH v8 28/31] python: add Makefile for some common tasks
` [PATCH v8 29/31] python: add .gitignore
` [PATCH v8 30/31] python: add tox support
` [PATCH v8 31/31] gitlab: add python linters to CI

[PATCH v4] i386: Add ratelimit for bus locks acquired in guest
 2021-05-27 21:19 UTC  (2+ messages)

[PATCH v4 1/2] target/i386: Trivial code motion
 2021-05-27 21:10 UTC  (8+ messages)
` [PATCH v4 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH 0/5] stop collection of instruction usage statistics
 2021-05-27 21:05 UTC  (19+ messages)
` [PATCH 2/5] target/ppc: remove ppc_cpu_dump_statistics
` [PATCH 4/5] monitor: removed cpustats command
` [PATCH 5/5] hw/core/cpu: removed cpu_dump_statistics function

[PATCH v3] target/i386/sev: add support to query the attestation report
 2021-05-27 20:55 UTC  (2+ messages)

[PATCH 0/2] tests/acceptance: Add tests for the Pegasos2 machine
 2021-05-27 20:46 UTC  (5+ messages)
` [PATCH 1/2] tests/acceptance: Ignore binary data sent on serial console
` [PATCH 2/2] tests/acceptance: Add tests for the Pegasos2 machine

[PATCH] tcg/ppc: Fix building with Clang
 2021-05-27 20:32 UTC  (7+ messages)

[PATCH] arm: Consistently use "Cortex-Axx", not "Cortex Axx"
 2021-05-27 20:18 UTC  (2+ messages)

[PATCH v2 0/6] block: file-posix queue
 2021-05-27 20:14 UTC  (4+ messages)
` [PATCH v2 2/6] file-posix: try BLKSECTGET on block devices too, do not round to power of 2

[PATCH 0/3] meson: Minor improvements
 2021-05-27 20:08 UTC  (3+ messages)
` [PATCH 3/3] meson: List modules built in summary

[PATCH v2 0/2] Gitlab: Add issue templates
 2021-05-27 19:55 UTC  (2+ messages)

[PATCH v6 00/19] i386: KVM: expand Hyper-V features early
 2021-05-27 19:35 UTC  (16+ messages)
` [PATCH v6 10/19] i386: move eVMCS enablement to hyperv_init_vcpu()
` [PATCH v6 17/19] i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed

[PATCH v2] HMP: added info cpustats to removed_features.rst
 2021-05-27 19:17 UTC  (3+ messages)

[PATCH v1 0/6] testing/next queue (signal, meson, acceptance tags)
 2021-05-27 19:09 UTC  (13+ messages)
` [PATCH v1 1/6] tests/tcg: add a multiarch signals test to stress test signal delivery
` [PATCH v1 2/6] meson.build: fix cosmetics of compiler display
` [PATCH v1 3/6] tests/tcg/configure.sh: tweak quoting of target_compiler
` [PATCH v1 4/6] gitlab-ci: Convert check-dco/check-patch jobs to the 'rules' syntax
` [PATCH v1 5/6] tests/acceptance: tweak the tcg/kvm tests for virt
` [PATCH v1 6/6] tests/acceptance: tag various arm tests as TCG only

[PATCH v3 00/26] virtiofs dax patches
 2021-05-27 19:09 UTC  (22+ messages)
` [PATCH v3 03/26] DAX: vhost-user: Rework slave return values
` [PATCH v3 09/26] DAX: virtio-fs: Add vhost-user slave commands for mapping
` [PATCH v3 18/26] DAX/unmap: virtiofsd: Add VHOST_USER_SLAVE_FS_IO
` [PATCH v3 20/26] DAX/unmap virtiofsd: Parse unmappable elements
` [PATCH v3 26/26] virtiofsd: Ask qemu to drop CAP_FSETID if client asked for it

[PATCH v2 0/7] block-copy: protect block-copy internal structures
 2021-05-27 19:04 UTC  (7+ messages)
` [PATCH v2 1/7] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v2 4/7] block-copy: add a CoMutex to the BlockCopyTask list

Windows fails to boot after rebase to QEMU master
 2021-05-27 18:43 UTC  (14+ messages)

[PATCH v7 00/31] python: create installable package
 2021-05-27 18:29 UTC  (23+ messages)
` [PATCH v7 07/31] python/machine: Trim line length to below 80 chars
` [PATCH v7 09/31] python: create qemu packages
` [PATCH v7 10/31] python: add qemu package installer
` [PATCH v7 13/31] python: add MANIFEST.in
` [PATCH v7 17/31] python: add pylint to pipenv
` [PATCH v7 29/31] python: add .gitignore
` [PATCH v7 31/31] gitlab: add python linters to CI

[PATCH 0/3] 9pfs: Twalk optimization
 2021-05-27 18:24 UTC  (5+ messages)
` [PATCH 1/3] 9pfs: Twalk benchmark
` [PATCH 2/3] 9pfs: capture root stat
` [PATCH 3/3] 9pfs: reduce latency of Twalk

[PULL v2 00/18] gitlab-ci patches for 2021-05-26
 2021-05-27 18:17 UTC  (3+ messages)
` [PULL v2 08/18] gitlab: Extract default build/test jobs templates

[PATCH v2 0/2] target/ppc: Remove DO_PPC_STATISTICS and PPC_DUMP_CPU
 2021-05-27 18:08 UTC  (3+ messages)
` [PATCH v2 1/2] target/ppc: removed GEN_OPCODE decision tree
` [PATCH v2 2/2] target/ppc: removed all mentions to PPC_DUMP_CPU

[PATCH 0/1] tests/acceptance: change armbian archive to a faster host
 2021-05-27 18:11 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/2] Improve the fallocate() EINVAL in handle_aiocb_write_zeroes()
 2021-05-27 17:20 UTC  (3+ messages)
` [PATCH 1/2] block/file-posix: Fix problem with fallocate(PUNCH_HOLE) on GPFS
` [PATCH 2/2] block/file-posix: Try other fallbacks after invalid FALLOC_FL_ZERO_RANGE

[PATCH] HMP: added cpustats to removed_features.rst
 2021-05-27 17:10 UTC  (2+ messages)

[PATCH] xio3130_downstream: Set the maximum link width and speed
 2021-05-27 17:06 UTC 

[PATCH v4] target/ppc: overhauled and moved logic of storing fpscr
 2021-05-27 16:35 UTC 

[PATCH 0/9] gitlab-ci: Make mainstream CI green again
 2021-05-27 16:04 UTC  (6+ messages)
` [PATCH 6/9] gitlab-ci: Split gprof-gcov job

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-05-27 15:51 UTC  (2+ messages)

[PATCH 0/9] accel/tcg: Add tlb_flush interface for a range of pages
 2021-05-27 16:02 UTC  (3+ messages)

[PATCH v2 00/12] Wave goodbye to RHEL 7 vintage distros
 2021-05-27 15:58 UTC  (3+ messages)
` [PATCH v2 01/12] gitlab: drop linux user build job for CentOS 7

[PATCH v5 00/57] TCI fixes and cleanups
 2021-05-27 15:57 UTC  (5+ messages)
` [PATCH v5 56/57] gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTS
` [PATCH v5 57/57] gitlab: Enable cross-i386 builds of TCI

[Bug 1929710] Re: virDomainGetBlockJobInfo fails during swap_volume as disk '$disk' not found in domain
 2021-05-27 15:42 UTC 

[PATCH v2 0/3] block: drop BlockDriverState::read_only
 2021-05-27 15:40 UTC  (4+ messages)
` [PATCH v2 1/3] block: consistently use bdrv_is_read_only()
` [PATCH v2 2/3] block: drop BlockDriverState::read_only
` [PATCH v2 3/3] block: drop BlockBackendRootState::read_only

[PULL 00/15] migration/virtiofs/hmp queue
 2021-05-27 15:32 UTC  (2+ messages)

[PATCH 0/3] block: drop BlockDriverState::read_only
 2021-05-27 15:31 UTC  (6+ messages)
` [PATCH 1/3] block: consistently use bdrv_is_read_only()
` [PATCH 3/3] block: drop BlockBackendRootState::read_only

[Bug 1892966] [NEW] Null-pointer dereference in blk_bs through ide_cancel_dma_sync
 2021-05-27 15:18 UTC  (3+ messages)
` [Bug 1892966] "

P2P problem on QEMU
 2021-05-27 15:21 UTC  (2+ messages)

[Bug 1892761] [NEW] Heap-use-after-free through double-fetch in ehci
 2021-05-27 15:11 UTC  (2+ messages)
` [Bug 1892761] "

Windows 7 fails to boot with patch 7eff2e7c
 2021-05-27 15:13 UTC 

[Bug 1892978] [NEW] Heap-use-after-free in e1000e_write_packet_to_guest
 2021-05-27 15:03 UTC  (4+ messages)
` [Bug 1892978] "
  ` [Bug 1892978] Re: Heap-use-after-free in e1000e_write_packet_to_guesty

[PATCH 1/1] yank: Unregister function when using TLS migration
 2021-05-27 15:05 UTC  (12+ messages)

[PATCH 0/3] virtiofsd: Find original inode ID of mount points
 2021-05-27 15:00 UTC  (5+ messages)
` [PATCH 1/3] "
    ` [Virtio-fs] "

[PATCH 0/2] Fix for the 'testing, gdbstub and plugin updates' pull request
 2021-05-27 14:59 UTC  (3+ messages)
` [PATCH 2/2] gitlab-ci: Convert check-dco/check-patch jobs to the 'rules' syntax

[PULL 00/19] gitlab-ci patches for 2021-05-26
 2021-05-27 14:51 UTC  (3+ messages)

[Bug 1892963] [NEW] Heap-use-after-free in put_dwords through ehci_flush_qh
 2021-05-27 14:43 UTC  (2+ messages)
` [Bug 1892963] "

[PULL 00/23] Vga 20210527 patches
 2021-05-27 14:23 UTC  (24+ messages)
` [PULL 01/23] vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-3545)
` [PULL 02/23] vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)
` [PULL 03/23] vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)
` [PULL 04/23] vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3544)
` [PULL 05/23] vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)
` [PULL 06/23] vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-3544)
` [PULL 07/23] vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)
` [PULL 08/23] vhost-user-gpu: abstract vg_cleanup_mapping_iov
` [PULL 09/23] hw/display/qxl: Set pci rom address aligned with page size
` [PULL 10/23] ui: Get the fd associated with udmabuf driver
` [PULL 11/23] headers: Add udmabuf.h
` [PULL 12/23] virtio-gpu: Add udmabuf helpers
` [PULL 13/23] stubs: Add stubs for "
` [PULL 14/23] virtio-gpu: Add virtio_gpu_find_check_resource
` [PULL 15/23] virtio-gpu: Refactor virtio_gpu_set_scanout
` [PULL 16/23] virtio-gpu: Refactor virtio_gpu_create_mapping_iov
` [PULL 17/23] virtio-gpu: Add initial definitions for blob resources
` [PULL 18/23] virtio-gpu: Add virtio_gpu_resource_create_blob
` [PULL 19/23] ui/pixman: Add qemu_pixman_to_drm_format()
` [PULL 20/23] virtio-gpu: Add helpers to create and destroy dmabuf objects
` [PULL 21/23] virtio-gpu: Factor out update scanout
` [PULL 22/23] virtio-gpu: Add virtio_gpu_set_scanout_blob
` [PULL 23/23] virtio-gpu: Update cursor data using blob

[PATCH] vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
 2021-05-27 13:44 UTC  (2+ messages)

[PULL v2 00/28] Misc patches for 2021-05-24
 2021-05-27 13:53 UTC  (2+ messages)

[PATCH 0/5] linux-user changes to run docker
 2021-05-27 13:08 UTC  (5+ messages)

[Bug 1846816] [NEW] Booting error on AIX 6.1 "Illegal Trap Instruction Interrupt in Kernel""
 2021-05-27 12:54 UTC  (3+ messages)
` [Bug 1846816] "

[Qemu-devel] [Bug 1829682] [NEW] QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX
 2021-05-27 12:57 UTC  (2+ messages)
` [Bug 1829682] "

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-27 13:08 UTC  (9+ messages)
` [PATCH v12 7/8] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH v4 00/15] qemu_iotests: improve debugging options
 2021-05-27 12:17 UTC  (5+ messages)
` [PATCH v4 04/15] qemu-iotests: add option to attach gdbserver

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-05-27 12:42 UTC  (12+ messages)

[PATCH v8 00/19] hvf: Implement Apple Silicon Support
 2021-05-27 11:22 UTC  (9+ messages)
` [PATCH v8 16/19] hvf: arm: Implement PSCI handling
` [PATCH v8 17/19] arm: Add Hypervisor.framework build target
` [PATCH v8 18/19] arm: Enable Windows 10 trusted SMCCC boot call
` [PATCH v8 19/19] hvf: arm: Handle Windows 10 SMC call

[PATCH] linux-user: make process_pending_signals thread-safe
 2021-05-27 12:16 UTC  (5+ 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).