diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-19 20:09:19 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-20 13:25:59 +0200 |
| commit | 688b0756ad2fdbe8effdb66f724a1129f62be7a2 (patch) | |
| tree | b4710d57d584d0c4e2c4fd1171dac3cca0a822b6 /linux-headers/linux/vhost.h | |
| parent | 41cd354d350d3c64915be9c5decbf20abd84e486 (diff) | |
| download | focaccia-qemu-688b0756ad2fdbe8effdb66f724a1129f62be7a2.tar.gz focaccia-qemu-688b0756ad2fdbe8effdb66f724a1129f62be7a2.zip | |
update Linux headers to v6.16-rc3
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/linux/vhost.h')
| -rw-r--r-- | linux-headers/linux/vhost.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-headers/linux/vhost.h b/linux-headers/linux/vhost.h index b95dd84eef..d4b3e2ae13 100644 --- a/linux-headers/linux/vhost.h +++ b/linux-headers/linux/vhost.h @@ -28,10 +28,10 @@ /* Set current process as the (exclusive) owner of this file descriptor. This * must be called before any other vhost command. Further calls to - * VHOST_OWNER_SET fail until VHOST_OWNER_RESET is called. */ + * VHOST_SET_OWNER fail until VHOST_RESET_OWNER is called. */ #define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01) /* Give up ownership, and reset the device to default values. - * Allows subsequent call to VHOST_OWNER_SET to succeed. */ + * Allows subsequent call to VHOST_SET_OWNER to succeed. */ #define VHOST_RESET_OWNER _IO(VHOST_VIRTIO, 0x02) /* Set up/modify memory layout */ |