From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756816AbcASVpB (ORCPT ); Tue, 19 Jan 2016 16:45:01 -0500 Received: from smtp-outbound-2.vmware.com ([208.91.2.13]:33643 "EHLO smtp-outbound-2.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756744AbcASVow (ORCPT ); Tue, 19 Jan 2016 16:44:52 -0500 From: "Sinclair Yeh" To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, Sinclair Yeh Subject: [PATCH 0/6] Create common VMWare host port communication macros v3 Date: Tue, 19 Jan 2016 13:45:59 -0800 Message-Id: <1453239965-1466-1-git-send-email-syeh@vmware.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449271183-1746-1-git-send-email-syeh@vmware.com> References: <1449271183-1746-1-git-send-email-syeh@vmware.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch in this series creates three macros for communicating with the host from a Linux guest. Most of the subsequent patches convert the existing assembly code to using these new macros. Reviewed-by: Thomas Hellstrom (entire series) Reviewed-by: Alok N Kataria (all except 4/6) Acked-by: Xavier Deguillard (6/6) Signed-off-by: Sinclair Yeh --- v2 Updated the patchset with comments from reviews v3 vmw_balloon.c's usage of the macro has changed since this series was originally created in December 2015. The updated macros also addressed some of the variable initialization requirement comments from earlier reviews.