From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yosuke Iwamatsu Subject: [PATCH 3/3][RFC] PV Passthrough PCI Device Hotplug Support (Xen Part) Date: Thu, 21 Feb 2008 20:02:21 +0900 Message-ID: <47BD5A3D.7060005@ab.jp.nec.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000004090901000106050004" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------000004090901000106050004 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Xen part of PV PCI hotplug, applied to xen-unstable.hg cs17042. New xenbus states are added in xenbus.h. Thanks, ------------------- Yosuke Iwamatsu NEC Corporation --------------000004090901000106050004 Content-Type: all/allfiles; name="pv_pcihp_xen.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pv_pcihp_xen.patch" Xen part of PV PCI hotplug, applied to xen-unstable.hg cs17042. New xenbus states are added in xenbus.h. Signed-off-by: Yosuke Iwamatsu diff -r e1dde6f8bc87 xen/include/public/io/xenbus.h --- a/xen/include/public/io/xenbus.h Wed Feb 13 18:30:12 2008 +0000 +++ b/xen/include/public/io/xenbus.h Thu Feb 21 19:30:07 2008 +0900 @@ -56,7 +56,14 @@ enum xenbus_state { */ XenbusStateClosing = 5, - XenbusStateClosed = 6 + XenbusStateClosed = 6, + + /* + * Reconfiguring: The device is being reconfigured. + */ + XenbusStateReconfiguring = 7, + + XenbusStateReconfigured = 8 }; typedef enum xenbus_state XenbusState; --------------000004090901000106050004 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------000004090901000106050004--