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: > > > g...@github.com:dslutz/qemu.git vmware_pull_v7
Almost. In your .gitconfig change url = g...@github.com:dslutz/qemu.git to url = https://github.com/dslutz/qemu.git pushurl = g...@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 <type tag message> git push --tags name-of-github-remote and git request-pull should just work. Paolo