qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-30 08:12:34 to 2024-05-30 21:36:24 UTC [more...]

[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
 2024-05-30 21:35 UTC  (19+ messages)
` [PATCH v2 01/18] migration: Fix file migration with fdset
` [PATCH v2 02/18] tests/qtest/migration: Fix file migration offset check
` [PATCH v2 03/18] tests/qtest/migration: Add a precopy file test with fdset
` [PATCH v2 05/18] monitor: Introduce monitor_fdset_*free
` [PATCH v2 06/18] monitor: Stop removing non-duplicated fds
` [PATCH v2 08/18] monitor: Report errors from monitor_fdset_dup_fd_add
` [PATCH v2 09/18] io: Stop using qemu_open_old in channel-file
` [PATCH v2 10/18] migration: Add direct-io parameter
` [PATCH v2 11/18] migration/multifd: Add direct-io support

[PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
 2024-05-30 21:14 UTC  (4+ messages)

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

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

[PATCH 0/5] cpus: a few tweaks to CPU realization
 2024-05-30 19:42 UTC  (6+ messages)
` [PATCH 1/5] hw/core: expand on the alignment of CPUState
` [PATCH 2/5] cpu: move Qemu[Thread|Cond] setup into common code
` [PATCH 3/5] cpu-target: don't set cpu->thread_id to bogus value
` [PATCH 4/5] plugins: remove special casing for cpu->realized
` [PATCH 5/5] core/cpu-common: initialise plugin state before thread creation

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-30 19:23 UTC  (35+ messages)
` [PATCH V1 05/26] migration: precreate vmstate
` [PATCH V1 07/26] migration: VMStateId
` [PATCH V1 17/26] machine: memfd-alloc option
` [PATCH V1 19/26] physmem: preserve ram blocks for cpr

[RFC PATCH] cpus: split qemu_init_vcpu and delay vCPU thread creation
 2024-05-30 19:21 UTC  (3+ messages)

[PATCH v2 0/6] Implement icount=auto using TCG Plugins
 2024-05-30 17:49 UTC  (7+ messages)
` [PATCH v2 1/6] sysemu: add set_virtual_time to accel ops
` [PATCH v2 2/6] qtest: use cpu interface in qtest_clock_warp
` [PATCH v2 3/6] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [PATCH v2 4/6] qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
` [PATCH v2 5/6] plugins: add time control API
` [PATCH v2 6/6] contrib/plugins: add ips plugin example for cost modeling

[PATCH RISU v2 00/13] ELF and Sparc64 support
 2024-05-30 17:44 UTC  (30+ 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

[PATCH 0/5] Implement icount=auto using TCG Plugins
 2024-05-30 17:41 UTC  (7+ messages)
` [PATCH 1/5] sysemu: add set_virtual_time to accel ops
` [PATCH 2/5] qtest: use cpu interface in qtest_clock_warp

[PATCH V2 0/3] improve -overcommit cpu-pm=on|off
 2024-05-30 16:15 UTC  (14+ messages)
` [PATCH V2 1/3] vl: Allow multiple -overcommit commands

[PATCH] hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()
 2024-05-30 15:35 UTC  (5+ messages)

[PATCH 0/2] target/arm: Implement FEAT_WFxT
 2024-05-30 15:35 UTC  (4+ messages)
` [PATCH 1/2] accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt

[RFC PATCH 0/1] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-05-30 15:22 UTC  (2+ messages)
` [RFC PATCH 1/1] vhost-user: add shmem mmap request

[Semihosting Tests PATCH v2 0/3] add SYS_GET_CMDLINE test
 2024-05-30 15:22 UTC  (6+ messages)
` [Semihosting Tests PATCH v2 1/3] .editorconfig: add code conventions for tooling
` [Semihosting Tests PATCH v2 2/3] update includes for bare metal compiling
` [Semihosting Tests PATCH v2 3/3] add SYS_GET_CMDLINE test

[PATCH v2 0/3] semihosting: Restrict to TCG
 2024-05-30 14:53 UTC  (4+ messages)
` [PATCH v2 1/3] target/mips: Restrict semihosting "
` [PATCH v2 2/3] target/riscv: "
` [PATCH v2 3/3] semihosting: Restrict "

[PATCH] target/arm: Disable SVE extensions when SVE is disabled
 2024-05-30 14:47 UTC  (2+ messages)

[PATCH] hw/net: prevent potential NULL dereference
 2024-05-30 14:38 UTC  (5+ messages)

[QEMU][PATCH 1/1] hw/net/can: Fix sorting of the tx queue
 2024-05-30 14:27 UTC  (2+ messages)

[PATCH v3 00/33] target/arm: Convert a64 advsimd to decodetree (part 1b)
 2024-05-30 14:32 UTC  (14+ messages)
` [PATCH v3 03/33] target/arm: Assert oprsz in range when using vfp.qc
` [PATCH v3 04/33] target/arm: Convert SUQADD and USQADD to gvec
` [PATCH v3 10/33] target/arm: Convert SRSHL and URSHL (register) "
` [PATCH v3 12/33] target/arm: Convert SQSHL and UQSHL "
` [PATCH v3 31/33] target/arm: Convert SQDMULH, SQRDMULH to decodetree
` [PATCH v3 32/33] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB "

[PATCH 0/7] Live migration acceleration with UADK
 2024-05-30 14:13 UTC  (5+ messages)
` [PATCH 1/7] docs/migration: add uadk compression feature

[PATCH v2 0/4] allow to deprecate objects and devices
 2024-05-30 14:04 UTC  (9+ messages)
` [PATCH v2 1/4] qom: allow to mark objects (including devices) as deprecated
` [PATCH v2 2/4] usb: add config options for the hub and hid devices
` [PATCH v2 3/4] usb/hub: deprecate, don't build by default
` [PATCH v2 4/4] vga/cirrus: "

[PATCH 0/3] semihosting: Restrict to TCG
 2024-05-30 13:58 UTC  (6+ messages)
` [PATCH 3/3] "

[PATCH 0/2] qapi/qapi-schema: Clarify the dependency relationship
 2024-05-30 14:11 UTC  (2+ messages)

[PATCH] hw/i386/acpi-build: Return a pre-computed _PRT table
 2024-05-30 13:50 UTC  (3+ messages)

[PATCH RISU] risugen/arm: Refine prefetch and memory hintspace patterns
 2024-05-30 13:33 UTC  (2+ messages)

Unexpected error in rme_configure_one() at ../target/arm/kvm-rme.c:159
 2024-05-30 13:30 UTC  (3+ messages)

[PATCH v3 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
 2024-05-30 13:27 UTC  (8+ 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] target/mips: Remove unused 'hw/misc/mips_itu.h' header
 2024-05-30 11:26 UTC  (2+ messages)

[PULL 0/5] loongarch-to-apply queue
 2024-05-30 13:16 UTC  (5+ messages)
` [PULL 2/5] tests/avocado: Add LoongArch machine start test
  `  "

[PATCH] tests/avocado: Update LoongArch bios file
 2024-05-30 12:57 UTC 

[PATCH v1 0/8] PRI support for VT-d
 2024-05-30 12:25 UTC  (9+ messages)
` [PATCH v1 1/8] pcie: add a helper to declare the PRI capability for a pcie device
` [PATCH v1 2/8] pcie: helper functions to check to check if PRI is enabled
` [PATCH v1 3/8] pcie: add a way to get the outstanding page request allocation (pri) from the config space
` [PATCH v1 4/8] pci: declare structures and IOMMU operation for PRI
` [PATCH v1 5/8] pci: add a PCI-level API "
` [PATCH v1 6/8] intel_iommu: declare PRI constants and structures
` [PATCH v1 7/8] intel_iommu: declare registers for PRI
` [PATCH v1 8/8] intel_iommu: add PRI operations support

[PULL 0/2] NBD patches for 2024-05-30
 2024-05-30 12:22 UTC  (3+ messages)
` [PULL 1/2] qio: Inherit follow_coroutine_ctx across TLS
` [PULL 2/2] iotests: test NBD+TLS+iothread

[PATCH 1/1] tests/avocado: sbsa-ref: switch from OpenBSD to FreeBSD
 2024-05-30 12:22 UTC  (3+ messages)

[PATCH v2 0/4] tests/qtest/migration-test: Improve shared
 2024-05-30 12:18 UTC  (6+ messages)
` [PATCH v2 1/4] tests/qtest/migration-test: Use regular file file for shared-memory tests
` [PATCH v2 2/4] tests/qtest/migration-test: Enable test_mode_reboot
` [PATCH v2 3/4] tests/qtest/migration-test: Fix and enable test_ignore_shared
` [PATCH v2 4/4] tests/qtest/migration-test: Add a postcopy memfile test

[PATCH v4 0/3] hw/riscv/virt: pflash improvements
 2024-05-30 11:37 UTC  (10+ messages)

[PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-05-30 11:16 UTC  (32+ messages)
` [PATCH v4 01/31] i386/sev: Replace error_report with error_setg
` [PATCH v4 02/31] linux-headers: Update to current kvm/next
` [PATCH v4 03/31] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v4 04/31] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v4 05/31] i386/sev: Move sev_launch_update to separate class method
` [PATCH v4 06/31] i386/sev: Move sev_launch_finish "
` [PATCH v4 07/31] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v4 08/31] i386/sev: Add a sev_snp_enabled() helper
` [PATCH v4 09/31] i386/sev: Add sev_kvm_init() override for SEV class
` [PATCH v4 10/31] i386/sev: Add snp_kvm_init() override for SNP class
` [PATCH v4 11/31] i386/cpu: Set SEV-SNP CPUID bit when SNP enabled
` [PATCH v4 12/31] i386/sev: Don't return launch measurements for SEV-SNP guests
` [PATCH v4 13/31] i386/sev: Add a class method to determine KVM VM type for SNP guests
` [PATCH v4 14/31] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v4 15/31] i386/sev: Add the SNP launch start context
` [PATCH v4 16/31] i386/sev: Add handling to encrypt/finalize guest launch data
` [PATCH v4 17/31] i386/sev: Set CPU state to protected once SNP guest payload is finalized
` [PATCH v4 18/31] hw/i386/sev: Add function to get SEV metadata from OVMF header
` [PATCH v4 19/31] i386/sev: Add support for populating OVMF metadata pages
` [PATCH v4 20/31] i386/sev: Add support for SNP CPUID validation
` [PATCH v4 21/31] i386/sev: Extract build_kernel_loader_hashes
` [PATCH v4 22/31] i386/sev: Reorder struct declarations
` [PATCH v4 23/31] i386/sev: Allow measured direct kernel boot on SNP
` [PATCH v4 24/31] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
` [PATCH v4 25/31] i386/sev: Invoke launch_updata_data() for SEV class
` [PATCH v4 26/31] i386/sev: Invoke launch_updata_data() for SNP class
` [PATCH v4 27/31] hw/i386/sev: Use guest_memfd for legacy ROMs
` [PATCH v4 28/31] hw/i386: Add support for loading BIOS using guest_memfd
` [PATCH v4 29/31] hw/i386/sev: Allow use of pflash in conjunction with -bios
` [PATCH v4 30/31] i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGE
` [PATCH v4 31/31] i386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP guests

[PATCH v2] vnc: increase max display size
 2024-05-30 11:10 UTC 

[PATCH] stdvga: fix screen blanking
 2024-05-30 11:04 UTC 

[PATCH v2] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
 2024-05-30 10:39 UTC  (2+ messages)

[RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
 2024-05-30 10:37 UTC  (5+ messages)

[PATCH v2 0/2] Zynq 7000 Improvements
 2024-05-30 10:30 UTC  (4+ messages)
` [PATCH v2 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores

[PATCH v4 00/11] Power11 support for QEMU
 2024-05-30 10:28 UTC  (9+ messages)
` [PATCH v4 01/11] ppc: Add Power11 DD2.0 processor
` [PATCH v4 11/11] ppc/pnv: Update skiboot.lid to support Power11

[PATCH v2 0/2] Fix GICv2 handling of pending interrupts
 2024-05-30 10:25 UTC  (2+ messages)

[PATCH 1/1] arm/sbsa-ref: move to Neoverse-N2 as default
 2024-05-30 10:22 UTC  (2+ messages)

[RFC v2 0/7] Introduce SMP Cache Topology
 2024-05-30 10:15 UTC  (8+ messages)
` [RFC v2 1/7] hw/core: Make CPU topology enumeration arch-agnostic
` [RFC v2 2/7] hw/core: Define cache topology for machine
` [RFC v2 3/7] hw/core: Add cache topology options in -smp
` [RFC v2 4/7] i386/cpu: Support thread and module level cache topology
` [RFC v2 5/7] i386/cpu: Update cache topology with machine's configuration
` [RFC v2 6/7] i386/pc: Support cache topology in -smp for PC machine
` [RFC v2 7/7] qemu-options: Add the cache topology description of -smp

[PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
 2024-05-30  8:58 UTC  (2+ messages)

[PATCH v3 0/3] target/ppc: vcpu hotplug failure handling fixes
 2024-05-30  8:38 UTC  (7+ messages)
` [PATCH v3 1/3] accel/kvm: Introduce kvm_create_and_park_vcpu() helper
` [PATCH v3 2/3] cpu-common.c: export cpu_get_free_index to be reused later
` [PATCH v3 3/3] target/ppc: handle vcpu hotplug failure gracefully

Failed to hot-plug device to pxb bridge
 2024-05-30  8:29 UTC 

[PATCH 0/2] qapi: Remove deprecated events
 2024-05-30  8:23 UTC  (3+ messages)
` [PATCH 1/2] hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR event

[PATCH v4 00/16] Add AST2700 support
 2024-05-30  8:11 UTC  (6+ messages)
` [PATCH v4 14/16] aspeed/soc: fix incorrect dram size for AST2700


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