Re: [Qemu-devel] [PATCH v1 1/2] Makefile: Remove libqemustub.a

2017-08-18 Thread Alistair Francis
On Fri, Aug 18, 2017 at 12:29 PM, Philippe Mathieu-Daudé wrote: > Hi Alistair, > > > On 08/18/2017 03:47 PM, Alistair Francis wrote: >> >> Using two libraries (libqemuutil.a and libqemustub.a) would sometimes >> result in circular dependencies. To avoid these issues let's just >> combine both into

Re: [Qemu-devel] [PATCH v1 1/2] Makefile: Remove libqemustub.a

2017-08-18 Thread Philippe Mathieu-Daudé
Hi Alistair, On 08/18/2017 03:47 PM, Alistair Francis wrote: Using two libraries (libqemuutil.a and libqemustub.a) would sometimes result in circular dependencies. To avoid these issues let's just combine both into a single library that functions as both. Signed-off-by: Alistair Francis ---

[Qemu-devel] [PATCH v1 1/2] Makefile: Remove libqemustub.a

2017-08-18 Thread Alistair Francis
Using two libraries (libqemuutil.a and libqemustub.a) would sometimes result in circular dependencies. To avoid these issues let's just combine both into a single library that functions as both. Signed-off-by: Alistair Francis --- Makefile| 7 +++ Makefile.target