QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-10 08:26:09 to 2022-07-11 16:48:19 UTC [more...]

[PATCH 0/5] ppc: Remove irq_inputs
 2022-07-11 16:25 UTC  (4+ messages)

[PATCH v2] target/riscv: fix shifts shamt value for rv128c
 2022-07-11  4:44 UTC  (3+ messages)

[PATCH v11 09/10] virtio-mmio: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 07/10] vhost: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 03/10] virtio-pci: decouple the single vector from the interrupt process
 2022-07-11 15:52 UTC 

[PATCH v9 00/21] job: replace AioContext lock with job_mutex
 2022-07-11 15:57 UTC  (35+ messages)
` [PATCH v9 05/21] job.c: add job_lock/unlock while keeping job.h intact
` [PATCH v9 06/21] job: move and update comments from blockjob.c
` [PATCH v9 07/21] blockjob: introduce block_job _locked() APIs
` [PATCH v9 08/21] jobs: add job lock in find_* functions
` [PATCH v9 09/21] jobs: use job locks also in the unit tests
` [PATCH v9 10/21] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v9 11/21] jobs: group together API calls under the same job lock
` [PATCH v9 12/21] commit and mirror: create new nodes using bdrv_get_aio_context, and not the job aiocontext
` [PATCH v9 13/21] job: detect change of aiocontext within job coroutine
` [PATCH v9 14/21] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v9 15/21] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v9 16/21] block_job_query: remove atomic read
` [PATCH v9 17/21] blockjob.h: categorize fields in struct BlockJob
` [PATCH v9 18/21] blockjob: rename notifier callbacks as _locked
` [PATCH v9 19/21] blockjob: protect iostatus field in BlockJob struct

[PATCH v11 05/10] vhost-vdpa: add support for config interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 06/10] virtio: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 08/10] virtio-net: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 02/10] virtio-pci: decouple notifier from interrupt process
 2022-07-11 15:52 UTC 

[PATCH v11 00/10] vhost-vdpa: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v11 04/10] vhost: introduce new VhostOps vhost_set_config_call
 2022-07-11 15:52 UTC 

[PATCH v11 01/10] virtio: introduce macro IRTIO_CONFIG_IRQ_IDX
 2022-07-11 15:52 UTC 

[PATCH v11 10/10] virtio-pci: add support for configure interrupt
 2022-07-11 15:52 UTC 

[PATCH v10 0/4] cutils: Introduce bundle mechanism
 2022-07-11 15:42 UTC  (2+ messages)

[PATCH v6 00/10] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-07-11 15:31 UTC  (21+ messages)
` [PATCH v6 03/10] i386/pc: pass pci_hole64_size to pc_memory_init()
` [PATCH v6 06/10] i386/pc: factor out cxl range start to helper
` [PATCH v6 07/10] i386/pc: handle unitialized mr in pc_get_cxl_range_end()
` [PATCH v6 09/10] i386/pc: relocate 4g start to 1T where applicable
` [PATCH v6 10/10] i386/pc: restrict AMD only enforcing of valid IOVAs to new machine type

[RFC PATCH v2 0/2] Implement Power ISA 3.1B hash insns
 2022-07-11 15:30 UTC  (5+ messages)
` [RFC PATCH v2 1/2] target/ppc: Implement hashst and hashchk
` [RFC PATCH v2 2/2] target/ppc: Implement hashstp and hashchkp

[PATCH RFC v2 0/2] arm: enable MTE for QEMU + kvm
 2022-07-11 15:30 UTC  (9+ messages)

[PATCH v2] qemu-options: bring the kernel and image options together
 2022-07-11 15:26 UTC  (3+ messages)

[PATCH] util/aio: Defer disabling poll mode as long as possible
 2022-07-11 15:05 UTC  (2+ messages)

[PULL 00/45] target-arm queue
 2022-07-11 13:57 UTC  (46+ messages)
` [PULL 01/45] target/arm: Handle SME in aarch64_cpu_dump_state
` [PULL 02/45] target/arm: Add infrastructure for disas_sme
` [PULL 03/45] target/arm: Trap non-streaming usage when Streaming SVE is active
` [PULL 04/45] target/arm: Mark ADR as non-streaming
` [PULL 05/45] target/arm: Mark RDFFR, WRFFR, SETFFR "
` [PULL 06/45] target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL "
` [PULL 07/45] target/arm: Mark PMULL, FMMLA "
` [PULL 08/45] target/arm: Mark FTSMUL, FTMAD, FADDA "
` [PULL 09/45] target/arm: Mark SMMLA, UMMLA, USMMLA "
` [PULL 10/45] target/arm: Mark string/histo/crypto "
` [PULL 11/45] target/arm: Mark gather/scatter load/store "
` [PULL 12/45] target/arm: Mark gather prefetch "
` [PULL 13/45] target/arm: Mark LDFF1 and LDNF1 "
` [PULL 14/45] target/arm: Mark LD1RO "
` [PULL 15/45] target/arm: Add SME enablement checks
` [PULL 16/45] target/arm: Handle SME in sve_access_check
` [PULL 17/45] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PULL 18/45] target/arm: Implement SME ZERO
` [PULL 19/45] target/arm: Implement SME MOVA
` [PULL 20/45] target/arm: Implement SME LD1, ST1
` [PULL 21/45] target/arm: Export unpredicated ld/st from translate-sve.c
` [PULL 22/45] target/arm: Implement SME LDR, STR
` [PULL 23/45] target/arm: Implement SME ADDHA, ADDVA
` [PULL 24/45] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PULL 25/45] target/arm: Implement BFMOPA, BFMOPS
` [PULL 26/45] target/arm: Implement FMOPA, FMOPS (widening)
` [PULL 27/45] target/arm: Implement SME integer outer product
` [PULL 28/45] target/arm: Implement PSEL
` [PULL 29/45] target/arm: Implement REVD
` [PULL 30/45] target/arm: Implement SCLAMP, UCLAMP
` [PULL 31/45] target/arm: Reset streaming sve state on exception boundaries
` [PULL 32/45] target/arm: Enable SME for -cpu max
` [PULL 33/45] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PULL 34/45] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PULL 35/45] linux-user/aarch64: Add SM bit to SVE signal context
` [PULL 36/45] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PULL 37/45] linux-user/aarch64: Do not allow duplicate or short sve records
` [PULL 38/45] linux-user/aarch64: Verify extra record lock succeeded
` [PULL 39/45] linux-user/aarch64: Move sve record checks into restore
` [PULL 40/45] linux-user/aarch64: Implement SME signal handling
` [PULL 41/45] linux-user: Rename sve prctls
` [PULL 42/45] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PULL 43/45] target/arm: Only set ZEN in reset if SVE present
` [PULL 44/45] target/arm: Enable SME for user-only
` [PULL 45/45] linux-user/aarch64: Add SME related hwcap entries

