Re: [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the DEBUG_BOARD_INIT code

2019-03-07 Thread Aleksandar Markovic
> > From: Markus Armbruster > > Subject: Re: [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the > > DEBUG_BOARD_INIT code > > > > Philippe Mathieu-Daudé writes: > > > > > Commit fa1d36df746 missed to convert this ifdef'ed out code. > > >

Re: [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the DEBUG_BOARD_INIT code

2019-03-07 Thread Aleksandar Markovic
> From: Markus Armbruster > Subject: Re: [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the DEBUG_BOARD_INIT > code > > Philippe Mathieu-Daudé writes: > > > Commit fa1d36df746 missed to convert this ifdef'ed out code. > > Introduce the pflash_blk variable.

Re: [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the DEBUG_BOARD_INIT code

2019-03-06 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Commit fa1d36df746 missed to convert this ifdef'ed out code. > Introduce the pflash_blk variable. > > This fixes: > > hw/mips/mips_malta.c:1273:16: error: implicit declaration of function > ‘blk_name’; did you mean ‘basename’? [-Werror=implicit-function-declara

Re: [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the DEBUG_BOARD_INIT code

2019-03-06 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Commit fa1d36df746 missed to convert this ifdef'ed out code. My fault... > Introduce the pflash_blk variable. > > This fixes: > > hw/mips/mips_malta.c:1273:16: error: implicit declaration of function > ‘blk_name’; did you mean ‘basename’? [-Werror=implicit-fu

[Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the DEBUG_BOARD_INIT code

2019-03-05 Thread Philippe Mathieu-Daudé
Commit fa1d36df746 missed to convert this ifdef'ed out code. Introduce the pflash_blk variable. This fixes: hw/mips/mips_malta.c:1273:16: error: implicit declaration of function ‘blk_name’; did you mean ‘basename’? [-Werror=implicit-function-declaration] blk_name(dinfo->bdrv),