From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Lalancette Subject: Re: vmport: unknown command 13 Date: Sat, 23 Aug 2008 20:40:14 +0200 Message-ID: <48B0598E.8030500@redhat.com> References: <48B048DB.2090206@haneke.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Elmar Haneke Return-path: Received: from mx2.redhat.com ([66.187.237.31]:40670 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751837AbYHWSns (ORCPT ); Sat, 23 Aug 2008 14:43:48 -0400 In-Reply-To: <48B048DB.2090206@haneke.de> Sender: kvm-owner@vger.kernel.org List-ID: Elmar Haneke wrote: > After movong from KVM-72 to KVM-73 I do get the Notice > > "vmport: unknown command 13" > > The Message appears on starting emulation. In an Netboot environment it > does appear before booting from Network is asked. > > What might go wrong here? It's actually harmless; it's the Bochs BIOS trying to access the vmport function 13, which means "give me your UUID". However, upstream Qemu (and hence, KVM) doesn't support this function, so that's where the error message comes from. If I understand it correctly, upstream Qemu now has suppressed this warning message, so the next time KVM syncs up, the message will disappear. Chris Lalancette