[PATCH v3] hw/i386: pass RNG seed via setup_data entry
 2022-07-11 14:54 UTC 

[PATCH v3 0/9] tests: introduce a tree-wide code style checking facility
 2022-07-11 14:21 UTC  (5+ messages)
` [PATCH v3 2/9] misc: fix mixups of bool constants with int variables
` [PATCH v3 4/9] misc: fix commonly doubled up words

[PATCH 1/2] hw/gpio/aspeed: Don't let guests modify input pins
 2022-07-11 13:26 UTC  (8+ messages)

Information needed regarding gnu-arm-eclipse version:
 2022-07-11  7:21 UTC 

Error ret=-1 with EINTR in nbd_connect_systemd_socket_activation()
 2022-07-11  6:38 UTC 

[PATCH v6 00/45] target/arm: Scalable Matrix Extension
 2022-07-11 12:50 UTC  (2+ messages)

[PATCH 0/6] Improve the U/S/H extension related check
 2022-07-11 12:45 UTC  (15+ messages)
` [PATCH 1/6] target/riscv: add check for supported privilege modes conbinations
` [PATCH 2/6] target/riscv: H extension depends on I extension
` [PATCH 3/6] target/riscv: fix checkpatch warning may triggered in csr_ops table
` [PATCH 4/6] target/riscv: add check for csrs existed with U extension
` [PATCH 5/6] target/riscv: fix checks in hmode/hmode32
` [PATCH 6/6] target/riscv: simplify the check in hmode to resue the check in riscv_csrrw_check

[PATCH 0/3] hw/cxl, hw/machine, hw/i386: Misc minor fixes / cleanup
 2022-07-11 12:42 UTC  (2+ messages)

[PATCH v2] scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
 2022-07-11 12:33 UTC 

[PATCH 0/9] cleanup error handling in kvmppc_read_int_cpu_dt()
 2022-07-11 12:05 UTC  (11+ messages)
