diff options
author | Greg Kurz <groug@kaod.org> | 2019-09-12 15:57:26 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-09-19 14:42:31 +0200 |
commit | 84b6ea05ea13628d0dd99e3582060b26b7a1225a (patch) | |
tree | 33dc1632145f1f6e6daf3a90bf872cb59a809ff0 /include/sysemu | |
parent | 5ca156cfde0f3821f15988619e51cf3cda99aaa6 (diff) | |
download | qemu-84b6ea05ea13628d0dd99e3582060b26b7a1225a.zip qemu-84b6ea05ea13628d0dd99e3582060b26b7a1225a.tar.gz qemu-84b6ea05ea13628d0dd99e3582060b26b7a1225a.tar.bz2 |
kvm: Fix typo in header of kvm_device_access()
Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <156829664683.2070256.13400788010568373502.stgit@bahia.tls.ibm.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/kvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h index 909bcd7..fd67477 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 |