Re: [Qemu-devel] [RFC PATCH 01/25] build: actually use CONFIG_PAM

2019-01-07 Thread Yang Zhong
On Thu, Jan 03, 2019 at 03:15:44PM +0100, Thomas Huth wrote: > Hi, > > On 2018-12-27 07:33, Yang Zhong wrote: > > From: Paolo Bonzini > > > > Do not link it unconditionally into all binaries. > > > > Signed-off-by: Paolo Bonzini > > --- > > hw/pci-host/Makefile.objs | 2 +- > > 1 file change

Re: [Qemu-devel] [RFC PATCH 01/25] build: actually use CONFIG_PAM

2019-01-03 Thread Thomas Huth
Hi, On 2018-12-27 07:33, Yang Zhong wrote: > From: Paolo Bonzini > > Do not link it unconditionally into all binaries. > > Signed-off-by: Paolo Bonzini > --- > hw/pci-host/Makefile.objs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/pci-host/Makefile.objs b/hw/p

[Qemu-devel] [RFC PATCH 01/25] build: actually use CONFIG_PAM

2018-12-26 Thread Yang Zhong
From: Paolo Bonzini Do not link it unconditionally into all binaries. Signed-off-by: Paolo Bonzini --- hw/pci-host/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci-host/Makefile.objs b/hw/pci-host/Makefile.objs index 6d6597c065..9d7e7cd1b8 100644 --- a/h