qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-04 16:02:03 to 2021-06-05 13:29:31 UTC [more...]

[PATCH v5 00/16] qemu_iotests: improve debugging options
 2021-06-05 13:28 UTC  (5+ messages)
` [PATCH v5 09/16] docs/devel/testing: add --gdb option to the debugging section of QEMU iotests
` [PATCH v5 10/16] qemu-iotests: extend the check script to prepare supporting valgrind for python tests

[PATCH v4 0/8] IOMMU: Add support for IOMMU Bypass Feature
 2021-06-05 12:32 UTC  (2+ messages)

[PATCH] vhost-user-gpu: reorder free calls
 2021-06-05 12:19 UTC  (2+ messages)

[PULL 00/13] Misc bugfix patches for 2021-06-04
 2021-06-05 10:25 UTC  (2+ messages)

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-06-05  5:56 UTC  (120+ messages)
` [PATCH v16 01/99] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
` [PATCH v16 04/99] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for KVM
` [PATCH v16 05/99] qtest/arm-cpu-features: Restrict sve_tests_sve_off_kvm test to KVM
` [PATCH v16 06/99] qtest/arm-cpu-features: Remove TCG fallback to KVM specific tests
` [PATCH v16 07/99] qtest/arm-cpu-features: Use generic qtest_has_accel() to check for TCG
` [PATCH v16 08/99] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
` [PATCH v16 11/99] qtest/bios-tables-test: Make test build-independent from accelerator
` [PATCH v16 12/99] qtest: Do not restrict bios-tables-test to Aarch64 hosts anymore
` [PATCH v16 13/99] meson: add target_user_arch
` [PATCH v16 14/99] accel: add cpu_reset
` [PATCH v16 15/99] target/arm: move translate modules to tcg/
` [PATCH v16 16/99] target/arm: move helpers "
` [PATCH v16 17/99] arm: tcg: only build under CONFIG_TCG
` [PATCH v16 18/99] target/arm: tcg: add sysemu and user subdirs
` [PATCH v16 19/99] target/arm: tcg: split mte_helper user-only and sysemu code
` [PATCH v16 20/99] target/arm: tcg: move sysemu-only parts of debug_helper
` [PATCH v16 21/99] target/arm: tcg: split tlb_helper user-only and sysemu-only parts
` [PATCH v16 22/99] target/arm: tcg: split m_helper "
` [PATCH v16 23/99] target/arm: only build psci for TCG
` [PATCH v16 24/99] target/arm: split off cpu-sysemu.c
` [PATCH v16 25/99] target/arm: tcg: fix comment style before move to cpu-mmu
` [PATCH v16 26/99] target/arm: move physical address translation "
` [PATCH v16 27/99] target/arm: fix style in preparation of new cpregs module
` [PATCH v16 28/99] target/arm: split cpregs from tcg/helper.c
` [PATCH v16 29/99] target/arm: move cpu definitions to common cpu module
` [PATCH v16 30/99] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [PATCH v16 31/99] target/arm: tcg: add stubs for some helpers for non-tcg builds
` [PATCH v16 32/99] target/arm: move cpsr_read, cpsr_write to cpu_common
` [PATCH v16 33/99] target/arm: add temporary stub for arm_rebuild_hflags
` [PATCH v16 34/99] target/arm: move arm_hcr_el2_eff from tcg/ to common_cpu
` [PATCH v16 35/99] target/arm: split vfp state setting from tcg helpers
` [PATCH v16 36/99] target/arm: move arm_mmu_idx* to cpu-mmu
` [PATCH v16 37/99] target/arm: move sve_zcr_len_for_el to common_cpu
` [PATCH v16 38/99] target/arm: move arm_sctlr away from tcg helpers
` [PATCH v16 39/99] target/arm: move arm_cpu_list to common_cpu
` [PATCH v16 40/99] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [PATCH v16 41/99] target/arm: new cpu32 ARM 32 bit CPU Class
` [PATCH v16 42/99] target/arm: split 32bit and 64bit arm dump state
` [PATCH v16 43/99] target/arm: move a15 cpu model away from the TCG-only models
` [PATCH v16 44/99] target/arm: fixup sve_exception_el code style before move
` [PATCH v16 45/99] target/arm: move sve_exception_el out of TCG helpers
` [PATCH v16 46/99] target/arm: fix comments style of fp_exception_el before moving it
` [PATCH v16 47/99] target/arm: move fp_exception_el out of TCG helpers
` [PATCH v16 48/99] target/arm: remove now useless ifndef from fp_exception_el
` [PATCH v16 49/99] target/arm: make further preparation for the exception code to move
` [PATCH v16 50/99] target/arm: fix style of arm_cpu_do_interrupt functions before move
` [PATCH v16 51/99] target/arm: move exception code out of tcg/helper.c
` [PATCH v16 52/99] target/arm: rename handle_semihosting to tcg_handle_semihosting
` [PATCH v16 53/99] target/arm: replace CONFIG_TCG with tcg_enabled
` [PATCH v16 54/99] target/arm: move TCGCPUOps to tcg/tcg-cpu.c
` [PATCH v16 55/99] target/arm: move cpu_tcg to tcg/tcg-cpu-models.c
` [PATCH v16 56/99] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [PATCH v16 57/99] target/arm: remove kvm include file for PSCI and arm-powerctl
` [PATCH v16 58/99] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [PATCH v16 59/99] MAINTAINERS: update arm kvm maintained files to all in target/arm/kvm/
` [PATCH v16 60/99] target/arm: cleanup cpu includes
` [PATCH v16 61/99] target/arm: remove broad "else" statements when checking accels
` [PATCH v16 62/99] target/arm: remove kvm-stub.c
` [PATCH v16 63/99] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [PATCH v16 64/99] tests: do not run test-hmp on all machines for ARM KVM-only
` [PATCH v16 65/99] tests: device-introspect-test: cope with ARM TCG-only devices
` [PATCH v16 66/99] tests: do not run qom-test on all machines for ARM KVM-only
` [PATCH v16 67/99] target/arm: create kvm cpu accel class
` [PATCH v16 68/99] target/arm: move kvm post init initialization to kvm cpu accel
` [PATCH v16 69/99] target/arm: add tcg cpu accel class
` [PATCH v16 70/99] target/arm: move TCG gt timer creation code in tcg/
` [PATCH v16 71/99] target/arm: cpu-sve: new module
` [PATCH v16 72/99] target/arm: cpu-sve: rename functions according to module prefix
` [PATCH v16 73/99] target/arm: cpu-sve: split TCG and KVM functionality
` [PATCH v16 74/99] target/arm: cpu-sve: make cpu_sve_finalize_features return bool
` [PATCH v16 75/99] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
` [PATCH v16 76/99] target/arm: restrict rebuild_hflags_a64 to TARGET_AARCH64
` [PATCH v16 77/99] target/arm: arch_dump: restrict ELFCLASS64 to AArch64
` [PATCH v16 78/99] target/arm: cpu-exceptions, cpu-exceptions-aa64: new modules
` [PATCH v16 79/99] target/arm: tcg: restrict ZCR cpregs to TARGET_AARCH64
` [PATCH v16 81/99] target/arm: tcg-sve: rename the narrow_vq and change_el functions
` [PATCH v16 82/99] target/arm: move sve_zcr_len_for_el to TARGET_AARCH64-only cpu-sve
` [PATCH v16 83/99] cpu-sve: rename sve_zcr_len_for_el to cpu_sve_get_zcr_len_for_el
` [PATCH v16 84/99] target/arm: cpu-common: wrap a64-only check with is_a64
` [PATCH v16 85/99] target/arm: cpu-pauth: new module for ARMv8.3 Pointer Authentication
` [PATCH v16 86/99] target/arm: cpu-pauth: change arm_cpu_pauth_finalize name and sig
` [PATCH v16 87/99] target/arm: move arm_cpu_finalize_features into cpu64
` [PATCH v16 88/99] target/arm: cpu64: rename arm_cpu_finalize_features
` [PATCH v16 89/99] target/arm: cpu64: some final cleanup on aarch64_cpu_finalize_features
` [PATCH v16 90/99] XXX target/arm: experiment refactoring cpu "max"
` [PATCH v16 91/99] target/arm: tcg: remove superfluous CONFIG_TCG check
` [PATCH v16 92/99] target/arm: remove v7m stub function for !CONFIG_TCG
` [PATCH v16 93/99] meson: Introduce target-specific Kconfig
` [PATCH v16 94/99] target/arm: move CONFIG_V7M out of default-devices
` [PATCH v16 95/99] hw/arm: add dependency on OR_IRQ for XLNX_VERSAL
` [PATCH v16 96/99] tests/qtest: split the cdrom-test into arm/aarch64
` [PATCH v16 97/99] tests/qtest: make xlnx-can-test conditional on being configured
` [PATCH v16 98/99] configure: allow the overriding of default-config in the build
` [PATCH v16 99/99] gitlab: defend the new stripped down arm64 configs

[Qemu-devel] [PATCH v11 00/46] Add nanoMIPS support - core functionality and system mode
 2021-06-04 23:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH v11 08/46] target/mips: Add emulation of nanoMIPS 16-bit branch instructions
  `  "

