Re: [Qemu-devel] [PATCH] linux-user: remove nmi.c and fw-path-provider.c

2017-11-07 Thread Paolo Bonzini
On 03/11/2017 20:38, Laurent Vivier wrote: > linux-user binaries don't need firmware and NMI, > so don't add them in this case, move QDEV > firmware functions to qdev-fw.c > > Signed-off-by: Laurent Vivier Acked-by: Paolo Bonzini > --- > hw/core/Makefile.objs | 5 +-- > hw/core/qdev-fw.c

Re: [Qemu-devel] [PATCH] linux-user: remove nmi.c and fw-path-provider.c

2017-11-06 Thread Alexey Kardashevskiy
On 06/11/17 21:15, Laurent Vivier wrote: > Le 06/11/2017 à 01:44, Alexey Kardashevskiy a écrit : >> On 04/11/17 06:38, Laurent Vivier wrote: >>> linux-user binaries don't need firmware and NMI, >>> so don't add them in this case, move QDEV >>> firmware functions to qdev-fw.c >> >> >> When configure

Re: [Qemu-devel] [PATCH] linux-user: remove nmi.c and fw-path-provider.c

2017-11-06 Thread Laurent Vivier
Le 06/11/2017 à 01:44, Alexey Kardashevskiy a écrit : > On 04/11/17 06:38, Laurent Vivier wrote: >> linux-user binaries don't need firmware and NMI, >> so don't add them in this case, move QDEV >> firmware functions to qdev-fw.c > > > When configured with --target-list=ppc64-linux-user , config-h

Re: [Qemu-devel] [PATCH] linux-user: remove nmi.c and fw-path-provider.c

2017-11-05 Thread Alexey Kardashevskiy
On 04/11/17 06:38, Laurent Vivier wrote: > linux-user binaries don't need firmware and NMI, > so don't add them in this case, move QDEV > firmware functions to qdev-fw.c When configured with --target-list=ppc64-linux-user , config-host.mak gets TARGET_DIRS=ppc64-linux-user and I would expect CON

[Qemu-devel] [PATCH] linux-user: remove nmi.c and fw-path-provider.c

2017-11-03 Thread Laurent Vivier
linux-user binaries don't need firmware and NMI, so don't add them in this case, move QDEV firmware functions to qdev-fw.c Signed-off-by: Laurent Vivier --- hw/core/Makefile.objs | 5 +-- hw/core/qdev-fw.c | 96 +++ hw/core/qdev.c| 77