Re: [Qemu-devel] hw/Makefile.objs question

2012-07-02 Thread Andreas Färber
Am 02.07.2012 14:10, schrieb Alexey Kardashevskiy: > 02.07.2012 20:36, Paolo Bonzini пишет: >> Il 21/06/2012 16:04, Andreas Färber ha scritto: >>> >>> *If* the file is built per target (hw/ppc64/Makefile.objs), then you can >>> use *-softmmu/config-target.mak and just need to use a different >>> Ma

Re: [Qemu-devel] hw/Makefile.objs question

2012-07-02 Thread Alexey Kardashevskiy
02.07.2012 20:36, Paolo Bonzini пишет: > Il 21/06/2012 16:04, Andreas Färber ha scritto: >> >> *If* the file is built per target (hw/ppc64/Makefile.objs), then you can >> use *-softmmu/config-target.mak and just need to use a different >> Makefile than before. >> >> *If* the file is built per libhw

Re: [Qemu-devel] hw/Makefile.objs question

2012-07-02 Thread Andreas Färber
Am 02.07.2012 12:36, schrieb Paolo Bonzini: > Il 21/06/2012 16:04, Andreas Färber ha scritto: >> >> *If* the file is built per target (hw/ppc64/Makefile.objs), then you can >> use *-softmmu/config-target.mak and just need to use a different >> Makefile than before. >> >> *If* the file is built per

Re: [Qemu-devel] hw/Makefile.objs question

2012-07-02 Thread Paolo Bonzini
Il 21/06/2012 16:04, Andreas Färber ha scritto: > > *If* the file is built per target (hw/ppc64/Makefile.objs), then you can > use *-softmmu/config-target.mak and just need to use a different > Makefile than before. > > *If* the file is built per libhw (hw/Makefile.objs), then you need one > opti

Re: [Qemu-devel] hw/Makefile.objs question

2012-06-21 Thread Alexey Kardashevskiy
On 22/06/12 00:04, Andreas Färber wrote: > Am 21.06.2012 15:10, schrieb Alexey Kardashevskiy: >> On 21/06/12 22:19, Andreas Färber wrote: >>> Am 21.06.2012 13:21, schrieb Alexey Kardashevskiy: On 21/06/12 20:36, Andreas Färber wrote: > Am 21.06.2012 05:22, schrieb Alexey Kardashevskiy: >>>

Re: [Qemu-devel] hw/Makefile.objs question

2012-06-21 Thread Alex Williamson
On Thu, 2012-06-21 at 16:04 +0200, Andreas Färber wrote: > Am 21.06.2012 15:10, schrieb Alexey Kardashevskiy: > > On 21/06/12 22:19, Andreas Färber wrote: > >> Am 21.06.2012 13:21, schrieb Alexey Kardashevskiy: > >>> On 21/06/12 20:36, Andreas Färber wrote: > Am 21.06.2012 05:22, schrieb Alexe

Re: [Qemu-devel] hw/Makefile.objs question

2012-06-21 Thread Andreas Färber
Am 21.06.2012 15:10, schrieb Alexey Kardashevskiy: > On 21/06/12 22:19, Andreas Färber wrote: >> Am 21.06.2012 13:21, schrieb Alexey Kardashevskiy: >>> On 21/06/12 20:36, Andreas Färber wrote: Am 21.06.2012 05:22, schrieb Alexey Kardashevskiy: > I am trying to compile the very last qemu wi

Re: [Qemu-devel] hw/Makefile.objs question

2012-06-21 Thread Anthony Liguori
On 06/21/2012 08:10 AM, Alexey Kardashevskiy wrote: On 21/06/12 22:19, Andreas Färber wrote: Am 21.06.2012 13:21, schrieb Alexey Kardashevskiy: On 21/06/12 20:36, Andreas Färber wrote: Am 21.06.2012 05:22, schrieb Alexey Kardashevskiy: I am trying to compile the very last qemu with vfio_pci e

Re: [Qemu-devel] hw/Makefile.objs question

2012-06-21 Thread Alexey Kardashevskiy
On 21/06/12 22:19, Andreas Färber wrote: > Am 21.06.2012 13:21, schrieb Alexey Kardashevskiy: >> On 21/06/12 20:36, Andreas Färber wrote: >>> Am 21.06.2012 05:22, schrieb Alexey Kardashevskiy: I am trying to compile the very last qemu with vfio_pci enabled. VFIO_PCI is added as below: >>

Re: [Qemu-devel] hw/Makefile.objs question

2012-06-21 Thread Andreas Färber
Am 21.06.2012 13:21, schrieb Alexey Kardashevskiy: > On 21/06/12 20:36, Andreas Färber wrote: >> Am 21.06.2012 05:22, schrieb Alexey Kardashevskiy: >>> I am trying to compile the very last qemu with vfio_pci enabled. VFIO_PCI >>> is added as below: >>> >>> ./configure: >>> >>> case "$target_arch2

Re: [Qemu-devel] hw/Makefile.objs question

2012-06-21 Thread Alexey Kardashevskiy
On 21/06/12 20:36, Andreas Färber wrote: > Am 21.06.2012 05:22, schrieb Alexey Kardashevskiy: >> I am trying to compile the very last qemu with vfio_pci enabled. VFIO_PCI is >> added as below: >> >> ./configure: >> >> case "$target_arch2" in >> i386|x86_64|ppc64) >> if test "$vfio_pci" = "

Re: [Qemu-devel] hw/Makefile.objs question

2012-06-21 Thread Andreas Färber
Am 21.06.2012 05:22, schrieb Alexey Kardashevskiy: > I am trying to compile the very last qemu with vfio_pci enabled. VFIO_PCI is > added as below: > > ./configure: > > case "$target_arch2" in > i386|x86_64|ppc64) > if test "$vfio_pci" = "yes" -a "$target_softmmu" = "yes" ; then >

[Qemu-devel] hw/Makefile.objs question

2012-06-20 Thread Alexey Kardashevskiy
I am trying to compile the very last qemu with vfio_pci enabled. VFIO_PCI is added as below: ./configure: case "$target_arch2" in i386|x86_64|ppc64) if test "$vfio_pci" = "yes" -a "$target_softmmu" = "yes" ; then echo "CONFIG_VFIO_PCI=y" >> $config_target_mak fi esac ./Mak