qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-03 17:01:28 to 2022-06-06 13:14:44 UTC [more...]

[PATCH v7 00/43] Add LoongArch softmmu support
 2022-06-06 12:43 UTC  (19+ 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 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v7 28/43] target/loongarch: Add other core instructions support
` [PATCH v7 39/43] hw/loongarch: Add LoongArch load elf function

[PATCH 00/71] target/arm: Scalable Matrix Extension
 2022-06-06 12:31 UTC  (17+ 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 v2 00/16] powernv: introduce pnv-phb base/proxy devices
 2022-06-06 12:41 UTC  (12+ messages)
` [PATCH v2 04/16] ppc/pnv: change PnvPHB3 to be a PnvPHB backend
` [PATCH v2 08/16] ppc/pnv: user created pnv-phb for powernv9
` [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] configure: remove reference to removed option
 2022-06-06 10:47 UTC 

[PATCH v4 00/11] QOM'ify PIIX southbridge creation
 2022-06-06 10:38 UTC  (13+ messages)
` [PATCH v4 01/11] hw/southbridge/piix: Aggregate all PIIX southbridge type names
` [PATCH v4 02/11] hw/isa/piix4: Use object_initialize_child() for embedded struct
` [PATCH v4 03/11] hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fn
` [PATCH v4 04/11] hw/isa/piix4: QOM'ify PCI device creation and wiring
` [PATCH v4 05/11] hw/isa/piix4: Factor out ISABus retrieval from piix4_create()
` [PATCH v4 06/11] hw/isa/piix4: QOM'ify PIIX4 PM creation
` [PATCH v4 07/11] hw/isa/piix4: Inline and remove piix4_create()
` [PATCH v4 08/11] hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fn
` [PATCH v4 09/11] hw/isa/piix3: QOM'ify PCI device creation and wiring
` [PATCH v4 10/11] hw/isa/piix3: Factor out ISABus retrieval from piix3_create()
` [PATCH v4 11/11] hw/isa/piix3: Inline and remove piix3_create()

[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  (4+ 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  (17+ messages)
` [PATCH qemu v19 05/16] target/riscv: rvv: Add tail agnostic for vv instructions
` [PATCH qemu v19 06/16] target/riscv: rvv: Add tail agnostic for vector load / store instructions
` [PATCH qemu v19 07/16] target/riscv: rvv: Add tail agnostic for vx, vvm, vxm instructions
` [PATCH qemu v19 08/16] target/riscv: rvv: Add tail agnostic for vector integer shift 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 11/16] target/riscv: rvv: Add tail agnostic for vector fix-point arithmetic instructions
` [PATCH qemu v19 12/16] target/riscv: rvv: Add tail agnostic for vector floating-point instructions
` [PATCH qemu v19 13/16] target/riscv: rvv: Add tail agnostic for vector reduction instructions
` [PATCH qemu v19 14/16] target/riscv: rvv: Add tail agnostic for vector mask instructions
` [PATCH qemu v19 15/16] target/riscv: rvv: Add tail agnostic for vector permutation instructions
` [PATCH qemu v19 03/16] target/riscv: rvv: Rename ambiguous esz
` [PATCH qemu v19 04/16] target/riscv: rvv: Early exit when vstart >= vl
` [PATCH qemu v19 01/16] target/riscv: rvv: Prune redundant ESZ, DSZ parameter passed
` [PATCH qemu v19 16/16] target/riscv: rvv: Add option 'rvv_ta_all_1s' to enable optional tail agnostic behavior
` [PATCH qemu v19 02/16] target/riscv: rvv: Prune redundant access_type parameter passed

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

[PATCH v2 0/3] target/riscv: Make CPU property names lowercase (w/ capitalized aliases)
 2022-06-06  6:03 UTC  (6+ 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] target/riscv: Wake on VS-level external interrupts
 2022-06-06  6:00 UTC  (3+ messages)

[PATCH] microvm: turn off io reservations for pcie root ports
 2022-06-06  5:08 UTC  (3+ messages)

[PATCH v3 0/4] QEMU RISC-V nested virtualization fixes
 2022-06-06  1:55 UTC  (6+ messages)
` [PATCH v3 3/4] target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
` [PATCH v3 4/4] target/riscv: Force disable extensions if priv spec version does not match

[PATCH v5 0/3] Implement Sstc extension
 2022-06-05 16:23 UTC  (4+ messages)
