qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-04 11:27:57 to 2021-06-04 18:27:23 UTC [more...]

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-06-04 18:01 UTC  (100+ messages)
` [PATCH v16 01/99] MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
` [PATCH v16 02/99] accel: Introduce 'query-accels' QMP command
` [PATCH v16 03/99] qtest: Add qtest_has_accel() method
` [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 09/99] qtest/bios-tables-test: Rename tests not TCG specific
` [PATCH v16 10/99] qtest/bios-tables-test: Rename TCG specific tests
` [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 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 80/99] target/arm: tcg-sve: import narrow_vq and change_el functions
` [PATCH v16 81/99] target/arm: tcg-sve: rename the "
` [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

[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 v1 0/2] add x86 acceptance test for the "host" cpu bug
 2021-06-04 18:09 UTC  (3+ 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] 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/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-04 16:13 UTC  (10+ 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()

[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  (4+ 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

[PULL 00/28] Misc patches for 2021-05-24
 2021-06-04 15:48 UTC  (5+ messages)
` [PULL 07/28] qtest: add a QOM object for qtest

[PATCH] linux-user/elfload: Implement ELF_HWCAP for RISC-V
 2021-06-04 15:42 UTC  (3+ messages)

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-06-04 15:36 UTC  (6+ messages)
` [PATCH v4 7/8] hw/arm/sbsa-ref: add ITS support in SBSA GIC

[PATCH v13 0/8] MTE support for KVM guest
 2021-06-04 15:34 UTC  (13+ messages)
` [PATCH v13 4/8] KVM: arm64: Introduce MTE VM feature
` [PATCH v13 7/8] KVM: arm64: ioctl to fetch/store tags in a guest

[PULL 00/13] Misc bugfix patches for 2021-06-04
 2021-06-04 15:17 UTC  (14+ messages)
` [PULL 01/13] meson: allow optional dependencies for block modules
` [PULL 02/13] iscsi: link libm into the module
` [PULL 03/13] oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONBLOCK) failure
` [PULL 04/13] target/i386: tcg: fix segment register offsets for 16-bit TSS
` [PULL 05/13] target/i386: tcg: fix loading of registers from "
` [PULL 06/13] target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versa
` [PULL 07/13] target/i386: Fix decode of cr8
` [PULL 08/13] tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks test
` [PULL 09/13] i386: reorder call to cpu_exec_realizefn
` [PULL 10/13] i386: run accel_cpu_instance_init as post_init
` [PULL 11/13] qemu-config: parse configuration files to a QDict
` [PULL 12/13] vl: plumb keyval-based options into -readconfig
` [PULL 13/13] vl: plug -object back "

[PATCH_V3] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-06-04 15:06 UTC  (14+ messages)

[PATCH v7 1/2] target/i386: Trivial code motion and code style fix
 2021-06-04 15:04 UTC  (4+ messages)
` [PATCH v7 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-06-04 14:34 UTC  (10+ messages)

[PATCH v3 0/6] qcow2: compressed write cache
 2021-06-04 14:31 UTC  (3+ messages)
` [PATCH v3 4/6] util: implement seqcache

[RFC PATCH 0/9] Initial support for machine creation via QMP
 2021-06-04 14:25 UTC  (3+ messages)
` [RFC PATCH 5/9] qapi: Implement 'next-machine-phase' command

[PATCH v7 0/9] i386: KVM: expand Hyper-V features early
 2021-06-04 14:06 UTC  (3+ messages)
` [PATCH v7 8/9] i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS priviliges

[Stratos-dev] [PATCH 0/5] virtio: Add vhost-user based RNG service
 2021-06-04 13:36 UTC 

[PATCH V3 00/22] Live Update
 2021-06-04 13:59 UTC  (3+ messages)
` [PATCH V3 08/22] cpr: QMP interfaces

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-06-04 13:59 UTC  (12+ messages)

[PATCH 0/3] 9pfs: Twalk optimization
 2021-06-04 13:45 UTC  (6+ messages)
` [PATCH 2/3] 9pfs: capture root stat
` [PATCH 3/3] 9pfs: reduce latency of Twalk

[PATCH] vnc: avoid deprecation warnings for SASL on OS X
 2021-06-04 13:32 UTC  (4+ messages)

[Qemu-devel] [Bug 1695286] [NEW] Add multiboot2 support
 2021-06-04 13:21 UTC  (3+ messages)
` [Bug 1695286] "

[PATCH v2] hw/intc/arm_gicv3_cpuif: Tolerate spurious EOIR writes
 2021-06-04 13:09 UTC  (2+ messages)

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

[Qemu-devel] [PATCH v4 0/3] tests: Reorganize MIPS TCG directories and files
 2021-06-04 12:01 UTC  (4+ messages)

[PATCH 0/4] docs: add user facing docs for secret passing and authorization controls
 2021-06-04 11:26 UTC  (3+ messages)


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