QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
[PATCH] Fixes: Indentation using TABs and improve formatting
 2024-05-04 20:34 UTC 

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

[PULL 0/9] target/alpha: Implement CF_PCREL
 2024-05-04 15:39 UTC  (10+ messages)
` [PULL 1/9] target/alpha: Use cpu_env in preference to ALPHA_CPU
` [PULL 2/9] target/alpha: Hoist branch shift to initial decode
` [PULL 3/9] target/alpha: Use DISAS_NEXT definition instead of magic '0' value
` [PULL 4/9] target/alpha: Inline DISAS_PC_UPDATED and return DISAS_NORETURN
` [PULL 5/9] target/alpha: Return DISAS_NORETURN once
` [PULL 6/9] target/alpha: Simplify gen_bcond_internal()
` [PULL 7/9] target/alpha: Split out gen_goto_tb
` [PULL 8/9] target/alpha: Split out gen_pc_disp
` [PULL 9/9] target/alpha: Implement CF_PCREL

[PATCH v2 0/9] target/alpha: Implement CF_PCREL
 2024-05-04 14:40 UTC  (3+ messages)
` [PATCH v2 6/9] target/alpha: Simplify gen_bcond_internal()

[PATCH] hw/arm/npcm7xx: remove setting of mp-affinity
 2024-05-04 14:32 UTC  (2+ messages)

