diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-09 13:13:27 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-09 13:13:27 -0500 |
| commit | 282c355b174755ae53e2feeaf624c418ea009dc6 (patch) | |
| tree | a63ec276e67b033ffd9b636eeda262e02b67307f /hw/xen_backend.h | |
| parent | da5391edd18a1d75d4ca13f2dffe70e02f851110 (diff) | |
| parent | 56c119e52ca229869912b22a5bec283487b0cf9b (diff) | |
| download | focaccia-qemu-282c355b174755ae53e2feeaf624c418ea009dc6.tar.gz focaccia-qemu-282c355b174755ae53e2feeaf624c418ea009dc6.zip | |
Merge remote-tracking branch 'sstabellini/xen-next' into staging
Diffstat (limited to 'hw/xen_backend.h')
| -rw-r--r-- | hw/xen_backend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xen_backend.h b/hw/xen_backend.h index 6401c85a7e..3305630903 100644 --- a/hw/xen_backend.h +++ b/hw/xen_backend.h @@ -21,7 +21,8 @@ struct XenDevOps { uint32_t flags; void (*alloc)(struct XenDevice *xendev); int (*init)(struct XenDevice *xendev); - int (*connect)(struct XenDevice *xendev); + int (*initialise)(struct XenDevice *xendev); + void (*connected)(struct XenDevice *xendev); void (*event)(struct XenDevice *xendev); void (*disconnect)(struct XenDevice *xendev); int (*free)(struct XenDevice *xendev); |