` [PATCH v5 2/3] target/riscv: Add stimecmp support

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

[PATCH 0/2] target/arm: SCR_EL3 RES0, RAO/WI tweaks
 2022-06-05 16:10 UTC  (3+ messages)
` [PATCH 1/2] target/arm: SCR_EL3 bits 4,5 are always res0
` [PATCH 2/2] target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]

[PATCH] qemu-iotests: Discard stderr when probing devices
 2022-06-05 14:57 UTC 

dbus-display-test is flakey
 2022-06-05 14:46 UTC 

[RFC PATCH 0/3] OpenRISC Semihosting and Virt
 2022-06-05 14:36 UTC  (14+ messages)
` [RFC PATCH 1/3] target/openrisc: Add basic support for semihosting
` [RFC PATCH 3/3] hw/openrisc: Add the OpenRISC virtual machine

[PATCH 0/2] Fixes for ui/gtk-gl-area
 2022-06-05  8:51 UTC  (3+ messages)
` [PATCH 1/2] ui/gtk-gl-area: implement GL context destruction
` [PATCH 2/2] ui/gtk-gl-area: create the requested GL context version

[PATCH] aio_wait_kick: add missing memory barrier
 2022-06-05  6:19 UTC  (3+ messages)

[PATCH] docs/devel/*.txt: convert remaining files to restructuredText
 2022-06-05  0:16 UTC 

[PATCH 0/3] target/riscv: Fix issue 1060
 2022-06-04 23:10 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Set env->bins in gen_exception_illegal
` [PATCH 2/3] target/riscv: Remove generate_exception_mtval
` [PATCH 3/3] target/riscv: Minimize the calls to decode_save_opc

[PATCH 00/28] target/arm: Split out ptw.c from helper.c
 2022-06-04 17:43 UTC  (31+ messages)
` [PATCH 01/28] target/arm: Move stage_1_mmu_idx decl to internals.h
` [PATCH 02/28] target/arm: Move get_phys_addr to ptw.c
` [PATCH 03/28] target/arm: Move get_phys_addr_v5 "
` [PATCH 04/28] target/arm: Move get_phys_addr_v6 "
` [PATCH 05/28] target/arm: Move get_phys_addr_pmsav5 "
` [PATCH 06/28] target/arm: Move get_phys_addr_pmsav7_default "
` [PATCH 07/28] target/arm: Move get_phys_addr_pmsav7 "
` [PATCH 08/28] target/arm: Move get_phys_addr_pmsav8 "
` [PATCH 09/28] target/arm: Move pmsav8_mpu_lookup "
` [PATCH 10/28] target/arm: Move pmsav7_use_background_region "
` [PATCH 11/28] target/arm: Move v8m_security_lookup "
` [PATCH 12/28] target/arm: Move m_is_{ppb,system}_region "
` [PATCH 13/28] target/arm: Move get_level1_table_address "
` [PATCH 14/28] target/arm: Move combine_cacheattrs and subroutines "
` [PATCH 15/28] target/arm: Move get_phys_addr_lpae "
` [PATCH 16/28] target/arm: Move arm_{ldl,ldq}_ptw "
` [PATCH 17/28] target/arm: Move {arm_s1_, }regime_using_lpae_format to tlb_helper.c
` [PATCH 18/28] target/arm: Move arm_pamax, pamax_map into ptw.c
` [PATCH 19/28] target/arm: Move get_S1prot, get_S2prot to ptw.c
` [PATCH 20/28] target/arm: Move check_s2_mmu_setup "
` [PATCH 21/28] target/arm: Move aa32_va_parameters "
` [PATCH 22/28] target/arm: Move ap_to_tw_prot etc "
` [PATCH 23/28] target/arm: Move regime_is_user "
` [PATCH 24/28] target/arm: Move regime_ttbr "
` [PATCH 25/28] target/arm: Move regime_translation_disabled "
` [PATCH 26/28] target/arm: Move arm_cpu_get_phys_page_attrs_debug "
` [PATCH 27/28] target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx "
` [PATCH 28/28] target/arm: Pass CPUARMState to arm_ld[lq]_ptw

[PATCH] linux-user/x86_64: Fix ELF_PLATFORM
 2022-06-04 14:09 UTC  (3+ messages)

[PATCH] test/tcg/arm: Use -mfloat-abi=soft for test-armv6m-undef
 2022-06-04 13:21 UTC  (3+ messages)

q: incorrect register emulation mask for Xen PCI passthrough?
 2022-06-04  9:44 UTC 

[PATCH v3 0/7] QOM'ify PIIX southbridge creation
 2022-06-04  8:36 UTC  (7+ messages)

Changes for building bits on newer gcc 9.4 compiler
 2022-06-04  7:56 UTC  (3+ messages)

[PULL 00/11] hw/nvme updates
 2022-06-04  2:31 UTC  (13+ messages)
` [PULL 01/11] hw/nvme: fix narrowing conversion
` [PULL 02/11] hw/nvme: add missing return statement
` [PULL 03/11] hw/nvme: fix copy cmd for pi enabled namespaces
` [PULL 04/11] hw/nvme: fix smart aen
` [PULL 05/11] hw/nvme: enforce common serial per subsystem
` [PULL 06/11] hw/nvme: do not auto-generate eui64
` [PULL 07/11] hw/nvme: do not auto-generate uuid
` [PULL 08/11] hw/nvme: do not report null uuid
` [PULL 09/11] hw/nvme: bump firmware revision
` [PULL 10/11] hw/nvme: deprecate the use-intel-id compatibility parameter
` [PULL 11/11] hw/nvme: add new command abort case

[PATCH] hw/nvme: Fix deallocate when metadata is present
 2022-06-03 20:03 UTC  (3+ messages)

[PATCH] hw/nvme: clear aen mask on reset
 2022-06-03 20:49 UTC  (3+ messages)

[PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB
 2022-06-03 20:43 UTC  (2+ messages)

[PATCH] Revert "hw/block/nvme: add support for sgl bit bucket descriptor"
 2022-06-03 20:30 UTC 

[PATCH v2] hw/nvme: clean up CC register write logic
 2022-06-03 20:24 UTC  (3+ messages)

[PATCH RESEND v3 1/8] target/ppc: Implemented vector divide instructions
 2022-06-03 18:09 UTC  (8+ messages)
` [PATCH RESEND v3 3/8] target/ppc: Implemented vector divide extended word
` [PATCH RESEND v3 4/8] host-utils: Implemented unsigned 256-by-128 division
` [PATCH RESEND v3 7/8] target/ppc: Implemented vector module word/doubleword

Fwd: about the current status of Multi-process QEMU / out-of-process emulation
 2022-06-03 17:36 UTC  (2+ messages)
    `  "

[PATCH] disas: Remove libvixl disassembler
 2022-06-03 17:35 UTC  (4+ messages)

[PATCH v6 00/18] job: replace AioContext lock with job_mutex
 2022-06-03 16:59 UTC  (3+ messages)
` [PATCH v6 15/18] job: detect change of aiocontext within job coroutine


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