QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 09:58:15 to 2021-06-08 19:38:01 UTC [more...]

[PATCH v2 0/2] Adds quanta-gbs-bmc machine to nuvoton boards
 2021-06-08 19:36 UTC 

[PATCH] Add Connor Kuehl as reviewer for AMD SEV
 2021-06-08 19:34 UTC  (3+ messages)

[PATCH 00/22] Convert more checks to Meson
 2021-06-08 19:32 UTC  (34+ messages)
` [PATCH 01/26] meson: drop unused CONFIG_GCRYPT_HMAC
` [PATCH 02/26] configure: drop unused variables for xts
` [PATCH 03/26] configure, meson: convert crypto detection to meson
` [PATCH 04/26] configure, meson: convert libtasn1 "
` [PATCH 05/26] configure, meson: convert pam "
` [PATCH 06/26] configure, meson: convert libusb "
` [PATCH 07/26] configure, meson: convert libcacard "
` [PATCH 08/26] configure, meson: convert libusbredir "
` [PATCH 09/26] configure, meson: convert vte "
` [PATCH 10/26] configure, meson: convert virgl "
` [PATCH 11/26] configure, meson: convert libdaxctl "
` [PATCH 12/26] configure, meson: convert libpmem "
` [PATCH 13/26] configure, meson: convert liburing "
` [PATCH 14/26] configure, meson: convert libxml2 "
` [PATCH 15/26] meson: sort header tests
` [PATCH 16/26] meson: remove preadv from summary
` [PATCH 17/26] configure, meson: move CONFIG_IVSHMEM to meson
` [PATCH 18/26] configure: convert HAVE_BROKEN_SIZE_MAX "
` [PATCH 19/26] configure: convert compiler tests to meson, part 1
` [PATCH 20/26] meson: store dependency('threads') in a variable
` [PATCH 21/26] configure: convert compiler tests to meson, part 2
` [PATCH 22/26] configure: convert compiler tests to meson, part 3
` [PATCH 23/26] configure: convert CONFIG_STATIC_ASSERT tests to meson
` [PATCH 24/26] configure: convert compiler tests to meson, part 4
` [PATCH 25/26] configure: convert compiler tests to meson, part 5
` [PATCH 26/26] configure: convert compiler tests to meson, part 6

[PATCH v1 1/1] vfio/migration: Correct device state from vmstate change for savevm case
 2021-06-08 18:37 UTC 

[PATCH v3 00/33] block/nbd: rework client connection
 2021-06-08 19:23 UTC  (23+ messages)
` [PATCH v3 06/33] util/async: aio_co_schedule(): support reschedule in same ctx
` [PATCH v3 09/33] block/nbd: bs-independent interface for nbd_co_establish_connection()
` [PATCH v3 13/33] block/nbd: introduce nbd_client_connection_release()
` [PATCH v3 16/33] nbd/client-connection: add possibility of negotiation
` [PATCH v3 17/33] nbd/client-connection: implement connection retry

[PATCH] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds
 2021-06-08 19:19 UTC  (3+ messages)

[PATCH v4 0/7] block: file-posix queue
 2021-06-08 19:14 UTC  (13+ messages)
` [PATCH v4 1/7] file-posix: fix max_iov for /dev/sg devices
` [PATCH v4 2/7] scsi-generic: pass max_segments via max_iov field in BlockLimits
` [PATCH v4 3/7] block: add max_hw_transfer to BlockLimits
` [PATCH v4 4/7] file-posix: try BLKSECTGET on block devices too, do not round to power of 2
` [PATCH v4 5/7] block: feature detection for host block support
` [PATCH v4 6/7] block: check for sys/disk.h
` [PATCH v4 7/7] block: detect DKIOCGETBLOCKCOUNT/SIZE before use

[PATCH v3] docs/devel: Explain in more detail the TB chaining mechanisms
 2021-06-08 18:55 UTC  (2+ messages)

[PATCH] blockdev: fix drive-backup transaction endless drained section
 2021-06-08 19:10 UTC  (4+ messages)

