qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-02 10:56:55 to 2022-06-03 13:49:41 UTC [more...]

[RFC PATCH 0/3] Allow Capstone 3.0.5 again and remove the submodule
 2022-06-03 13:48 UTC  (8+ messages)
` [PATCH 3/3] capstone: Remove the capstone submodule

about the current status of Multi-process QEMU / out-of-process emulation
 2022-06-03 10:58 UTC 

[PULL 2/3] qga-win32: Add support for NVME but type
 2022-06-03 13:15 UTC  (14+ messages)
                    ` Debian MinGW cross compilation (was: Re: [PULL 2/3] qga-win32: Add support for NVME but type)

[PATCH] gitlab-ci: Fix the build-cfi-aarch64 and build-cfi-ppc64-s390x jobs
 2022-06-03 12:48 UTC 

[PATCH v10 00/14] vfio-user server in QEMU
 2022-06-03 12:20 UTC  (10+ messages)
` [PATCH v10 13/14] vfio-user: handle device interrupts

[PATCH v2] tests: Prefer max cpu type when using AArch64 virt machine
 2022-06-03 11:55 UTC  (2+ messages)

[PATCH v2 0/3] target/riscv: Make CPU property names lowercase (w/ capitalized aliases)
 2022-06-03 11:36 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] target/riscv: Reorganize riscv_cpu_properties
  ` [PATCH v3 2/3] target/riscv: Make CPU property names lowercase
  ` [PATCH v3 3/3] target/riscv: Deprecate capitalized property names

[PATCH v6 0/8] Support exporting BDSs via VDUSE
 2022-06-03 11:25 UTC  (3+ messages)
` [PATCH v6 5/8] libvduse: Add VDUSE (vDPA Device in Userspace) library

[PATCH v2 00/10] Random cleanup patches
 2022-06-03 10:42 UTC  (3+ messages)

[PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine
 2022-06-03 10:18 UTC  (4+ messages)

[PATCH] microvm: turn off io reservations for pcie root ports
 2022-06-03  8:59 UTC 

[PATCH 1/1] hw: m25p80: add W# pin and SRWD bit for write protection
 2022-06-03  8:49 UTC  (2+ messages)

Changes for building bits on newer gcc 9.4 compiler
 2022-06-03  8:36 UTC 

[RFC PATCH v2 0/6] hw/i2c: i2c slave mode support
 2022-06-03  7:07 UTC  (9+ messages)

[PULL 00/12] s390x and misc patches
 2022-06-03  6:59 UTC  (13+ messages)
` [PULL 01/12] s390: Typo fix FLOATING_POINT_SUPPPORT_ENH
` [PULL 02/12] hw/s390x/s390-virtio-ccw: Improve the machine description string
` [PULL 03/12] target/s390x: kvm: Honor storage keys during emulation
` [PULL 04/12] MAINTAINERS: Update s390 vhost entries
` [PULL 05/12] tests/tcg: Test overflow conditions
` [PULL 06/12] MAINTAINERS: Change my email address
` [PULL 07/12] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
` [PULL 08/12] qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_set
` [PULL 09/12] tests/qtest: use g_autofree for test_server_create_chr
` [PULL 10/12] ui: Remove deprecated parameters of the "-display sdl" option
` [PULL 11/12] ui: Switch "-display sdl" to use the QAPI parser
` [PULL 12/12] ui: Remove deprecated options "-sdl" and "-curses"

[RFC PATCH 0/3] OpenRISC Semihosting and Virt
 2022-06-03  7:05 UTC  (11+ messages)
` [RFC PATCH 1/3] target/openrisc: Add basic support for semihosting
` [RFC PATCH 2/3] hw/openrisc: Split re-usable boot time apis out to boot.c
` [RFC PATCH 3/3] hw/openrisc: Add the OpenRISC virtual machine

TARGET_SYS_HEAPINFO and Cortex-A15 memory map
 2022-06-03  6:17 UTC  (2+ messages)

[PATCH] ppc/pnv: fix extra indent spaces with DEFINE_PROP*
 2022-06-02 21:53 UTC 

[PATCH 00/71] target/arm: Scalable Matrix Extension
 2022-06-02 21:48 UTC  (72+ messages)
` [PATCH 01/71] target/arm: Rename TBFLAG_A64 ZCR_LEN to VL
` [PATCH 02/71] linux-user/aarch64: Introduce sve_vq_cached
` [PATCH 03/71] target/arm: Remove route_to_el2 check from sve_exception_el
` [PATCH 04/71] target/arm: Remove fp checks "
` [PATCH 05/71] target/arm: Add el_is_in_host
` [PATCH 06/71] target/arm: Use el_is_in_host for sve_zcr_len_for_el
` [PATCH 07/71] target/arm: Use el_is_in_host for sve_exception_el
` [PATCH 08/71] target/arm: Hoist arm_is_el2_enabled check in sve_exception_el
` [PATCH 09/71] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset
` [PATCH 10/71] target/arm: Merge aarch64_sve_zcr_get_valid_len into caller
` [PATCH 11/71] target/arm: Use uint32_t instead of bitmap for sve vq's
` [PATCH 12/71] target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el
` [PATCH 13/71] target/arm: Split out load/store primitives to sve_ldst_internal.h
` [PATCH 14/71] target/arm: Export sve contiguous ldst support functions
` [PATCH 15/71] target/arm: Move expand_pred_b to vec_internal.h
` [PATCH 16/71] target/arm: Use expand_pred_b in mve_helper.c
` [PATCH 17/71] target/arm: Move expand_pred_h to vec_internal.h
` [PATCH 18/71] target/arm: Export bfdotadd from vec_helper.c
` [PATCH 19/71] target/arm: Add isar_feature_aa64_sme
` [PATCH 20/71] target/arm: Add ID_AA64SMFR0_EL1
` [PATCH 21/71] target/arm: Implement TPIDR2_EL0
` [PATCH 22/71] target/arm: Add SMEEXC_EL to TB flags
` [PATCH 23/71] target/arm: Add syn_smetrap
` [PATCH 24/71] target/arm: Add ARM_CP_SME
` [PATCH 25/71] target/arm: Add SVCR
` [PATCH 26/71] target/arm: Add SMCR_ELx
` [PATCH 27/71] target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2
` [PATCH 28/71] target/arm: Add PSTATE.{SM,ZA} to TB flags
` [PATCH 29/71] target/arm: Add the SME ZA storage to CPUARMState
` [PATCH 30/71] target/arm: Implement SMSTART, SMSTOP
` [PATCH 31/71] target/arm: Move error for sve%d property to arm_cpu_sve_finalize
` [PATCH 32/71] target/arm: Create ARMVQMap
` [PATCH 33/71] target/arm: Generalize cpu_arm_{get,set}_vq
` [PATCH 34/71] target/arm: Generalize cpu_arm_{get, set}_default_vec_len
` [PATCH 35/71] target/arm: Move arm_cpu_*_finalize to internals.h
` [PATCH 36/71] target/arm: Unexport aarch64_add_*_properties
` [PATCH 37/71] target/arm: Add cpu properties for SME
` [PATCH 38/71] target/arm: Introduce sve_vqm1_for_el_sm
` [PATCH 39/71] target/arm: Add SVL to TB flags
` [PATCH 40/71] target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.h
` [PATCH 41/71] target/arm: Add infrastructure for disas_sme
` [PATCH 42/71] target/arm: Trap AdvSIMD usage when Streaming SVE is active
` [PATCH 43/71] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL
` [PATCH 44/71] target/arm: Implement SME ZERO
` [PATCH 45/71] target/arm: Implement SME MOVA
` [PATCH 46/71] target/arm: Implement SME LD1, ST1
` [PATCH 47/71] target/arm: Export unpredicated ld/st from translate-sve.c
` [PATCH 48/71] target/arm: Implement SME LDR, STR
` [PATCH 49/71] target/arm: Implement SME ADDHA, ADDVA
` [PATCH 50/71] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH 51/71] target/arm: Implement BFMOPA, BFMOPS
` [PATCH 52/71] target/arm: Implement FMOPA, FMOPS (widening)
` [PATCH 53/71] target/arm: Implement SME integer outer product
` [PATCH 54/71] target/arm: Implement PSEL
` [PATCH 55/71] target/arm: Implement REVD
` [PATCH 56/71] target/arm: Implement SCLAMP, UCLAMP
` [PATCH 57/71] target/arm: Reset streaming sve state on exception boundaries
` [PATCH 58/71] target/arm: Enable SME for -cpu max
` [PATCH 59/71] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH 60/71] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH 61/71] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH 62/71] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH 63/71] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH 64/71] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH 65/71] linux-user/aarch64: Move sve record checks into restore
` [PATCH 66/71] linux-user/aarch64: Implement SME signal handling
` [PATCH 67/71] linux-user: Rename sve prctls
` [PATCH 68/71] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH 69/71] target/arm: Only set ZEN in reset if SVE present
` [PATCH 70/71] target/arm: Enable SME for user-only
` [PATCH 71/71] linux-user/aarch64: Add SME related hwcap entries

[PULL 0/2] VFIO fixes 2022-02-03
 2022-06-02 22:15 UTC  (6+ messages)

[PATCH 0/1] IDE: Addressing slow PIO throughput
 2022-06-02 21:39 UTC  (2+ messages)
