Re: [PATCH] xen: xenguest is not used so is not needed

2020-09-21 Thread Stefano Stabellini
Adding Paul On Sat, 19 Sep 2020, Philippe Mathieu-Daudé wrote: > Cc'ing qemu-trivial@ > > On 7/27/20 5:09 PM, Anthony PERARD wrote: > > On Mon, Jul 27, 2020 at 05:00:48PM +0300, Michael Tokarev wrote: > >> There's no references in only file which includes xenguest.h > >> to any xen definitions.

Re: [PATCH] xen: xenguest is not used so is not needed

2020-09-19 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ On 7/27/20 5:09 PM, Anthony PERARD wrote: > On Mon, Jul 27, 2020 at 05:00:48PM +0300, Michael Tokarev wrote: >> There's no references in only file which includes xenguest.h >> to any xen definitions. And there's no references to -lxenguest >> in qemu, either. Drop it. > > I'm

Re: [PATCH] xen: xenguest is not used so is not needed

2020-09-19 Thread Michael Tokarev
[ https://patchwork.kernel.org/patch/11686919/ ] Ping? This patch got lost somewhere. Should I try to apply it via trivial tree? I've more cleanups pending for this area. Just in case, I verified this patch it wih xen 4.4 and with current xen, and with current qemu, - no part of qemu uses xeng

Re: [PATCH] xen: xenguest is not used so is not needed

2020-07-27 Thread Michael Tokarev
27.07.2020 18:09, Anthony PERARD wrote: > On Mon, Jul 27, 2020 at 05:00:48PM +0300, Michael Tokarev wrote: >> There's no references in only file which includes xenguest.h >> to any xen definitions. And there's no references to -lxenguest >> in qemu, either. Drop it. > > I'm not sure what you mean

Re: [PATCH] xen: xenguest is not used so is not needed

2020-07-27 Thread Anthony PERARD
On Mon, Jul 27, 2020 at 05:00:48PM +0300, Michael Tokarev wrote: > There's no references in only file which includes xenguest.h > to any xen definitions. And there's no references to -lxenguest > in qemu, either. Drop it. I'm not sure what you mean by "no references to -lxenguest", do you mean in

[PATCH] xen: xenguest is not used so is not needed

2020-07-27 Thread Michael Tokarev
There's no references in only file which includes xenguest.h to any xen definitions. And there's no references to -lxenguest in qemu, either. Drop it. Signed-off-by: Michael Tokarev --- configure | 4 ++-- hw/i386/xen/xen_platform.c | 2 -- 2 files changed, 2 insertions(+), 4 de