Re: [Qemu-devel] [PATCH] hw/boards: make it safe to include for linux-user

2015-03-12 Thread Andreas Färber
Am 10.03.2015 um 18:41 schrieb Michael S. Tsirkin: > On Tue, Mar 10, 2015 at 06:34:44PM +0100, Andreas Färber wrote: >> Am 10.03.2015 um 18:33 schrieb Michael S. Tsirkin: >>> Make it safe to include hw/boards.h in exec.c >>> for linux-user configurations. >>> We don't need any of its contents thoug

Re: [Qemu-devel] [PATCH] hw/boards: make it safe to include for linux-user

2015-03-12 Thread Michael S. Tsirkin
On Tue, Mar 10, 2015 at 06:34:44PM +0100, Andreas Färber wrote: > Am 10.03.2015 um 18:33 schrieb Michael S. Tsirkin: > > Make it safe to include hw/boards.h in exec.c > > for linux-user configurations. > > We don't need any of its contents though. > > > > Signed-off-by: Michael S. Tsirkin > > ---

Re: [Qemu-devel] [PATCH] hw/boards: make it safe to include for linux-user

2015-03-10 Thread Michael S. Tsirkin
On Tue, Mar 10, 2015 at 06:04:20PM +, Peter Maydell wrote: > On 10 March 2015 at 17:53, Andreas Färber wrote: > > Am 10.03.2015 um 18:41 schrieb Michael S. Tsirkin: > >> On Tue, Mar 10, 2015 at 06:34:44PM +0100, Andreas Färber wrote: > >>> Am 10.03.2015 um 18:33 schrieb Michael S. Tsirkin: > >

Re: [Qemu-devel] [PATCH] hw/boards: make it safe to include for linux-user

2015-03-10 Thread Peter Maydell
On 10 March 2015 at 17:53, Andreas Färber wrote: > Am 10.03.2015 um 18:41 schrieb Michael S. Tsirkin: >> On Tue, Mar 10, 2015 at 06:34:44PM +0100, Andreas Färber wrote: >>> Am 10.03.2015 um 18:33 schrieb Michael S. Tsirkin: Make it safe to include hw/boards.h in exec.c for linux-user con

Re: [Qemu-devel] [PATCH] hw/boards: make it safe to include for linux-user

2015-03-10 Thread Andreas Färber
Am 10.03.2015 um 18:33 schrieb Michael S. Tsirkin: > Make it safe to include hw/boards.h in exec.c > for linux-user configurations. > We don't need any of its contents though. > > Signed-off-by: Michael S. Tsirkin > --- > > Already on my tree as Marcel's patches needed this. Why? Which patches?

[Qemu-devel] [PATCH] hw/boards: make it safe to include for linux-user

2015-03-10 Thread Michael S. Tsirkin
Make it safe to include hw/boards.h in exec.c for linux-user configurations. We don't need any of its contents though. Signed-off-by: Michael S. Tsirkin --- Already on my tree as Marcel's patches needed this. include/hw/boards.h | 4 1 file changed, 4 insertions(+) diff --git a/include/h