summaryrefslogtreecommitdiff
path: root/kvm.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-05-25 13:51:16 -0700
committerRobert Mustacchi <rm@joyent.com>2011-05-25 15:12:24 -0700
commit69e5721cd23752f4727842049cc2e83c531e91c2 (patch)
tree29849e66b64891903fb4937e4dda24764d93915b /kvm.h
parente9cbcee4ceca8f731c0fdd95eeef09276c4db5fe (diff)
downloadillumos-kvm-69e5721cd23752f4727842049cc2e83c531e91c2.tar.gz
HVM-234 need to bump q_hiwat on vnic stream
HVM-233 remove cmn_err in ioapic_deliver and lapic
Diffstat (limited to 'kvm.h')
-rw-r--r--kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm.h b/kvm.h
index 4343bb4..8c334c0 100644
--- a/kvm.h
+++ b/kvm.h
@@ -1559,6 +1559,7 @@ typedef struct kvm_set_boot_cpu_id_ioc {
#define KVM_CREATE_VM _IO(KVMIO, 0x01) /* returns a VM fd */
#define KVM_DESTROY_VM _IO(KVMIO, 0x0a)
#define KVM_CLONE _IO(KVMIO, 0x20)
+#define KVM_NET_QUEUE _IO(KVMIO, 0x21)
#define KVM_GET_MSR_INDEX_LIST _IOWR(KVMIO, 0x02, struct kvm_msr_list)