qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-27 15:44:04 to 2021-05-28 15:36:59 UTC [more...]

[PATCH 00/11] softfloat: Improve denormal handling
 2021-05-28 15:35 UTC  (3+ messages)
` [PATCH 07/11] target/rx: Use FloatRoundMode in helper_set_fpsw

[PATCH] HMP: added cpustats to removed_features.rst
 2021-05-28 15:29 UTC  (3+ messages)

[PATCH v2 00/33] block: publish backup-top filter
 2021-05-28 15:29 UTC  (3+ messages)
` [PATCH v2 08/33] block/backup: drop support for copy_range

[PATCH] arm: Consistently use "Cortex-Axx", not "Cortex Axx"
 2021-05-28 15:26 UTC  (3+ messages)

[PULL 0/4] M68k for 6.1 patches
 2021-05-28 15:24 UTC  (2+ messages)

[PATCH] docs/devel: Explain in more detail the TB chaining mechanisms
 2021-05-28 15:15 UTC  (2+ messages)

[PATCH RESEND 1/1] docs/devel: Add a single top-level header to MTTCG's doc
 2021-05-28 15:04 UTC  (2+ messages)

[PULL 0/3] Usb 20210528 patches
 2021-05-28 14:22 UTC  (4+ messages)
` [PULL 1/3] hw/input/hid: Add support for keys of jp106 keyboard
` [PULL 2/3] hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told to
` [PULL 3/3] hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X

[PATCH 0/2] block-copy: small fix and refactor
 2021-05-28 14:16 UTC  (3+ messages)
` [PATCH 1/2] block-copy: fix block_copy_task_entry() progress update
` [PATCH 2/2] block-copy: refactor copy_range handling

[PATCH v2 0/7] block-copy: protect block-copy internal structures
 2021-05-28 12:44 UTC  (16+ messages)
` [PATCH v2 1/7] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v2 5/7] block-copy: add QemuMutex lock for BlockCopyCallState list
` [PATCH v2 7/7] block-copy: protect BlockCopyState .method fields

[PATCH 1/2] docs/devel: Add a single top-level header to MTTCG's doc
 2021-05-28 12:32 UTC 

[PULL 0/2] Block patches for 5.1.0-rc4
 2021-05-28 12:12 UTC  (4+ messages)

[PATCH] hw/nvme: add param to control auto zone transitioning to zone state closed
 2021-05-28 11:22 UTC  (2+ messages)

[PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10
 2021-05-28 11:21 UTC  (2+ messages)

[PATCH v1 0/6] testing/next queue (signal, meson, acceptance tags)
 2021-05-28 11:05 UTC  (15+ 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 v2] HMP: added info cpustats to removed_features.rst
 2021-05-28  7:52 UTC  (4+ messages)

[PATCH 0/5] esp: fixes for MacOS toolbox ROM
 2021-05-28  7:11 UTC  (2+ messages)

[PATCH_V3] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-05-28  7:08 UTC  (8+ messages)

[PATCH 0/2] esp: minor fixes for older Linux versions
 2021-05-28  7:07 UTC  (2+ messages)

[PATCH 0/3] vhost-user-blk-test and vdagent Coverity fixes
 2021-05-28  7:06 UTC  (3+ messages)
` [PATCH 3/3] ui/vdagent: fix clipboard info memory leak in error path

[PATCH] configure: fix detection of gdbus-codegen
 2021-05-28  6:13 UTC  (2+ messages)

[RUST] Add crate for generic vhost-user-i2c backend daemon
 2021-05-28  5:17 UTC  (2+ messages)

[PULL 00/44] Python patches
 2021-05-28  2:32 UTC  (45+ messages)
` [PULL 01/44] Python: expose QEMUMachine's temporary directory
` [PULL 02/44] tests/acceptance/virtiofs_submounts.py: add missing accel tag
` [PULL 03/44] tests/acceptance/virtiofs_submounts.py: evaluate string not length
` [PULL 04/44] Python: add utility function for retrieving port redirection
` [PULL 05/44] Acceptance Tests: move useful ssh methods to base class
` [PULL 06/44] Acceptance Tests: add port redirection for ssh by default
` [PULL 07/44] Acceptance Tests: make username/password configurable
` [PULL 08/44] Acceptance Tests: set up SSH connection by default after boot for LinuxTest
` [PULL 09/44] tests/acceptance/virtiofs_submounts.py: remove launch_vm()
` [PULL 10/44] Acceptance Tests: add basic documentation on LinuxTest base class
` [PULL 11/44] Acceptance Tests: introduce CPU hotplug test
` [PULL 12/44] tests/acceptance/virtiofs_submounts.py: fix setup of SSH pubkey
` [PULL 13/44] acceptance tests: bump Avocado version to 88.1
` [PULL 14/44] python/console_socket: avoid one-letter variable
` [PULL 15/44] python/machine: use subprocess.DEVNULL instead of open(os.path.devnull)
` [PULL 16/44] python/machine: use subprocess.run instead of subprocess.Popen
` [PULL 17/44] python/console_socket: Add a pylint ignore
` [PULL 18/44] python/machine: Disable pylint warning for open() in _pre_launch
` [PULL 19/44] python/machine: disable warning for Popen in _launch()
` [PULL 20/44] python/machine: Trim line length to below 80 chars
` [PULL 21/44] iotests/297: add --namespace-packages to mypy arguments
` [PULL 22/44] python: create qemu packages
` [PULL 23/44] python: add qemu package installer
` [PULL 24/44] python: add VERSION file
` [PULL 25/44] python: add directory structure README.rst files
` [PULL 26/44] python: add MANIFEST.in
` [PULL 27/44] python: Add pipenv support
` [PULL 28/44] python: add pylint import exceptions
` [PULL 29/44] python: move pylintrc into setup.cfg
` [PULL 30/44] python: add pylint to pipenv
` [PULL 31/44] python: move flake8 config to setup.cfg
` [PULL 32/44] python: add excluded dirs to flake8 config
` [PULL 33/44] python: Add flake8 to pipenv
` [PULL 34/44] python: move mypy.ini into setup.cfg
` [PULL 35/44] python: add mypy to pipenv
` [PULL 36/44] python: move .isort.cfg into setup.cfg
` [PULL 37/44] python/qemu: add isort to pipenv
` [PULL 38/44] python/qemu: add qemu package itself "
` [PULL 39/44] python: add devel package requirements to setuptools
` [PULL 40/44] python: add avocado-framework and tests
` [PULL 41/44] python: add Makefile for some common tasks
` [PULL 42/44] python: add .gitignore
` [PULL 43/44] python: add tox support
` [PULL 44/44] gitlab: add python linters to CI

[PATCH] vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
 2021-05-28  2:04 UTC  (3+ messages)

[PATCH] target/riscv: hardwire bits in hideleg and hedeleg
 2021-05-28  2:00 UTC  (5+ messages)

[PATCH v2] Update libslirp to v4.5.0
 2021-05-28  1:10 UTC  (2+ messages)

[PATCH v3] target/riscv: fix VS interrupts forwarding to HS
 2021-05-28  0:36 UTC  (3+ messages)

[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 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  (3+ messages)
` [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 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 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

Windows fails to boot after rebase to QEMU master
 2021-05-27 18:43 UTC  (12+ 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  (2+ messages)

[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  (3+ 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] 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  (2+ messages)

[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  (3+ messages)
` [PATCH v2 2/3] "
` [PATCH v2 3/3] block: drop BlockBackendRootState::read_only


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).