[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v20 QEMU 4/5] linux-headers: update to contain virito-balloon fre
From: |
Alexander Duyck |
Subject: |
[PATCH v20 QEMU 4/5] linux-headers: update to contain virito-balloon free page reporting |
Date: |
Thu, 16 Apr 2020 13:00:50 -0700 |
User-agent: |
StGit/0.17.1-dirty |
From: Alexander Duyck <address@hidden>
Sync the latest upstream changes for free page reporting. To be
replaced by a full linux header sync.
Signed-off-by: Alexander Duyck <address@hidden>
---
include/standard-headers/linux/virtio_balloon.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/standard-headers/linux/virtio_balloon.h
b/include/standard-headers/linux/virtio_balloon.h
index af0a6b59dab2..af3b7a1fa263 100644
--- a/include/standard-headers/linux/virtio_balloon.h
+++ b/include/standard-headers/linux/virtio_balloon.h
@@ -36,6 +36,7 @@
#define VIRTIO_BALLOON_F_DEFLATE_ON_OOM 2 /* Deflate balloon on OOM */
#define VIRTIO_BALLOON_F_FREE_PAGE_HINT 3 /* VQ to report free pages */
#define VIRTIO_BALLOON_F_PAGE_POISON 4 /* Guest is using page poisoning */
+#define VIRTIO_BALLOON_F_REPORTING 5 /* Page reporting virtqueue */
/* Size of a PFN in the balloon interface. */
#define VIRTIO_BALLOON_PFN_SHIFT 12
- [PATCH v20 QEMU 0/5] virtio-balloon: add support for free page reporting, Alexander Duyck, 2020/04/16
- [PATCH v20 QEMU 1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id, Alexander Duyck, 2020/04/16
- [PATCH v20 QEMU 2/5] virtio-balloon: Replace free page hinting references to 'report' with 'hint', Alexander Duyck, 2020/04/16
- [PATCH v20 QEMU 3/5] virtio-balloon: Implement support for page poison tracking feature, Alexander Duyck, 2020/04/16
- [PATCH v20 QEMU 4/5] linux-headers: update to contain virito-balloon free page reporting,
Alexander Duyck <=
- [PATCH v20 QEMU 5/5] virtio-balloon: Provide an interface for free page reporting, Alexander Duyck, 2020/04/16
- Re: [PATCH v20 QEMU 0/5] virtio-balloon: add support for free page reporting, no-reply, 2020/04/16