qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 13:56:42 to 2021-04-16 19:17:11 UTC [more...]

[PATCH v4 for-6.1 00/39] target/arm: enforce alignment
 2021-04-16 18:59 UTC  (21+ messages)
` [PATCH v4 01/30] target/arm: Fix decode of align in VLDST_single
` [PATCH v4 02/30] target/arm: Rename TBFLAG_A32, SCTLR_B
` [PATCH v4 03/30] target/arm: Rename TBFLAG_ANY, PSTATE_SS
` [PATCH v4 04/30] target/arm: Add wrapper macros for accessing tbflags
` [PATCH v4 05/30] target/arm: Introduce CPUARMTBFlags
` [PATCH v4 06/30] target/arm: Move mode specific TB flags to tb->cs_base
` [PATCH v4 07/30] target/arm: Move TBFLAG_AM32 bits to the top
` [PATCH v4 08/30] target/arm: Move TBFLAG_ANY bits to the bottom
` [PATCH v4 09/30] target/arm: Add ALIGN_MEM to TBFLAG_ANY
` [PATCH v4 11/30] target/arm: Merge gen_aa32_frob64 into gen_aa32_ld_i64
` [PATCH v4 12/30] target/arm: Fix SCTLR_B test for TCGv_i64 load/store
` [PATCH v4 13/30] target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness
` [PATCH v4 15/30] target/arm: Enforce alignment for LDA/LDAH/STL/STLH
` [PATCH v4 16/30] target/arm: Enforce alignment for LDM/STM
` [PATCH v4 17/30] target/arm: Enforce alignment for RFE
` [PATCH v4 18/30] target/arm: Enforce alignment for SRS
` [PATCH v4 19/30] target/arm: Enforce alignment for VLDM/VSTM
` [PATCH v4 20/30] target/arm: Enforce alignment for VLDR/VSTR
` [PATCH v4 26/30] target/arm: Enforce alignment for aa64 load-acq/store-rel
` [PATCH v4 28/30] target/arm: Enforce alignment for aa64 vector LDn/STn (multiple)

[PATCH v2 0/8] GICv3 LPI and ITS feature implementation
 2021-04-16 18:54 UTC  (5+ messages)
` [PATCH v2 1/8] hw/intc: GICv3 ITS initial framework
` [PATCH v2 2/8] hw/intc: GICv3 ITS register definitions added

[PATCH v5 for-6.1 0/9] target/arm mte fixes
 2021-04-16 18:45 UTC  (11+ messages)
` [PATCH v5 1/9] target/arm: Fix mte_checkN
` [PATCH v5 2/9] target/arm: Split out mte_probe_int
` [PATCH v5 3/9] target/arm: Fix unaligned checks for mte_check1, mte_probe1
` [PATCH v5 4/9] test/tcg/aarch64: Add mte-5
` [PATCH v5 5/9] target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1
` [PATCH v5 6/9] target/arm: Merge mte_check1, mte_checkN
` [PATCH v5 7/9] target/arm: Rename mte_probe1 to mte_probe
` [PATCH v5 8/9] target/arm: Simplify sve mte checking
` [PATCH v5 9/9] target/arm: Remove log2_esize parameter to gen_mte_checkN

[PATCH for-6.0? 0/6] extern "C" overhaul for C++ files
 2021-04-16 18:31 UTC  (20+ messages)
` [PATCH for-6.0? 1/6] osdep: include glib-compat.h before other QEMU headers
` [PATCH for-6.0? 2/6] osdep: protect qemu/osdep.h with extern "C"
` [PATCH for-6.0? 3/6] include/qemu/osdep.h: Move system includes to top
` [PATCH for-6.0? 4/6] osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
` [PATCH for-6.0? 5/6] include/qemu/bswap.h: Handle being included outside extern "C" block
` [PATCH for-6.0? 6/6] include/disas/dis-asm.h: Handle being included outside 'extern "C"'

[PATCH v2 0/8] qapi: static typing conversion, pt4
 2021-04-16 18:24 UTC  (12+ messages)
` [PATCH v2 1/8] qapi/error: Repurpose QAPIError as a generic exception base class
` [PATCH v2 4/8] qapi/error: Change assertion

[PATCH v4 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-04-16 18:21 UTC  (4+ messages)
` [PATCH v4 01/12] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section

[PATCH for-6.1 0/4] Remove more superfluous include statements
 2021-04-16 18:04 UTC  (7+ messages)
` [PATCH 1/4] Do not include sysemu/sysemu.h if it's not really necessary
` [PATCH 2/4] Do not include hw/boards.h "
` [PATCH 3/4] Do not include cpu.h "
` [PATCH 4/4] Do not include exec/address-spaces.h "

[PATCH 0/8] Tests: introduce custom jobs
 2021-04-16 17:46 UTC  (28+ messages)
