QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-22 20:07:15 to 2024-04-23 17:44:20 UTC [more...]

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-04-23 17:43 UTC  (6+ messages)
` [PATCH v8 09/11] virtio-gpu: Resource UUID

[PATCH v3 0/2] cxl: add poison creation event handler
 2024-04-23 17:42 UTC  (5+ messages)
` [PATCH v3 1/2] cxl/core: correct length of DPA field masks

Problems (timeouts) when testing usb-ohci with qemu
 2024-04-23 17:30 UTC  (2+ messages)

Patch "virtio_net: Do not send RSS key if it is not supported" has been added to the 6.6-stable tree
 2024-04-23 16:35 UTC 

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-04-23 16:33 UTC  (3+ messages)
` [PATCH v2 01/15] exec/memtxattr: add process identifier to the transaction attributes

[PATCH 6.6.y] virtio_net: Do not send RSS key if it is not supported
 2024-04-23 16:32 UTC  (2+ messages)

[PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
 2024-04-23 16:15 UTC  (12+ messages)

[PATCH 0/6] Add ivshmem-flat device
 2024-04-23 16:00 UTC  (5+ messages)

[PULL 00/63] First batch of i386 and build system patch for QEMU 9.1
 2024-04-23 15:29 UTC  (65+ messages)
` [PULL 01/63] meson: do not link pixman automatically into all targets
` [PULL 02/63] tests: only build plugins if TCG is enabled
` [PULL 03/63] ebpf: Restrict to system emulation
` [PULL 04/63] tests/unit: match some unit tests to corresponding feature switches
` [PULL 05/63] yank: only build if needed
` [PULL 06/63] util/qemu-config: Extract QMP commands to qemu-config-qmp.c
` [PULL 07/63] hw/core: Move system emulation files to system_ss
` [PULL 08/63] hw: Include minimal source set in user emulation build
` [PULL 09/63] stubs: remove obsolete stubs
` [PULL 10/63] hw/usb: move stubs out of stubs/
` [PULL 11/63] hw/virtio: "
` [PULL 12/63] semihosting: "
` [PULL 13/63] ramfb: "
` [PULL 14/63] memory-device: "
` [PULL 15/63] colo: "
` [PULL 16/63] stubs: split record/replay stubs further
` [PULL 17/63] stubs: include stubs only if needed
` [PULL 18/63] stubs: move monitor_fdsets_cleanup with other fdset stubs
` [PULL 19/63] vga: optimize computation of dirty memory region
` [PULL 20/63] vga: move dirty memory region code together
` [PULL 21/63] kvm: use configs/ definition to conditionalize debug support
` [PULL 22/63] hw: Add compat machines for 9.1
` [PULL 23/63] target/i386: add guest-phys-bits cpu property
` [PULL 24/63] kvm: add support for guest physical bits
` [PULL 25/63] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PULL 26/63] target/i386: Introduce Icelake-Server-v7 to enable TSX
` [PULL 27/63] target/i386: Add new CPU model SierraForest
` [PULL 28/63] target/i386: Export RFDS bit to guests
` [PULL 29/63] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PULL 30/63] q35: Introduce smm_ranges property for q35-pci-host
` [PULL 31/63] hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabled
` [PULL 32/63] confidential guest support: Add kvm_init() and kvm_reset() in class
` [PULL 33/63] i386/sev: Switch to use confidential_guest_kvm_init()
` [PULL 34/63] ppc/pef: switch to use confidential_guest_kvm_init/reset()
` [PULL 35/63] s390: Switch to use confidential_guest_kvm_init()
` [PULL 36/63] scripts/update-linux-headers: Add setup_data.h to import list
` [PULL 37/63] scripts/update-linux-headers: Add bits.h to file imports
` [PULL 38/63] linux-headers: update to current kvm/next
` [PULL 39/63] runstate: skip initial CPU reset if reset is not actually possible
` [PULL 40/63] KVM: track whether guest state is encrypted
` [PULL 41/63] KVM: remove kvm_arch_cpu_check_are_resettable
` [PULL 42/63] target/i386: introduce x86-confidential-guest
` [PULL 43/63] target/i386: Implement mc->kvm_type() to get VM type
` [PULL 44/63] target/i386: SEV: use KVM_SEV_INIT2 if possible
` [PULL 45/63] i386/sev: Add 'legacy-vm-type' parameter for SEV guest objects
` [PULL 46/63] hw/i386/sev: Use legacy SEV VM types for older machine types
` [PULL 47/63] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PULL 48/63] kvm: Introduce support for memory_attributes
` [PULL 49/63] RAMBlock: Add support of KVM private guest memfd
` [PULL 50/63] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PULL 51/63] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PULL 52/63] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PULL 53/63] RAMBlock: make guest_memfd require uncoordinated discard
` [PULL 54/63] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PULL 55/63] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PULL 56/63] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PULL 57/63] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PULL 58/63] target/i386/host-cpu: Consolidate the use of warn_report_once()
` [PULL 59/63] target/i386/cpu: "
` [PULL 60/63] target/i386/cpu: Merge the warning and error messages for AMD HT check
` [PULL 61/63] accel/tcg/icount-common: Consolidate the use of warn_report_once()
` [PULL 62/63] pythondeps.toml: warn about updates needed to docs/requirements.txt
` [PULL 63/63] target/i386/translate.c: always write 32-bits for SGDT and SIDT

