diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-04-26 00:43:20 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-04-26 00:43:20 +0300 |
commit | 09255de1ec979c9f963db9543b120d9aa8046b87 (patch) | |
tree | fb3e2c1c287e7005fec57f07b7b2d44201053b58 /notifications-be.c | |
parent | d4fec517dfcf9164462a5f27236e3b95b48d2388 (diff) |
Revert "VIRTIO_F_NOTIFICATION_DATA: extra data to devices"
This reverts commit 396b1957817e0bd14697e28d9fe61bfc80f1350f.
Was pushed by mistake.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'notifications-be.c')
-rw-r--r-- | notifications-be.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/notifications-be.c b/notifications-be.c deleted file mode 100644 index 5be947e..0000000 --- a/notifications-be.c +++ /dev/null @@ -1,5 +0,0 @@ -be32 { - vqn : 16; - next_off : 15; - next_wrap : 1; -}; |