qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-06 06:50:05 to 2022-06-06 19:31:56 UTC [more...]

[PATCH v10 00/14] vfio-user server in QEMU
 2022-06-06 19:29 UTC  (4+ messages)
` [PATCH v10 13/14] vfio-user: handle device interrupts

[PATCH] gitlab-ci: Extend timeout for ubuntu-20.04-s390x-all to 75m
 2022-06-06 18:37 UTC  (2+ messages)

[PULL 00/29] Misc patches for 2022-06-06
 2022-06-06 17:06 UTC  (31+ messages)
` [PULL 01/29] target/i386/tcg: Fix masking of real-mode addresses with A20 bit
` [PULL 02/29] build: add a "make modules" target
` [PULL 03/29] target/i386: Fix wrong count setting
` [PULL 04/29] modules: introduces module_kconfig directive
` [PULL 05/29] modules: generates per-target modinfo
` [PULL 06/29] replay: fix event queue flush for qemu shutdown
` [PULL 07/29] replay: notify vCPU when BH is scheduled
` [PULL 08/29] replay: rewrite async event handling
` [PULL 09/29] replay: simplify async event processing
` [PULL 10/29] docs: convert docs/devel/replay page to rst
` [PULL 11/29] docs: move replay docs to docs/system/replay.rst
` [PULL 12/29] tests/avocado: update replay_linux test
` [PULL 13/29] tests/avocado: add replay Linux tests for virtio machine
` [PULL 14/29] tests/avocado: add replay Linux test for Aarch64 machines
` [PULL 15/29] tests/Makefile.include: Fix 'make check-help' output
` [PULL 16/29] x86: cpu: make sure number of addressable IDs for processor cores meets the spec
` [PULL 17/29] x86: cpu: fixup number of addressable IDs for logical processors sharing cache
` [PULL 18/29] python: update for mypy 0.950
` [PULL 19/29] tests: add "TESTS_PYTHON" variable to Makefile
` [PULL 20/29] tests: use python3 as the python executable name
` [PULL 21/29] tests: silence pip upgrade warnings during venv creation
` [PULL 22/29] tests: add quiet-venv-pip macro
` [PULL 23/29] tests: install "qemu" namespace package into venv
` [PULL 24/29] tests: use tests/venv to run basevm.py-based scripts
` [PULL 25/29] tests: add python3-venv to debian10.docker
` [PULL 26/29] tests: run 'device-crash-test' from tests/venv
` [PULL 27/29] regenerate meson-buildoptions.sh
` [PULL 28/29] configure: remove reference to removed option
` [PULL 29/29] meson: qga: do not use deprecated meson.build_root()

[PATCH 00/71] target/arm: Scalable Matrix Extension
 2022-06-06 16:50 UTC  (43+ messages)
