On 08/20/2011 04:16 PM, Laurent Vivier wrote: > Le samedi 20 août 2011 à 15:57 -0500, Rob Landley a écrit : >> On 08/18/2011 06:12 AM, François Revol wrote: >>> Le -10/01/-28163 20:59, Laurent Vivier a écrit : >>>> Le mercredi 17 août 2011 à 17:35 -0500, Anthony Liguori a écrit : >>>>> On 08/17/2011 03:46 PM, Bryce Lanham wrote: >>>>>> These patches greatly expand Motorola 68k emulation within qemu, and >>>>>> are what I used as a basis for my >>>>>> Google Summer of Code project to add NeXT hardware support to QEMU. >>>>> >>>>> Please don't crap flood the list with a series of 100 patches. >>>>> >>>>> Split things into logical chunks such that a series can be reasonably >>>>> reviewed and applied. >>>> >>>> And I'm not sure this series of patches is ready for inclusion in qemu >>>> mainline as it should break existing m68k emulation... >>>> >>>> Bryce, you should only post your patches, refering to the repository on >>>> which they apply, i.e. git://gitorious.org/qemu-m68k/qemu-m68k.git , >>>> master branch. >>>> >>> >>> Btw, are you planning on merging it back someday? >>> >>> François. >> >> I note that I pulled that this morning, did "./configure >> --disable-werror --target-list=m68k-softmmu", and then ran make, which >> generated 4 header files and considered itself done. >> >> I.E. m68k system emulation doesn't seem to be building in that tree. > > first off all, this branch is only able to build m68k-linux-user qemu/, > then try: > > cd qemu > mkdir build-test > cd build-test > ../configure --disable-werror --target-list=m68k-softmmu > make > > and let me know what happens...
It complained about config-devices.mak not being there... then built for a while until it died with: qapi-generated/qga-qapi-types.c:19:28: error: qga-qapi-visit.h: No such file or directory Rob