All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] build enhancements related to qemu
@ 2017-03-02  5:13 Juergen Gross
  2017-03-02  5:13 ` [PATCH v2 1/4] stubdom: set xen interface version for stubdom apps using xenctrl.h Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Juergen Gross @ 2017-03-02  5:13 UTC (permalink / raw)
  To: xen-devel; +Cc: Juergen Gross, wei.liu2, ian.jackson, samuel.thibault

Last week I started an effort to use upstream qemu as a replacement
for qemu-trad in ioemu stubdom. This small series addresses some
problems I met in this effort. I believe all modifications are worth
doing regardless whether qemu upstream stubdom will become a reality
or not.

Changes in V2:
- Replaced patch 1
- Updated patch description of patch 3 (Ian Jackson)

Juergen Gross (4):
  stubdom: set xen interface version for stubdom apps using xenctrl.h
  tools: add pkg-config file for libxc
  tools: use a dedicated build directory for qemu
  tools: set pkg-config path when configuring qemu

 .gitignore                   |  4 ++++
 stubdom/Makefile             |  2 ++
 stubdom/ioemu-minios.cfg     |  1 +
 tools/Makefile               | 17 ++++++++++-------
 tools/Rules.mk               | 13 +++++++++++++
 tools/libxc/Makefile         | 22 +++++++++++++++++++++-
 tools/libxc/xencontrol.pc.in |  9 +++++++++
 7 files changed, 60 insertions(+), 8 deletions(-)
 create mode 100644 tools/libxc/xencontrol.pc.in

-- 
2.10.2


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-02 12:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02  5:13 [PATCH v2 0/4] build enhancements related to qemu Juergen Gross
2017-03-02  5:13 ` [PATCH v2 1/4] stubdom: set xen interface version for stubdom apps using xenctrl.h Juergen Gross
2017-03-02 11:42   ` Ian Jackson
2017-03-02  5:13 ` [PATCH v2 2/4] tools: add pkg-config file for libxc Juergen Gross
2017-03-02 11:42   ` Ian Jackson
2017-03-02 12:29   ` Wei Liu
2017-03-02 12:35     ` Juergen Gross
2017-03-02 12:37       ` Wei Liu
2017-03-02  5:13 ` [PATCH v2 3/4] tools: use a dedicated build directory for qemu Juergen Gross
2017-03-02  5:13 ` [PATCH v2 4/4] tools: set pkg-config path when configuring qemu Juergen Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.