From patchwork Sat Feb 26 16:44:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Prasad Joshi X-Patchwork-Id: 592601 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p1QGiqAu013367 for ; Sat, 26 Feb 2011 16:44:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752303Ab1BZQo3 (ORCPT ); Sat, 26 Feb 2011 11:44:29 -0500 Received: from mail-qw0-f46.google.com ([209.85.216.46]:53008 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752088Ab1BZQo2 convert rfc822-to-8bit (ORCPT ); Sat, 26 Feb 2011 11:44:28 -0500 Received: by qwd7 with SMTP id 7so1925791qwd.19 for ; Sat, 26 Feb 2011 08:44:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=83y1U7/4x4iT9QDNvdBiB6AhPzVOeeiEuPq45gdQXH4=; b=YV1LG7nELT1SYa3NO6Jwwt1zZ6ffQU1rS4VUtUamZ+RttweV5yefycaw6mbWKtAm3p AQei24hQi74U2DbI5O3ZqCOGY+xcIzQGb4MAO4/Bzk62q/hM2UrZGSbMNy+pGpxNRWfG VQ5gPNAKcz6qih33mbTkUc0iqIvgkYajLFR6U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kLfUrhdIJzZYBrD4Mg4ZXRb6VzFLtQiSIWCdY22gThaCwNssB2lDt6fq0oJoAIqAEN 2S07Fpp+SPOoi1ytEmBAgl1rnuRCYqdkVpZWB20UJLBdmazVxZeukrr8FVXHGoEBMrel lKpaETBVVIhjrUbFgETLVFNCnHLEnUcYnfdbw= MIME-Version: 1.0 Received: by 10.229.81.138 with SMTP id x10mr2866645qck.20.1298738668217; Sat, 26 Feb 2011 08:44:28 -0800 (PST) Received: by 10.229.99.68 with HTTP; Sat, 26 Feb 2011 08:44:28 -0800 (PST) In-Reply-To: References: Date: Sat, 26 Feb 2011 16:44:28 +0000 Message-ID: Subject: [RESEND] [PATCH 1/1] qemu-kvm (device-assignment): detecting the pre-fectchable memory region. From: Prasad Joshi To: kvm@vger.kernel.org Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sat, 26 Feb 2011 16:44:53 +0000 (UTC) diff --git a/hw/device-assignment.c b/hw/device-assignment.c index e5205cf..2cfa155 100644 --- a/hw/device-assignment.c +++ b/hw/device-assignment.c @@ -47,7 +47,7 @@  #define IORESOURCE_MEM      0x00000200  #define IORESOURCE_IRQ      0x00000400  #define IORESOURCE_DMA      0x00000800 -#define IORESOURCE_PREFETCH 0x00001000  /* No side effects */ +#define IORESOURCE_PREFETCH 0x00002000  /* No side effects */  /* #define DEVICE_ASSIGNMENT_DEBUG 1 */ -- To unsubscribe from this list: send the line "unsubscribe kvm" in