qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 18:32:53 to 2021-05-25 07:02:06 UTC [more...]

[PATCH] x86: add SEV hashing to fw_cfg for kernel/initrd/cmdline
 2021-05-25  6:59 UTC 

A bug of Monitor Chardev ?
 2021-05-25  6:53 UTC  (9+ messages)

[PATCH_V3] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-05-25  6:45 UTC  (4+ messages)

[PATCH] target/nios2: fix page-fit instruction count
 2021-05-25  6:40 UTC  (2+ messages)

[PATCH] replay: fix watchpoint processing for reverse debugging
 2021-05-25  6:40 UTC  (2+ messages)

[Bug 1891748] [NEW] qemu-arm-static 5.1 can't run gcc
 2021-05-25  6:18 UTC  (2+ messages)
` [Bug 1891748] "

[PATCH 0/2] vvfat: fix two crashes
 2021-05-25  6:05 UTC  (7+ messages)

[PATCH v3 0/6] gitlab-ci: Allow using FreeBSD runners
 2021-05-25  5:50 UTC  (14+ messages)
` [PATCH v3 4/6] gitlab-ci: Add ccache in $PATH and display statistics

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-05-25  5:29 UTC  (17+ messages)

[RFC v4 00/14] s390x cleanup
 2021-05-25  5:16 UTC 

[PATCH v4 0/5] target/ppc: add support to disable-tcg
 2021-05-25  5:10 UTC  (6+ messages)
` [PATCH v4 1/5] target/ppc: moved ppc_cpu_do_interrupt to cpu.c
` [PATCH v4 2/5] target/ppc: used ternary operator when registering MAS

[PATCH v3 00/33] block/nbd: rework client connection
 2021-05-25  4:47 UTC  (4+ messages)
` [PATCH v3 01/33] block/nbd: fix channel object leak

[PATCH v1 0/8] various misc fixes (gitlab, gdbstub, plugins)
 2021-05-25  4:04 UTC  (15+ messages)
` [PATCH v1 1/8] tests/tcg: add a multiarch signals test to stress test signal delivery
` [PATCH v1 2/8] gitlab: explicitly reference the upstream registry
` [PATCH v1 3/8] gitlab: add special rule for the hexagon container
` [PATCH v1 4/8] gdbstub: Constify GdbCmdParseEntry
` [PATCH v1 6/8] hmp-commands: expand type of icount to "l" in replay commands
` [PATCH v1 7/8] gdbstub: tidy away reverse debugging check into function

[PATCH v4 0/8] IOMMU: Add support for IOMMU Bypass Feature
 2021-05-25  3:50 UTC  (9+ messages)
` [PATCH v4 1/8] hw/pci/pci_host: Allow bypass iommu for pci host
` [PATCH v4 2/8] hw/pxb: Add a bypass iommu property
` [PATCH v4 3/8] hw/arm/virt: Add a machine option to bypass iommu for primary bus
` [PATCH v4 4/8] hw/i386: Add a pc "
` [PATCH v4 5/8] hw/pci: Add pci_bus_range to get bus number range
` [PATCH v4 6/8] hw/arm/virt-acpi-build: Add explicit IORT idmap for smmuv3 node
` [PATCH v4 7/8] hw/i386/acpi-build: Add explicit scope in DMAR table
` [PATCH v4 8/8] hw/i386/acpi-build: Add bypass_iommu check when building IVRS table

[PATCH] hw/display/artist: Fix bug in coordinate extraction in artist_vram_read()
 2021-05-25  3:53 UTC  (2+ messages)

[PATCH v3 0/9] target/ppc: add support to disable-tcg
 2021-05-25  3:15 UTC  (8+ messages)
` [PATCH v3 4/9] target/ppc: overhauled and moved logic of storing fpscr
` [PATCH v3 6/9] target/ppc: moved ppc_cpu_do_interrupt to cpu.c
` [PATCH v3 9/9] target/ppc: updated meson.build to support disable-tcg

[PATCH] target/arm: don't clobber ID_AA64ISAR1 pointer auth
 2021-05-25  3:33 UTC  (3+ messages)

[PATCH v6 00/25] python: create installable package
 2021-05-25  3:33 UTC  (7+ messages)
