qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-28 09:46:33 to 2022-04-28 18:17:55 UTC [more...]

[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 1/2] configure: Add cross prefix for widl tool
 2022-04-28 18:15 UTC 

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

[RFC 00/18] vfio: Adopt iommufd
 2022-04-28 16:20 UTC  (9+ messages)

[PATCH 00/47] target/arm: Use tcg_constant
 2022-04-28 15:20 UTC  (87+ messages)
` [PATCH 05/47] target/arm: Use tcg_constant in handle_msr_i
` [PATCH 06/47] target/arm: Use tcg_constant in handle_sys
` [PATCH 08/47] target/arm: Use tcg_constant in gen_compare_and_swap_pair
` [PATCH 09/47] target/arm: Use tcg_constant in disas_ld_lit
` [PATCH 10/47] target/arm: Use tcg_constant in disas_ldst_*
` [PATCH 11/47] target/arm: Use tcg_constant in disas_add_sum_imm*
` [PATCH 12/47] target/arm: Use tcg_constant in disas_movw_imm
` [PATCH 13/47] target/arm: Use tcg_constant in shift_reg_imm
` [PATCH 14/47] target/arm: Use tcg_constant in disas_cond_select
` [PATCH 15/47] target/arm: Use tcg_constant in handle_{rev16,crc32}
  ` [PATCH 15/47] target/arm: Use tcg_constant in handle_{rev16, crc32}
` [PATCH 16/47] target/arm: Use tcg_constant in disas_data_proc_2src
` [PATCH 17/47] target/arm: Use tcg_constant in disas_fp*
` [PATCH 18/47] target/arm: Use tcg_constant in simd shift expanders
` [PATCH 19/47] target/arm: Use tcg_constant in simd fp/int conversion
` [PATCH 20/47] target/arm: Use tcg_constant in 2misc expanders
` [PATCH 21/47] target/arm: Use tcg_constant in balance of translate-a64.c
` [PATCH 22/47] target/arm: Use tcg_constant for aa32 exceptions
` [PATCH 23/47] target/arm: Use tcg_constant for disas_iwmmxt_insn
` [PATCH 24/47] target/arm: Use tcg_constant for gen_{msr,mrs}
` [PATCH 25/47] target/arm: Use tcg_constant for vector shift expanders
` [PATCH 26/47] target/arm: Use tcg_constant for do_coproc_insn
` [PATCH 27/47] target/arm: Use tcg_constant for gen_srs
` [PATCH 28/47] target/arm: Use tcg_constant for op_s_{rri,rxi}_rot
  ` [PATCH 28/47] target/arm: Use tcg_constant for op_s_{rri, rxi}_rot
` [PATCH 29/47] target/arm: Use tcg_constant for MOVW, UMAAL, CRC32
` [PATCH 30/47] target/arm: Use tcg_constant for v7m MRS, MSR
` [PATCH 31/47] target/arm: Use tcg_constant for TT, SAT, SMMLA
` [PATCH 32/47] target/arm: Use tcg_constant in LDM, STM
` [PATCH 33/47] target/arm: Use tcg_constant in CLRM, DLS, WLS, LE
` [PATCH 34/47] target/arm: Use tcg_constant in trans_CPS_v7m
` [PATCH 35/47] target/arm: Use tcg_constant in trans_CSEL
` [PATCH 36/47] target/arm: Use tcg_constant for trans_INDEX_*
` [PATCH 37/47] target/arm: Use tcg_constant in SINCDEC, INCDEC
` [PATCH 38/47] target/arm: Use tcg_constant in FCPY, CPY
` [PATCH 39/47] target/arm: Use tcg_constant in {incr, wrap}_last_active
` [PATCH 40/47] target/arm: Use tcg_constant in do_clast_scalar
` [PATCH 41/47] target/arm: Use tcg_constant in WHILE
` [PATCH 42/47] target/arm: Use tcg_constant in LD1, ST1
` [PATCH 43/47] target/arm: Use tcg_constant in SUBR
` [PATCH 44/47] target/arm: Use tcg_constant in do_zzi_{sat, ool}, do_fp_imm
` [PATCH 45/47] target/arm: Use tcg_constant for predicate descriptors
` [PATCH 46/47] target/arm: Use tcg_constant for do_brk{2,3}
` [PATCH 47/47] target/arm: Use tcg_constant for vector descriptor

[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 

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-04-28 15:00 UTC  (18+ messages)
` [RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
` [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 00/20] target/ppc: Remove hidden usages of *env
 2022-04-28 15:33 UTC  (7+ messages)
` [PATCH 03/20] target/ppc: Substitute msr_pr macro with new M_MSR_PR macro

[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  (14+ messages)
` [PATCH v3 1/9] tests: fix encoding of IP addresses in x509 certs
` [PATCH v3 2/9] tests: add more helper macros for creating TLS "
` [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)

[PATCH v4] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-04-28 13:58 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 

RFC: sgx-epc is not listed in machine type help
 2022-04-28 12:57 UTC  (7+ messages)

[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

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

[PATCH] doc: Adapt example to for numa setting
 2022-04-28 11:36 UTC 

[PATCH 0/3] target/arm, hw/arm/smmuv3: Advertise TTL and BBM features
 2022-04-28 10:06 UTC  (5+ messages)
` [PATCH 3/3] hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2

[PATCH v8 00/17] vfio-user server in QEMU
 2022-04-28  9:54 UTC  (10+ messages)
` [PATCH v8 12/17] vfio-user: IOMMU support for remote device
` [PATCH v8 15/17] vfio-user: handle device interrupts

[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
 2022-04-28  9:53 UTC  (10+ messages)
` [PATCH 7/8] qmp: add filtering of statistics by name

[PATCH v6 00/13] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-04-28  9:47 UTC  (14+ messages)
` [PATCH v6 01/13] target/s390x: Fix writeback to v1 in helper_vstl
` [PATCH v6 02/13] s390x/cpu_models: drop "msa5" from the TCG "max" model
` [PATCH v6 03/13] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
` [PATCH v6 04/13] tcg: Implement tcg_gen_{h,w}swap_{i32,i64}
` [PATCH v6 05/13] target/s390x: vxeh2: vector convert short/32b
` [PATCH v6 06/13] target/s390x: vxeh2: vector string search
` [PATCH v6 07/13] target/s390x: vxeh2: Update for changes to vector shifts
` [PATCH v6 08/13] target/s390x: vxeh2: vector shift double by bit
` [PATCH v6 09/13] target/s390x: vxeh2: vector {load, store} elements reversed
` [PATCH v6 10/13] target/s390x: vxeh2: vector {load, store} byte reversed elements
` [PATCH v6 11/13] target/s390x: vxeh2: vector {load, store} byte reversed element
` [PATCH v6 12/13] target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU model
` [PATCH v6 13/13] tests/tcg/s390x: Tests for Vector Enhancements Facility 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).