Multiple SMMUv3 instances on PCI Bus and PCI Host Bridge
 2021-06-04 23:08 UTC 

[RESEND] Multiple SMMUv3 instances on PCI Bus and PCI Host Bridge
 2021-06-04 23:16 UTC 

[PATCH] tcg: Introduce tcg_remove_ops_after
 2021-06-04 21:27 UTC 

[PATCH 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-04 21:17 UTC  (11+ messages)
` [PATCH 1/9] virtiofsd: Add TempFd structure
` [PATCH 2/9] virtiofsd: Use lo_inode_open() instead of openat()
` [PATCH 3/9] virtiofsd: Add lo_inode_fd() helper
` [PATCH 4/9] virtiofsd: Let lo_fd() return a TempFd
` [PATCH 5/9] virtiofsd: Let lo_inode_open() "
` [PATCH 6/9] virtiofsd: Add lo_inode.fhandle
` [PATCH 7/9] virtiofsd: Add inodes_by_handle hash table
` [PATCH 8/9] virtiofsd: Optionally fill lo_inode.fhandle
` [PATCH 9/9] virtiofsd: Add lazy lo_do_find()
` [Virtio-fs] [PATCH 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs

[PULL 00/15] tcg patch queue
 2021-06-04 20:12 UTC  (16+ messages)
` [PULL 01/15] tcg: Change parameters for tcg_target_const_match
` [PULL 02/15] tcg/arm: Add host vector framework
` [PULL 03/15] tcg/arm: Implement tcg_out_ld/st for vector types
` [PULL 04/15] tcg/arm: Implement tcg_out_mov "
` [PULL 05/15] tcg/arm: Implement tcg_out_dup*_vec
` [PULL 06/15] tcg/arm: Implement minimal vector operations
` [PULL 07/15] tcg/arm: Implement andc, orc, abs, neg, not "
` [PULL 08/15] tcg/arm: Implement TCG_TARGET_HAS_shi_vec
` [PULL 09/15] tcg/arm: Implement TCG_TARGET_HAS_mul_vec
` [PULL 10/15] tcg/arm: Implement TCG_TARGET_HAS_sat_vec
` [PULL 11/15] tcg/arm: Implement TCG_TARGET_HAS_minmax_vec
` [PULL 12/15] tcg/arm: Implement TCG_TARGET_HAS_bitsel_vec
` [PULL 13/15] tcg/arm: Implement TCG_TARGET_HAS_shv_vec
` [PULL 14/15] tcg/arm: Implement TCG_TARGET_HAS_roti_vec
` [PULL 15/15] tcg/arm: Implement TCG_TARGET_HAS_rotv_vec

[PATCH v5 00/11] 64bit block-layer: part II
 2021-06-04 20:09 UTC  (4+ messages)
` [PATCH v5 07/11] block: use int64_t instead of int in driver write_zeroes handlers

[PATCH v2 0/2] DEVICE_UNPLUG_ERROR QAPI event
 2021-06-04 20:03 UTC  (3+ messages)
` [PATCH v2 1/2] qapi/machine.json: add "
` [PATCH v2 2/2] spapr: use DEVICE_UNPLUG_ERROR to report unplug errors

[PATCH v1 0/2] add x86 acceptance test for the "host" cpu bug
 2021-06-04 19:12 UTC  (4+ messages)
` [PATCH v1 1/2] tests/acceptance: move pkg extraction to avocado_qemu/
` [PATCH v1 2/2] tests/acceptance: add OVMF firmware test to cover x86_64 "host" cpu bug

[PATCH v7 0/9] i386: KVM: expand Hyper-V features early
 2021-06-04 19:00 UTC  (5+ messages)
` [PATCH v7 3/9] i386: hardcode supported eVMCS version to '1'

[PATCH 0/3] target/arm: Decode fixes for aarch64
 2021-06-04 18:35 UTC  (4+ messages)
` [PATCH 1/3] target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16
` [PATCH 2/3] target/arm: Remove fprintf from disas_simd_mod_imm
` [PATCH 3/3] target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16

[PATCH v2 0/7] 9pfs: Twalk optimization
 2021-06-04 18:23 UTC  (10+ messages)
` [PATCH v2 2/7] 9pfs: Twalk benchmark
` [PATCH v2 3/7] 9pfs: capture root stat
` [PATCH v2 1/7] 9pfs: fix not_same_qid()
` [PATCH v2 4/7] 9pfs: drop fid_to_qid()
` [PATCH v2 5/7] 9pfs: replace not_same_qid() by same_stat_id()
` [PATCH v2 6/7] 9pfs: drop root_qid
` [PATCH v2 7/7] 9pfs: reduce latency of Twalk

[PATCH 0/8] PALcode fixes required to run NetBSD/alpha
 2021-06-04 18:23 UTC  (4+ messages)
` [PATCH 5/8] Fix incorrect initialization of PCI BARs

[PATCH] virtio-gpu: move scanout_id sanity check
 2021-06-04 18:06 UTC  (2+ messages)

[RFC PATCH] gitlab: work harder to avoid false positives in checkpatch
 2021-06-04 17:18 UTC  (2+ messages)

[PATCH RFC 0/3] python/iotests: Run iotest linters during Python CI
 2021-06-04 16:39 UTC  (4+ messages)
` [PATCH RFC 1/3] python: expose typing information via PEP 561
` [PATCH RFC 2/3] iotests: split 'linters.py' off from 297
` [PATCH RFC 3/3] python: Add iotest linters to test suite

[PATCH v4 0/6] blkdebug: fix racing condition when iterating on
 2021-06-04 16:16 UTC  (3+ messages)
` [PATCH v4 1/6] blkdebug: refactor removal of a suspended request

[PATCH 0/3] virtiofsd: Find original inode ID of mount points
 2021-06-04 16:22 UTC  (5+ messages)
` [PATCH 1/3] "

[PULL 0/7] Net patches
 2021-06-04 16:25 UTC  (2+ messages)

[PATCH] block/snapshot: Clarify goto fallback behavior
 2021-06-04 16:10 UTC  (3+ messages)

[PATCH V7 0/6] Passthrough specific network traffic in COLO
 2021-06-04 15:57 UTC  (4+ messages)
` [PATCH V7 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[PATCH 00/11] python: move /scripts/qmp/gemu-ga-client.py to qemu.qmp package
 2021-06-04 15:55 UTC  (12+ messages)
` [PATCH 01/11] scripts/qemu-ga-client: apply isort rules
` [PATCH 02/11] scripts/qemu-ga-client: apply (most) flake8 rules
` [PATCH 03/11] scripts/qemu-ga-client: Fix exception handling
` [PATCH 04/11] scripts/qemu-ga-client: replace deprecated optparse with argparse
` [PATCH 05/11] scripts/qemu-ga-client: add module docstring
` [PATCH 06/11] scripts/qemu-ga-client: apply (most) pylint rules
` [PATCH 07/11] python/qmp: Correct type of QMPReturnValue
` [PATCH 08/11] scripts/qemu-ga-client: add mypy type hints
` [PATCH 09/11] scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
` [PATCH 10/11] python/qemu-ga-client: add entry point
` [PATCH 11/11] scripts/qemu-ga-client: Add forwarder shim


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