summaryrefslogtreecommitdiffstats
path: root/qemu/include/standard-headers/linux/virtio_balloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/standard-headers/linux/virtio_balloon.h')
-rw-r--r--qemu/include/standard-headers/linux/virtio_balloon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu/include/standard-headers/linux/virtio_balloon.h b/qemu/include/standard-headers/linux/virtio_balloon.h
index 2e2a6dcf3..9d06ccd06 100644
--- a/qemu/include/standard-headers/linux/virtio_balloon.h
+++ b/qemu/include/standard-headers/linux/virtio_balloon.h
@@ -51,7 +51,8 @@ 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_NR 6
+#define VIRTIO_BALLOON_S_AVAIL 6 /* Available memory as in /proc */
+#define VIRTIO_BALLOON_S_NR 7
/*
* Memory statistics structure.