From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH for-xen-4.5] stubdom: remove references to xend from README Date: Mon, 6 Oct 2014 10:46:54 -0400 Message-ID: <20141006144654.GM5777@laptop.dumpdata.com> References: <1412602973-27270-1-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1412602973-27270-1-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Samuel Thibault , Stefano Stabellini , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, Oct 06, 2014 at 03:42:53PM +0200, Olaf Hering wrote: > .. the xl part of the config is right above the removed lines. > > Signed-off-by: Olaf Hering > Cc: Samuel Thibault > Cc: Stefano Stabellini > --- > stubdom/README | 9 --------- > 1 file changed, 9 deletions(-) Release-Acked-by: Konrad Rzeszutek Wilk > > diff --git a/stubdom/README b/stubdom/README > index 8d5da9a..de7b6c7 100644 > --- a/stubdom/README > +++ b/stubdom/README > @@ -22,15 +22,6 @@ See xl.cfg(5) for more details of the xl domain configuration syntax > and http://wiki.xen.org/wiki/Device_Model_Stub_Domains for more > information on device model stub domains > > -Using with XM/xend > ------------------- > - > -There is a sample configuration set in xmexample.hvm-stubdom > - > -In your HVM config "hvmconfig" use stubdom-dm as dm script: > - > -device_model = 'stubdom-dm' > - > > PV-GRUB > =======