RE: Problem adding new source files

2008-09-19 Thread Hacking, Stuart
-Original Message- From: Uri Lublin [mailto:[EMAIL PROTECTED] Sent: 18 September 2008 17:01 To: Hacking, Stuart Cc: kvm@vger.kernel.org Subject: Re: Problem adding new source files Try just adding your new .o files (e.g: OBJS+=s1.o s2.o) to kvmdir/qemu/Makefile.target

Problem adding new source files

2008-09-18 Thread Hacking, Stuart
Hello, We have beening doing some experimentation with modifications to the migration code in the Qemu and came up against a problem. We included some code in a different file and are receiving the following error from make: --- Migration.o: In function `migrate_prepare_page':

Re: Problem adding new source files

2008-09-18 Thread Uri Lublin
Hacking, Stuart wrote: Hello, Hi, We have been doing some experimentation with modifications to the migration code in the Qemu and came up against a problem. We included some code in a different file and are receiving the following error from make: --- Migration.o: In function

RE: Problem adding new source files

2008-09-18 Thread Hacking, Stuart
-Original Message- From: Uri Lublin [mailto:[EMAIL PROTECTED] Sent: 18 September 2008 14:18 To: Hacking, Stuart Cc: kvm@vger.kernel.org Subject: Re: Problem adding new source files Hacking, Stuart wrote: Hello, Hi, We have been doing some experimentation

Re: Problem adding new source files

2008-09-18 Thread Uri Lublin
Hacking, Stuart wrote: From: Uri Lublin [mailto:[EMAIL PROTECTED] Hacking, Stuart wrote: Hello, Hi, We have been doing some experimentation with modifications to the migration code in the Qemu and came up against a problem. We included some code in a different file and are receiving the