From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [Autotest] [PATCH] KVM-test: Update pci_hotplug to suit for new qemu Date: Thu, 23 Sep 2010 21:15:28 -0300 Message-ID: <1285287328.2642.10.camel@freedom> References: <1285287117-21368-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: autotest@test.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47682 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753540Ab0IXAPc (ORCPT ); Thu, 23 Sep 2010 20:15:32 -0400 In-Reply-To: <1285287117-21368-1-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2010-09-23 at 21:11 -0300, Lucas Meneghel Rodrigues wrote: > From: Yiqiao Pu > > In the new version of qemu device_add is instead of pci_add. So modify > the scripts to suit for the new version of qemu. Now both nic and block > devices are support in qemu, so keep using monitor command line for > this test. Yiqiao, I have rebased, cleaned up and tested your patch. Thanks! Lucas