From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kashyap Chamarthy Subject: Re: [nVMX] With 3.20.0-0.rc0.git5.1 on L0, booting L2 guest results in L1 *rebooting* Date: Thu, 19 Feb 2015 23:28:32 +0100 Message-ID: <20150219222832.GA22611@tesla.redhat.com> References: <20150216204013.GI21838@tesla.redhat.com> <54E2D966.9070706@siemens.com> <20150217112426.GL21838@tesla.redhat.com> <54E4C0FD.4090906@redhat.com> <20150219120719.GJ11686@tesla.redhat.com> <20150219150159.GA19057@potion.brq.redhat.com> <20150219160221.GB19057@potion.brq.redhat.com> <20150219211011.GE28728@tesla.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Paolo Bonzini , Jan Kiszka , kvm@vger.kernel.org, dgilbert@redhat.com To: Radim =?utf-8?B?S3LEjW3DocWZ?= Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55298 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752018AbbBSW2i (ORCPT ); Thu, 19 Feb 2015 17:28:38 -0500 Content-Disposition: inline In-Reply-To: <20150219211011.GE28728@tesla.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Feb 19, 2015 at 10:10:11PM +0100, Kashyap Chamarthy wrote: > On Thu, Feb 19, 2015 at 05:02:22PM +0100, Radim Kr=C4=8Dm=C3=A1=C5=99= wrote: [. . .] > > Can you try if the following patch works? >=20 > Sure, will test a Kernel built with the below patch and report back. Hmm, I'm stuck with a meta issue. I checked out the KVM tree[1] on L0, applied your patch and built[*] th= e Kernel, and booted into it. Boot fails and drops into a dracut shell on because: . . . dracut-initqueue[3045]: Warning: Cancelling resume operation. Device n= ot found. [ TIME ] Timed out waiting for device dev-ma...per910\x2d\x2d02\x2droot.device. [DEPEND] Dependency failed for /sysroot. [DEPEND] Dependency failed for Initrd Root File SyWarning: /dev/disk/by-uuid/4ccddb2d-4d63-4fce-b4d4-9b2f119a30cc does not exist . . . I saved the report from /run/initramfs/rdsosreport.txt here[2]. Then, I did another test: - Rebooted into Kernel 3.20.0-0.rc0.git5.1.fc23.x86_64 on physical host (L0). - In L1, checked out the KVM tree, applied your patch and built Kernel[*] from the current KVM tree and booted into the newly built one, here too, I'm thrown into a dracut shell [1] git://git.kernel.org/pub/scm/virt/kvm/kvm.git [2] https://kashyapc.fedorapeople.org/temp/kernel-boot-failure.txt [*] Exactly, I built it this way: # Clone the tree $ git://git.kernel.org/pub/scm/virt/kvm/kvm.git # Make a new branch: $ git checkout -b nvmx_test $ git describe warning: tag 'for-linus' is really 'kvm-3.19-1' here for-linus-14459-g49776d5 =20 # Make a config file $ make defconfig =20 # Compile $ make -j4 && make bzImage && make modules =20 # Install $ sudo -i $ make modules_install && make install --=20 /kashyap