[PATCH] target/arm: fix MPIDR value for ARM CPUs with SMT
 2024-05-04 14:20 UTC  (6+ messages)

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-04 13:40 UTC  (23+ 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 V8 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace
  ` 答复: "
` [PATCH V8 7/8] gdbstub: Add helper function to unregister GDB register space

[PATCH v2] target/i386: Fix CPUID encoding of Fn8000001E_ECX
 2024-05-04 11:58 UTC  (3+ messages)
` [PATCH v3] "

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

[PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
 2024-05-04  8:25 UTC  (2+ messages)

PCIE Memory Information
 2024-05-04  7:15 UTC 

[PULL 00/14] Accel / SH4 / UI patches for 2024-05-03
 2024-05-04  2:01 UTC  (16+ messages)
` [PULL 01/14] accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()
` [PULL 02/14] accel/whpx: Fix NULL dereference in whpx_init_vcpu()
` [PULL 03/14] exec: Include missing license in 'exec/cpu-common.h'
` [PULL 04/14] user: Move 'abitypes.h' from 'exec/user' to 'user'
` [PULL 05/14] user: Move 'thunk.h' "
` [PULL 06/14] coverity: Update user emulation regexp
` [PULL 07/14] plugins/api: Only include 'exec/ram_addr.h' with system emulation
` [PULL 08/14] plugins: Update stale comment
` [PULL 09/14] MAINTAINERS: Update my email address
` [PULL 10/14] target/sh4: Fix ADDV opcode
` [PULL 11/14] target/sh4: Fix SUBV opcode
` [PULL 12/14] target/sh4: Rename TCGv variables as manual for ADDV opcode
` [PULL 13/14] target/sh4: Rename TCGv variables as manual for SUBV opcode
` [PULL 14/14] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs

[PATCH 0/3] testing/next: s390x gitlab updates
 2024-05-04  1:17 UTC  (2+ messages)

[PATCH 0/9] migration/mapped-ram: Add direct-io support
 2024-05-03 22:16 UTC  (29+ messages)
` [PATCH 1/9] monitor: Honor QMP request for fd removal immediately
` [PATCH 2/9] migration: Fix file migration with fdset
` [PATCH 3/9] tests/qtest/migration: Fix file migration offset check
` [PATCH 4/9] migration: Add direct-io parameter
` [PATCH 5/9] migration/multifd: Add direct-io support
` [PATCH 6/9] tests/qtest/migration: Add tests for file migration with direct-io
` [PATCH 7/9] monitor: fdset: Match against O_DIRECT

[PULL 00/10] bufferiszero improvements
 2024-05-03 21:42 UTC  (12+ messages)
` [PULL 01/10] util/bufferiszero: Remove SSE4.1 variant
` [PULL 02/10] util/bufferiszero: Remove AVX512 variant
` [PULL 03/10] util/bufferiszero: Reorganize for early test for acceleration
` [PULL 04/10] util/bufferiszero: Remove useless prefetches
` [PULL 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PULL 06/10] util/bufferiszero: Improve scalar variant
` [PULL 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PULL 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PULL 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [PULL 10/10] tests/bench: Add bufferiszero-bench

[PATCH v3 00/11] hw: Strengthen SysBus & QBus API
 2024-05-03 21:34 UTC  (3+ messages)
` [PATCH v3 07/11] hw/sh4/r2d: Realize IDE controller before accessing it

[PATCH] hw/nvme: fix number of PIDs for FDP RUH update
 2024-05-03 17:50 UTC 

More doc updates needed for new migrate argument @channels
 2024-05-03 20:03 UTC  (2+ messages)

[PATCH] tests/avocado: update sunxi kernel from armbian to 6.6.16
 2024-05-03 19:57 UTC  (6+ messages)

[PATCH v2 0/7] target/sparc: vis fixes
 2024-05-03 19:12 UTC  (13+ messages)
` [PATCH v2 2/7] target/sparc: Fix FEXPAND
` [PATCH v2 3/7] target/sparc: Fix FMUL8x16
` [PATCH v2 4/7] target/sparc: Fix FMUL8x16A{U,L}
` [PATCH v2 6/7] target/sparc: Fix FPMERGE
` [PATCH v2 7/7] target/sparc: Split out do_ms16b

[PATCH] qga/commands-posix: fix typo in qmp_guest_set_user_password
 2024-05-03 18:00 UTC  (3+ messages)

[PATCH v2 0/5] virtio-blk: iothread-vq-mapping cleanups
 2024-05-03 17:33 UTC  (3+ messages)
` [PATCH v2 5/5] monitor: use aio_co_reschedule_self()

[PATCH v6] Hexagon: add PC alignment check and exception
 2024-05-03 16:53 UTC 

[PATCH v4] fix endianness bug
 2024-05-03 16:43 UTC  (3+ messages)
` [PATCH v5] xlnx_dpdma: fix descriptor "

[PATCH] hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers
 2024-05-03 15:34 UTC 

[PATCH] kvm: ppc: disable sPAPR code if CONFIG_PSERIES is disabled
 2024-05-03 15:14 UTC  (2+ messages)

[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
 2024-05-03 15:11 UTC  (3+ messages)
` [PATCH v2 08/33] accel/tcg: Record DisasContextBase in tcg_ctx for plugins

[PATCH v3 0/5] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
 2024-05-03 15:10 UTC  (7+ messages)
` [PATCH v3 1/5] accel/tcg: Move SoftMMU specific units to softmmu_specific_ss[]
` [PATCH v3 2/5] accel/tcg: Move system emulation files under sysemu/ subdirectory
` [PATCH v3 3/5] accel/tcg: Do not define cpu_exec_reset_hold() as stub
` [PATCH v3 4/5] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method
` [PATCH v3 5/5] accel/tcg: Always call tcg_flush_jmp_cache() on reset

[PATCH 0/5] tcg: Misc improvements
 2024-05-03 15:04 UTC  (10+ messages)
` [PATCH] target/arm: Restrict translation disabled alignment check to VMSA
` [PATCH 1/5] tcg: Add write_aofs to GVecGen3i
` [PATCH 3/5] tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
` [PATCH 5/5] accel/tcg: Introduce CF_BP_PAGE

[PATCH v4] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
 2024-05-03 14:51 UTC 

[PATCH v5] Hexagon: add PC alignment check and exception
 2024-05-03 14:56 UTC  (3+ messages)

[PATCH v2] hmp/migration: Fix "migrate" command's documentation
 2024-05-03 14:41 UTC 

[PATCH] hmp/migration: Fix documents for "migrate" command
 2024-05-03 14:36 UTC  (5+ messages)

[PATCH v3 00/16] Add AST2700 support
 2024-05-03 14:35 UTC  (12+ messages)
` [PATCH v3 07/16] aspeed/smc: fix dma moving incorrect data length issue
` [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-05-03 14:33 UTC  (11+ messages)

[PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-03 14:29 UTC  (4+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-03 14:03 UTC  (8+ messages)
` [RFC PATCH v3 1/5] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v3 2/5] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v3 4/5] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v3 5/5] virt: Add Heki KUnit tests

[PATCH] gitlab-ci: adjust msys2-64bit to be able to run qtest
 2024-05-03 13:37 UTC  (3+ messages)

[PATCH] tests/qtest: skip m48t59-test if the machine is not absent
 2024-05-03 13:15 UTC  (2+ messages)

[PATCH] migration: do not include coroutine_int.h
 2024-05-03 13:16 UTC  (2+ messages)

[PULL 00/13] Migration patches for 2024-05-02
 2024-05-03 13:10 UTC  (5+ messages)
` [PULL 13/13] hmp/migration: Fix documents for "migrate" command

[PATCH] exec/user: Move 'abitypes.h' from 'exec/user' to 'user'
 2024-05-03 13:00 UTC  (2+ messages)

[PATCH] ui/cocoa.m: Drop old macOS-10.12-and-earlier compat ifdefs
 2024-05-03 12:56 UTC  (2+ messages)

[PATCH v4 0/4] target/sh4: Fix ADDV/SUBV opcodes
 2024-05-03 12:54 UTC  (2+ messages)

[PULL 0/5] loongarch-to-apply queue
 2024-05-03 12:50 UTC  (3+ messages)
` [PULL 3/5] hw/loongarch: Add numa support

[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
 2024-05-03 12:45 UTC  (3+ messages)
` [PULL 04/53] hw/cxl: Add clear poison mailbox command support

[RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
 2024-05-03 12:42 UTC  (2+ messages)
` [RFC PATCH 1/1] pci-ids.rst: add Red Hat pci-id for generic IOMMU device

[PATCH 00/14] hw: define and enforce a standard lifecycle for versioned machines
 2024-05-03 12:34 UTC  (4+ messages)

[PULL v2 00/16] Block patches
 2024-05-03 12:33 UTC  (3+ messages)
` [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH v2 0/4] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
 2024-05-03 12:30 UTC  (6+ messages)
` [PATCH v2 1/4] accel/tcg: Move system emulation files under sysemu/ subdirectory
` [PATCH v2 2/4] accel/tcg: Do not define cpu_exec_reset_hold() as stub
` [PATCH v2 3/4] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method
` [PATCH v2 4/4] accel/tcg: Always call tcg_flush_jmp_cache() on reset

[PATCH 0/5] accel/tcg: Call tcg_flush_jmp_cache() again when creating user-mode cpu
 2024-05-03 12:21 UTC  (8+ messages)
` [PATCH 1/5] accel/tcg: Simplify meson.build using subdir_done()
` [PATCH 2/5] accel/tcg: Move system emulation files under sysemu/ subdirectory
` [PATCH 3/5] accel/tcg: Do not define cpu_exec_reset_hold() as stub
` [PATCH 4/5] accel/tcg: Introduce common tcg_exec_cpu_reset_hold() method
` [PATCH 5/5] accel/tcg: Always call tcg_flush_jmp_cache() on reset

[PATCH v4] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
 2024-05-03 11:55 UTC  (6+ messages)
` [PATCH v6] "

[PATCH v3 0/2] cxl: add poison creation event handler
 2024-05-03 11:37 UTC  (9+ messages)
` [PATCH v3 1/2] cxl/core: correct length of DPA field masks
` [PATCH v3 2/2] cxl/core: add poison creation event handler

[PATCH] stm32l4x5_usart: add missing class_size
 2024-05-03 11:32 UTC  (2+ messages)

[PATCH 2/2] target/riscv: do not set mtval2 for non guest-page faults
 2024-05-03 10:30 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2] Re-enable riscv64-debian-cross-container (debian riscv64 is finally usable again!)
 2024-05-03 10:12 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).