> On 30 Jul 2016, at 17:42, Programmingkid <programmingk...@gmail.com> wrote: > > > On Jul 27, 2016, at 5:49 PM, Benjamin Herrenschmidt wrote: > >> On Wed, 2016-07-27 at 10:33 -0400, Programmingkid wrote: >>> Could we see the patches you sent to Mark? Right now when I try to >>> boot QEMU with your patch I see this message: qemu-system-ppc: >>> Initialization of device VGA failed: failed to find romfile >>> "qemu_vga.ndrv" >> >> Hrm, that error is something else. My commit should have added that >> file, maybe your version of "patch" doesn't grab binary files ? > > After updating my patch command to 2.7.5, I saw this error message when I > tried applying your patch again: > > patching file hw/ppc/mac_newworld.c > File pc-bios/qemu_vga.ndrv: git binary diffs are not supported. > > What is your output on "patch -v"? > > I think I can just copy and paste the binary into a file and try things that > way if necessary. > >
Just use “git am” to apply an mbox :) Alex