` [PATCH v6 06/25] python: add directory structure README.rst files
` [PATCH v6 07/25] python: add MANIFEST.in
` [PATCH v6 11/25] python: add pylint to pipenv

[PATCH] hw/nvme/ctrl: fix functions style
 2021-05-24 12:33 UTC  (3+ messages)

[PATCH 0/2] add boot partitions support and read test case
 2021-05-24 21:24 UTC  (3+ messages)
    ` [PATCH 1/2] hw/nvme: add support for boot partiotions
    ` [PATCH 2/2] tests/qtest/nvme-test: add boot partition read test

[PATCH v7 00/92] target/arm: Implement SVE2
 2021-05-25  2:37 UTC  (94+ messages)
` [PATCH v7 01/92] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v7 02/92] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v7 03/92] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v7 04/92] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v7 05/92] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v7 06/92] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v7 07/92] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v7 08/92] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v7 09/92] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v7 10/92] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v7 11/92] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v7 12/92] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v7 13/92] target/arm: Implement SVE2 integer multiply long
` [PATCH v7 14/92] target/arm: Implement SVE2 PMULLB, PMULLT
` [PATCH v7 15/92] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v7 16/92] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v7 17/92] target/arm: Implement SVE2 bitwise permute
` [PATCH v7 18/92] target/arm: Implement SVE2 complex integer add
` [PATCH v7 19/92] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v7 20/92] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v7 21/92] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v7 22/92] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v7 23/92] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v7 24/92] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v7 25/92] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v7 26/92] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v7 27/92] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v7 28/92] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v7 29/92] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v7 30/92] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v7 31/92] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v7 32/92] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v7 33/92] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v7 34/92] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v7 35/92] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v7 36/92] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v7 37/92] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v7 38/92] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v7 39/92] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v7 40/92] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v7 41/92] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v7 42/92] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v7 43/92] target/arm: Implement SVE2 XAR
` [PATCH v7 44/92] target/arm: Implement SVE2 scatter store insns
` [PATCH v7 45/92] target/arm: Implement SVE2 gather load insns
` [PATCH v7 46/92] target/arm: Implement SVE2 FMMLA
` [PATCH v7 47/92] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v7 48/92] target/arm: Use correct output type for gvec_sdot_*_b
` [PATCH v7 49/92] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v7 50/92] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v7 51/92] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v7 52/92] target/arm: Split out formats for 3 "
` [PATCH v7 53/92] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v7 54/92] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v7 55/92] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v7 56/92] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v7 57/92] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v7 58/92] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v7 59/92] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v7 60/92] target/arm: Implement SVE2 multiply-add long (indexed)
` [PATCH v7 61/92] target/arm: Implement SVE2 integer multiply "
` [PATCH v7 62/92] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PATCH v7 63/92] target/arm: Implement SVE2 complex integer dot product
` [PATCH v7 64/92] target/arm: Macroize helper_gvec_{s,u}dot_{b,h}
` [PATCH v7 65/92] target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}
` [PATCH v7 66/92] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v7 67/92] target/arm: Implement SVE mixed sign dot product
` [PATCH v7 68/92] target/arm: Implement SVE2 crypto unary operations
` [PATCH v7 69/92] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v7 70/92] target/arm: Implement SVE2 crypto constructive "
` [PATCH v7 71/92] target/arm: Implement SVE2 TBL, TBX
` [PATCH v7 72/92] target/arm: Implement SVE2 FCVTNT
` [PATCH v7 73/92] target/arm: Implement SVE2 FCVTLT
` [PATCH v7 74/92] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v7 75/92] target/arm: Implement SVE2 FLOGB
` [PATCH v7 76/92] target/arm: Share table of sve load functions
` [PATCH v7 77/92] target/arm: Tidy do_ldrq
` [PATCH v7 78/92] target/arm: Implement SVE2 LD1RO
` [PATCH v7 79/92] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v7 80/92] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v7 81/92] target/arm: Move endian adjustment macros to vec_internal.h
` [PATCH v7 82/92] target/arm: Implement SVE2 fp multiply-add long
` [PATCH v7 83/92] target/arm: Implement aarch64 SUDOT, USDOT
` [PATCH v7 84/92] target/arm: Split out do_neon_ddda_fpst
` [PATCH v7 85/92] target/arm: Remove unused fpst from VDOT_scalar
` [PATCH v7 86/92] target/arm: Fix decode for VDOT (indexed)
` [PATCH v7 87/92] target/arm: Split out do_neon_ddda
` [PATCH v7 88/92] target/arm: Split decode of VSDOT and VUDOT
` [PATCH v7 89/92] target/arm: Implement aarch32 VSUDOT, VUSDOT
` [PATCH v7 90/92] target/arm: Implement integer matrix multiply accumulate
` [PATCH v7 91/92] linux-user/aarch64: Enable hwcap bits for sve2 and related extensions
` [PATCH v7 92/92] target/arm: Enable SVE2 "

