qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-22 14:19:10 to 2024-04-23 15:15:03 UTC [more...]

[PULL 00/63] First batch of i386 and build system patch for QEMU 9.1
 2024-04-23 15:09 UTC  (32+ 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 10/63] hw/usb: move stubs out of stubs/
` [PULL 11/63] hw/virtio: "
` [PULL 13/63] ramfb: "
` [PULL 14/63] memory-device: "
` [PULL 17/63] stubs: include stubs only if needed
` [PULL 22/63] hw: Add compat machines for 9.1
` [PULL 24/63] kvm: add support for guest physical bits
` [PULL 29/63] pci-host/q35: Move PAM initialization above SMRAM initialization
` [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 36/63] scripts/update-linux-headers: Add setup_data.h to import list
` [PULL 38/63] linux-headers: update to current kvm/next
` [PULL 41/63] KVM: remove kvm_arch_cpu_check_are_resettable
` [PULL 42/63] target/i386: introduce x86-confidential-guest
` [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 48/63] kvm: Introduce support for memory_attributes
` [PULL 51/63] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PULL 53/63] RAMBlock: make guest_memfd require uncoordinated discard
` [PULL 54/63] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PULL 56/63] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PULL 59/63] target/i386/cpu: Consolidate the use of warn_report_once()
` [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()

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  (9+ 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 0/6] Add ivshmem-flat device
 2024-04-23 10:39 UTC  (4+ messages)

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

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-04-23  8:30 UTC  (2+ messages)

[PATCH intel_iommu 0/7] FLTS for VT-d
 2024-04-23  8:19 UTC  (13+ messages)
` [PATCH intel_iommu 1/7] intel_iommu: fix FRCD construction macro
` [PATCH intel_iommu 2/7] intel_iommu: rename slpte to pte before adding FLTS
` [PATCH intel_iommu 6/7] intel_iommu: add PASID-based IOTLB invalidation
` [PATCH intel_iommu 5/7] intel_iommu: extract device IOTLB invalidation logic
` [PATCH intel_iommu 4/7] intel_iommu: add support for first-stage translation
` [PATCH intel_iommu 3/7] intel_iommu: make types match
` [PATCH intel_iommu 7/7] intel_iommu: add a CLI option to enable FLTS

[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  (4+ messages)
` [PATCH v7 1/2] Refactor common functions between POSIX and Windows implementation
` [PATCH v7 2/2] Implement SSH commands in QEMU GA for Windows

[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 6.6.y] virtio_net: Do not send RSS key if it is not supported
 2024-04-22 15:18 UTC 

[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

[PATCH for-9.1] util/log: add cleanup function
 2024-04-22 19:29 UTC  (2+ messages)

[PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows
 2024-04-22 18:20 UTC  (3+ messages)

[PATCH] target/riscv/kvm: Fix exposure of Zkr
 2024-04-22 18:09 UTC  (2+ messages)

[PATCH v2 0/1] target/riscv/kvm: tolerate KVM disable ext errors
 2024-04-22 17:14 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/7] plugins: Use unwind info for special gdb registers
 2024-04-22 16:49 UTC  (2+ messages)

[PATCH v3 0/6] target/arm: Do memory alignment check for device memory
 2024-04-22 15:59 UTC  (5+ messages)
` [PATCH v3 5/6] target/arm: Do memory type alignment check when translation disabled

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-04-22 15:42 UTC  (8+ messages)

[PATCH v2] tests/unit: Remove debug statements in test-nested-aio-poll.c
 2024-04-22 15:37 UTC  (2+ messages)

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

[PATCH v2 0/6] hw/ppc: SPI model
 2024-04-22 15:03 UTC  (5+ messages)
` [PATCH v2 4/6] hw/misc: Microchip's 25CSM04 SEEPROM model
` [PATCH v2 5/6] hw/ppc: SPI controller wiring to P10 chip and create seeprom device

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-04-22 15:03 UTC  (8+ messages)
` [PATCH v3 31/49] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v3 36/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Extended Guest Requests
` [PATCH v3 43/49] qapi, i386: Move kernel-hashes to SevCommonProperties

[PATCH] hvf: arm: Remove PL1_WRITE_MASK
 2024-04-22  9:27 UTC 

[PATCH] target/riscv/kvm: tolerate KVM disable ext errors
 2024-04-22 14:28 UTC  (4+ messages)

[PATCH v2] hw/audio/virtio-snd: Use device endianness instead of target one
 2024-04-22 14:25 UTC  (3+ 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).