qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-25 13:14:21 to 2024-05-27 05:15:08 UTC [more...]

[PATCH rfcv2 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-05-27  5:14 UTC  (11+ messages)
` [PATCH rfcv2 06/17] intel_iommu: Implement stage-1 translation
` [PATCH rfcv2 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
` [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode

[PATCH] target/riscv: zvbb implies zvkb
 2024-05-27  5:13 UTC  (3+ messages)

[PATCH v2 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
 2024-05-27  5:06 UTC  (2+ messages)

[PATCH] fuzz: specify audiodev for usb-audio
 2024-05-27  4:07 UTC 

[PATCH] virtio-pci: Fix the use of an uninitialized irqfd
 2024-05-27  3:43 UTC  (2+ messages)

[PATCH] intel_iommu: Use the latest fault reasons defined by spec
 2024-05-27  3:21 UTC  (9+ messages)

[PATCH 00/16] VFIO: misc cleanups part2
 2024-05-27  3:18 UTC  (4+ messages)
` [PATCH 04/16] vfio/helpers: Make vfio_set_irq_signaling() return bool

[PATCH] x86: cpu: fixup number of addressable IDs for processor cores in the physical package
 2024-05-27  3:13 UTC 

[PATCH v13 00/13] Support blob memory and venus on qemu
 2024-05-27  3:02 UTC  (14+ messages)
` [PATCH v13 01/13] virtio-gpu: Move fence_poll timer to VirtIOGPUGL
` [PATCH v13 02/13] virtio-gpu: Move print_stats "
` [PATCH v13 03/13] virtio-gpu: Handle virtio_gpu_virgl_init() failure
` [PATCH v13 04/13] virtio-gpu: Unrealize GL device
` [PATCH v13 05/13] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v13 06/13] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v13 07/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v13 08/13] virtio-gpu: Add virgl resource management
` [PATCH v13 09/13] virtio-gpu: Support blob scanout using dmabuf fd
` [PATCH v13 10/13] virtio-gpu: Support suspension of commands processing
` [PATCH v13 11/13] virtio-gpu: Handle resource blob commands
` [PATCH v13 12/13] virtio-gpu: Register capsets dynamically
` [PATCH v13 13/13] virtio-gpu: Support Venus context

[PULL 00/20] target-arm queue
 2024-05-27  2:36 UTC  (5+ messages)
` [PULL 17/20] target/arm: Do memory type alignment check when translation disabled

[PULL 00/28] linux-user patch queue
 2024-05-27  2:34 UTC  (30+ messages)
` [PULL 01/28] target/i386: Add tcg/access.[ch]
` [PULL 02/28] target/i386: Convert do_fldt, do_fstt to X86Access
` [PULL 03/28] target/i386: Convert helper_{fbld, fbst}_ST0 "
` [PULL 04/28] target/i386: Convert do_fldenv "
` [PULL 05/28] target/i386: Convert do_fstenv "
` [PULL 06/28] target/i386: Convert do_fsave, do_frstor "
` [PULL 07/28] target/i386: Convert do_xsave_{fpu, mxcr, sse} "
` [PULL 08/28] target/i386: Convert do_xrstor_{fpu, "
` [PULL 09/28] tagret/i386: Convert do_fxsave, do_fxrstor "
` [PULL 10/28] target/i386: Convert do_xsave_* "
` [PULL 11/28] target/i386: Convert do_xrstor_* "
` [PULL 12/28] target/i386: Split out do_xsave_chk
` [PULL 13/28] target/i386: Add rbfm argument to cpu_x86_{xsave, xrstor}
` [PULL 14/28] target/i386: Add {hw,sw}_reserved to X86LegacyXSaveArea
` [PULL 15/28] linux-user/i386: Drop xfeatures_size from sigcontext arithmetic
` [PULL 16/28] linux-user/i386: Remove xfeatures from target_fpstate_fxsave
` [PULL 17/28] linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveArea
` [PULL 18/28] linux-user/i386: Split out struct target_fregs_state
` [PULL 19/28] linux-user/i386: Fix -mregparm=3 for signal delivery
` [PULL 20/28] linux-user/i386: Return boolean success from restore_sigcontext
` [PULL 21/28] linux-user/i386: Return boolean success from xrstor_sigcontext
` [PULL 22/28] linux-user/i386: Fix allocation and alignment of fp state
` [PULL 23/28] linux-user/i386: Honor xfeatures in xrstor_sigcontext
` [PULL 24/28] target/i386: Convert do_xsave to X86Access
` [PULL 25/28] target/i386: Convert do_xrstor "
` [PULL 26/28] target/i386: Pass host pointer and size to cpu_x86_{fsave, frstor}
` [PULL 27/28] target/i386: Pass host pointer and size to cpu_x86_{fxsave, fxrstor}
` [PULL 28/28] target/i386: Pass host pointer and size to cpu_x86_{xsave, xrstor}

[PATCH v1 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
 2024-05-27  2:19 UTC  (5+ messages)
` [PATCH v1 1/4] target/riscv/kvm: add software breakpoints support
` [PATCH v1 2/4] target/riscv/kvm: implement kvm_arch_update_guest_debug()
` [PATCH v1 3/4] target/riscv/kvm: handle the exit with debug reason
` [PATCH v1 4/4] target/riscv/kvm: define TARGET_KVM_HAVE_GUEST_DEBUG

[RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
 2024-05-27  2:12 UTC  (5+ messages)
` [RFC PATCH 1/4] target/riscv/kvm: add software breakpoints support

[PULL 00/10] loongarch-to-apply queue
 2024-05-27  1:54 UTC  (4+ messages)
` [PULL 01/10] target/loongarch/kvm: Fix VM recovery from disk failures

[PATCH 0/6] target/riscv: Support Zabha extension
 2024-05-27  1:52 UTC  (5+ messages)

[PATCH] target/arm: Disable SVE extensions when SVE is disabled
 2024-05-27  0:57 UTC  (3+ messages)

[PATCH v12 00/13] Support blob memory and venus on qemu
 2024-05-27  0:52 UTC  (11+ messages)
` [PATCH v12 03/13] virtio-gpu: Use pkgconfig version to decide which virgl features are available

[PATCH 00/43] Remaining MMU clean up patches
 2024-05-26 23:13 UTC  (44+ messages)
` [PATCH 01/43] target/ppc: Reorganise and rename ppc_hash32_pp_prot()
` [PATCH 02/43] target/ppc/mmu_common.c: Remove local name for a constant
` [PATCH 03/43] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH 04/43] "
` [PATCH 05/43] target/ppc/mmu_common.c: Remove another "
` [PATCH 06/43] target/ppc/mmu_common.c: Remove yet "
` [PATCH 07/43] target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
` [PATCH 08/43] target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
` [PATCH 09/43] target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
` [PATCH 10/43] target/ppc/mmu_common.c: Remove hash "
` [PATCH 11/43] target/ppc/mmu_common.c: Remove pte_update_flags()
` [PATCH 12/43] target/ppc/mmu_common.c: Remove nx field from mmu_ctx_t
` [PATCH 13/43] target/ppc/mmu_common.c: Convert local variable to bool
` [PATCH 14/43] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH 15/43] target/ppc/mmu_common.c: Simplify a switch statement
` [PATCH 16/43] target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
` [PATCH 17/43] target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
` [PATCH 18/43] target/ppc: Add function to get protection key for hash32 MMU
` [PATCH 19/43] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()
` [PATCH 20/43] target/ppc/mmu_common.c: Init variable in function that relies on it
` [PATCH 21/43] target/ppc/mmu_common.c: Remove key field from mmu_ctx_t
` [PATCH 22/43] target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check()
` [PATCH 23/43] target/ppc/mmu_common.c: Rename function parameter
` [PATCH 24/43] target/ppc/mmu_common.c: Use defines instead of numeric constants
` [PATCH 25/43] target/ppc: Remove bat_size_prot()
` [PATCH 26/43] target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb()
` [PATCH 27/43] target/ppc/mmu_common.c: Remove mmu_ctx_t
` [PATCH 28/43] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr()
` [PATCH 29/43] target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header
` [PATCH 30/43] target/ppc: Unexport some functions from mmu-book3s-v3.h
` [PATCH 31/43] target/ppc/mmu-radix64: Remove externally unused parts from header
` [PATCH 32/43] target/ppc: Remove includes from mmu-book3s-v3.h
` [PATCH 33/43] target/ppc: Remove single use static inline function
` [PATCH 34/43] target/ppc/internal.h: Consolidate ifndef CONFIG_USER_ONLY blocks
` [PATCH 35/43] target/ppc/mmu-hash32.c: Change parameter type of ppc_hash32_bat_lookup()
` [PATCH 36/43] target/ppc/mmu-hash32: Remove some static inlines from header
` [PATCH 37/43] target/ppc/mmu-hash32.c: Return and use pte address instead of base + offset
` [PATCH 38/43] target/ppc/mmu-hash32.c: Use pte address as parameter instead of offset
` [PATCH 39/43] target/ppc: Change parameter type of some inline functions
` [PATCH 40/43] target/ppc: Change parameter type of ppc64_v3_radix()
` [PATCH 41/43] target/ppc: Change MMU xlate functions to take CPUState
` [PATCH 42/43] target/ppc/mmu-hash32.c: Change parameter type of ppc_hash32_set_[rc]
` [PATCH 43/43] target/ppc/mmu-hash32.c: Change parameter type of ppc_hash32_direct_store

[RFC PATCH 0/3] Fix s390x flic migration and add some more qtests
 2024-05-26 20:33 UTC  (7+ messages)
` [RFC PATCH 1/3] hw/intc/s390_flic: Migrate pending state
` [RFC PATCH 2/3] tests/qtest/migration-test: enable on s390x
` [RFC PATCH 3/3] tests/qtest/migration-test: Enable test_ignore_shared

[PATCH 0/2] block: allow commit to unmap zero blocks
 2024-05-26 19:29 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block: add test non-active commit with zeroed data

[PATCH v2 00/37] target/sparc: Implement VIS4
 2024-05-26 19:42 UTC  (38+ messages)
` [PATCH v2 01/37] target/sparc: Fix ARRAY8
` [PATCH v2 02/37] target/sparc: Rewrite gen_edge
` [PATCH v2 03/37] target/sparc: Fix do_dc
` [PATCH v2 04/37] target/sparc: Fix helper_fmul8ulx16
` [PATCH v2 05/37] target/sparc: Perform DFPREG/QFPREG in decodetree
` [PATCH v2 06/37] target/sparc: Remove gen_dest_fpr_D
` [PATCH v2 07/37] target/sparc: Remove cpu_fpr[]
` [PATCH v2 08/37] target/sparc: Use gvec for VIS1 parallel add/sub
` [PATCH v2 09/37] target/sparc: Implement FMAf extension
` [PATCH v2 10/37] target/sparc: Add feature bits for VIS 3
` [PATCH v2 11/37] target/sparc: Implement ADDXC, ADDXCcc
` [PATCH v2 12/37] target/sparc: Implement CMASK instructions
` [PATCH v2 13/37] target/sparc: Implement FCHKSM16
` [PATCH v2 14/37] target/sparc: Implement FHADD, FHSUB, FNHADD, FNADD, FNMUL
` [PATCH v2 15/37] target/sparc: Implement FLCMP
` [PATCH v2 16/37] target/sparc: Implement FMEAN16
` [PATCH v2 17/37] target/sparc: Implement FPADD64, FPSUB64
` [PATCH v2 18/37] target/sparc: Implement FPADDS, FPSUBS
` [PATCH v2 19/37] target/sparc: Implement FPCMPEQ8, FPCMPNE8, FPCMPULE8, FPCMPUGT8
` [PATCH v2 20/37] target/sparc: Implement FSLL, FSRL, FSRA, FSLAS
` [PATCH v2 21/37] target/sparc: Implement LDXEFSR
` [PATCH v2 22/37] target/sparc: Implement LZCNT
` [PATCH v2 23/37] target/sparc: Implement MOVsTOw, MOVdTOx, MOVwTOs, MOVxTOd
` [PATCH v2 24/37] target/sparc: Implement PDISTN
` [PATCH v2 25/37] target/sparc: Implement UMULXHI
` [PATCH v2 26/37] target/sparc: Implement XMULX
` [PATCH v2 27/37] target/sparc: Enable VIS3 feature bit
` [PATCH v2 28/37] target/sparc: Implement IMA extension
` [PATCH v2 29/37] target/sparc: Add feature bit for VIS4
` [PATCH v2 30/37] target/sparc: Implement FALIGNDATAi
` [PATCH v2 31/37] target/sparc: Implement 8-bit FPADD, FPADDS, and FPADDUS
` [PATCH v2 32/37] target/sparc: Implement VIS4 comparisons
` [PATCH v2 33/37] target/sparc: Implement FPMIN, FPMAX
` [PATCH v2 34/37] target/sparc: Implement SUBXC, SUBXCcc
` [PATCH v2 35/37] target/sparc: Implement MWAIT
` [PATCH v2 36/37] target/sparc: Implement monitor ASIs
` [PATCH v2 37/37] target/sparc: Enable VIS4 feature bit

[PATCH RISU v2 00/13] ELF and Sparc64 support
 2024-05-26 19:36 UTC  (14+ messages)
` [PATCH RISU v2 01/13] risu: Allow use of ELF test files
` [PATCH RISU v2 02/13] Build elf test cases instead of raw binaries
` [PATCH RISU v2 03/13] Introduce host_context_t
` [PATCH RISU v2 04/13] risu: Add initial sparc64 support
` [PATCH RISU v2 05/13] risugen: Be explicit about print destinations
` [PATCH RISU v2 06/13] risugen: Add sparc64 support
` [PATCH RISU v2 07/13] contrib/generate_all: Do not rely on ag
` [PATCH RISU v2 08/13] sparc64: Add a few logical insns
` [PATCH RISU v2 09/13] sparc64: Add VIS1 instructions
` [PATCH RISU v2 10/13] sparc64: Add VIS2 and FMAF insns
` [PATCH RISU v2 11/13] sparc64: Add VIS3 instructions
` [PATCH RISU v2 12/13] sparc64: Add IMA instructions
` [PATCH RISU v2 13/13] sparc64: Add VIS4 instructions

[RFC PATCH 00/10] ppc/pnv: Better big-core model, lpar-per-core, PC unit
 2024-05-26 12:26 UTC  (11+ messages)
` [RFC PATCH 01/10] ppc/pnv: Add pointer from PnvCPUState to PnvCore
` [RFC PATCH 02/10] ppc/pnv: Move timebase state into PnvCore
` [RFC PATCH 03/10] target/ppc: Improve SPR indirect registers
` [RFC PATCH 04/10] ppc/pnv: specialise init for powernv8/9/10 machines
` [RFC PATCH 05/10] ppc/pnv: Extend chip_pir class method to TIR as well
` [RFC PATCH 06/10] ppc: Add a core_index to CPUPPCState for SMT vCPUs
` [RFC PATCH 07/10] target/ppc: Add helpers to check for SMT sibling threads
` [RFC PATCH 08/10] ppc/pnv: Invert the design for big-core machine modelling
` [RFC PATCH 09/10] ppc/pnv: Implement POWER10 PC xscom registers for direct controls
` [RFC PATCH 10/10] ppc/pnv: Add an LPAR per core machine option

[PATCH v3 0/6] vvfat: Fix write bugs for large files and add iotests
 2024-05-26  9:56 UTC  (7+ messages)
` [PATCH v3 1/6] vvfat: Fix bug in writing to middle of file
` [PATCH v3 2/6] vvfat: Fix usage of `info.file.offset`
` [PATCH v3 3/6] vvfat: Fix reading files with non-continuous clusters
` [PATCH v3 4/6] iotests: Add `vvfat` tests
` [PATCH v3 5/6] iotests: Filter out `vvfat` fmt from failing tests
` [PATCH v3 6/6] iotests: Add `create_file` test for `vvfat` driver

[PULL 00/24] Build system and target/i386/translate.c cleanups for 2025-05-25
 2024-05-26  1:34 UTC  (2+ messages)

[PATCH 0/4] target/riscv: Implement May-Be-Operations(zimop) extension
 2024-05-26  0:32 UTC  (4+ messages)
` [PATCH 1/4] target/riscv: Add zimop extension


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