From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sander Eikelenboom Subject: io.c:164:d25v0 Weird HVM ioemulation status 1. domain_crash called from io.c:165 Date: Fri, 24 Apr 2015 14:02:36 +0200 Message-ID: <286185080.20150424140236@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YlcJc-0000II-LZ for xen-devel@lists.xenproject.org; Fri, 24 Apr 2015 12:02:40 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Paul Durrant , Andrew Cooper Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Hi, On Xen-unstable I encountered this non stopping logspam while trying to shutdown an HVM domain with pci-passthrough: (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. (XEN) [2015-04-24 11:55:47.802] domain_crash called from io.c:165 (XEN) [2015-04-24 11:55:47.802] io.c:164:d25v0 Weird HVM ioemulation status 1. etc. etc. etc. The domain had shutdown perfectly well on earlier occasions, but this time it kept running. It did drop from it's assigned 3 vpcu's to 1 vpcu, but it stalled there. The log spam only stopped by destroying the guest. Since i haven't seen it before, it's probably hard to replicate. -- Sander