Anthony Liguori wrote: > Baruch Even wrote: >> Luca wrote: >> >>> On 6/19/07, Baruch Even wrote: >>> >>>> Hello, >>>> >>>> I've tried to diff kvm-28 qemu directory with qemu 0.9.0 and I see that >>>> some files in the kvm sources have the content of the file duplicated, >>>> f.ex. qemu/hw/mips_int.c has it's own content twice in the kvm tree, it >>>> only has it once in qemu as it should be. Look for the include >>>> directives and you'll see what I mean. >>>> >>>> There are several other files like that. >>>> >>> Funny :-) Clearly they're unused in KVM (only x86* is compiled) >>> otherwise the linker would scream :P >>> According to GIT those files haven't been touched, something went >>> wrong during the initial import. >>> >> >> My problem is that I'm now looking at applying "the kvm patch" into >> the Debian qemu so we will remove the need for a special package, in >> this case these files will become in use and I'd like to be able to >> easily track kvm upstream and update the Debian qemu package. >> >> For this to happen I need the kvm tree to be clean in relation to qemu >> and this issue is going to make it a pain to maintain such a patch. >> > > A patch to eliminate this stuff would be very nice! Attached. Baruch