From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1C2C2C43613 for ; Mon, 24 Jun 2019 12:27:41 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E505B208E4 for ; Mon, 24 Jun 2019 12:27:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E505B208E4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:50730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfO4R-0005Cq-PG for qemu-devel@archiver.kernel.org; Mon, 24 Jun 2019 08:27:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49790) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfO3K-0004kp-At for qemu-devel@nongnu.org; Mon, 24 Jun 2019 08:26:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfO3J-00060h-CV for qemu-devel@nongnu.org; Mon, 24 Jun 2019 08:26:30 -0400 Received: from mail-wm1-f46.google.com ([209.85.128.46]:37092) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfO3I-0005dJ-8M for qemu-devel@nongnu.org; Mon, 24 Jun 2019 08:26:28 -0400 Received: by mail-wm1-f46.google.com with SMTP id f17so13184931wme.2 for ; Mon, 24 Jun 2019 05:26:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=7Eqylms9Pt2vs4t9jzpS6qpNHzu07poMRKRolyaR+7A=; b=XmnpVhBZdym59VaSb+Re2BQIlczcjbVan2zP0idFGjo01UfMdE0ecy9XN8W9ZP5wie +5TY5LhPQWDFJWBE02MnZKkIMoCmoy3NJMziDnUYgeTNNf761nGH7MGY9zF9fbTfgkL4 k1iJ30K75FMMNwN2Y/bIbrjR/Wxy6vd3q3ys42BLCNFZhIUNnqazSdiFgPwV3TZ4ihC8 ld3lMCkhNwQkCVWyXcMltKYXxDu6CbtR3PwwOt82PKKXt7KWVdyEFi56yzndX9y/gZCB wIRiegE3/bzXJMN4BUZtpeNEa2bXhk8lMItws8UgVozNybt8NLCO7X0H61UAaG6ZXr1I uOvA== X-Gm-Message-State: APjAAAXUpzkMc43uTc1vH67wXQJkAf/pN35h51jqRP/5xwHJo+cwsQbI 9sbsZAtv3QhgCoarolgJ4GLkjROlfw8= X-Google-Smtp-Source: APXvYqx6NhCUxlVLDJ2fmuYpfeSh7dgsNCI2e9SKNGKlkeJL1IIh1ehfXBKXdm8/MrROcuVJzArwWQ== X-Received: by 2002:a7b:c776:: with SMTP id x22mr15562181wmk.55.1561379170130; Mon, 24 Jun 2019 05:26:10 -0700 (PDT) Received: from vitty.brq.redhat.com (nat-pool-brq-t.redhat.com. [213.175.37.10]) by smtp.gmail.com with ESMTPSA id q15sm8214727wrr.19.2019.06.24.05.26.09 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 24 Jun 2019 05:26:09 -0700 (PDT) From: Vitaly Kuznetsov To: Alex =?utf-8?Q?Benn=C3=A9e?= In-Reply-To: <87r27j1byq.fsf@zen.linaroharston> References: <1561116620-22245-1-git-send-email-pbonzini@redhat.com> <1561116620-22245-4-git-send-email-pbonzini@redhat.com> <87r27j1byq.fsf@zen.linaroharston> Date: Mon, 24 Jun 2019 14:26:08 +0200 Message-ID: <875zovf9un.fsf@vitty.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.128.46 Subject: Re: [Qemu-devel] [PULL 03/25] i386/kvm: convert hyperv enlightenments properties from bools to bits X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Alex Bennée writes: > > This looks like it's broken the build: > > configure' '--without-default-devices' '--disable-user' > > with: > > /home/alex/lsrc/qemu.git/target/i386/hyperv-stub.c: In function ‘kvm_hv_handle_exit’: > /home/alex/lsrc/qemu.git/target/i386/hyperv-stub.c:18:19: error: ‘X86CPU’ {aka ‘struct X86CPU’} has no member named ‘hyperv_synic’; did you mean ‘hyperv_vendor_id’? > if (!cpu->hyperv_synic) { > ^~~~~~~~~~~~ > > Does the stub need updating for the new flag? I'm a little confused > about the relationship between HyperV and KVM. I thought they were > different hypervisors? Yes, they are. But to run Windows guests we can pretend being Hyper-V :-) I'll send a patch to fix the stub if nobody beats me to it. Thanks! -- Vitaly