[PATCH] linux-user: Add ioctl for BLKBSZSET
 2024-04-23 15:24 UTC 

[PATCH intel_iommu 0/7] FLTS for VT-d
 2024-04-23 15:17 UTC  (9+ messages)
` [PATCH intel_iommu 5/7] intel_iommu: extract device IOTLB invalidation logic
` [PATCH intel_iommu 3/7] intel_iommu: make types match

hppa-firmware.img missing build-id
 2024-04-23 15:10 UTC  (5+ messages)

[PATCH v8 0/2] Implement SSH commands in QEMU GA for Windows
 2024-04-23 15:00 UTC  (3+ messages)
` [PATCH v8 1/2] Refactor common functions between POSIX and Windows implementation
` [PATCH v8 2/2] Implement SSH commands in QEMU GA for Windows

[PATCH v10 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-23 14:23 UTC  (11+ messages)
` [PATCH v10 1/6] ui/gtk: Check if fence_fd is equal to or greater than 0
` [PATCH v10 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PATCH v10 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead
` [PATCH v10 4/6] ui/console: Use qemu_dmabuf_set_..() "
` [PATCH v10 5/6] ui/console: Use qemu_dmabuf_new() and free() "
` [PATCH v10 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c

[PATCH-for-9.1 00/21] target/monitor: Cleanup around hmp_info_tlb()
 2024-04-23 13:54 UTC  (4+ messages)
` [PATCH-for-9.0? 01/21] host/atomic128: Include missing 'qemu/atomic.h' header

[PATCH 00/22] configs: switch boards to "default y"
 2024-04-23 13:40 UTC  (36+ messages)
` [PATCH 01/22] configs: list "implied" device groups in the default configs
` [PATCH 02/22] alpha: switch boards to "default y"
` [PATCH 03/22] arm: "
` [PATCH 04/22] avr: "
` [PATCH 05/22] cris: "
` [PATCH 06/22] hppa: "
` [PATCH 07/22] i386: "
` [PATCH 08/22] loongarch: "
` [PATCH 09/22] m68k: "
` [PATCH 10/22] microblaze: "
` [PATCH 11/22] meson: make target endianneess available to Kconfig
` [PATCH 12/22] mips: switch boards to "default y"
` [PATCH 13/22] nios2: "
` [PATCH 14/22] openrisc: "
` [PATCH 15/22] ppc: "
` [PATCH 16/22] riscv: "
` [PATCH 17/22] rx: "
` [PATCH 18/22] s390x: "
` [PATCH 19/22] sh4: "
` [PATCH 20/22] sparc: "
` [PATCH 21/22] tricore: "
` [PATCH 22/22] xtensa: "

[PATCH v2 0/1] migration/dirtyrate: Fix segmentation fault
 2024-04-23 13:35 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] migration/dirtyrate: Fix segmentation fault
 2024-04-23  7:12 UTC  (2+ messages)

[PATCH] target/riscv: change RISCV_EXCP_SEMIHOST exception number to 63
 2024-04-23 12:48 UTC  (5+ messages)

[PATCH v2 00/22] arm: Run CCA VMs with KVM
 2024-04-23 12:35 UTC  (13+ messages)
` [PATCH v2 02/22] target/arm: Add confidential guest support
` [PATCH v2 14/22] target/arm/kvm-rme: Add Realm Personalization Value parameter
` [PATCH v2 15/22] target/arm/kvm-rme: Add measurement algorithm property

[PATCH 0/3] target/arm: Make the counter frequency default 1GHz for new CPUs, machines
 2024-04-23 12:12 UTC  (8+ messages)
` [PATCH 2/3] target/arm: Refactor default generic timer frequency handling

[PATCH v3] hw/audio/virtio-snd: Use device endianness instead of target one
 2024-04-23 11:05 UTC  (8+ messages)

[PATCH 0/6 qemu] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-04-23 10:56 UTC  (3+ messages)
` [PATCH 3/6] hw/acpi: Generic Port Affinity Structure support

[PATCH RFC] prevent overflow in xlnx_dpdma_desc_get_source_address()
 2024-04-23 10:51 UTC  (5+ messages)

[PATCH] target/i386/translate.c: always write 32-bits for SGDT and SIDT
 2024-04-23  9:18 UTC  (7+ messages)

[PATCH v1 0/4] virtio_snd_set_config: Fix #2296
 2024-04-23  8:17 UTC  (4+ messages)
` [PATCH v1 3/4] virtio-snd: factor card removal out of unrealize()

[PATCH 00/27] Add qapi-domain Sphinx extension
 2024-04-23  7:48 UTC  (8+ messages)

Missing features in QEMU SapphireRapid definition
 2024-04-23  7:23 UTC  (3+ messages)

[PATCH] target/arm: Restrict translation disabled alignment check to VMSA
 2024-04-23  7:16 UTC  (4+ messages)

[PATCH v7 0/2] Implement SSH commands in QEMU GA for Windows
 2024-04-23  6:48 UTC  (3+ messages)
` [PATCH v7 2/2] "

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-04-23  6:44 UTC  (4+ messages)
` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code

[PATCH v2 0/8] target/ppc: Move fixed-point insns to
 2024-04-23  6:32 UTC  (9+ messages)
` [PATCH v2 1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree
` [PATCH v2 2/8] target/ppc: Make divw[u] handler method decodetree compatible
` [PATCH v2 3/8] target/ppc: Move divw[u, e, eu] instructions to decodetree
` [PATCH v2 4/8] target/ppc: Move neg, darn, mod{sw, uw} "
` [PATCH v2 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) "
` [PATCH v2 6/8] target/ppc: Move div/mod fixed-point insns (64 bits "
` [PATCH v2 7/8] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions "
` [PATCH v2 8/8] target/ppc: Move logical fixed-point "

[PATCH] target/ppc: handle vcpu hotplug failure gracefully
 2024-04-23  6:30 UTC 

[PATCH] hw/intc/riscv_aplic: APLICs should add child earlier than realize
 2024-04-23  6:04 UTC  (2+ messages)

[PATCH RESEND 0/2] Fix crash of VMs configured with the CDROM device
 2024-04-23  1:45 UTC  (2+ messages)

[PATCH v4] hw/audio/virtio-snd: Always use little endian audio format
 2024-04-22 21:18 UTC 

[PATCH 0/4] X86: Alias isa-bios area and clean up
 2024-04-22 20:06 UTC  (5+ messages)
` [PATCH 1/4] hw/i386/pc_sysfw: Remove unused parameter from pc_isa_bios_init()
` [PATCH 2/4] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
` [PATCH 3/4] hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()
` [PATCH 4/4] hw/i386: Consolidate isa-bios creation


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