diff options
Diffstat (limited to 'hw/virtio-9p.h')
-rw-r--r-- | hw/virtio-9p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/virtio-9p.h b/hw/virtio-9p.h index 005df49290..016ba1dcf7 100644 --- a/hw/virtio-9p.h +++ b/hw/virtio-9p.h @@ -31,6 +31,8 @@ enum { P9_RSETATTR, P9_TXATTRWALK = 30, P9_RXATTRWALK, + P9_TXATTRCREATE = 32, + P9_RXATTRCREATE, P9_TREADDIR = 40, P9_RREADDIR, P9_TLINK = 70, |