From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5VG8-0006VK-1Q for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:33:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5VG6-0005Uh-KA for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:33:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5VG6-0005UX-Er for qemu-devel@nongnu.org; Thu, 18 Jun 2015 04:33:14 -0400 Message-ID: <55828244.3030506@redhat.com> Date: Thu, 18 Jun 2015 10:33:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1434117956-4929-1-git-send-email-dslutz@verizon.com> <558179BE.1020308@redhat.com> <5581F3FE.5070600@Gmail.com> In-Reply-To: <5581F3FE.5070600@Gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 0/9] Add limited support of VMware's hyper-call rpc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Don Slutz , Don Slutz , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Markus Armbruster , Luiz Capitulino , Anthony Liguori , =?windows-1252?Q?Andreas_F=E4rber?= , Richard Henderson On 18/06/2015 00:26, Don Slutz wrote: > > The following changes since commit > f754c3c9cce3c4789733d9068394be4256dfe6a8: > > Merge remote-tracking branch > 'remotes/agraf/tags/signed-s390-for-upstream' into staging > (2015-06-17 12:43:26 +0100) > > are available in the git repository at: > > > git@github.com:dslutz/qemu.git vmware_pull_v7 Almost. In your .gitconfig change url = git@github.com:dslutz/qemu.git to url = https://github.com/dslutz/qemu.git pushurl = git@github.com:dslutz/qemu.git It will also be faster for everyday use. > for you to fetch changes up to > a9e61af94c4452270521638c6bac11262ff2f2b7: > > MAINTAINERS: add VMware port (2015-06-17 18:21:02 -0400) > > - ---------------------------------------------------------------- > Don Slutz (4): vmport: The io memory region needs to be at least a > size of 4 vmport: Switch to trace vmport: Fix vmport_cmd_ram_size > MAINTAINERS: add VMware port > > MAINTAINERS | 7 +++++++ hw/misc/vmport.c | 15 > +++++++++------ trace-events | 4 ++++ 3 files changed, 20 > insertions(+), 6 deletions(-) Yes, this looks good. > Not clear at all about signing this pull. Instead of pushing a branch, do git tag -s -f for-upstream git push --tags name-of-github-remote and git request-pull should just work. Paolo