public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
* [PATCH] accel/kvm: fix typo in variable name
@ 2026-03-11  9:53 Alyssa Ross
  2026-03-11 11:25 ` Philippe Mathieu-Daudé
  2026-03-11 16:07 ` Paolo Bonzini
  0 siblings, 2 replies; 3+ messages in thread
From: Alyssa Ross @ 2026-03-11  9:53 UTC (permalink / raw)
  To: Paolo Bonzini, kvm, qemu-devel

Fixes: 94a8d39afd ("kvm: Consolidate must-have capability checks")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
---
 accel/kvm/kvm-all.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c
index 984db97779..774499d34f 100644
--- a/accel/kvm/kvm-all.c
+++ b/accel/kvm/kvm-all.c
@@ -111,7 +111,7 @@ static uint64_t kvm_supported_memory_attributes;
 static bool kvm_guest_memfd_supported;
 static hwaddr kvm_max_slot_size = ~0;
 
-static const KVMCapabilityInfo kvm_required_capabilites[] = {
+static const KVMCapabilityInfo kvm_required_capabilities[] = {
     KVM_CAP_INFO(USER_MEMORY),
     KVM_CAP_INFO(DESTROY_MEMORY_REGION_WORKS),
     KVM_CAP_INFO(JOIN_MEMORY_REGIONS_WORKS),
@@ -2992,7 +2992,7 @@ static int kvm_init(AccelState *as, MachineState *ms)
         nc++;
     }
 
-    missing_cap = kvm_check_extension_list(s, kvm_required_capabilites);
+    missing_cap = kvm_check_extension_list(s, kvm_required_capabilities);
     if (!missing_cap) {
         missing_cap =
             kvm_check_extension_list(s, kvm_arch_required_capabilities);

base-commit: ae56950eac7b61b1abf42003329ee0f3ce111711
-- 
2.53.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] accel/kvm: fix typo in variable name
  2026-03-11  9:53 [PATCH] accel/kvm: fix typo in variable name Alyssa Ross
@ 2026-03-11 11:25 ` Philippe Mathieu-Daudé
  2026-03-11 16:07 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-03-11 11:25 UTC (permalink / raw)
  To: Alyssa Ross, Paolo Bonzini, kvm, qemu-devel

On 11/3/26 10:53, Alyssa Ross wrote:
> Fixes: 94a8d39afd ("kvm: Consolidate must-have capability checks")
> Signed-off-by: Alyssa Ross <hi@alyssa.is>
> ---
>   accel/kvm/kvm-all.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] accel/kvm: fix typo in variable name
  2026-03-11  9:53 [PATCH] accel/kvm: fix typo in variable name Alyssa Ross
  2026-03-11 11:25 ` Philippe Mathieu-Daudé
@ 2026-03-11 16:07 ` Paolo Bonzini
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2026-03-11 16:07 UTC (permalink / raw)
  To: Alyssa Ross; +Cc: kvm, qemu-devel

Queued, thanks.

Paolo



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-11 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11  9:53 [PATCH] accel/kvm: fix typo in variable name Alyssa Ross
2026-03-11 11:25 ` Philippe Mathieu-Daudé
2026-03-11 16:07 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox