On Mon, 10/02 11:52, Programmingkid wrote: > > > On Oct 2, 2017, at 6:11 AM, qemu-devel-requ...@gnu.org wrote: > > > > Message: 21 > > Date: Mon, 2 Oct 2017 10:56:27 +0100 > > From: "Daniel P. Berrange" <berra...@redhat.com> > > To: qemu-devel@nongnu.org > > Cc: Fam Zheng <f...@redhat.com>, Gerd Hoffmann <kra...@redhat.com>, > > Peter Maydell <peter.mayd...@linaro.org>, Paolo Bonzini > > <pbonz...@redhat.com> > > Subject: Re: [Qemu-devel] [PATCH v8 0/6] Initial support for > > keycodemapdb GIT submodule > > Message-ID: <20171002095627.gd27...@redhat.com> > > Content-Type: text/plain; charset=utf-8 > > > > FYI, in case people were wondering, patchew successfully passed all > > tests. So it looks like 8th time lucky for getting submodules working > > correctly unless someone can break it again..... > > > > http://patchew.org/QEMU/20170929101201.21039-1-berra...@redhat.com/ > > Using the above link I was able to copy and paste your patches to my > computer. The problem was 'git am' kept saying "Patch format detection > failed". Using 'git apply' was what I used instead. After running 'make' I > saw this error:
Since you've noticed the link: in the beginning of that page there is also an easy way to get the patches by one command: > git fetch https://github.com/patchew-project/qemu > patchew/20170929101201.21039-1-berra...@redhat.com Fam