QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
[PATCH] intel_iommu: Use the latest fault reasons defined by spec
 2024-05-20  4:15 UTC  (8+ messages)

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

[PATCH v3 00/16] Add AST2700 support
 2024-05-20  2:40 UTC  (11+ messages)
` [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
` [PATCH v3 12/16] aspeed/soc: Add AST2700 support

[PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb
 2024-05-20  1:08 UTC 

[PATCH V9 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-19 21:06 UTC  (9+ messages)
` [PATCH V9 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V9 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V9 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V9 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V9 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V9 6/8] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V9 7/8] gdbstub: Add helper function to unregister GDB register space
` [PATCH V9 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit

A question regarding TARGET_ALIGNED_ONLY flag
 2024-05-19 15:26 UTC  (2+ messages)

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

[PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
 2024-05-19  9:24 UTC  (4+ messages)

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

[PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups
 2024-05-18 19:50 UTC  (22+ messages)
` [PATCH v7 24/61] target/ppc/mmu_common.c: Split off real mode handling from get_physical_address_wtlb()
` [PATCH v7 25/61] target/ppc/mmu_common.c: Split off 40x cases from ppc_jumbo_xlate()
` [PATCH v7 26/61] target/ppc/mmu_common.c: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()
` [PATCH v7 28/61] target/ppc/mmu_common.c: Remove pte_update_flags()
` [PATCH v7 33/61] target/ppc: Add a function to check for page protection bit
` [PATCH v7 35/61] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v7 36/61] target/ppc/mmu_common.c: Remove local name for a constant
` [PATCH v7 52/61] target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_prot()

[PATCH] dias/riscv: Decode all of the pmpcfg and pmpaddr CSRs
 2024-05-18 16:26 UTC  (2+ messages)

[PULL 0/5] Misc HW patches & fixes for 2024-05-17
 2024-05-18 13:26 UTC  (8+ messages)
` [PULL 1/5] ui/console: Only declare variable fence_fd when CONFIG_GBM is defined
` [PULL 2/5] hw/pflash: fix block write start
` [PULL 3/5] hw/core: allow parameter=1 for SMP topology on any machine
` [PULL 4/5] tests: add testing of parameter=1 for SMP topology
` [PULL 5/5] tests: Gently exit from GDB when tests complete

[PULL 0/6] Fix s390x crash and clean up container images
 2024-05-18 13:25 UTC  (8+ messages)
` [PULL 1/6] tests/lcitool/refresh: Treat the output of lcitool as text, not as bytes
` [PULL 2/6] tests/lcitool: Remove 'xfsprogs' from QEMU
` [PULL 3/6] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
` [PULL 4/6] tests/lcitool/projects/qemu.yml: Sort entries alphabetically again
` [PULL 5/6] tests/docker/dockerfiles: Update container files with "lcitool-refresh"
` [PULL 6/6] hw/intc/s390_flic: Fix crash that occurs when saving the machine state

[PATCH 0/2] Minor fixes and improvements for Virtual IRQs
 2024-05-18 13:04 UTC  (5+ messages)
` [PATCH 1/2] target/riscv: Extend virtual irq csrs masks to be 64 bit wide
` [PATCH 2/2] target/riscv: Move Guest irqs out of the core local irqs range

[PATCH 00/14] target/ppc: Various TCG emulation patches
 2024-05-18 11:26 UTC  (21+ messages)
` [PATCH 01/14] target/ppc: larx/stcx generation need only apply DEF_MEMOP() once
` [PATCH 02/14] target/ppc: Remove redundant MEMOP_GET_SIZE macro
` [PATCH 03/14] target/ppc: Make checkstop actually stop the system
` [PATCH 04/14] target/ppc: improve checkstop logging
` [PATCH 05/14] target/ppc: Implement attn instruction on BookS 64-bit processors
` [PATCH 06/14] target/ppc: BookE DECAR SPR is 32-bit
` [PATCH 07/14] target/ppc: Wire up BookE ATB registers for e500 family
` [PATCH 08/14] target/ppc: Add PPR32 SPR
` [PATCH 09/14] target/ppc: add helper to write per-LPAR SPRs
` [PATCH 10/14] target/ppc: Add SMT support to simple SPRs
` [PATCH 11/14] target/ppc: Add SMT support to PTCR SPR
` [PATCH 12/14] target/ppc: Implement LDBAR, TTR SPRs
` [PATCH 13/14] target/ppc: Implement SPRC/SPRD SPRs
` [PATCH 14/14] target/ppc: add SMT support to msgsnd broadcast

[PATCH v2 0/8] target/ppc: Move fixed-point insns to
 2024-05-18 10:48 UTC  (4+ messages)
` [PATCH v2 6/8] target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree

[PATCH] ppc/spapr: Add ibm,pi-features
 2024-05-18  9:56 UTC 

[PATCH 0/3] target/ppc: Moving VMX insns to decodetree
 2024-05-18  9:05 UTC  (2+ messages)

[PATCH v1 0/2] AWS Nitro Enclave emulation support
 2024-05-18  8:37 UTC  (4+ messages)
` [PATCH v1 1/2] machine/microvm: support for loading EIF image
` [PATCH v1 2/2] machine/nitro-enclave: new machine type for AWS nitro enclave

[PATCH 0/9] migration/mapped-ram: Add direct-io support
 2024-05-18  8:36 UTC  (12+ messages)
` [PATCH 1/9] monitor: Honor QMP request for fd removal immediately
` [PATCH 8/9] migration: Add support for fdset with multifd + file

Point where target instructions are read
 2024-05-18  6:59 UTC  (10+ messages)

[PATCH v2 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
 2024-05-18  6:57 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2] hw/nvme: Add properties for PCI vendor/device IDs and IEEE-OUI ID
 2024-05-18  6:35 UTC 

[PATCH v2 0/2] Fix NBD+TLS regression in presence of iothread
 2024-05-18  3:08 UTC  (5+ messages)
` [PATCH v2 1/2] qio: Inherit follow_coroutine_ctx across TLS
` [PATCH v2 2/2] iotests: test NBD+TLS+iothread

[PATCH v3 1/5] ppc/pnv: Add SPI controller model
 2024-05-17 19:54 UTC  (5+ messages)
  ` [PATCH v3 5/5] tests/qtest: Add pnv-spi-seeprom qtest
  ` [PATCH v3 3/5] hw/block: Add Microchip's 25CSM04 to m25p80
  ` [PATCH v3 4/5] hw/ppc: SPI controller wiring to P10 chip
  ` [PATCH v3 2/5] ppc/pnv: Extend SPI model

[PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
 2024-05-17 18:23 UTC  (17+ messages)
` [PATCH v2 1/3] docs: introduce dedicated page about code provenance / sign-off
` [PATCH v2 2/3] docs: define policy limiting the inclusion of generated files
` [PATCH v2 3/3] docs: define policy forbidding use of AI code generators

CXL numa error on arm64 qemu virt machine
 2024-05-17 18:03 UTC  (7+ messages)

[PATCH 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()
 2024-05-17 17:56 UTC  (4+ messages)
` [PATCH 1/1] "

[PULL 00/25] Migration next patches
 2024-05-17 17:48 UTC  (10+ messages)
` [PULL 20/25] migration: stop vm for cpr
  ` CPR/liveupdate: test results using prior bug fix

[PATCH 1/1] block: drop force_dup parameter of raw_reconfigure_getfd()
 2024-05-17 16:37 UTC  (2+ messages)

[PATCH 1/1] prealloc: add truncate mode for prealloc filter
 2024-05-17 16:37 UTC  (2+ messages)

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-05-17 16:03 UTC  (8+ messages)

[PATCH] hw/intc/s390_flic: Fix crash that occurs when saving the machine state
 2024-05-17 14:33 UTC  (4+ messages)

[PATCH 1/1] scsi-bus: Remove unused parameter state from scsi_dma_restart_cb
 2024-05-17 14:23 UTC  (2+ messages)

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

[PATCH ats_vtd v2 00/25] ATS support for VT-d
 2024-05-17 11:12 UTC  (7+ messages)
` [PATCH ats_vtd v2 20/25] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
` [PATCH ats_vtd v2 21/25] atc: generic ATC that can be used by PCIe devices that support SVM

[PATCH] ui/sdl2: Allow host to power down screen
 2024-05-17 10:20 UTC  (2+ messages)

[PATCH v2 0/4] target/ppc: vcpu hotplug failure handling fixes
 2024-05-17 10:13 UTC  (9+ messages)
` [PATCH v2 1/4] accel/kvm: Extract common KVM vCPU {creation, parking} code

[PATCH 0/2] Zynq 7000 SoC improvements
 2024-05-17  9:58 UTC  (3+ messages)

[PATCH v3 00/11] Support persistent reservation operations
 2024-05-17  9:52 UTC  (12+ messages)
` [PATCH v3 01/11] block: add persistent reservation in/out api
` [PATCH v3 02/11] block/raw: add persistent reservation in/out driver
` [PATCH v3 03/11] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH v3 04/11] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH v3 05/11] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v3 06/11] block/nvme: add reservation command protocol constants
` [PATCH v3 07/11] hw/nvme: add helper functions for converting reservation types
` [PATCH v3 08/11] hw/nvme: enable ONCS reservations
` [PATCH v3 09/11] hw/nvme: enable namespace rescap function
` [PATCH v3 10/11] hw/nvme: add reservation protocal command
` [PATCH v3 11/11] block/iscsi: add persistent reservation in/out driver

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-17  9:29 UTC  (4+ messages)
` [PATCH v2 10/15] hw/riscv/riscv-iommu: add ATS support

[PATCH 00/16] VFIO: misc cleanups part2
 2024-05-17  9:25 UTC  (3+ messages)

[PATCH v2 0/3] crypto: Allow building with GnuTLS but without Libtasn1
 2024-05-17  9:12 UTC  (8+ messages)
` [PATCH v2 1/3] crypto: Remove 'crypto-tls-x509-helpers.h' from crypto-tls-psk-helpers.c
` [PATCH v2 2/3] crypto: Restrict pkix_asn1_tab[] to crypto-tls-x509-helpers.c
` [PATCH v2 3/3] crypto: Allow building with GnuTLS but without Libtasn1

[PATCH] gitlab-ci: Replace Docker with Kaniko
 2024-05-17  8:14 UTC  (5+ messages)

[PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
 2024-05-17  7:53 UTC 

[PATCH 0/2] qapi/qapi-schema: Clarify the dependency relationship
 2024-05-17  6:27 UTC  (3+ messages)
` [PATCH 1/2] qapi: Reorder and categorize json files in qapi-schema.json
` [PATCH 2/2] qapi: List block-core.json "

[PATCH v2 1/3] migration/colo: Minor fix for colo error message
 2024-05-17  5:52 UTC  (3+ messages)
` [PATCH v2 3/3] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()

[PATCH 00/13] fix --without-default-devices build and (mostly) tests
 2024-05-17  5:47 UTC  (4+ messages)
` [PATCH 02/13] s390_flic: add migration-enabled property

[PATCH] target/ppc: handle vcpu hotplug failure gracefully
 2024-05-17  4:00 UTC  (4+ messages)

[PATCH] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
 2024-05-17  3:32 UTC  (3+ messages)

[PATCH v3] hw/virtio: Fix obtain the buffer id from the last descriptor
 2024-05-17  3:23 UTC  (2+ messages)

[PATCH] ui/console: Fix compiling issue
 2024-05-17  3:12 UTC 

[RFC v2] target/loongarch/kvm: Add software breakpoint support
 2024-05-17  3:06 UTC 

[PATCH] target/riscv: zvbb implies zvkb
 2024-05-17  1:54 UTC  (2+ messages)

[PULL 0/5] loongarch-to-apply queue
 2024-05-17  1:06 UTC  (3+ messages)

[PULL 00/17] Net patches
 2024-05-17  0:47 UTC  (4+ messages)
` [PULL 04/17] virtio-net: Add support for USO features

[PATCH v6 0/8] xen: Support grant mappings
 2024-05-17  0:12 UTC  (3+ messages)
` [PATCH v6 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()


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