[PATCH_V2 1/2] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-05-25  2:33 UTC  (2+ messages)
` [PATCH_V2 2/2] Removed double declaration

[PATCH] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-05-25  2:14 UTC  (4+ messages)

[RFC v3 00/29] vDPA software assisted live migration
 2021-05-25  0:09 UTC  (4+ messages)

[PATCH 0/5] linux-user changes to run docker
 2021-05-24 23:22 UTC  (9+ messages)
` [PATCH 1/5] linux-user: handle /proc/self/exe for execve
` [PATCH 2/5] linux-uesr: make exec_path realpath

[PATCH v6 00/13] virtio-gpu: Add support for Blob resources feature
 2021-05-24 22:31 UTC  (14+ messages)
` [PATCH v6 01/13] ui: Get the fd associated with udmabuf driver
` [PATCH v6 02/13] headers: Add udmabuf.h
` [PATCH v6 03/13] virtio-gpu: Add udmabuf helpers
` [PATCH v6 04/13] virtio-gpu: Add virtio_gpu_find_check_resource
` [PATCH v6 05/13] virtio-gpu: Refactor virtio_gpu_set_scanout
` [PATCH v6 06/13] virtio-gpu: Refactor virtio_gpu_create_mapping_iov
` [PATCH v6 07/13] virtio-gpu: Add initial definitions for blob resources
` [PATCH v6 08/13] virtio-gpu: Add virtio_gpu_resource_create_blob
` [PATCH v6 09/13] ui/pixman: Add qemu_pixman_to_drm_format()
` [PATCH v6 10/13] virtio-gpu: Add helpers to create and destroy dmabuf objects
` [PATCH v6 11/13] virtio-gpu: Factor out update scanout
` [PATCH v6 12/13] virtio-gpu: Add virtio_gpu_set_scanout_blob
` [PATCH v6 13/13] virtio-gpu: Update cursor data using blob

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-05-24 21:29 UTC 

[PATCH 0/7] tests/acceptance: Introducing the ConsoleMixIn
 2021-05-24 20:58 UTC  (12+ messages)
` [PATCH 4/7] tests/acceptance: Sun4uMachine: Remove dependency to LinuxKernelTest
` [PATCH 5/7] tests/acceptance: replay_kernel: Remove unused wait_for_console_pattern
` [PATCH 6/7] tests/acceptance: Move wait_for_console_pattern to ConsoleMixIn
` [PATCH 7/7] tests/acceptance: Move _console_interaction "

[PATCH v5 0/1] Rework ACPI OEM fields handling to simplify code (was: acpi: Remove duplicated code handling OEM ID and OEM table ID fields)
 2021-05-24 20:50 UTC  (2+ messages)
` [PATCH v5 1/1] acpi: Consolidate the handling of OEM ID and OEM Table ID fields

[PATCH v5 00/13] virtio-gpu: Add support for Blob resources feature (v5)
 2021-05-24 20:37 UTC  (4+ messages)
` [PATCH v5 03/13] virtio-gpu: Add udmabuf helpers

[PATCH] hw/virtio: Have virtio_bus_get_vdev_bad_features() return 64-bit value
 2021-05-24 20:36 UTC  (4+ messages)

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-24 20:03 UTC  (5+ messages)
` [RFC PATCH 08/11] target/ppc: wrapped some TCG only logic with ifdefs

[PATCH 0/6] Handle hypercall code overlay page in userspace
 2021-05-24 20:02 UTC  (7+ messages)
` [PATCH 1/6] hyper-v: Overlay abstraction for synic event and msg pages
` [PATCH 2/6] hyper-v: Use -1 as invalid overlay address
` [PATCH 3/6] kvm/i386: Stop using cpu->kvm_msr_buf in kvm_put_one_msr()
` [PATCH 4/6] kvm/i386: Avoid multiple calls to check_extension(KVM_CAP_HYPERV)
` [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

[PULL 0/1] NBD patches for 2021-05-11
 2021-05-24 19:30 UTC  (4+ messages)

[RFC PATCH] linux-user: glib-ify is_proc_myself
 2021-05-24 19:12 UTC  (2+ messages)

[PATCH RESEND 1/4] migration/rdma: cleanup rmda in rdma_start_incoming_migration error path
 2021-05-24 19:08 UTC  (7+ messages)
` [PATCH RESEND 2/4] migration/rdma: Fix rdma_addrinfo res leaks
` [PATCH RESEND 3/4] migration/rdma: destination: create the return patch after the first accept

[RFC PATCH 0/9] Initial support for machine creation via QMP
 2021-05-24 19:05 UTC  (8+ messages)

[RFC 0/1] acceptance tests: bump Avocado version to 88.1
 2021-05-24 18:55 UTC  (3+ messages)

[PATCH v5 00/23] Base for adding PowerPC 64-bit instructions
 2021-05-24 18:51 UTC  (5+ messages)
` [PATCH v5 23/23] target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-05-24 18:37 UTC  (6+ messages)
` [PATCH v2 3/3] qapi: "

[PATCH V3 00/22] Live Update
 2021-05-24 18:31 UTC  (4+ messages)
` [PATCH V3 13/22] vfio-pci: cpr part 2


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