qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-10 10:37:26 to 2024-05-11 18:26:34 UTC [more...]

[PATCH v11 00/10] Support blob memory and venus on qemu
 2024-05-11 18:22 UTC  (5+ messages)
` [PATCH v11 01/10] virtio-gpu: Unrealize GL device
` [PATCH v11 03/10] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v11 05/10] virtio-gpu: Add virgl resource management
` [PATCH v11 10/10] virtio-gpu: Support Venus context

[PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
 2024-05-11 17:58 UTC  (4+ messages)

[PATCH 0/5] target/riscv: Support RISC-V privilege 1.13 spec
 2024-05-11 14:46 UTC  (9+ messages)
` [PATCH 1/5] target/riscv: Reuse the conversion function of priv_spec and string
` [PATCH 2/5] target/riscv: Support the version for ss1p13
` [PATCH 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0
` [PATCH 4/5] target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32
` [PATCH 5/5] target/riscv: Reserve exception codes for sw-check and hw-err

[PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
 2024-05-11 14:16 UTC  (9+ messages)
` [PATCH v9 1/6] target/riscv: Remove obsolete pointer masking extension code
` [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
` [PATCH v9 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v9 4/6] target/riscv: Add pointer masking tb flags
` [PATCH v9 5/6] target/riscv: Update address modify functions to take into account pointer masking
` [PATCH v9 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension

[PATCH] target/riscv/cpu.c: fix Zvkb extension config
 2024-05-11  5:39 UTC  (2+ messages)

[PATCH v6 0/7] Live Migration With IAA
 2024-05-11 12:55 UTC  (11+ messages)
` [PATCH v6 2/7] migration/multifd: put IOV initialization into compression method
` [PATCH v6 4/7] migration/multifd: add qpl "
` [PATCH v6 5/7] migration/multifd: implement initialization of qpl compression

[PATCH 00/17] RISU misc updates
 2024-05-11 11:54 UTC  (18+ messages)
` [PATCH 01/17] ppc64: Fix <sys/user.h> include order
` [PATCH 02/17] Fix load_image error check for mmap
` [PATCH 03/17] Standardize reginfo_dump_mismatch printing
` [PATCH 04/17] Add --fulldump and --diffdup options
` [PATCH 05/17] Remove return value from reginfo_dump
` [PATCH 06/17] ppc64: Clean register values in reginfo_init
` [PATCH 07/17] ppc64: Compare all bits of CCR
` [PATCH 08/17] ppc64: Simplify reginfo_is_eq
` [PATCH 09/17] ppc64: Clean up reginfo_dump
` [PATCH 10/17] aarch64: Tidy reginfo dumping ahead of ZA state
` [PATCH 11/17] aarch64: Add support for ZA storage
` [PATCH 12/17] aarch64: Trivial SME test
` [PATCH 13/17] Use bool for reginfo_is_eq
` [PATCH 14/17] aarch64: Use bool for sve_{z,p}reg_is_eq
` [PATCH 15/17] risu: Allow use of ELF test files
` [PATCH 16/17] configure: Enable loongarch64
` [PATCH 17/17] Build elf test cases instead of raw binaries

[PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
 2024-05-11 11:09 UTC  (8+ messages)

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-05-11 10:25 UTC  (9+ messages)

[PATCH 0/4] Fix "virtio-gpu: fix scanout migration post-load"
 2024-05-11  6:44 UTC  (8+ messages)
` [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-05-11  4:00 UTC  (12+ messages)

[PATCH v5 0/3] Add migration test for loongarch64
 2024-05-11  3:42 UTC  (4+ messages)
` [PATCH v5 1/3] hw/loongarch: Add compat machine for 9.1
` [PATCH v5 2/3] hw/loongarch: Remove minimum and default memory size
` [PATCH v5 3/3] tests: Add migration test for loongarch64

[PATCH 1/3] migration/colo: Minor fix for colo error message
 2024-05-11  2:51 UTC  (6+ messages)
` [PATCH 2/3] migration/colo: make colo_incoming_co() return void
` [PATCH 3/3] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()

[RFC QEMU PATCH v9 0/1] S3 support
 2024-05-11  2:19 UTC  (4+ messages)
` [RFC QEMU PATCH v9 1/2] virtio-pci: only reset pm state during resetting

[PATCH v6 00/48] Misc PPC exception and BookE MMU clean ups
 2024-05-11  1:46 UTC  (49+ messages)
` [PATCH v6 01/48] target/ppc: Remove unused struct 'mmu_ctx_hash32'
` [PATCH v6 02/48] target/ppc: Remove unused helper
` [PATCH v6 03/48] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v6 04/48] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v6 05/48] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v6 06/48] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v6 07/48] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v6 08/48] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v6 09/48] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v6 10/48] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v6 11/48] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v6 12/48] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v6 13/48] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v6 14/48] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v6 15/48] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v6 16/48] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v6 17/48] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PATCH v6 18/48] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PATCH v6 19/48] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PATCH v6 20/48] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v6 21/48] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v6 22/48] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v6 23/48] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v6 24/48] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v6 25/48] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
` [PATCH v6 26/48] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
` [PATCH v6 27/48] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
` [PATCH v6 28/48] target/ppc/mmu_common.c: Move mmu_ctx_t type to mmu_common.c
` [PATCH v6 29/48] target/ppc/mmu_common.c: Remove pte_update_flags()
` [PATCH v6 30/48] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v6 31/48] target/ppc: Split off common embedded TLB init
` [PATCH v6 32/48] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v6 33/48] target/ppc/mmu-radix64.c: "
` [PATCH v6 34/48] target/ppc: Add a function to check for page protection bit
` [PATCH v6 35/48] target/ppc: Move out BookE and related MMU functions from mmu_common.c
` [PATCH v6 36/48] target/ppc/mmu_common.c: Remove local name for a constant
` [PATCH v6 37/48] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH v6 38/48] "
` [PATCH v6 39/48] target/ppc/mmu_common.c: Remove another single use local
` [PATCH v6 40/48] target/ppc/mmu_common.c: Remove yet "
` [PATCH v6 41/48] target/ppc/mmu_common.c: Return directly in ppc6xx_tlb_pte_check()
` [PATCH v6 42/48] target/ppc/mmu_common.c: Simplify ppc6xx_tlb_pte_check()
` [PATCH v6 43/48] target/ppc/mmu_common.c: Remove unused field from mmu_ctx_t
` [PATCH v6 44/48] target/ppc/mmu_common.c: Remove hash "
` [PATCH v6 45/48] target/ppc/mmu_common.c: Remove nx "
` [PATCH v6 46/48] target/ppc/mmu_common.c: Convert local variable to bool
` [PATCH v6 47/48] target/ppc/mmu_common.c: Remove single use local variable
` [PATCH v6 48/48] target/ppc/mmu_common.c: Simplify a switch statement

[PATCH v2] target/i386: Fix CPUID encoding of Fn8000001E_ECX
 2024-05-10 20:03 UTC  (7+ messages)
` [PATCH v3] "

[BUG, RFC] Base node is in RW after making external snapshot
 2024-05-10 19:29 UTC  (2+ messages)

[PATCH 00/41] target/sparc: Implement VIS4
 2024-05-10 17:31 UTC  (32+ messages)
` [PATCH 08/41] target/sparc: Perform DFPREG/QFPREG in decodetree
` [PATCH 09/41] target/sparc: Remove gen_dest_fpr_D
` [PATCH 11/41] target/sparc: Use gvec for VIS1 parallel add/sub
` [PATCH 13/41] target/sparc: Add feature bits for VIS 3
` [PATCH 14/41] target/sparc: Implement ADDXC, ADDXCcc
` [PATCH 21/41] target/sparc: Implement FPADD64 FPSUB64
` [PATCH 26/41] target/sparc: Implement LZCNT
` [PATCH 28/41] target/sparc: Implement PDISTN
` [PATCH 32/41] target/sparc: Implement IMA extension
` [PATCH 33/41] target/sparc: Add feature bit for VIS4
` [PATCH 35/41] target/sparc: Implement 8-bit FPADD, FPADDS, and FPADDUS
` [PATCH 37/41] target/sparc: Implement FPMIN, FPMAX
` [PATCH 38/41] target/sparc: Implement SUBXC, SUBXCcc
` [PATCH 40/41] target/sparc: Implement monitor asis
` [PATCH 41/41] target/sparc: Enable VIS4 feature bit

CXL numa error on arm64 qemu virt machine
 2024-05-10 17:16 UTC  (4+ messages)

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-05-10 16:33 UTC  (14+ messages)
` [PATCH v8 01/11] linux-headers: Update to Linux v6.9-rc3
` [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing

[Stable-8.2.4 00/16] Patch Round-up for stable 8.2.4 (planned for 2024-05-12)
 2024-05-10 15:05 UTC  (3+ messages)
` [Stable-8.2.4 00/16] Patch Round-up for stable 8.2.4 (planned for 2024-05-10)

[PATCH v2 0/4] target/hexagon: Minor idef-parser cleanup
 2024-05-10 14:52 UTC  (5+ messages)
` [PATCH v2 1/4] target/hexagon: idef-parser remove unused defines
` [PATCH v2 2/4] target/hexagon: idef-parser remove undefined functions
` [PATCH v2 3/4] target/hexagon: idef-parser fix leak of init_list
` [PATCH v2 4/4] target/hexagon: idef-parser simplify predicate init

[PATCH 00/45] target/hppa: Misc improvements
 2024-05-10 14:48 UTC  (2+ messages)

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-10 14:43 UTC  (7+ messages)
` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code

[PATCH] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
 2024-05-10 14:30 UTC 

[PATCH 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
 2024-05-10 14:10 UTC  (4+ messages)
` [PATCH 1/3] hw/nvram: Add BCM2835 OTP device
` [PATCH 2/3] hw/arm: Connect OTP device to BCM2835
` [PATCH 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys

[PATCH v2 0/2] ppc/pnv: ADU model for POWER9/10
 2024-05-10 14:14 UTC  (3+ messages)
` [PATCH v2 1/2] ppc/pnv: Begin a more complete ADU LPC "
` [PATCH v2 2/2] ppc/pnv: Implement ADU access to LPC space

Problem with bypass iommu
 2024-05-10  7:25 UTC 

[PATCH v3 0/5] mirror: allow specifying working bitmap
 2024-05-10 13:16 UTC  (6+ messages)
` [PATCH v3 1/5] qapi/block-core: avoid the re-use of MirrorSyncMode for backup
` [PATCH v3 2/5] block/mirror: replace is_none_mode with sync_mode in MirrorBlockJob struct
` [PATCH v3 3/5] mirror: allow specifying working bitmap
` [PATCH v3 4/5] iotests: add test for bitmap mirror
` [PATCH v3 5/5] blockdev: mirror: check for target's cluster size when using bitmap

[PATCH 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-05-10 13:07 UTC  (10+ messages)
` [PATCH 2/6] virtio: virtqueue_pop - "
` [PATCH 3/6] virtio: virtqueue_ordered_fill "
` [PATCH 4/6] virtio: virtqueue_ordered_flush "

[PATCH 0/7] Remove some unused structures
 2024-05-10 12:49 UTC  (5+ messages)
` [PATCH 6/7] target/ppc: Remove unused struct 'mmu_ctx_hash32'

[PATCH] target/i386: remove PCOMMIT from TCG, deprecate property
 2024-05-10 12:53 UTC  (2+ messages)

[PATCH v14 0/6] ui/console: Private QemuDmaBuf struct
 2024-05-10 12:37 UTC  (2+ messages)

[PATCH v5 00/32] Misc PPC exception and BookE MMU clean ups
 2024-05-10 12:31 UTC  (2+ messages)

[PATCH 00/13] fix --without-default-devices build and (mostly) tests
 2024-05-10 12:40 UTC  (13+ messages)
` [PATCH 07/13] xen: register legacy backends via xen_backend_init
` [PATCH 08/13] i386: correctly select code in hw/i386 that depends on other components
` [PATCH 09/13] i386: pc: remove unnecessary MachineClass overrides
` [PATCH 10/13] hw/i386: split x86.c in multiple parts
` [PATCH 11/13] hw/i386: move rtc-reset-reinjection command out of hw/rtc
` [PATCH 12/13] i386: select correct components for no-board build

[RFC PATCH] scripts/update-linux-header.sh: be more src tree friendly
 2024-05-10 11:18 UTC 

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-10 11:14 UTC  (15+ messages)
` [PATCH v2 02/15] hw/riscv: add riscv-iommu-bits.h
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v2 09/15] hw/riscv/riscv-iommu: add s-stage and g-stage support
` [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support

[PATCH] target/riscv: Remove experimental prefix from "B" extension
 2024-05-10 11:12 UTC  (5+ messages)

[PATCH] target/i386: fix operand size for DATA16 REX.W POPCNT
 2024-05-10 11:25 UTC  (2+ messages)

[PATCH v4 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-05-10 10:54 UTC  (3+ messages)
` [PATCH v4 11/12] tests/qtest/vhost-user-blk-test: use memory-backend-shm

[PATCH v2 0/7] hw/xen: Simplify legacy backends handling
 2024-05-10 10:52 UTC  (9+ messages)
` [PATCH v2 1/7] hw/xen: Remove declarations left over in 'xen-legacy-backend.h'
` [PATCH v2 2/7] hw/xen: Constify XenLegacyDevice::XenDevOps
` [PATCH v2 3/7] hw/xen: Constify xenstore_be::XenDevOps
` [PATCH v2 4/7] hw/xen: Make XenDevOps structures const
` [PATCH v2 5/7] hw/xen: initialize legacy backends from xen_bus_init()
` [PATCH v2 6/7] hw/xen: register legacy backends via xen_backend_init
` [PATCH v2 7/7] hw/xen: Register framebuffer backend via xen_backend_init()

[RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
 2024-05-10 10:47 UTC  (4+ 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).