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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 24A78C433F5 for ; Wed, 13 Oct 2021 12:47:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 006E860527 for ; Wed, 13 Oct 2021 12:47:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233226AbhJMMtK (ORCPT ); Wed, 13 Oct 2021 08:49:10 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:48025 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231644AbhJMMtJ (ORCPT ); Wed, 13 Oct 2021 08:49:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634129226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Wp+/d0F+qzlGdrrSoGXSKcXwbRm7uRB50CWJ1pV00sA=; b=QTfNvJnvYCHpzqE66sRusuz1zu12vlFMJtnztwxJHUwYBkzKknvA73NKrPHeLAR6PxCJTg 2fxmvvWIR5fhtgBlTzAE95BoM6uDoBfkrPptCOyftCexUSTcji9m2zSfP/5ina8dZ921fx r/UCLKppOJOSg2SEdosYUbsOHpEX+W0= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-177-oHizhZmNPCG8J7VR-DmWyg-1; Wed, 13 Oct 2021 08:47:05 -0400 X-MC-Unique: oHizhZmNPCG8J7VR-DmWyg-1 Received: by mail-wr1-f69.google.com with SMTP id r16-20020adfb1d0000000b00160bf8972ceso1871713wra.13 for ; Wed, 13 Oct 2021 05:47:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Wp+/d0F+qzlGdrrSoGXSKcXwbRm7uRB50CWJ1pV00sA=; b=CrXWlZfxKKi65MzQqquhH8agReNlrlLZKv7Et1U8sk9Z65Dp2TH8nVudOn57rYDUlq bnjmrh7neL2uXsYUR1vzyPev3l74z0R6Iq3Z3y8qSMEIJe8thUAnnakb2Ne/pMXjhPsF ayffR6JbXNB1Qc1Q8naYHJgWKzH0URdrLtgYz+e2jCRQscnvhoUpSQlInWTkAUkMu5Ah RzZkpYFML/4UaVp7C/5vgh0uBJmAh+Rim6zBSZJNfXydaUq4W54HSot7zU3eKBhRQTp7 cEsxhqyklO9EDwvzPdPtM9Bgex/KIdqJ3oP0D6dzu7MvUJZr/q+IJSxcJvw9Xpr3qaj2 g7Ig== X-Gm-Message-State: AOAM531ZvLLBS6emY4B/b0N2XEgBk1DaZ6POT9tes0/UEOy+YB4uTM2b zn1gpEMKyilsC1B09sf6GQdrOMEsr7AuSH71MmYWjfaxWcdK+JLQDmLMPSES9hIjDiTZPO4gD17 gdLd28qpYCQuNVUQ020bDkA== X-Received: by 2002:a7b:c258:: with SMTP id b24mr12306413wmj.160.1634129224184; Wed, 13 Oct 2021 05:47:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3bu0Nu2sTQ0+QNSDdqXyjCUIauFl76JolUN+8aoRczJi/YTb07iDFPZNwrmi/5HPNNvtB6A== X-Received: by 2002:a7b:c258:: with SMTP id b24mr12306384wmj.160.1634129223978; Wed, 13 Oct 2021 05:47:03 -0700 (PDT) Received: from redhat.com ([2.55.30.112]) by smtp.gmail.com with ESMTPSA id b190sm5299164wmd.25.2021.10.13.05.47.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Oct 2021 05:47:03 -0700 (PDT) Date: Wed, 13 Oct 2021 08:46:59 -0400 From: "Michael S. Tsirkin" To: Halil Pasic Cc: Christian Borntraeger , Jason Wang , Xie Yongji , virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, markver@us.ibm.com, Cornelia Huck , linux-s390@vger.kernel.org, stefanha@redhat.com, Raphael Norwitz , qemu-devel@nongnu.org Subject: Re: [PATCH v3 1/1] virtio: write back F_VERSION_1 before validate Message-ID: <20211013084640-mutt-send-email-mst@kernel.org> References: <20211011053921.1198936-1-pasic@linux.ibm.com> <20211013060923-mutt-send-email-mst@kernel.org> <96561e29-e0d6-9a4d-3657-999bad59914e@de.ibm.com> <20211013081836-mutt-send-email-mst@kernel.org> <20211013144408.2812d9bd.pasic@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211013144408.2812d9bd.pasic@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org On Wed, Oct 13, 2021 at 02:44:08PM +0200, Halil Pasic wrote: > On Wed, 13 Oct 2021 08:24:53 -0400 > "Michael S. Tsirkin" wrote: > > > > > OK this looks good! How about a QEMU patch to make it spec compliant on > > > > BE? > > > > > > Who is going to do that? Halil? you? Conny? > > > > Halil said he'll do it... Right, Halil? > > I can do it but not right away. Maybe in a couple of weeks. I have some > other bugs to hunt down, before proceeding to this. If somebody else > wants to do it, I'm fine with that as well. > > Regards, > Halil Couple of weeks is ok I think. -- MST 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1949DC433EF for ; Wed, 13 Oct 2021 12:47:12 +0000 (UTC) Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 BB5FF60C4B for ; Wed, 13 Oct 2021 12:47:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BB5FF60C4B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 7F0D3608DA; Wed, 13 Oct 2021 12:47:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mqrhLD73XFWJ; Wed, 13 Oct 2021 12:47:10 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp3.osuosl.org (Postfix) with ESMTPS id 418FB605EE; Wed, 13 Oct 2021 12:47:10 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 1CF8EC000F; Wed, 13 Oct 2021 12:47:10 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7FCD0C000D for ; Wed, 13 Oct 2021 12:47:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 5F31F404D7 for ; Wed, 13 Oct 2021 12:47:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp2.osuosl.org (amavisd-new); dkim=pass (1024-bit key) header.d=redhat.com Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id orcwo-6o4A5b for ; Wed, 13 Oct 2021 12:47:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by smtp2.osuosl.org (Postfix) with ESMTPS id 7F8A1404E5 for ; Wed, 13 Oct 2021 12:47:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634129226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Wp+/d0F+qzlGdrrSoGXSKcXwbRm7uRB50CWJ1pV00sA=; b=QTfNvJnvYCHpzqE66sRusuz1zu12vlFMJtnztwxJHUwYBkzKknvA73NKrPHeLAR6PxCJTg 2fxmvvWIR5fhtgBlTzAE95BoM6uDoBfkrPptCOyftCexUSTcji9m2zSfP/5ina8dZ921fx r/UCLKppOJOSg2SEdosYUbsOHpEX+W0= Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-321-QKJxkWlKPN-3vaTln4rj2Q-1; Wed, 13 Oct 2021 08:47:05 -0400 X-MC-Unique: QKJxkWlKPN-3vaTln4rj2Q-1 Received: by mail-wr1-f69.google.com with SMTP id f1-20020a5d64c1000000b001611832aefeso1867307wri.17 for ; Wed, 13 Oct 2021 05:47:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Wp+/d0F+qzlGdrrSoGXSKcXwbRm7uRB50CWJ1pV00sA=; b=tWIpOtGn20c+0LWjuCquet55zQ1C7eJFia3ipcDDtupTivqIUovUMUTJAPNNPTQUOW IdLUiCkWLL+Mk1iGNSfhW1oGYpN3e9xpCCdrtPQA99mL3qHKmXi8abs3YPyIF5BYB5mh DW96Dc8NJKc8DpKqPHlFUSh6a0GcmI3g61+cu6iy7L2WMIigpFHEBVVOBDmt+1R1Kml8 5jsFpyYe8KO8iQdvEd3WFNdYIQL0bQd3sjW8sG9wsnC5qpYdM8HFvAAJ9WUIhUHhrSC0 pEgsjxBkVpu6xdKBSCVGMMm2ZktSnDv1/yS3BTXD7sqMNiE28iofol0w5PP8AegZS1qD vkQg== X-Gm-Message-State: AOAM533a13s2WxzG0FKSw9xAOfcBU+4x8aCCX7KPun8qWNwZ1M2auYoq pHJ90WF9Yr9HZ+xxx/BknfRJULz70+JPlCMxZYlXbCszmMpxHHLpGb1wLtr5Kb1eXdeCJeWKpO+ lT6kqYHrtrDZY+rVbOB57SsgL01fX2ko8rpr/hZnjdg== X-Received: by 2002:a7b:c258:: with SMTP id b24mr12306415wmj.160.1634129224184; Wed, 13 Oct 2021 05:47:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3bu0Nu2sTQ0+QNSDdqXyjCUIauFl76JolUN+8aoRczJi/YTb07iDFPZNwrmi/5HPNNvtB6A== X-Received: by 2002:a7b:c258:: with SMTP id b24mr12306384wmj.160.1634129223978; Wed, 13 Oct 2021 05:47:03 -0700 (PDT) Received: from redhat.com ([2.55.30.112]) by smtp.gmail.com with ESMTPSA id b190sm5299164wmd.25.2021.10.13.05.47.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Oct 2021 05:47:03 -0700 (PDT) Date: Wed, 13 Oct 2021 08:46:59 -0400 From: "Michael S. Tsirkin" To: Halil Pasic Subject: Re: [PATCH v3 1/1] virtio: write back F_VERSION_1 before validate Message-ID: <20211013084640-mutt-send-email-mst@kernel.org> References: <20211011053921.1198936-1-pasic@linux.ibm.com> <20211013060923-mutt-send-email-mst@kernel.org> <96561e29-e0d6-9a4d-3657-999bad59914e@de.ibm.com> <20211013081836-mutt-send-email-mst@kernel.org> <20211013144408.2812d9bd.pasic@linux.ibm.com> MIME-Version: 1.0 In-Reply-To: <20211013144408.2812d9bd.pasic@linux.ibm.com> Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=mst@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Disposition: inline Cc: linux-s390@vger.kernel.org, markver@us.ibm.com, Xie Yongji , qemu-devel@nongnu.org, Cornelia Huck , linux-kernel@vger.kernel.org, stable@vger.kernel.org, virtualization@lists.linux-foundation.org, Christian Borntraeger , stefanha@redhat.com, Raphael Norwitz X-BeenThere: virtualization@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux virtualization List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" On Wed, Oct 13, 2021 at 02:44:08PM +0200, Halil Pasic wrote: > On Wed, 13 Oct 2021 08:24:53 -0400 > "Michael S. Tsirkin" wrote: > > > > > OK this looks good! How about a QEMU patch to make it spec compliant on > > > > BE? > > > > > > Who is going to do that? Halil? you? Conny? > > > > Halil said he'll do it... Right, Halil? > > I can do it but not right away. Maybe in a couple of weeks. I have some > other bugs to hunt down, before proceeding to this. If somebody else > wants to do it, I'm fine with that as well. > > Regards, > Halil Couple of weeks is ok I think. -- MST _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 552B4C433F5 for ; Wed, 13 Oct 2021 12:48:19 +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 E45F460E8B for ; Wed, 13 Oct 2021 12:48:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E45F460E8B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:38180 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1madgA-00086p-1n for qemu-devel@archiver.kernel.org; Wed, 13 Oct 2021 08:48:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1madf4-0006Rr-UC for qemu-devel@nongnu.org; Wed, 13 Oct 2021 08:47:10 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:23607) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1madf1-0000XT-UO for qemu-devel@nongnu.org; Wed, 13 Oct 2021 08:47:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634129226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Wp+/d0F+qzlGdrrSoGXSKcXwbRm7uRB50CWJ1pV00sA=; b=QTfNvJnvYCHpzqE66sRusuz1zu12vlFMJtnztwxJHUwYBkzKknvA73NKrPHeLAR6PxCJTg 2fxmvvWIR5fhtgBlTzAE95BoM6uDoBfkrPptCOyftCexUSTcji9m2zSfP/5ina8dZ921fx r/UCLKppOJOSg2SEdosYUbsOHpEX+W0= Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-398-RWNnF3yTPaKjNKzaMqWlOQ-1; Wed, 13 Oct 2021 08:47:05 -0400 X-MC-Unique: RWNnF3yTPaKjNKzaMqWlOQ-1 Received: by mail-wr1-f72.google.com with SMTP id l6-20020adfa386000000b00160c4c1866eso1895239wrb.4 for ; Wed, 13 Oct 2021 05:47:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Wp+/d0F+qzlGdrrSoGXSKcXwbRm7uRB50CWJ1pV00sA=; b=jrnVvOC6DIEBznfBPPBY4pxGEiZUYHM7qz623jpNJtxQSoy5/w5jGf4h49jSzmwZrq STcUzxE8QvX2e/xFjDsvaonME0+0LiTjjWQbCmPiFmcUtFeSjnHZx3oFvBTOtmFG8wWK fcw9sd08zbGPaoIe77Mpk6KwGqAhDYksDO8ZJzR52X6cw1TKs1UwIJnuLoTdqUe6SdcS pg/bZjxl7n5/E2ij0umv63bul4hRIIeID3CMP5WmuzxGQ8Qz24eDnv1fmbrSu7BpfmA/ bFH4b8Rt0gahpWe3HzmpwmXFdjhdfE5saXcoFtYSn727F3BYgY3sI8xDHc0ZCH7qtip0 rlbQ== X-Gm-Message-State: AOAM531jLPtHS7HOhKp4kjSvs6wzGuf3fJAADclo+UrFlGx94SQbFT22 uDjdUz5g1dWVAp6b1A3HniheoN2IQQWEeYhkBHBDo3oHkdzC2o8tcxqmmh5g0Wn9Qoc6AUxEtrN PhMIjGyY0sF4Nat0= X-Received: by 2002:a7b:c258:: with SMTP id b24mr12306410wmj.160.1634129224184; Wed, 13 Oct 2021 05:47:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3bu0Nu2sTQ0+QNSDdqXyjCUIauFl76JolUN+8aoRczJi/YTb07iDFPZNwrmi/5HPNNvtB6A== X-Received: by 2002:a7b:c258:: with SMTP id b24mr12306384wmj.160.1634129223978; Wed, 13 Oct 2021 05:47:03 -0700 (PDT) Received: from redhat.com ([2.55.30.112]) by smtp.gmail.com with ESMTPSA id b190sm5299164wmd.25.2021.10.13.05.47.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Oct 2021 05:47:03 -0700 (PDT) Date: Wed, 13 Oct 2021 08:46:59 -0400 From: "Michael S. Tsirkin" To: Halil Pasic Subject: Re: [PATCH v3 1/1] virtio: write back F_VERSION_1 before validate Message-ID: <20211013084640-mutt-send-email-mst@kernel.org> References: <20211011053921.1198936-1-pasic@linux.ibm.com> <20211013060923-mutt-send-email-mst@kernel.org> <96561e29-e0d6-9a4d-3657-999bad59914e@de.ibm.com> <20211013081836-mutt-send-email-mst@kernel.org> <20211013144408.2812d9bd.pasic@linux.ibm.com> MIME-Version: 1.0 In-Reply-To: <20211013144408.2812d9bd.pasic@linux.ibm.com> Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=mst@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=170.10.133.124; envelope-from=mst@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: linux-s390@vger.kernel.org, markver@us.ibm.com, Xie Yongji , qemu-devel@nongnu.org, Jason Wang , Cornelia Huck , linux-kernel@vger.kernel.org, stable@vger.kernel.org, virtualization@lists.linux-foundation.org, Christian Borntraeger , stefanha@redhat.com, Raphael Norwitz Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Wed, Oct 13, 2021 at 02:44:08PM +0200, Halil Pasic wrote: > On Wed, 13 Oct 2021 08:24:53 -0400 > "Michael S. Tsirkin" wrote: > > > > > OK this looks good! How about a QEMU patch to make it spec compliant on > > > > BE? > > > > > > Who is going to do that? Halil? you? Conny? > > > > Halil said he'll do it... Right, Halil? > > I can do it but not right away. Maybe in a couple of weeks. I have some > other bugs to hunt down, before proceeding to this. If somebody else > wants to do it, I'm fine with that as well. > > Regards, > Halil Couple of weeks is ok I think. -- MST