` [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 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 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] target/ppc: fix vbpermd in big endian hosts
 2022-06-06 17:50 UTC  (2+ messages)

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

[PATCH] target/ppc: avoid int32 multiply overflow in int_helper.c
 2022-06-06 17:51 UTC  (2+ messages)

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

[PATCH] hw/cxl: Fix missing write mask for HDM decoder target list registers
 2022-06-06 17:39 UTC  (2+ messages)

[PATCH v2 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-06 17:33 UTC  (2+ messages)

[PATCH 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-06 17:24 UTC  (4+ messages)
` [PATCH 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter

Help: How do I make a machine with 2 separate ARM SoC's?
 2022-06-06 17:02 UTC  (4+ messages)

[PATCH v3 0/4] In v3:
 2022-06-06 16:55 UTC  (7+ messages)
` [PATCH v3 1/4] docs: rSTify "security-process" page; move it to QEMU Git
` [PATCH v3 2/4] docs: rSTify MailingLists wiki; "
` [PATCH v3 3/4] docs: rSTify GettingStartedDevelopers "
` [PATCH v3 4/4] Add a new doc "contacting-the-project.rst"
` [PATCH v4 0/4] rSTify a few more docs; move them to QEMU Git [Was: Re: [PATCH v3 0/4] In v3:]
  ` [PATCH v3 0/4] rSTify a few more docs; move them to QEMU Git

[PATCH v3 00/10] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-06-06 16:10 UTC  (7+ messages)
` [PATCH v3 07/10] block: Implement bdrv_{pread, pwrite, "
  ` [PATCH v3 07/10] block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() "

[PATCH v7 00/43] Add LoongArch softmmu support
 2022-06-06 15:34 UTC  (45+ messages)
` [PATCH v7 01/43] target/loongarch: Add README
` [PATCH v7 02/43] target/loongarch: Add core definition
` [PATCH v7 03/43] target/loongarch: Add main translation routines
` [PATCH v7 04/43] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v7 05/43] target/loongarch: Add fixed point shift "
` [PATCH v7 06/43] target/loongarch: Add fixed point bit "
` [PATCH v7 07/43] target/loongarch: Add fixed point load/store "
` [PATCH v7 08/43] target/loongarch: Add fixed point atomic "
` [PATCH v7 09/43] target/loongarch: Add fixed point extra "
` [PATCH v7 10/43] target/loongarch: Add floating point arithmetic "
` [PATCH v7 11/43] target/loongarch: Add floating point comparison "
` [PATCH v7 12/43] target/loongarch: Add floating point conversion "
` [PATCH v7 13/43] target/loongarch: Add floating point move "
` [PATCH v7 14/43] target/loongarch: Add floating point load/store "
` [PATCH v7 15/43] target/loongarch: Add branch "
` [PATCH v7 16/43] target/loongarch: Add disassembler
` [PATCH v7 17/43] target/loongarch: Add target build suport
` [PATCH v7 18/43] target/loongarch: Add system emulation introduction
` [PATCH v7 19/43] target/loongarch: Add CSRs definition
` [PATCH v7 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v7 21/43] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH v7 22/43] target/loongarch: Add MMU support for LoongArch CPU
` [PATCH v7 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v7 24/43] target/loongarch: Add constant timer support
` [PATCH v7 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v7 26/43] target/loongarch: Add LoongArch IOCSR instruction
` [PATCH v7 27/43] target/loongarch: Add TLB instruction support
` [PATCH v7 28/43] target/loongarch: Add other core instructions support
` [PATCH v7 29/43] target/loongarch: Add timer related "
` [PATCH v7 30/43] hw/loongarch: Add support loongson3 virt machine type
` [PATCH v7 31/43] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [PATCH v7 32/43] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [PATCH v7 33/43] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH v7 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v7 35/43] hw/loongarch: Add irq hierarchy for the system
` [PATCH v7 36/43] Enable common virtio pci support for LoongArch
` [PATCH v7 37/43] hw/loongarch: Add some devices support for 3A5000
` [PATCH v7 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v7 39/43] hw/loongarch: Add LoongArch load elf function
` [PATCH v7 40/43] hw/loongarch: Add LoongArch virt power manager support
` [PATCH v7 41/43] target/loongarch: Add gdb support
` [PATCH v7 42/43] tests/tcg/loongarch64: Add hello/memory test in loongarch64 system
` [PATCH v7 43/43] target/loongarch: 'make check-tcg' support

[PATCH 00/21] aspeed: Extend ast2600 I2C model with new mode
 2022-06-06 15:07 UTC  (22+ messages)
` [PATCH 01/21] hw/registerfields: Add shared fields macros
` [PATCH 02/21] aspeed: i2c: Add ctrl_global_rsvd property
` [PATCH 03/21] aspeed: i2c: Migrate to registerfields API
` [PATCH 04/21] aspeed: i2c: Use reg array instead of individual vars
` [PATCH 05/21] aspeed: i2c: Add new mode support
` [PATCH 06/21] aspeed: i2c: Add PKT_DONE IRQ to trace
` [PATCH 07/21] aspeed: i2c: Move regs and helpers to header file
` [PATCH 08/21] test/avocado/machine_aspeed.py: Move OpenBMC tests
` [PATCH 09/21] test/avocado/machine_aspeed.py: Add tests using buildroot images
` [PATCH 10/21] test/avocado/machine_aspeed.py: Add I2C tests to ast2600-evb
` [PATCH 11/21] test/avocado/machine_aspeed.py: Add an I2C RTC test
` [PATCH 12/21] aspeed/i2c: Add ast1030 controller models
` [PATCH 13/21] aspeed: Add I2C buses to AST1030 model
` [PATCH 14/21] hw/i2c/aspeed: rework raise interrupt trace event
` [PATCH 15/21] hw/i2c/aspeed: add DEV_ADDR in old register mode
` [PATCH 16/21] hw/i2c: support multiple masters
` [PATCH 17/21] hw/i2c: add asynchronous send
` [PATCH 18/21] hw/i2c/aspeed: add slave device in old register mode
` [PATCH 19/21] aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH always
` [PATCH 20/21] hw/misc: add a toy i2c echo device [DO NOT PULL]
` [PATCH 21/21] test/avocado/machine_aspeed.py: Add I2C slave tests

[PATCH] hw/mips/boston: Initialize g_autofree pointers
 2022-06-06 15:04 UTC  (2+ messages)