` [PATCH 1/1] hw/ide/core: Accumulate PIO output within io_buffer prior to pwritev

[PATCH v2 0/3] PIIX3-IDE XEN cleanup
 2022-06-02 21:30 UTC  (3+ messages)

[PATCH v3 0/3] QOM improvements for rtc/mc146818rtc
 2022-06-02 21:18 UTC  (2+ messages)

[PATCH v2 00/11] hw/acpi/piix4: remove legacy piix4_pm_init() function
 2022-06-02 20:58 UTC  (2+ messages)

[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
 2022-06-02 20:55 UTC  (11+ messages)
` [PATCH v2 03/16] ppc/pnv: add PnvPHB base/proxy device
` [PATCH v2 07/16] ppc/pnv: change PnvPHB4 to be a PnvPHB backend
` [PATCH v2 08/16] ppc/pnv: user created pnv-phb for powernv9

[PATCH v2] hw/ide/piix: Ignore writes of hardwired PCI command register bits
 2022-06-02 20:47 UTC 

[PATCH] target/ppc: fix unreachable code in fpu_helper.c
 2022-06-02 20:00 UTC  (2+ messages)

Outreachy project task: Adding QEMU block layer APIs resembling Linux ZBD ioctls
 2022-06-02 19:36 UTC  (9+ messages)

[PATCH] pnv/xive2: Access direct mapped thread contexts from all chips
 2022-06-02 17:53 UTC  (4+ messages)

[PATCH 0/9] tests, python: prepare to expand usage of test venv
 2022-06-02 17:44 UTC  (9+ messages)
` [PATCH 8/9] tests: add python3-venv to debian10.docker

[PATCH 0/5] gitlab: restrict running jobs in forks and upstream master
 2022-06-02 17:41 UTC  (3+ messages)
` [PATCH 4/5] gitlab: convert build/container jobs to .base_job_template

[PULL 0/3] tcg patch queue
 2022-06-02 16:41 UTC  (5+ messages)
` [PULL 1/3] tcg: Add tcg_gen_mov_ptr
` [PULL 2/3] tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vec
` [PULL 3/3] tcg/aarch64: Fix illegal insn from out-of-range shli

[PATCH 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-06-02 16:31 UTC  (11+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] bios-tables-test: teach test to use smbios 3.0 tables
` [PATCH 4/5] bios-tables-test: add test for number of cores > 255

Networking multiple guests
 2022-06-02 16:29 UTC  (2+ messages)

[PATCH v2 00/15] virtio-gpio and various virtio cleanups
 2022-06-02 16:26 UTC  (3+ messages)
` [PATCH v2 12/15] tests/qtest: plain g_assert for VHOST_USER_F_PROTOCOL_FEATURES

[RFC PATCH v2] RISC-V: Add Zawrs ISA extension support
 2022-06-02 15:56 UTC  (5+ messages)

[PATCH] target/riscv/debug.c: keep experimental rv128 support working
 2022-06-02 15:52 UTC 

[PATCH] target/ppc: avoid int32 multiply overflow in int_helper.c
 2022-06-02 15:49 UTC  (3+ messages)

[PULL 00/19] M68k for 7.1 patches
 2022-06-02 15:00 UTC  (21+ messages)
` [PULL 01/19] target/m68k: Clear mach in m68k_cpu_disas_set_info
` [PULL 02/19] target/m68k: Enable halt insn for 68060
` [PULL 03/19] target/m68k: Raise the TRAPn exception with the correct pc
` [PULL 04/19] target/m68k: Switch over exception type in m68k_interrupt_all
` [PULL 05/19] target/m68k: Fix coding style "
` [PULL 06/19] linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15
` [PULL 07/19] target/m68k: Remove retaddr in m68k_interrupt_all
` [PULL 08/19] target/m68k: Fix address argument for EXCP_CHK
` [PULL 09/19] target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0
` [PULL 10/19] target/m68k: Fix address argument for EXCP_TRACE
` [PULL 11/19] target/m68k: Fix stack frame for EXCP_ILLEGAL
` [PULL 12/19] target/m68k: Implement TRAPcc
` [PULL 13/19] target/m68k: Implement TPF in terms of TRAPcc
` [PULL 14/19] target/m68k: Implement TRAPV
` [PULL 15/19] target/m68k: Implement FTRAPcc
` [PULL 16/19] tests/tcg/m68k: Add trap.c
` [PULL 17/19] linux-user/strace: Use is_error in print_syscall_err
` [PULL 18/19] linux-user/strace: Adjust get_thread_area for m68k
` [PULL 19/19] target/m68k: Mark helper_raise_exception as noreturn

[PATCH] target/ppc/cpu-models: Update max alias to power10
 2022-06-02 13:23 UTC  (13+ messages)

[PULL 00/33] testing updates (gitlab, junit, lcitool, x-compile)
 2022-06-02 10:50 UTC  (3+ messages)
` [PULL 32/33] gitlab: don't run CI jobs in forks by default


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