qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v7 0/9] Add limited support of VMware's hyper-ca


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v7 0/9] Add limited support of VMware's hyper-call rpc
Date: Thu, 18 Jun 2015 10:33:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0


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:
> 
> 
> address@hidden:dslutz/qemu.git vmware_pull_v7

Almost.  In your .gitconfig change

   url = address@hidden:dslutz/qemu.git

to

   url = https://github.com/dslutz/qemu.git
   pushurl = address@hidden: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
   <type tag message>
   git push --tags name-of-github-remote

and git request-pull should just work.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]