From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: virtio-dev-return-7496-cohuck=redhat.com@lists.oasis-open.org Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 764F4986132 for ; Fri, 19 Jun 2020 21:53:06 +0000 (UTC) From: Alexander Duyck Date: Fri, 19 Jun 2020 14:53:03 -0700 Message-ID: <20200619214912.25598.8400.stgit@localhost.localdomain> MIME-Version: 1.0 Subject: [virtio-dev] [PATCH 0/2] virtio-balloon: Free page hinting clean-ups Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: david@redhat.com, mst@redhat.com Cc: virtio-dev@lists.oasis-open.org, qemu-devel@nongnu.org List-ID: This series contains a couple minor cleanups related to free page hinting. The first patch addresses what I believe is a possible issue in which the driver could potentially force the device out of the stop state and back into the running state if it were to replay an earlier virtqueue element containing the same ID it had submitted earlier. The second patch takes care of renaming various hinting objects that were using "reporting" in the name to try and clarify which objects are for free page reporting and which are for free page hinting. --- Alexander Duyck (2): virtio-balloon: Prevent guest from starting a report when we didn't request one virtio-balloon: Replace free page hinting references to 'report' with 'hint' hw/virtio/virtio-balloon.c | 77 +++++++++++++++++++----------------- include/hw/virtio/virtio-balloon.h | 20 +++++---- 2 files changed, 50 insertions(+), 47 deletions(-) -- --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org