` [PATCH 1/8] Acceptance Jobs: preserve the cache for pip on GitLab CI
` [PATCH 2/8] Acceptance tests: do not try to reuse packages from the system
` [PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
` [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported
` [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels
` [PATCH 6/8] Acceptance tests: prevent shutdown on non-specific target tests
` [PATCH 8/8] Tests: add custom test jobs

[PATCH v5] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-04-16 17:27 UTC  (2+ messages)

[PATCH] aspeed: Add support for the quanta-q7l1-bmc board
 2021-04-16 17:38 UTC  (3+ messages)

[PATCH v2] target/arm: drop CF_LAST_IO/dc->condjump check
 2021-04-16 17:02 UTC 

[RFC v14 00/80] arm cleanup experiment for kvm-only build
 2021-04-16 16:28 UTC  (81+ messages)
` [RFC v14 01/80] target/arm: move translate modules to tcg/
` [RFC v14 02/80] target/arm: move helpers "
` [RFC v14 03/80] arm: tcg: only build under CONFIG_TCG
` [RFC v14 04/80] target/arm: tcg: add sysemu and user subdirs
` [RFC v14 05/80] target/arm: tcg: split mte_helper user-only and sysemu code
` [RFC v14 06/80] target/arm: tcg: move sysemu-only parts of debug_helper
` [RFC v14 07/80] target/arm: tcg: split tlb_helper user-only and sysemu-only parts
` [RFC v14 08/80] target/arm: tcg: split m_helper "
` [RFC v14 09/80] target/arm: only build psci for TCG
` [RFC v14 10/80] target/arm: split off cpu-sysemu.c
` [RFC v14 11/80] target/arm: tcg: fix comment style before move to cpu-mmu
` [RFC v14 12/80] target/arm: move physical address translation "
` [RFC v14 13/80] target/arm: fix style in preparation of new cpregs module
` [RFC v14 14/80] target/arm: split cpregs from tcg/helper.c
` [RFC v14 15/80] target/arm: move cpu definitions to common cpu module
` [RFC v14 16/80] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v14 17/80] target/arm: tcg: add stubs for some helpers for non-tcg builds
` [RFC v14 18/80] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v14 19/80] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v14 20/80] target/arm: move arm_hcr_el2_eff from tcg/ to common_cpu
` [RFC v14 21/80] target/arm: split vfp state setting from tcg helpers
` [RFC v14 22/80] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v14 23/80] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v14 24/80] target/arm: move arm_sctlr away from tcg helpers
` [RFC v14 25/80] target/arm: move arm_cpu_list to common_cpu
` [RFC v14 26/80] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v14 27/80] target/arm: new cpu32 ARM 32 bit CPU Class
` [RFC v14 28/80] target/arm: split 32bit and 64bit arm dump state
` [RFC v14 29/80] target/arm: move a15 cpu model away from the TCG-only models
` [RFC v14 30/80] target/arm: fixup sve_exception_el code style before move
` [RFC v14 31/80] target/arm: move sve_exception_el out of TCG helpers
` [RFC v14 32/80] target/arm: fix comments style of fp_exception_el before moving it
` [RFC v14 33/80] target/arm: move fp_exception_el out of TCG helpers
` [RFC v14 34/80] target/arm: remove now useless ifndef from fp_exception_el
` [RFC v14 35/80] target/arm: make further preparation for the exception code to move
` [RFC v14 36/80] target/arm: fix style of arm_cpu_do_interrupt functions before move
` [RFC v14 37/80] target/arm: move exception code out of tcg/helper.c
` [RFC v14 38/80] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [RFC v14 39/80] target/arm: replace CONFIG_TCG with tcg_enabled
` [RFC v14 40/80] target/arm: move TCGCPUOps to tcg/tcg-cpu.c
` [RFC v14 41/80] target/arm: move cpu_tcg to tcg/tcg-cpu-models.c
` [RFC v14 42/80] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v14 43/80] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v14 44/80] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v14 45/80] MAINTAINERS: update arm kvm maintained files to all in target/arm/kvm/
` [RFC v14 46/80] target/arm: cleanup cpu includes
` [RFC v14 47/80] target/arm: remove broad "else" statements when checking accels
` [RFC v14 48/80] target/arm: remove kvm-stub.c
` [RFC v14 49/80] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v14 50/80] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v14 51/80] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v14 52/80] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC v14 53/80] tests: do not run qom-test on all machines for ARM KVM-only
` [RFC v14 54/80] Revert "target/arm: Restrict v8M IDAU to TCG"
` [RFC v14 55/80] target/arm: create kvm cpu accel class
` [RFC v14 56/80] target/arm: move kvm post init initialization to kvm cpu accel
` [RFC v14 57/80] target/arm: add tcg cpu accel class
` [RFC v14 58/80] target/arm: move TCG gt timer creation code in tcg/
` [RFC v14 59/80] target/arm: cpu-sve: new module
` [RFC v14 60/80] target/arm: cpu-sve: rename functions according to module prefix
` [RFC v14 61/80] target/arm: cpu-sve: split TCG and KVM functionality
` [RFC v14 62/80] target/arm: cpu-sve: make cpu_sve_finalize_features return bool
` [RFC v14 63/80] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
` [RFC v14 64/80] target/arm: restrict rebuild_hflags_a64 to TARGET_AARCH64
` [RFC v14 65/80] target/arm: arch_dump: restrict ELFCLASS64 to AArch64
` [RFC v14 66/80] target/arm: cpu-exceptions, cpu-exceptions-aa64: new modules
` [RFC v14 67/80] target/arm: tcg: restrict ZCR cpregs to TARGET_AARCH64
` [RFC v14 68/80] target/arm: tcg-sve: import narrow_vq and change_el functions
` [RFC v14 69/80] target/arm: tcg-sve: rename the "
` [RFC v14 70/80] target/arm: move sve_zcr_len_for_el to TARGET_AARCH64-only cpu-sve
` [RFC v14 71/80] cpu-sve: rename sve_zcr_len_for_el to cpu_sve_get_zcr_len_for_el
` [RFC v14 72/80] target/arm: cpu-common: wrap a64-only check with is_a64
` [RFC v14 73/80] target/arm: cpu-pauth: new module for ARMv8.3 Pointer Authentication
` [RFC v14 74/80] target/arm: cpu-pauth: change arm_cpu_pauth_finalize name and sig
` [RFC v14 75/80] target/arm: move arm_cpu_finalize_features into cpu64
` [RFC v14 76/80] target/arm: cpu64: rename arm_cpu_finalize_features
` [RFC v14 77/80] target/arm: cpu64: some final cleanup on aarch64_cpu_finalize_features
` [RFC v14 78/80] XXX target/arm: experiment refactoring cpu "max"
` [RFC v14 79/80] target/arm: tcg: remove superfluous CONFIG_TCG check
` [RFC v14 80/80] target/arm: remove v7m stub function for !CONFIG_TCG

[RFC PATCH] target/arm: drop CF_LAST_IO/dc->condjump check
 2021-04-16 16:28 UTC  (4+ messages)

[PATCH RFC] migration: warn about non-migratable configurations unless '--no-migration' was specified
 2021-04-16 16:28 UTC  (5+ messages)

[PATCH v5] qapi: introduce 'query-cpu-model-cpuid' action
 2021-04-16 15:53 UTC  (2+ messages)

[PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
 2021-04-16 15:49 UTC  (5+ messages)
` [PATCH v5 1/4] target/s390x: Fix translation exception on illegal instruction
` [PATCH v5 2/4] target/arm: Make sure that commpage's tb->size != 0
` [PATCH v5 3/4] target/xtensa: Make sure that "
` [PATCH v5 4/4] accel/tcg: Assert that tb->size != 0 after translation

[PATCH v11 0/6] MTE support for KVM guest
 2021-04-16 15:43 UTC  (7+ messages)
` [PATCH v11 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature
` [PATCH v11 3/6] arm64: kvm: Save/restore MTE registers
` [PATCH v11 4/6] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [PATCH v11 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v11 6/6] KVM: arm64: Document MTE capability and ioctl

[PATCHv2 1/1] Support monitor chardev hotswap with QMP
 2021-04-16 15:46 UTC  (6+ messages)

[PATCH v4 0/4] accel/tcg: Make sure that tb->size != 0 after translation
 2021-04-16 15:38 UTC  (4+ messages)
` [PATCH v4 2/4] target/arm: Make sure that commpage's tb->size != 0

[PATCH] Set the correct env->fpip for x86 float instructions [cleaned]
 2021-04-16 15:34 UTC 

[PATCH] Set the correct env->fpip for x86 float instructions
 2021-04-16 15:30 UTC  (3+ messages)

[PATCH for-6.0?] hw/arm/armsse: Make SSE-300 use Cortex-M55
 2021-04-16 15:25 UTC  (3+ messages)

[PATCH v2 0/3] vl: QAPIfy -object
 2021-04-16 14:56 UTC  (7+ messages)
` [PATCH v2 2/3] qom: move user_creatable_add_opts logic to vl.c and QAPIfy it

[PATCH] target/riscv: fix exception index on instruction access fault
 2021-04-16 14:17 UTC 

[RFC PATCH 0/3] tests/tcg/ppc64le: paddi tests
 2021-04-16 14:13 UTC  (6+ messages)
` [RFC PATCH 1/3] tests/docker: gcc-10 based images for ppc64{, le} tests
    ` [RFC PATCH 1/3] tests/docker: gcc-10 based images for ppc64{,le} tests


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