` [PATCH 2/9] target/ppc: add errp to kvmppc_read_int_cpu_dt()

[PATCH 1/2] util/log: Add vu to dump content of vector unit
 2022-07-11 11:53 UTC  (3+ messages)

[RFC PATCH] gitlab: add a binary build to project registry
 2022-07-11 11:17 UTC  (5+ messages)

[RFC PATCH] qobject: Rewrite implementation of QDict for in-order traversal
 2022-07-11 11:15 UTC  (6+ messages)

[PATCH 1/1] block: add missed block_acct_setup with new block device init procedure
 2022-07-11 11:07 UTC 

[PATCH 0/8] AArch64/HMAT support and tests
 2022-07-11 10:44 UTC  (9+ messages)
` [PATCH 1/8] hmat acpi: Don't require initiator value in -numa
` [PATCH 2/8] tests: acpi: add and whitelist *.hmat-noinitiator expected blobs
` [PATCH 3/8] tests: acpi: q35: add test for hmat nodes without initiators
` [PATCH 4/8] tests: acpi: q35: update expected blobs *.hmat-noinitiators
` [PATCH 5/8] tests: Add HMAT AArch64/virt empty table files
` [PATCH 6/8] hw/arm/virt: Enable HMAT on arm virt machine
` [PATCH 7/8] tests: acpi: aarch64/virt: add a test for hmat nodes with no initiators
` [PATCH 8/8] tests: virt: Update expected *.acpihmatvirt tables

[PULL 00/15] qdev: Add JSON -device
 2022-07-11 10:48 UTC  (7+ messages)
` [PULL 14/15] qdev: Base object creation on QDict rather than QemuOpts
        ` The case for array properties (was: [PULL 14/15] qdev: Base object creation on QDict rather than QemuOpts)

[PATCH] scsi/lsi53c895a: fix use-after-free in lsi_do_msgout (CVE-2022-0216)
 2022-07-11 10:09 UTC  (3+ messages)

[PATCH] python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type
 2022-07-11  9:57 UTC 

[RFC PATCH v9 00/23] Net Control VQ support in SVQ
 2022-07-11  9:56 UTC  (24+ messages)
` [RFC PATCH v9 08/23] vhost: Decouple vhost_svq_add_split from VirtQueueElement
` [RFC PATCH v9 09/23] vhost: Add SVQElement
` [RFC PATCH v9 11/23] vhost: Move last chain id to SVQ element
` [RFC PATCH v9 12/23] vhost: Add opaque member to SVQElement
` [RFC PATCH v9 13/23] vhost: Add vhost_svq_inject
` [RFC PATCH v9 14/23] vhost: add vhost_svq_poll
` [RFC PATCH v9 18/23] vdpa: Export vhost_vdpa_dma_map and unmap calls
` [RFC PATCH v9 23/23] vdpa: Add x-svq to NetdevVhostVDPAOptions

[PATCH] Replace 'whitelist' with 'allow'
 2022-07-11  9:53 UTC 

[PATCH 0/2] usb: docs update
 2022-07-11  9:44 UTC  (3+ messages)
` [PATCH 1/2] usb: document guest-reset and guest-reset-all
` [PATCH 2/2] usb: document pcap (aka usb traffic capture)

[PATCH v2 00/11] Introduce new acpi/smbios python tests using biosbits
 2022-07-11  9:33 UTC  (13+ messages)
` [PATCH v2 01/11] acpi/tests/bits: initial commit of test scripts that are run by biosbits
` [PATCH v2 02/11] acpi/tests/bits: add SPDX license identifiers for bios bits tests
` [PATCH v2 03/11] acpi/tests/bits: disable acpi PSS tests that are failing in biosbits
` [PATCH v2 04/11] acpi/tests/bits: add smilatency test suite from bits in order to disable it
` [PATCH v2 05/11] acpi/tests/bits: add SPDX license identifiers for bios bits smilatency tests
` [PATCH v2 06/11] acpi/tests/bits: disable smilatency test since it does not pass everytime
` [PATCH v2 07/11] acpi/tests/bits: add python test that exercizes QEMU bios tables using biosbits
` [PATCH v2 08/11] acpi/tests/bits: add biosbits config file for running bios tests
` [PATCH v2 09/11] acpi/tests/bits: add a README file describing bits pytests
` [PATCH v2 10/11] pytest: add pytest to the meson build system
` [PATCH v2 11/11] MAINTAINERS: add myself as the maintainer for acpi biosbits pytests

[PATCH 1/2] target/riscv: Lower bound of VLEN is 32, and check VLEN >= ELEN
 2022-07-11  8:13 UTC  (3+ messages)
` [PATCH 2/2] target/riscv: Auto set elen from vector extension by default

[PATCH] meson: place default firmware path under .../share
 2022-07-11  8:07 UTC 

[PATCH 0/2] gitlab-ci: msys2 improvements
 2022-07-11  7:56 UTC  (3+ messages)
` [PATCH 1/2] gitlab-ci: grab msys2 meson-logs as artifacts
` [PATCH 2/2] gitlab-ci: add msys2 meson test to junit report

[PATCH 00/22] vdpa net devices Rx filter change notification with Shadow VQ
 2022-07-11  7:17 UTC  (4+ messages)
` [PATCH 22/22] vdpa: Add x-svq to NetdevVhostVDPAOptions

[PATCH qemu v6 00/10] Add mask agnostic behavior for rvv instructions
 2022-07-11  7:07 UTC  (2+ messages)

[PATCH v4 00/12] Improve reliability of VM tests
 2022-07-11  6:30 UTC  (3+ messages)
` [PATCH v4 01/12] qga: treat get-guest-fsinfo as "best effort"

[PATCH] hw/riscv: virt: pass random seed to fdt
 2022-07-11  3:36 UTC  (9+ messages)

[PATCH] linux-user/aarch64: Do not clear PROT_MTE on mprotect
 2022-07-11  3:14 UTC 

[PATCH] vfio/migration: Fix incorrect initialization value for parameters in VFIOMigration
 2022-07-11  1:46 UTC 

[PATCH] Add support for SMBIOS type 8 (Port Connector Information)
 2022-07-10 10:48 UTC 

[PATCH] target/riscv: move zmmul out of the experimental properties
 2022-07-10 10:15 UTC 


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