[PATCH v6 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-06-08 19:07 UTC  (12+ messages)
` [PATCH v6 1/4] Jobs based on custom runners: documentation and configuration placeholder
` [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v6 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook
` [PATCH v6 4/4] Jobs based on custom runners: add job definitions for QEMU's machines

[PATCH v3 0/7] support dirtyrate at the granualrity of vcpu
 2021-06-08 19:06 UTC  (7+ messages)
` [PATCH v3 1/7] migration/dirtyrate: make sample page count configurable
` [PATCH v3 2/7] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds

[PATCH] qemu-{img,nbd}: Don't report zeroed cluster as a hole
 2021-06-08 18:45 UTC  (4+ messages)

[RFC PATCH] target/ppc: fix address translation bug for hash table mmus
 2021-06-08 18:39 UTC  (10+ messages)

[PATCH v2 0/5] mptcp support
 2021-06-08 18:37 UTC  (2+ messages)

[PATCH] migration/rdma: Fix cm event use after free
 2021-06-08 17:55 UTC  (3+ messages)

[PATCH v3 1/1] yank: Unregister function when using TLS migration
 2021-06-08 17:51 UTC  (2+ messages)

[PATCH v3 0/4] target/i386/cpu: introduce new CPU models for x86-64 ABI levels
 2021-06-08 17:49 UTC  (3+ messages)

[RFC] Adding the A64FX's HPC funtions
 2021-06-04  8:29 UTC  (7+ messages)

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-06-08 17:23 UTC  (26+ messages)
` [PATCH v16 02/99] accel: Introduce 'query-accels' QMP command
` [PATCH v16 04/99] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for KVM
` [PATCH v16 96/99] tests/qtest: split the cdrom-test into arm/aarch64
` [PATCH v16 98/99] configure: allow the overriding of default-config in the build

[PATCH] tests/unit/test-char.c: Fix error handling issues
 2021-06-08 17:06 UTC 

[PULL 0/2] Libslirp patches
 2021-06-08 16:55 UTC  (6+ messages)

[PULL 00/32] riscv-to-apply queue
 2021-06-08 16:50 UTC  (2+ messages)

[PATCH v3 00/28] tcg: Clean up code_gen_buffer allocation
 2021-06-08 16:12 UTC  (34+ messages)
` [PATCH v3 04/28] tcg: Remove error return from tcg_region_initial_alloc__locked
` [PATCH v3 05/28] tcg: Split out tcg_region_initial_alloc
` [PATCH v3 06/28] tcg: Split out tcg_region_prologue_set
` [PATCH v3 07/28] tcg: Split out region.c
` [PATCH v3 08/28] accel/tcg: Inline cpu_gen_init
` [PATCH v3 09/28] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
` [PATCH v3 10/28] accel/tcg: Rename tcg_init to tcg_init_machine
` [PATCH v3 11/28] tcg: Create tcg_init
` [PATCH v3 12/28] accel/tcg: Merge tcg_exec_init into tcg_init_machine
` [PATCH v3 13/28] accel/tcg: Pass down max_cpus to tcg_init
` [PATCH v3 14/28] tcg: Introduce tcg_max_ctxs
` [PATCH v3 15/28] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
` [PATCH v3 16/28] tcg: Replace region.end with region.total_size
` [PATCH v3 17/28] tcg: Rename region.start to region.after_prologue
` [PATCH v3 18/28] tcg: Tidy tcg_n_regions

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

Fwd: GSoC Intro - TUI interface for QMP
 2021-06-08 15:49 UTC  (6+ messages)
      `  "

A bug of Monitor Chardev ?
 2021-06-08 15:37 UTC  (3+ messages)

[PATCH v8] qapi: introduce 'query-kvm-cpuid' action
 2021-06-08 15:27 UTC  (3+ messages)

[RFC v3 00/29] vDPA software assisted live migration
 2021-06-08 15:26 UTC  (6+ messages)
` [RFC v3 04/29] vhost: Add x-vhost-enable-shadow-vq qmp

[PATCH 0/5] stop collection of instruction usage statistics
 2021-06-08 15:15 UTC  (5+ messages)
` [PATCH 4/5] monitor: removed cpustats command

[PATCH v4 0/2] Gitlab: Add issue templates
 2021-06-08 14:25 UTC  (6+ messages)
` [PATCH v4 1/2] GitLab: Add "Bug" issue reporting template
` [PATCH v4 2/2] GitLab: Add "Feature Request" issue template

[PATCH v4 0/6] blkdebug: fix racing condition when iterating on
 2021-06-08 14:16 UTC  (6+ messages)
` [PATCH v4 1/6] blkdebug: refactor removal of a suspended request

[PATCH 0/4] Jobs based on custom runners: add CentOS Stream 8
 2021-06-08 14:09 UTC  (5+ messages)
` [PATCH 1/4] block.c: fix compilation error on possible unitialized variable
` [PATCH 2/4] Python QEMU utils: introduce a generic feature list
` [PATCH 3/4] Acceptance Tests: introduce method to require a feature and option
` [PATCH 4/4] Jobs based on custom runners: add CentOS Stream 8

[PATCH v1 0/5] virtio-gpu: Add implicit (and default) sync mechanism for blobs
 2021-06-08 14:00 UTC  (7+ messages)
` [PATCH v1 1/5] ui/gtk: Create a common release_dmabuf helper
` [PATCH v1 2/5] ui: Add a helper to wait on a dmabuf sync object
` [PATCH v1 3/5] ui/egl: Add egl helpers to help with synchronization

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-06-08 13:57 UTC  (16+ messages)
` [PATCH v4 1/8] hw/intc: GICv3 ITS initial framework
` [PATCH v4 2/8] hw/intc: GICv3 ITS register definitions added
` [PATCH v4 3/8] hw/intc: GICv3 ITS command queue framework
` [PATCH v4 4/8] hw/intc: GICv3 ITS Command processing
` [PATCH v4 5/8] hw/intc: GICv3 ITS Feature enablement
` [PATCH v4 6/8] hw/intc: GICv3 redistributor ITS processing
` [PATCH v4 8/8] hw/arm/virt: add ITS support in virt GIC

[PATCH v3 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-06-08 13:57 UTC  (6+ messages)
` [PATCH v3 3/9] qapi: start building an 'if' predicate tree

[PATCH] object: add more commands to preconfig mode
 2021-06-08 13:45 UTC  (2+ messages)

[PATCH v4 0/8] IOMMU: Add support for IOMMU Bypass Feature
 2021-06-08 13:38 UTC  (4+ messages)

[PATCH v8 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-06-08 13:38 UTC  (6+ messages)
` [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

[PATCH v4 0/3] vl: add -object support back into -readconfig
 2021-06-08 13:14 UTC  (2+ messages)

[RFC PATCH] scripts/checkpatch: roll diff tweaking into checkpatch itself
 2021-06-08 12:52 UTC  (2+ messages)

[PATCH v8 0/9] i386: KVM: expand Hyper-V features early
 2021-06-08 12:12 UTC  (11+ messages)
` [PATCH v8 1/9] i386: avoid hardcoding '12' as 'hyperv_vendor_id' length
` [PATCH v8 2/9] i386: clarify 'hv-passthrough' behavior
` [PATCH v8 3/9] i386: hardcode supported eVMCS version to '1'
` [PATCH v8 4/9] i386: make hyperv_expand_features() return bool
` [PATCH v8 5/9] i386: expand Hyper-V features during CPU feature expansion time
` [PATCH v8 6/9] i386: kill off hv_cpuid_check_and_set()
` [PATCH v8 7/9] i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed
` [PATCH v8 8/9] i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges
` [PATCH v8 9/9] qtest/hyperv: Introduce a simple hyper-v test

[PATCH v5 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-06-08 12:07 UTC  (10+ messages)
` [PATCH v5 1/9] docs: update the documentation about schema configuration
` [PATCH v5 2/9] qapi: replace List[str] by QAPISchemaIfCond
` [PATCH v5 3/9] qapi: make gen_if/gen_endif take a simple string
` [PATCH v5 4/9] qapi: start building an 'if' predicate tree
` [PATCH v5 5/9] qapi: introduce IfPredicateList and IfAny
` [PATCH v5 6/9] qapi: add IfNot
` [PATCH v5 7/9] qapi: normalize 'if' condition to IfPredicate tree
` [PATCH v5 8/9] qapi: convert 'if' C-expressions to the new syntax tree
` [PATCH v5 9/9] qapi: make 'if' condition strings simple identifiers

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-06-08 11:46 UTC  (4+ messages)
` [PATCH v2 3/3] qapi: "

[PATCH v4 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-06-08 11:38 UTC  (4+ messages)
` [PATCH v4 1/9] qapi: replace List[str] by QAPISchemaIfCond

[PATCH 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-08 11:05 UTC  (4+ messages)
` [PATCH 8/9] virtiofsd: Optionally fill lo_inode.fhandle

[PATCH 0/6] Handle hypercall code overlay page in userspace
 2021-06-08 10:55 UTC  (7+ messages)
` [PATCH 5/6] kvm/i386: Add support for user space MSR filtering
` [PATCH 6/6] hyper-v: Handle hypercall code page as an overlay page

[RFC PATCH 00/11] hw/nvme: reimplement all multi-aio commands with custom aiocbs
 2021-06-08 10:40 UTC  (2+ messages)

[PULL 00/12] Machine and OS X changes for 2021-06-08
 2021-06-08  9:57 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).