qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-28 11:56:31 to 2022-04-29 04:51:55 UTC [more...]

[PULL 00/25] riscv-to-apply queue
 2022-04-29  4:31 UTC  (20+ messages)
` [PULL 01/25] hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionally
` [PULL 02/25] hw/riscv: Don't add empty bootargs to device tree
` [PULL 03/25] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
` [PULL 04/25] target/riscv: rvk: add cfg properties for zbk* and zk*
` [PULL 05/25] target/riscv: rvk: add support for zbkb extension
` [PULL 06/25] target/riscv: rvk: add support for zbkc extension
` [PULL 07/25] target/riscv: rvk: add support for zbkx extension
` [PULL 08/25] crypto: move sm4_sbox from target/arm
` [PULL 09/25] target/riscv: rvk: add support for zknd/zkne extension in RV32
` [PULL 10/25] target/riscv: rvk: add support for zkne/zknd extension in RV64
` [PULL 11/25] target/riscv: rvk: add support for sha256 related instructions in zknh extension
` [PULL 12/25] target/riscv: rvk: add support for sha512 related instructions for RV32 "
` [PULL 13/25] target/riscv: rvk: add support for sha512 related instructions for RV64 "
` [PULL 14/25] target/riscv: rvk: add support for zksed/zksh extension
` [PULL 15/25] target/riscv: rvk: add CSR support for Zkr
` [PULL 16/25] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
` [PULL 18/25] target/riscv: Fix incorrect PTE merge in walk_pte
` [PULL 20/25] hw/riscv: virt: Add a machine done notifier
` [PULL 22/25] hw/riscv: virt: Create a platform bus

RFC: sgx-epc is not listed in machine type help
 2022-04-29  4:11 UTC  (9+ messages)

[PATCH 0/4] QEMU RISC-V nested virtualization fixes
 2022-04-29  3:34 UTC  (5+ messages)
` [PATCH 1/4] target/riscv: Fix csr number based privilege checking
` [PATCH 2/4] target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-mode
` [PATCH 3/4] target/riscv: Set [m|s]tval for both illegal and virtual instruction traps
` [PATCH 4/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()

[PATCH 0/7] vhost-vdpa multiqueue fixes
 2022-04-29  2:30 UTC  (6+ messages)

[PATCH RFC 00/10] hw/vfio, x86/iommu: IOMMUFD Dirty Tracking
 2022-04-29  2:26 UTC  (12+ messages)
` [PATCH RFC 01/10] amd-iommu: Cache PTE/DTE info in IOTLB
` [PATCH RFC 02/10] amd-iommu: Access/Dirty bit support
` [PATCH RFC 03/10] intel-iommu: Cache PASID entry flags
` [PATCH RFC 04/10] intel_iommu: Second Stage Access Dirty bit support
` [PATCH RFC 05/10] linux-headers: import iommufd.h hwpt extensions
` [PATCH RFC 06/10] vfio/iommufd: Add HWPT_SET_DIRTY support
` [PATCH RFC 07/10] vfio/iommufd: Add HWPT_GET_DIRTY_IOVA support
` [PATCH RFC 08/10] vfio/iommufd: Add IOAS_UNMAP_DIRTY support
` [PATCH RFC 09/10] migration/dirtyrate: Expand dirty_bitmap to be tracked separately for devices
` [PATCH RFC 10/10] hw/vfio: Add nr of dirty pages to tracepoints

[PATCH v2 0/5] vhost-vdpa multiqueue fixes
 2022-04-29  2:24 UTC  (6+ messages)
` [PATCH v2 1/5] virtio-net: setup vhost_dev and notifiers for cvq only when feature is negotiated
` [PATCH v2 2/5] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa

[PATCH v4 0/6] 9pfs: macOS host fixes
 2022-04-29  1:51 UTC  (8+ messages)
` [PATCH v4 1/6] 9pfs: fix qemu_mknodat(S_IFREG) on macOS
` [PATCH v4 2/6] 9pfs: fix qemu_mknodat(S_IFSOCK) "

[RFC 00/18] vfio: Adopt iommufd
 2022-04-29  0:45 UTC  (10+ messages)

[PATCH 0/6] virtio-scsi: fix 100% CPU consumption in IOThread
 2022-04-28 23:18 UTC  (13+ messages)
` [PATCH 1/6] virtio-scsi: fix ctrl and event handler functions in dataplane mode
` [PATCH 2/6] virtio-scsi: don't waste CPU polling the event virtqueue
` [PATCH 3/6] virtio-scsi: clean up virtio_scsi_handle_event_vq()
` [PATCH 4/6] virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()
` [PATCH 5/6] virtio-scsi: clean up virtio_scsi_handle_cmd_vq()
` [PATCH 6/6] virtio-scsi: move request-related items from .h to .c

[PATCH 0/3] ui/gtk: new options, monitor and detach-all
 2022-04-28 23:13 UTC  (4+ messages)
` [PATCH 1/3] ui/gtk: new param monitor to specify target monitor for launching QEMU
` [PATCH 2/3] ui/gtk: detach_all option for making all VCs detached upon starting
` [PATCH 3/3] ui/gtk: specify detached window's size and location

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-04-28 22:19 UTC  (18+ messages)
` [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
` [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
` [RFC PATCH v2 4/8] async: register/unregister aiocontext in graph lock list
` [RFC PATCH v2 5/8] block.c: wrlock in bdrv_replace_child_noperm
` [RFC PATCH v2 6/8] block: assert that graph read and writes are performed correctly
` [RFC PATCH v2 7/8] graph-lock: implement WITH_GRAPH_RDLOCK_GUARD and GRAPH_RDLOCK_GUARD macros

[PATCH 0/2] build improvments
 2022-04-28 22:10 UTC  (2+ messages)

a qemu process has 54 threads, how to know who they are and what they are doing
 2022-04-28 22:10 UTC  (3+ messages)

[PATCH 00/20] target/ppc: Remove hidden usages of *env
 2022-04-28 21:45 UTC  (8+ messages)
` [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro

[PATCH v2] hw/nvme: fix copy cmd for pi enabled namespaces
 2022-04-28 20:16 UTC  (2+ messages)

[PATCH v4] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-04-28 20:14 UTC  (3+ messages)

[PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-04-28 19:56 UTC  (2+ messages)

[PATCH 2/2] qga-vss: always build qga-vss.tlb when qga-vss.dll is built
 2022-04-28 19:17 UTC  (2+ messages)

[PATCH 1/2] configure: Add cross prefix for widl tool
 2022-04-28 19:17 UTC  (2+ messages)

[PATCH v5 00/26] linux-user: Move signal trampolines to new page
 2022-04-28 18:15 UTC  (3+ messages)
` [PATCH v5 21/26] linux-user/s390x: Implement setup_sigtramp
  ` s390x regression - "

[PATCH v10 0/7] MSG_ZEROCOPY + multifd
 2022-04-28 17:52 UTC  (6+ messages)
` [PATCH v10 6/7] multifd: Send header packet without flags if zero-copy-send is enabled

[PULL 00/54] target-arm queue
 2022-04-28 17:10 UTC  (56+ messages)
` [PULL 01/54] target/arm: Use tcg_constant in gen_probe_access
` [PULL 02/54] target/arm: Use tcg_constant in gen_mte_check*
` [PULL 03/54] target/arm: Use tcg_constant in gen_exception*
` [PULL 04/54] target/arm: Use tcg_constant in gen_adc_CC
` [PULL 05/54] target/arm: Use tcg_constant in handle_msr_i
` [PULL 06/54] target/arm: Use tcg_constant in handle_sys
` [PULL 07/54] target/arm: Use tcg_constant in disas_exc
` [PULL 08/54] target/arm: Use tcg_constant in gen_compare_and_swap_pair
` [PULL 09/54] target/arm: Use tcg_constant in disas_ld_lit
` [PULL 10/54] target/arm: Use tcg_constant in disas_ldst_*
` [PULL 11/54] target/arm: Use tcg_constant in disas_add_sum_imm*
` [PULL 12/54] target/arm: Use tcg_constant in disas_movw_imm
` [PULL 13/54] target/arm: Use tcg_constant in shift_reg_imm
` [PULL 14/54] target/arm: Use tcg_constant in disas_cond_select
` [PULL 15/54] target/arm: Use tcg_constant in handle_{rev16,crc32}
` [PULL 16/54] target/arm: Use tcg_constant in disas_data_proc_2src
` [PULL 17/54] target/arm: Use tcg_constant in disas_fp*
` [PULL 18/54] target/arm: Use tcg_constant in simd shift expanders
` [PULL 19/54] target/arm: Use tcg_constant in simd fp/int conversion
` [PULL 20/54] target/arm: Use tcg_constant in 2misc expanders
` [PULL 21/54] target/arm: Use tcg_constant in balance of translate-a64.c
` [PULL 22/54] target/arm: Use tcg_constant for aa32 exceptions
` [PULL 23/54] target/arm: Use tcg_constant for disas_iwmmxt_insn
` [PULL 24/54] target/arm: Use tcg_constant for gen_{msr,mrs}
` [PULL 25/54] target/arm: Use tcg_constant for vector shift expanders
` [PULL 26/54] target/arm: Use tcg_constant for do_coproc_insn
` [PULL 27/54] target/arm: Use tcg_constant for gen_srs
` [PULL 28/54] target/arm: Use tcg_constant for op_s_{rri,rxi}_rot
` [PULL 29/54] target/arm: Use tcg_constant for MOVW, UMAAL, CRC32
` [PULL 30/54] target/arm: Use tcg_constant for v7m MRS, MSR
` [PULL 31/54] target/arm: Use tcg_constant for TT, SAT, SMMLA
` [PULL 32/54] target/arm: Use tcg_constant in LDM, STM
` [PULL 33/54] target/arm: Use tcg_constant in CLRM, DLS, WLS, LE
` [PULL 34/54] target/arm: Use tcg_constant in trans_CPS_v7m
` [PULL 35/54] target/arm: Use tcg_constant in trans_CSEL
` [PULL 36/54] target/arm: Use tcg_constant for trans_INDEX_*
` [PULL 37/54] target/arm: Use tcg_constant in SINCDEC, INCDEC
` [PULL 38/54] target/arm: Use tcg_constant in FCPY, CPY
` [PULL 39/54] target/arm: Use tcg_constant in {incr, wrap}_last_active
` [PULL 40/54] target/arm: Use tcg_constant in do_clast_scalar
` [PULL 41/54] target/arm: Use tcg_constant in WHILE
` [PULL 42/54] target/arm: Use tcg_constant in LD1, ST1
` [PULL 43/54] target/arm: Use tcg_constant in SUBR
` [PULL 44/54] target/arm: Use tcg_constant in do_zzi_{sat, ool}, do_fp_imm
` [PULL 45/54] target/arm: Use tcg_constant for predicate descriptors
` [PULL 46/54] target/arm: Use tcg_constant for do_brk{2,3}
` [PULL 47/54] target/arm: Use tcg_constant for vector descriptor
` [PULL 48/54] target/arm: Disable cryptographic instructions when neon is disabled
` [PULL 49/54] target/arm: Use field names for accessing DBGWCRn
` [PULL 50/54] hw/arm/smmuv3: Cache event fault record
` [PULL 51/54] hw/arm/smmuv3: Add space in guest error message
` [PULL 52/54] target/arm: Advertise support for FEAT_TTL
` [PULL 53/54] target/arm: Advertise support for FEAT_BBM level 2
` [PULL 54/54] hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2

[PATCH 00/50] hppa: general improvements and tidy-ups
 2022-04-28 16:58 UTC  (2+ messages)

[PULL 00/11] migration queue
 2022-04-28 16:20 UTC  (13+ messages)
` [PULL 01/11] tests: fix encoding of IP addresses in x509 certs
` [PULL 02/11] tests: convert XBZRLE migration test to use common helper
` [PULL 03/11] tests: convert multifd migration tests "
` [PULL 04/11] tests: ensure migration status isn't reported as failed
` [PULL 05/11] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PULL 06/11] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PULL 07/11] migration: Add zero-copy-send parameter for QMP/HMP for Linux
` [PULL 08/11] migration: Add migrate_use_tls() helper
` [PULL 09/11] multifd: multifd_send_sync_main now returns negative on error
` [PULL 10/11] multifd: Send header packet without flags if zero-copy-send is enabled
` [PULL 11/11] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

[PULL 00/18] Misc QEMU patches for 2022-04-28
 2022-04-28 15:33 UTC  (2+ messages)

[PATCH 00/47] target/arm: Use tcg_constant
 2022-04-28 15:20 UTC  (3+ messages)

[PATCH] target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-user
 2022-04-28 15:19 UTC  (3+ messages)

hang in migration-test (s390 host)
 2022-04-28 15:08 UTC  (4+ messages)

[PATCH] hw/dma: Add Xilinx AXI CDMA
 2022-04-28 15:43 UTC 

[PATCH] target/arm: read access to performance counters from EL0
 2022-04-28 13:27 UTC 

[PATCH v3 0/9] tests: introduce testing coverage for TLS with migration
 2022-04-28 14:13 UTC  (12+ messages)
` [PATCH v3 2/9] tests: add more helper macros for creating TLS x509 certs
` [PATCH v3 3/9] tests: add migration tests of TLS with PSK credentials
` [PATCH v3 4/9] tests: add migration tests of TLS with x509 credentials
` [PATCH v3 7/9] tests: add multifd migration tests of TLS with PSK credentials
` [PATCH v3 8/9] tests: add multifd migration tests of TLS with x509 credentials

[PATCH v5 0/9] Introduce akcipher service for virtio-crypto
 2022-04-28 13:59 UTC  (10+ messages)
` [PATCH v5 1/9] virtio-crypto: header update
` [PATCH v5 2/9] qapi: crypto-akcipher: Introduce akcipher types to qapi
` [PATCH v5 3/9] crypto: Introduce akcipher crypto class
` [PATCH v5 4/9] crypto: add ASN.1 DER decoder
` [PATCH v5 5/9] crypto: Implement RSA algorithm by hogweed
` [PATCH v5 6/9] crypto: Implement RSA algorithm by gcrypt
` [PATCH v5 7/9] test/crypto: Add test suite for crypto akcipher
` [PATCH v5 8/9] tests/crypto: Add test suite for RSA keys
` [PATCH v5 9/9] crypto: Introduce RSA algorithm

[RFC PATCH 0/7] VSX MMA Implementation
 2022-04-28 14:05 UTC  (2+ messages)

[RFC PATCH v1 0/8] qapi: add generator for Golang interface
 2022-04-28 13:50 UTC  (3+ messages)

[PATCH 1/2] hw/arm/smmuv3: Cache event fault record
 2022-04-28 13:28 UTC  (3+ messages)

[PATCH] tcg: fix guest memory ordering enforcement
 2022-04-28 11:32 UTC 

[PATCH] MAINTAINERS/.mailmap: update email for Leif Lindholm
 2022-04-28 12:46 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-28 12:37 UTC  (4+ messages)
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages

[PATCH] target/arm: Use field names for accessing DBGWCRn
 2022-04-28 12:40 UTC  (2+ messages)

[PATCH v2] target/arm: Disable cryptographic instructions when neon is disabled
 2022-04-28 12:39 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-28 12:29 UTC  (11+ messages)

[PATCH] hw/arm: add versioning to sbsa-ref machine DT
 2022-04-28 12:11 UTC  (3+ messages)

[PATCH] hw/openrisc: page-align FDT address
 2022-04-28 12:01 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/7] Openrisc misc features / fixes
 2022-04-28 11:47 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/7] target/openrisc: add shutdown logic


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