I think I’ll just wait for all this stuff to git into the master of Qemu and Openbios and try and see if I can work with it then.
On Jul 30, 2019, at 8:38 AM, BALATON Zoltan balaton@eik.bme.hu wrote:
On Tue, 30 Jul 2019, Jd Lyons wrote:
patches, I really don’t want to format and apply 30 patches from emails, mostly because I don’t know how to properly use the patch command……...
If you have the 30 patches in emails then git am is the tool to apply them. Save them in an mbox folder in ascending order (or just cat the raw message sources together in one file which is what an mbox folder is), or it may also work with messages in a folder, then use git am to apply them. Check git am --help for more info.
Apparently there was some formatting error in my patch as others got problem with that as well so sorry about that.
Regards, BALATON Zoltan