qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-15 09:37:24 to 2024-01-16 01:10:43 UTC [more...]

[PATCH v2 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-16  1:09 UTC  (2+ messages)
` [PATCH v2 2/2] hw/riscv/virt-acpi-build.c: Generate SPCR table

[PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest
 2024-01-16  1:05 UTC  (5+ messages)

[PATCH 0/2] gdbstub: Implement catching syscalls
 2024-01-16  0:40 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg: Add the syscall catchpoint gdbstub test

[PATCH v3 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-16  0:31 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] tests/tcg: Factor out gdbstub test functions
` [PATCH v3 3/3] tests/tcg: Add the PROT_NONE gdbstub test

[PATCH] target/i386/kvm: call kvm_put_vcpu_events() before kvm_put_nested_state()
 2024-01-16  0:13 UTC  (8+ messages)

[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-15 23:28 UTC  (13+ messages)
` [PATCH v3 4/4] [NOT FOR MERGE] tests/qtest/migration: Adapt tests to use older QEMUs

[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
 2024-01-15 23:20 UTC  (20+ messages)
` [RFC PATCH v3 08/30] migration/ram: Add outgoing 'fixed-ram' migration
` [RFC PATCH v3 09/30] migration/ram: Add incoming "
` [RFC PATCH v3 10/30] tests/qtest: migration-test: Add tests for fixed-ram file-based migration
` [RFC PATCH v3 11/30] migration/multifd: Allow multifd without packets
` [RFC PATCH v3 12/30] migration/multifd: Allow QIOTask error reporting without an object

[PATCH 1/2] linux-user/riscv: vdso: fix call frame info in __vdso_rt_sigreturn
 2024-01-15 23:18 UTC  (3+ messages)
` [PATCH 2/2] linux-user/riscv: rebuild vdso binaries after prev fix

[PATCH v2 00/12] target/riscv: add 'cpu->cfg.vlenb', remove 'cpu->cfg.vlen'
 2024-01-15 23:15 UTC  (24+ messages)
` [PATCH v2 01/12] target/riscv: add 'vlenb' field in cpu->cfg
` [PATCH v2 02/12] target/riscv/csr.c: use 'vlenb' instead of 'vlen'
` [PATCH v2 03/12] target/riscv/gdbstub.c: use 'vlenb' instead of shifting 'vlen'
` [PATCH v2 04/12] target/riscv/insn_trans/trans_rvbf16.c.inc: use cpu->cfg.vlenb
` [PATCH v2 05/12] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb'
` [PATCH v2 06/12] target/riscv/insn_trans/trans_rvvk.c.inc: "
` [PATCH v2 07/12] target/riscv/vector_helper.c: "
` [PATCH v2 08/12] target/riscv/vector_helper.c: use vlenb in HELPER(vsetvl)
` [PATCH v2 09/12] target/riscv/cpu.h: use 'vlenb' in vext_get_vlmax()
` [PATCH v2 10/12] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb' in MAXSZ()
` [PATCH v2 11/12] trans_rvv.c.inc: use 'vlenb' to calc vlmax in trans_vrgather_v*()
` [PATCH v2 12/12] target/riscv/cpu.c: remove cpu->cfg.vlen

[PATCH v2 0/3] Hexagon (target/hexagon) Use QEMU decodetree
 2024-01-15 22:14 UTC  (4+ messages)
` [PATCH v2 1/3] Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)
` [PATCH v2 2/3] Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)
` [PATCH v2 3/3] Hexagon (target/hexagon) Remove old dectree.py

[PATCH] linux-user: Fixed cpu restore with pc 0 on SIGBUS
 2024-01-15 22:04 UTC  (2+ messages)

[PATCH v2 0/2] tcg: Jump after always false condition
 2024-01-15 22:01 UTC  (3+ messages)

[PATCH v2 0/3] Hexagon (target/hexagon) Use QEMU decodetree
 2024-01-15 21:38 UTC  (4+ messages)
` [PATCH v2 1/3] Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)

[PATCH v2 00/19] qapi: statically type schema.py
 2024-01-15 21:23 UTC  (13+ messages)
` [PATCH v2 01/19] qapi: sort pylint suppressions
` [PATCH v2 03/19] qapi: create QAPISchemaDefinition
` [PATCH v2 04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type
` [PATCH v2 05/19] qapi/schema: declare type for QAPISchemaArrayType.element_type
` [PATCH v2 06/19] qapi/schema: make c_type() and json_type() abstract methods

[PATCH 0/2] target/s390x: Emulate CVDG
 2024-01-15 20:21 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Test CONVERT TO DECIMAL

[PATCH 00/13] target/riscv: add 'cpu->cfg.vlenb', remove 'cpu->cfg.vlen'
 2024-01-15 20:16 UTC  (8+ messages)
` [PATCH 10/13] target/riscv/insn_trans/trans_rvv.c.inc: use 'vlenb' in MAXSZ()
` [PATCH 11/13] trans_rvv.c.inc: remove vlmax arg from vec_element_loadx()

[PATCH 0/3] hw/arm: Pack the QEMU generated device tree
 2024-01-15 19:07 UTC  (7+ messages)
` [PATCH 1/3] hw/arm: Refactor struct arm_boot_info::get_dtb()
` [PATCH 3/3] tests/acpi: Update virt/SSDT.memhp

[PATCH] coroutine-ucontext: Save fake stack for pooled coroutine
 2024-01-15 18:47 UTC  (2+ messages)

[PATCH v2 0/3] hw/arm: Add support for USB, SATA, and watchdog to Allwinner R40
 2024-01-15 18:27 UTC  (4+ messages)
` [PATCH v2 1/3] hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board
` [PATCH v2 2/3] hw/arm: Add AHCI/SATA controller "
` [PATCH v2 3/3] hw/arm: Add watchdog timer to Allwinner H40 "

[PATCH 0/2] hw/arm: Unconditionally map MMIO-based USB host controllers
 2024-01-15 18:19 UTC  (5+ messages)
` [PATCH 1/2] hw/arm/allwinner-a10: Unconditionally map the USB Host controllers
` [PATCH 2/2] hw/arm/nseries: Unconditionally map the TUSB6010 USB Host controller

[PATCH 0/5] Remove deprecated command line options
 2024-01-15 18:06 UTC  (6+ messages)
` [PATCH 5/5] qemu-options: Remove the deprecated -singlestep option

[PATCH] hw/char/imx_serial: Implement receive FIFO and ageing timer for imx serial
 2024-01-15 17:33 UTC  (2+ messages)

[PATCH] tests/docker: Hexagon toolchain update
 2024-01-15 17:29 UTC  (2+ messages)

[PATCH 0/3] hw/arm: Add support for USB, SATA, and watchdog to Allwinner R40
 2024-01-15 17:17 UTC  (8+ messages)
` [PATCH 1/3] hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi board
` [PATCH 2/3] hw/arm: Add AHCI/SATA controller "

[PATCH v2] load_elf: fix iterators' types for elf file processing
 2024-01-15 17:16 UTC  (3+ messages)
` [PATCH v3] load_elf: fix iterator's type "

[PATCH V2] Handle wrap around in limit calculation
 2024-01-15 16:47 UTC  (6+ messages)

Call for GSoC/Outreachy internship project ideas
 2024-01-15 16:32 UTC 

[PATCH 0/2] target/riscv: Add support for Zaamo & Zalrsc
 2024-01-15 16:25 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Add Zaamo and Zalrsc extensions
` [PATCH 2/2] target/riscv: Check 'A' and split extensions for atomic instructions

[PATCH 00/11] hw/core: Cleanup and reorder headers
 2024-01-15 16:36 UTC  (13+ messages)
` [PATCH 01/11] MAINTAINERS: Update hw/core/cpu.c entry
` [PATCH 02/11] hw/core: Cleanup unused included headers in cpu-common.c
` [PATCH 03/11] hw/core: Reorder "
` [PATCH 06/11] hw/core: Cleanup unused included header in machine.c
` [PATCH 07/11] hw/core: Reorder "
` [PATCH 08/11] hw/core: Cleanup unnecessary included header in null-machine.c
` [PATCH 11/11] hw/core: Reorder included headers in numa.c

[PATCH] Fixed '-serial none' usage breaks following '-serial ...' usage
 2024-01-15 16:14 UTC  (2+ messages)

[PATCH v3 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
 2024-01-15 15:57 UTC  (2+ messages)

[PATCH 0/2] virtio-gpu: fix blob scanout post-load
 2024-01-15 15:48 UTC  (3+ messages)
` [PATCH 1/2] virtio-gpu: remove needless condition
` [PATCH 2/2] virtio-gpu: fix scanout migration post-load

[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
 2024-01-15 15:46 UTC  (22+ messages)
` [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F]
` [PATCH v7 14/16] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v7 15/16] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]

[PATCH v4 00/45] Raspberry Pi 4B machine
 2024-01-15 15:17 UTC  (41+ messages)
` [PATCH v4 11/45] Introduce Raspberry PI 4 machine
` [PATCH v4 12/45] Temporarily disable unimplemented rpi4b devices
` [PATCH v4 13/45] Add memory region for BCM2837 RPiVid ASB
` [PATCH v4 14/45] Add BCM2838 PCIE Root Complex
` [PATCH v4 15/45] Add BCM2838 PCIE host
` [PATCH v4 16/45] Enable BCM2838 PCIE
` [PATCH v4 17/45] Add RNG200 skeleton
` [PATCH v4 18/45] Add RNG200 RNG and RBG
` [PATCH v4 19/45] Get rid of RNG200 timer
` [PATCH v4 20/45] Implement BCM2838 thermal sensor
` [PATCH v4 21/45] Add clock_isp stub
` [PATCH v4 32/45] Enable BCM2838 GENET controller
` [PATCH v4 33/45] Connect RNG200, PCIE and GENET to GIC
` [PATCH v4 35/45] Add mailbox test stub
` [PATCH v4 36/45] Add mailbox test constants
` [PATCH v4 37/45] Add mailbox tests tags. Part 1
` [PATCH v4 40/45] Add mailbox property tests. "
` [PATCH v4 43/45] Add missed BCM2835 properties
` [PATCH v4 45/45] Add RPi4B to paspi4.rst

[PATCH] string-output-visitor: Fix (pseudo) struct handling
 2024-01-15 15:10 UTC  (3+ messages)

[PATCH v7 10/16] i386/cpu: Introduce cluster-id to X86CPU
 2024-01-15 15:18 UTC  (3+ messages)

[PATCH] Reduce scope of def_regnum, remove dead assignment
 2024-01-15 14:45 UTC  (2+ messages)

[PATCH] target/m68k: Fix exception frame format for 68010
 2024-01-15 10:16 UTC 

[PATCH] configure: Add linux header compile support for LoongArch
 2024-01-15 13:22 UTC  (2+ messages)

[PATCH v2] ppc/pnv: Add QME region for P10
 2023-07-10  9:32 UTC  (3+ messages)

[PATCH] ui/clipboard: avoid crash upon request when clipboard peer is not initialized
 2024-01-15 12:00 UTC  (8+ messages)

[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-15 11:51 UTC  (6+ messages)
` [PATCH v2 23/43] target/riscv: Remove misa_mxl validation

[PATCH] tests/qtest/npcm7xx_watchdog_timer: Only test the corner cases by default
 2024-01-15 11:45 UTC  (5+ messages)

[PATCH] virtio-iommu: Use qemu_real_host_page_mask as default page_size_mask
 2024-01-15 11:04 UTC  (2+ messages)

[PATCH V2 00/11] allow cpr-reboot for vfio
 2024-01-15 10:51 UTC  (3+ messages)

[PATCH rfcv1 00/23] intel_iommu: Enable stage-1 translation
 2024-01-15 10:37 UTC  (24+ messages)
` [PATCH rfcv1 01/23] Update linux header to support nested hwpt alloc
` [PATCH rfcv1 02/23] backends/iommufd: add helpers for allocating user-managed HWPT
` [PATCH rfcv1 03/23] backends/iommufd_device: introduce IOMMUFDDevice targeted interface
` [PATCH rfcv1 04/23] vfio: implement IOMMUFDDevice interface callbacks
` [PATCH rfcv1 05/23] intel_iommu: add a placeholder variable for scalable modern mode
` [PATCH rfcv1 06/23] intel_iommu: check and sync host IOMMU cap/ecap in "
` [PATCH rfcv1 07/23] intel_iommu: process PASID cache invalidation
` [PATCH rfcv1 08/23] intel_iommu: add PASID cache management infrastructure
` [PATCH rfcv1 09/23] vfio/iommufd_device: Add ioas_id in IOMMUFDDevice and pass to vIOMMU
` [PATCH rfcv1 10/23] intel_iommu: bind/unbind guest page table to host
` [PATCH rfcv1 11/23] intel_iommu: ERRATA_772415 workaround
` [PATCH rfcv1 12/23] intel_iommu: replay pasid binds after context cache invalidation
` [PATCH rfcv1 13/23] intel_iommu: process PASID-based iotlb invalidation
` [PATCH rfcv1 14/23] intel_iommu: propagate PASID-based iotlb invalidation to host
` [PATCH rfcv1 15/23] intel_iommu: process PASID-based Device-TLB invalidation
` [PATCH rfcv1 16/23] intel_iommu: rename slpte in iotlb_entry to pte
` [PATCH rfcv1 17/23] intel_iommu: implement firt level translation
` [PATCH rfcv1 18/23] intel_iommu: fix the fault reason report
` [PATCH rfcv1 19/23] intel_iommu: introduce pasid iotlb cache
` [PATCH rfcv1 20/23] intel_iommu: piotlb invalidation should notify unmap
` [PATCH rfcv1 21/23] intel_iommu: invalidate piotlb when flush pasid
` [PATCH rfcv1 22/23] intel_iommu: refresh pasid bind after pasid cache force reset
` [PATCH rfcv1 23/23] intel_iommu: modify x-scalable-mode to be string option

[PULL 0/6] Firmware/edk2 20231213 patches
 2024-01-15 10:20 UTC  (8+ messages)
      `  "
            `  "

[PATCH rfcv1 0/6] Check and sync host IOMMU cap/ecap with vIOMMU
 2024-01-15 10:13 UTC  (7+ messages)
` [PATCH rfcv1 1/6] backends/iommufd_device: introduce IOMMUFDDevice
` [PATCH rfcv1 2/6] hw/pci: introduce pci_device_set/unset_iommu_device()
` [PATCH rfcv1 3/6] intel_iommu: add set/unset_iommu_device callback
` [PATCH rfcv1 4/6] vfio: initialize IOMMUFDDevice and pass to vIOMMU
` [PATCH rfcv1 5/6] intel_iommu: extract out vtd_cap_init to initialize cap/ecap
` [PATCH rfcv1 6/6] intel_iommu: add a framework to check and sync host IOMMU cap/ecap

[PATCH 0/2] gitlab: Add config for Loongarch64 custom runner
 2024-01-15 10:08 UTC  (7+ messages)
` [PATCH 1/2] gitlab: Introduce Loongarch64 runner

[PATCH] ui: reject extended clipboard message if not activated
 2024-01-15 10:00 UTC  (2+ messages)

[PATCH 0/2] Added the ability to delegate LCOFI to VS
 2024-01-15  9:59 UTC  (3+ messages)

[PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info
 2024-01-15  9:58 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).