qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] kvm: Fix typo in header of kvm_device_access()
@ 2019-09-12 13:57 Greg Kurz
  2019-09-19 10:10 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
  2019-09-19 10:21 ` Laurent Vivier
  0 siblings, 2 replies; 3+ messages in thread
From: Greg Kurz @ 2019-09-12 13:57 UTC (permalink / raw)
  To: Laurent Vivier; +Cc: qemu-trivial, Michael Tokarev, qemu-devel

Signed-off-by: Greg Kurz <groug@kaod.org>
---
 include/sysemu/kvm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h
index 909bcd77cf82..fd674772ab31 100644
--- a/include/sysemu/kvm.h
+++ b/include/sysemu/kvm.h
@@ -308,7 +308,7 @@ int kvm_vm_check_attr(KVMState *s, uint32_t group, uint64_t attr);
 int kvm_device_check_attr(int fd, uint32_t group, uint64_t attr);
 
 /**
- * kvm_device_access - set or get value of a specific vm attribute
+ * kvm_device_access - set or get value of a specific device attribute
  * @fd: The device file descriptor
  * @group: the group
  * @attr: the attribute of that group to set or get



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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] kvm: Fix typo in header of kvm_device_access()
  2019-09-12 13:57 [Qemu-devel] [PATCH] kvm: Fix typo in header of kvm_device_access() Greg Kurz
@ 2019-09-19 10:10 ` Laurent Vivier
  2019-09-19 10:21 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2019-09-19 10:10 UTC (permalink / raw)
  To: Greg Kurz, Laurent Vivier; +Cc: qemu-trivial, Michael Tokarev, qemu-devel

Le 12/09/2019 à 15:57, Greg Kurz a écrit :
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>  include/sysemu/kvm.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h
> index 909bcd77cf82..fd674772ab31 100644
> --- a/include/sysemu/kvm.h
> +++ b/include/sysemu/kvm.h
> @@ -308,7 +308,7 @@ int kvm_vm_check_attr(KVMState *s, uint32_t group, uint64_t attr);
>  int kvm_device_check_attr(int fd, uint32_t group, uint64_t attr);
>  
>  /**
> - * kvm_device_access - set or get value of a specific vm attribute
> + * kvm_device_access - set or get value of a specific device attribute
>   * @fd: The device file descriptor
>   * @group: the group
>   * @attr: the attribute of that group to set or get
> 
> 

Reviewed-by: Laurent Vivier <laurent@vivier.eu>


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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] kvm: Fix typo in header of kvm_device_access()
  2019-09-12 13:57 [Qemu-devel] [PATCH] kvm: Fix typo in header of kvm_device_access() Greg Kurz
  2019-09-19 10:10 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
@ 2019-09-19 10:21 ` Laurent Vivier
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Vivier @ 2019-09-19 10:21 UTC (permalink / raw)
  To: Greg Kurz, Laurent Vivier; +Cc: qemu-trivial, Michael Tokarev, qemu-devel

Le 12/09/2019 à 15:57, Greg Kurz a écrit :
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>  include/sysemu/kvm.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h
> index 909bcd77cf82..fd674772ab31 100644
> --- a/include/sysemu/kvm.h
> +++ b/include/sysemu/kvm.h
> @@ -308,7 +308,7 @@ int kvm_vm_check_attr(KVMState *s, uint32_t group, uint64_t attr);
>  int kvm_device_check_attr(int fd, uint32_t group, uint64_t attr);
>  
>  /**
> - * kvm_device_access - set or get value of a specific vm attribute
> + * kvm_device_access - set or get value of a specific device attribute
>   * @fd: The device file descriptor
>   * @group: the group
>   * @attr: the attribute of that group to set or get
> 
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



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

end of thread, other threads:[~2019-09-19 10:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-12 13:57 [Qemu-devel] [PATCH] kvm: Fix typo in header of kvm_device_access() Greg Kurz
2019-09-19 10:10 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-09-19 10:21 ` Laurent Vivier

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