diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-25 13:15:01 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-04-05 11:46:52 +0200 |
| commit | b89485a52e38dcdacffa311706734ee82a97fab9 (patch) | |
| tree | 980bf3a7b2f0ad6de8f27d72603d76ed333222da /include/standard-headers/linux/virtio_balloon.h | |
| parent | 92741fc4b6cbf7a8f6cce45e9a468d5637a4ff6a (diff) | |
| download | focaccia-qemu-b89485a52e38dcdacffa311706734ee82a97fab9.tar.gz focaccia-qemu-b89485a52e38dcdacffa311706734ee82a97fab9.zip | |
update Linux headers to 4.6
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/standard-headers/linux/virtio_balloon.h')
| -rw-r--r-- | include/standard-headers/linux/virtio_balloon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/standard-headers/linux/virtio_balloon.h b/include/standard-headers/linux/virtio_balloon.h index 0df7c2efdd..9d06ccd066 100644 --- a/include/standard-headers/linux/virtio_balloon.h +++ b/include/standard-headers/linux/virtio_balloon.h @@ -51,7 +51,7 @@ struct virtio_balloon_config { #define VIRTIO_BALLOON_S_MINFLT 3 /* Number of minor faults */ #define VIRTIO_BALLOON_S_MEMFREE 4 /* Total amount of free memory */ #define VIRTIO_BALLOON_S_MEMTOT 5 /* Total amount of memory */ -#define VIRTIO_BALLOON_S_AVAIL 6 /* Amount of available memory in guest */ +#define VIRTIO_BALLOON_S_AVAIL 6 /* Available memory as in /proc */ #define VIRTIO_BALLOON_S_NR 7 /* |