On Wed, May 13, 2015 at 10:04:23AM +0200, Markus Armbruster wrote:
> Paolo Bonzini writes:
>
> > On 12/05/2015 08:22, mreza...@redhat.com wrote:
> >> From: Miroslav Rezanina
> >>
> >> mips build fail with link error in case PARALLEL_CONFIG is disabled as
> >> hw/mips/mips_jazz.c calls parallel_
Paolo Bonzini writes:
> On 12/05/2015 08:22, mreza...@redhat.com wrote:
>> From: Miroslav Rezanina
>>
>> mips build fail with link error in case PARALLEL_CONFIG is disabled as
>> hw/mips/mips_jazz.c calls parallel_mm_init. Due to dependecies to content
>> of parallel.c we can't simply move it t
On 12/05/2015 08:22, mreza...@redhat.com wrote:
> From: Miroslav Rezanina
>
> mips build fail with link error in case PARALLEL_CONFIG is disabled as
> hw/mips/mips_jazz.c calls parallel_mm_init. Due to dependecies to content
> of parallel.c we can't simply move it to hw/isa/isa-devices.c.
>
>
From: Miroslav Rezanina
mips build fail with link error in case PARALLEL_CONFIG is disabled as
hw/mips/mips_jazz.c calls parallel_mm_init. Due to dependecies to content
of parallel.c we can't simply move it to hw/isa/isa-devices.c.
This patch adds stubs/parallel.c file that contains stub version