qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-20 16:54:47 to 2024-04-23 08:49:08 UTC [more...]

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

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

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

[PATCH] target/i386/translate.c: always write 32-bits for SGDT and SIDT
 2024-04-23  8:24 UTC  (6+ 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 3/7] intel_iommu: make types match
` [PATCH intel_iommu 7/7] intel_iommu: add a CLI option to enable FLTS
` [PATCH intel_iommu 5/7] intel_iommu: extract device IOTLB invalidation logic
` [PATCH intel_iommu 6/7] intel_iommu: add PASID-based IOTLB invalidation
` [PATCH intel_iommu 4/7] intel_iommu: add support for first-stage translation

[PATCH v1 0/4] virtio_snd_set_config: Fix #2296
 2024-04-23  8:17 UTC  (9+ messages)
` [PATCH v1 1/4] virtio-snd: add virtio_snd_is_config_valid()
` [PATCH v1 2/4] virtio-snd: factor card setup out of realize func
` [PATCH v1 3/4] virtio-snd: factor card removal out of unrealize()
` [PATCH v1 4/4] virtio_snd_set_config: validate and re-setup card

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

[PATCH 0/3] target/arm: Make the counter frequency default 1GHz for new CPUs, machines
 2024-04-23  7:26 UTC  (11+ messages)
` [PATCH 2/3] target/arm: Refactor default generic timer frequency handling
` [PATCH 3/3] target/arm: Default to 1GHz cntfrq for 'max' and new CPUs

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 v10 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-23  2:22 UTC  (7+ 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 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] target/riscv: change RISCV_EXCP_SEMIHOST exception number to 63
 2024-04-22 19:58 UTC  (4+ messages)

[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 0/6] Add ivshmem-flat device
 2024-04-22 16:47 UTC  (3+ 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  (14+ messages)
` [PATCH v7 06/12] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[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  (7+ messages)

[PATCH v2 0/6] hw/ppc: SPI model
 2024-04-22 15:03 UTC  (9+ messages)
` [PATCH v2 2/6] hw/ppc: SPI controller model - registers implementation
` [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  (12+ messages)
` [PATCH v3 21/49] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v3 22/49] i386/sev: Introduce 'sev-snp-guest' object
` [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)

[PATCH v2 1/1] ebpf: Added traces back. Changed source set for eBPF to 'system'
 2024-04-22 13:52 UTC  (2+ messages)

[PATCH] hw/audio/virtio-snd: Use device endianness instead of target one
 2024-04-22 13:09 UTC  (2+ messages)

[RFC PATCH 0/3] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
 2024-04-22 13:01 UTC  (4+ messages)
` [RFC PATCH 1/3] target/riscv: change RISCV_EXCP_SEMIHOST exception number

[PATCH] hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
 2024-04-22 12:58 UTC 

[PATCH] backends/cryptodev-builtin: Fix local_error leaks
 2024-04-22 12:52 UTC  (3+ messages)

[RFC PATCH-for-8.0 0/3] hw/ppc: Remove tswap() calls
 2024-04-22 12:46 UTC  (4+ messages)
` [RFC PATCH-for-8.0 3/3] hw/net/xilinx_ethlite: Replace tswap32() by be32_to_cpu()

[PATCH] docs/devel: fix minor typo in submitting-a-patch.rst
 2024-04-22 12:45 UTC  (2+ messages)

[PATCH v2] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
 2024-04-22 12:31 UTC  (8+ messages)
` [PATCH v4] "
      ` [PATCH v5] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific sbi
      ` [PATCH v6] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI

[PATCH] pythondeps.toml: warn about updates needed to docs/requirements.txt
 2024-04-22 12:14 UTC  (2+ messages)

[PATCH 00/24] include/exec: Rework (part 2)
 2024-04-22 11:44 UTC  (37+ messages)
` [PATCH 01/24] exec: Declare MMUAccessType type in 'mmu-access-type.h' header
` [PATCH 02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
` [PATCH 03/24] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
` [PATCH 04/24] exec: Restrict TCG specific declarations of 'cputlb.h'
` [PATCH 05/24] exec: Restrict 'cpu_ldst.h' to TCG accelerator
` [PATCH 06/24] exec: Have guest_addr_valid() methods take abi_ptr/size_t arguments
` [PATCH 07/24] exec: Un-inline tlb_vaddr_to_host() and declare it in 'exec/cputlb.h'
` [PATCH 08/24] physmem: Move TCG CPU IOTLB methods around
` [PATCH 10/24] exec: Reduce tlb_set_dirty() declaration scope
` [PATCH 12/24] exec: Move CPUTLBEntry helpers to cputlb.c
` [PATCH 13/24] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
` [PATCH 17/24] exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h'
` [PATCH 18/24] plugins: Include missing 'qemu/bitmap.h' header
` [PATCH 19/24] gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
` [PATCH 21/24] plugins: Un-inline qemu_plugin_disable_mem_helpers()
` [PATCH 23/24] exec: Remove 'disas/disas.h' from 'exec/log.h'
` [PATCH 24/24] exec: Remove unnecessary inclusions of 'hw/core/cpu.h'

[PATCH] hw/misc : Correct 5 spaces indents in stm32l4x5_exti
 2024-04-22 11:24 UTC  (2+ messages)

[PATCH] vhost-user-test: no set non-blocking for cal fd less than 0
 2024-04-22  9:46 UTC 

Support Apple Silicon acceleration for x86 / x86_64 guests
 2024-04-22  9:36 UTC 

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-04-22  8:49 UTC  (6+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap

[PATCH 0/6] s390x/cpu_models: Misc cleanup on returned error code and local @err variables
 2024-04-22  9:03 UTC  (6+ messages)
` [PATCH 3/6] target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return boolean

[PATCH 0/3] hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean
 2024-04-22  8:33 UTC  (3+ messages)

[PATCH 0/3] Remove useless architecture prefix from the CPU list
 2024-04-22  8:22 UTC  (4+ messages)

[PATCH v8 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-22  8:01 UTC  (3+ messages)
` [PATCH v8 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers

[PATCH v4] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-22  6:52 UTC 

[PATCH v3] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-22  6:42 UTC  (3+ messages)

[PATCH 0/8] target/ppc: Move fixed-point insns to decodetree
 2024-04-22  6:32 UTC  (6+ messages)
` [PATCH 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) "

[PATCH] hw/ufs: Fix buffer overflow bug
 2024-04-22  4:36 UTC 

[PATCH v13 00/24] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-04-22  2:25 UTC  (3+ messages)

[PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
 2024-04-22  1:40 UTC 

[PATCH] target/riscv: Use get_address() to get address with Zicbom extensions
 2024-04-21 16:59 UTC  (2+ messages)

[PATCH v5 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-04-21 14:02 UTC  (6+ messages)
` [PATCH v5 1/5] hw/display : Add device DM163
` [PATCH v5 2/5] hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
` [PATCH v5 3/5] hw/arm : Create Bl475eMachineState
` [PATCH v5 4/5] hw/arm : Connect DM163 to B-L475E-IOT01A
` [PATCH v5 5/5] tests/qtest : Add testcase for DM163

[PATCH v3 2/2] cxl/core: add poison creation event handler
 2024-04-21 12:14 UTC  (2+ messages)

Qemu for TC377
 2024-04-21 10:17 UTC  (4+ messages)

cross-i686-tci CI job is flaky again (timeouts): can somebody who cares about TCI investigate?
 2024-04-20 20:25 UTC  (3+ messages)

xlnx-versal-virt machine in qemu
 2024-04-20 18:13 UTC 


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