qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
[PATCH] target/riscv/kvm: Fix exposure of Zkr
 2024-04-24  0:13 UTC  (2+ messages)

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-04-24  0:08 UTC  (5+ messages)
` [PATCH v3 48/49] hw/i386/sev: Use guest_memfd for legacy ROMs

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

[PATCH 00/22] configs: switch boards to "default y"
 2024-04-24  0:05 UTC  (35+ messages)
` [PATCH 02/22] alpha: "
` [PATCH 03/22] arm: "
` [PATCH 05/22] cris: "
` [PATCH 06/22] hppa: "
` [PATCH 08/22] loongarch: "
` [PATCH 09/22] m68k: "
` [PATCH 10/22] microblaze: "
` [PATCH 11/22] meson: make target endianneess available to Kconfig
` [PATCH 13/22] nios2: switch boards to "default y"
` [PATCH 14/22] openrisc: "
` [PATCH 16/22] riscv: "
` [PATCH 19/22] sh4: "
` [PATCH 21/22] tricore: "
` [PATCH 22/22] xtensa: "

[ANNOUNCE] QEMU 9.0.0 is now available
 2024-04-23 22:53 UTC 

[PULL 00/26] Migration 20240423 patches
 2024-04-23 22:38 UTC  (27+ messages)
` [PULL 01/26] tests/qtest/migration: Add 'to' object into migrate_qmp()
` [PULL 02/26] tests/qtest/migration: Replace connect_uri and move migrate_get_socket_address inside migrate_qmp
` [PULL 03/26] tests/qtest/migration: Replace migrate_get_connect_uri inplace of migrate_get_socket_address
` [PULL 04/26] tests/qtest/migration: Add channels parameter in migrate_qmp_fail
` [PULL 05/26] tests/qtest/migration: Add migrate_set_ports into migrate_qmp to update migration port value
` [PULL 06/26] tests/qtest/migration: Add channels parameter in migrate_qmp
` [PULL 07/26] tests/qtest/migration: Add multifd_tcp_plain test using list of channels instead of uri
` [PULL 08/26] tests/qtest/migration: Add negative tests to validate migration QAPIs
` [PULL 09/26] tests/qtest/migration: Fix typo for vsock in SocketAddress_to_str
` [PULL 10/26] s390/stattrib: Add Error** argument to set_migrationmode() handler
` [PULL 11/26] vfio: Always report an error in vfio_save_setup()
` [PULL 12/26] migration: Always report an error in block_save_setup()
` [PULL 13/26] migration: Always report an error in ram_save_setup()
` [PULL 14/26] migration: Add Error** argument to vmstate_save()
` [PULL 15/26] migration: Add Error** argument to qemu_savevm_state_setup()
` [PULL 16/26] migration: Add Error** argument to .save_setup() handler
` [PULL 17/26] migration: Add Error** argument to .load_setup() handler
` [PULL 18/26] memory: Add Error** argument to .log_global_start() handler
` [PULL 19/26] migration: Introduce ram_bitmaps_destroy()
` [PULL 20/26] memory: Add Error** argument to the global_dirty_log routines
` [PULL 21/26] migration: Add Error** argument to ram_state_init()
` [PULL 22/26] migration: Add Error** argument to xbzrle_init()
` [PULL 23/26] migration: Modify ram_init_bitmaps() to report dirty tracking errors
` [PULL 24/26] migration: Add Error** argument to add_bitmaps_to_list()
` [PULL 25/26] migration/multifd: solve zero page causing multiple page faults
` [PULL 26/26] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed

[PATCH 00/24] Misc PPC exception and BookE MMU clean ups
 2024-04-23 22:31 UTC  (25+ messages)
` [PATCH 01/24] target/ppc: Fix gen_sc to use correct nip
` [PATCH 02/24] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH 03/24] target/ppc: Simplify syscall exception handlers
` [PATCH 04/24] target/ppc: Remove unused helper
` [PATCH 05/24] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH 06/24] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH 07/24] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH 08/24] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH 09/24] target/ppc/mmu_common.c: Rename get_bat_6xx_tlb()
` [PATCH 10/24] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH 11/24] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH 12/24] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH 13/24] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address()
` [PATCH 14/24] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address()
` [PATCH 15/24] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH 16/24] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH 17/24] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH 18/24] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
` [PATCH 19/24] target/ppc: Move mmu_ctx_t definition to mmu_common.c
` [PATCH 20/24] target/ppc: Remove ppc_hash32_pp_prot() and reuse common function
` [PATCH 21/24] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH 22/24] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
` [PATCH 23/24] target/ppc/mmu_common.c: Simplify ppc_booke_xlate()
` [PATCH 24/24] target/ppc/mmu_common.c: Move BookE MMU functions together

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

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

[PATCH 6.6 152/158] virtio_net: Do not send RSS key if it is not supported
 2024-04-23 21:39 UTC 

[PATCH v5 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-04-23 21:18 UTC  (3+ messages)
` [PATCH v5 1/5] hw/display : Add device DM163

[PATCH v2 0/3] query-cpu-model-expansion: add disable-deprecated-feats arg
 2024-04-23 21:06 UTC  (4+ messages)
` [PATCH v2 1/3] cpu-models: add "disable-deprecated-feats" option to cpu model expansion
` [PATCH v2 2/3] target/s390x: add support for "disable-deprecated-feats" expansion option
` [PATCH v2 3/3] target/s390x: flag te and cte as deprecated

Problems (timeouts) when testing usb-ohci with qemu
 2024-04-23 21:10 UTC  (3+ messages)

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

[PATCH 0/3] target/arm: Make the counter frequency default 1GHz for new CPUs, machines
 2024-04-23 20:47 UTC  (3+ messages)
` [PATCH 3/3] target/arm: Default to 1GHz cntfrq for 'max' and new CPUs

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

[PATCH] Kconfig: kvm: allow building without any board
 2024-04-23 20:39 UTC  (2+ messages)

[PATCH v10 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-23 19:08 UTC  (10+ 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

hppa-firmware.img missing build-id
 2024-04-23 18:50 UTC  (6+ messages)

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

[PATCH] Add zh_TW Traditional Chinese translation
 2024-04-23 18:20 UTC  (7+ messages)

[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 "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 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  (6+ messages)
` [PATCH intel_iommu 3/7] intel_iommu: make types match

[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-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 v2 0/1] migration/dirtyrate: Fix segmentation fault
 2024-04-23 13:35 UTC  (3+ messages)
` [PATCH v2 1/1] "


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