[PATCH 0/7] Remove CONFIG_INT128 conditional code from target/ppc/*
 2022-06-06 15:00 UTC  (8+ messages)
` [PATCH 1/7] target/ppc: use int128.h methods in vpmsumd
` [PATCH 2/7] target/ppc: use int128.h methods in vadduqm
` [PATCH 3/7] target/ppc: use int128.h methods in vaddecuq and vaddeuqm
` [PATCH 4/7] target/ppc: use int128.h methods in vaddcuq
` [PATCH 5/7] target/ppc: use int128.h methods in vsubuqm
` [PATCH 6/7] target/ppc: use int128.h methods in vsubecuq and vsubeuqm
` [PATCH 7/7] target/ppc: use int128.h methods in vsubcuq

ioregionfd with io_uring IORING_OP_URING_CMD
 2022-06-06 14:57 UTC 

[PATCH] configure: remove reference to removed option
 2022-06-06 15:00 UTC  (2+ messages)

[PATCH 1/1] block: use 'unsigned' for in_flight field on driver state
 2022-06-06 14:36 UTC  (2+ messages)

[PATCH v2 1/1] nbd: trace long NBD operations
 2022-06-06 14:36 UTC  (2+ messages)

[RFC PATCH RESEND] scripts/checkpatch.pl: Change line limit warning
 2022-06-06 14:34 UTC 

[PATCH] meson: qga: do not use deprecated meson.build_root()
 2022-06-06 14:03 UTC 

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

[PATCH] ppc: fix boot with sam460ex
 2022-06-06 13:51 UTC  (2+ messages)

[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
 2022-06-06 12:41 UTC  (9+ messages)
` [PATCH v2 04/16] ppc/pnv: change PnvPHB3 to be a PnvPHB backend
` [PATCH v2 11/16] ppc/pnv: add pnv-phb-root-port device

[PATCH v2] vduse-blk: Add name option
 2022-06-06 12:41 UTC  (5+ messages)

[PATCH] ppc/pnv: fix extra indent spaces with DEFINE_PROP*
 2022-06-06 12:18 UTC  (2+ messages)

[PATCH 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-06-06 11:38 UTC  (13+ 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

qemu-iotest 267 got a FPE error when TARGET_PAGE_BITS 16K
 2022-06-06 11:17 UTC  (2+ messages)

[PATCH] target/ppc/cpu-models: Update max alias to power10
 2022-06-06 10:59 UTC  (6+ messages)

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

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

[PATCH] regenerate meson-buildoptions.sh
 2022-06-06 10:47 UTC 

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

[PATCH v4 00/11] QOM'ify PIIX southbridge creation
 2022-06-06 10:38 UTC  (2+ messages)

[PATCH v3 0/4] xlnx-zcu102: fix the display port
 2022-06-06 10:19 UTC  (2+ messages)

[PATCH v2] Fix 'writeable' typos
 2022-06-06 10:04 UTC  (3+ messages)

[PATCH v2 00/11] iotests: use vm.cmd()
 2022-06-06  7:27 UTC  (12+ messages)
` [PATCH v2 01/11] python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
` [PATCH v2 02/11] python/qemu: rename command() to cmd()
` [PATCH v2 03/11] python/machine.py: upgrade vm.cmd() method
` [PATCH v2 04/11] iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine
` [PATCH v2 05/11] iotests: add some missed checks of qmp result
` [PATCH v2 06/11] iotests: refactor some common qmp result checks into generic pattern
` [PATCH v2 07/11] iotests: drop some occasional semicolons
` [PATCH v2 08/11] iotests: drop some extra ** in qmp() call
` [PATCH v2 09/11] iotests.py: pause_job(): drop return value
` [PATCH v2 10/11] tests/vm/basevm.py: use cmd() instead of qmp()
` [PATCH v2 11/11] python: use vm.cmd() instead of vm.qmp() where appropriate

[PATCH] target/riscv/debug.c: keep experimental rv128 support working
 2022-06-06  7:25 UTC  (2+ messages)

[PATCH 0/1] Fix occasional test fail on multithread
 2022-06-06  6:59 UTC  (2+ messages)

[PATCH qemu v19 00/16] Add tail agnostic behavior for rvv instructions
 2022-06-06  6:15 UTC  (7+ messages)
` [PATCH qemu v19 07/16] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PATCH qemu v19 09/16] target/riscv: rvv: Add tail agnostic for vector integer comparison instructions
` [PATCH qemu v19 10/16] target/riscv: rvv: Add tail agnostic for vector integer merge and move instructions
` [PATCH qemu v19 12/16] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PATCH qemu v19 15/16] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PATCH qemu v19 16/16] target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnostic behavior

[PATCH qemu v18 00/16] Add tail agnostic behavior for rvv instructions
 2022-06-06  6:17 UTC  (3+ messages)

[QEMU PATCH v2 0/6] Support ACPI NVDIMM Label Methods
 2022-06-06  6:26 UTC  (2+ 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).