Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-10 Thread Wei Huang
On 09/10/2018 11:18 AM, Alex Bennée wrote: > > Wei Huang writes: > >> Recently a new configure option, CROSS_CC_GUEST, was added to >> $(TARGET)-softmmu/config-target.mak to support TCG-related tests. This >> patch tries to leverage this option to support cross compilation when the >>

Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-10 Thread Juan Quintela
Alex Bennée wrote: D> Wei Huang writes: > >> Recently a new configure option, CROSS_CC_GUEST, was added to >> $(TARGET)-softmmu/config-target.mak to support TCG-related tests. This >> patch tries to leverage this option to support cross compilation when the >> migration boot block file is being

Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-10 Thread Alex Bennée
Wei Huang writes: > Recently a new configure option, CROSS_CC_GUEST, was added to > $(TARGET)-softmmu/config-target.mak to support TCG-related tests. This > patch tries to leverage this option to support cross compilation when the > migration boot block file is being re-generated: > > * The

Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-07 Thread Wei Huang
ter maydell" , >>> quint...@redhat.com, qemu-devel@nongnu.org, >>> dgilb...@redhat.com, "alex bennee" >>> Sent: Thursday, September 6, 2018 9:00:33 AM >>> Subject: Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross >>> compil

Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-07 Thread Andrew Jones
org, > > dgilb...@redhat.com, "alex bennee" > > Sent: Thursday, September 6, 2018 9:00:33 AM > > Subject: Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross > > compilation in generating boot header file > > > > On Thu, Sep 06, 2018 at 09

Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-06 Thread Wei Huang
rew Jones" > > > To: "Wei Huang" > > > Cc: qemu-devel@nongnu.org, lviv...@redhat.com, "peter maydell" > > > , quint...@redhat.com, > > > dgilb...@redhat.com, "alex bennee" > > > Sent: Thursday, September 6, 2018 7:0

Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-06 Thread Andrew Jones
com, > > dgilb...@redhat.com, "alex bennee" > > Sent: Thursday, September 6, 2018 7:03:32 AM > > Subject: Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross > > compilation in generating boot header file > > > > On Wed, Sep 05

Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-06 Thread Wei Huang
2018 7:03:32 AM > Subject: Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross > compilation in generating boot header file > > On Wed, Sep 05, 2018 at 03:15:32PM -0400, Wei Huang wrote: > > Recently a new configure option, CROSS_CC_GUEST, was added to > > $(TA

Re: [Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-06 Thread Andrew Jones
On Wed, Sep 05, 2018 at 03:15:32PM -0400, Wei Huang wrote: > Recently a new configure option, CROSS_CC_GUEST, was added to > $(TARGET)-softmmu/config-target.mak to support TCG-related tests. This > patch tries to leverage this option to support cross compilation when the > migration boot block

[Qemu-devel] [PATCH V9 2/4] tests/migration: Support cross compilation in generating boot header file

2018-09-05 Thread Wei Huang
Recently a new configure option, CROSS_CC_GUEST, was added to $(TARGET)-softmmu/config-target.mak to support TCG-related tests. This patch tries to leverage this option to support cross compilation when the migration boot block file is being re-generated: * The x86 related files are moved to a