xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/18] Miscellaneous build and docs, fixes from Debian
@ 2018-10-05 17:28 Ian Jackson
  2018-10-05 17:29 ` [PATCH 01/18] docs/man: Fix two typos detected by the Debian lintian tool Ian Jackson
                   ` (18 more replies)
  0 siblings, 19 replies; 48+ messages in thread
From: Ian Jackson @ 2018-10-05 17:28 UTC (permalink / raw)
  To: xen-devel
  Cc: Elena Ufimtseva, Doug Goldstein, Julien Grall, Yang Hongyang,
	Meng Xu, Jan Beulich, Shriram Rajagopalan, Stefano Stabellini,
	Tim Deegan, Marek Marczykowski-Górecki, Hans van Kranenburg,
	Kevin Tian, Konrad Rzeszutek Wilk, Dario Faggioli, Ian Jackson,
	Boris Ostrovsky, Wei Liu, George Dunlap, Andrew Cooper,
	Ian Jackson, Suravee Suthikulpanit

Bastian Blank (1):
  tools/xenstat: Fix shared library version

Ian Jackson (17):
  docs/man: Fix two typos detected by the Debian lintian tool
  tools/xentrace/xenalyze: Fix typos detected by lintian
  Various: Fix typos `unkown', `retreive' (detected by lintian)
  Various: Fix typo `occured'
  Various: Fix typo `reseting'
  tools/python/xen/lowlevel: Fix typo `sucess'
  Various: Fix typo `infomation'
  Various: Fix typo `mappping'
  tools/Rules.mk: Honour PREPEND_LDFLAGS_XEN_TOOLS
  INSTALL: Mention kconfig
  docs/man: Provide properly-formatted NAME sections
  docs/man/xen-pv-channel.pod.7: Remove a spurious blank line
  gdbsx: Honour LDFLAGS when linking
  libfsimage: Honour general LDFLAGS
  pygrub fsimage.so: Honour LDFLAGS when building
  xenmon: Install as xenmon, not xenmon.py
  tools/debugger/kdd: Install as `xen-kdd', not just `kdd'

 INSTALL                                    | 20 ++++++++++++++++++++
 docs/man/xen-pci-device-reservations.pod.7 |  4 ++++
 docs/man/xen-pv-channel.pod.7              |  3 +--
 docs/man/xen-tscmode.pod.7                 |  4 ++++
 docs/man/xen-vtpm.pod.7                    |  6 ++++++
 docs/man/xen-vtpmmgr.pod.7                 |  4 ++++
 docs/man/xenstore.pod.1                    |  2 +-
 docs/man/xl-numa-placement.pod.7           |  2 +-
 docs/man/xl.pod.1.in                       |  2 +-
 tools/Rules.mk                             |  2 ++
 tools/debugger/gdbsx/Makefile              |  2 +-
 tools/debugger/kdd/Makefile                |  4 ++--
 tools/hotplug/Linux/block-drbd-probe       |  2 +-
 tools/libfsimage/common/Makefile           |  2 +-
 tools/libxc/xc_dom_elfloader.c             |  2 +-
 tools/libxl/libxl_dm.c                     |  2 +-
 tools/libxl/libxl_event.h                  |  2 +-
 tools/libxl/libxl_internal.h               |  2 +-
 tools/libxl/libxl_qmp.c                    |  2 +-
 tools/misc/xenlockprof.c                   |  2 +-
 tools/misc/xenperf.c                       |  2 +-
 tools/pygrub/Makefile                      |  2 +-
 tools/python/xen/lowlevel/xc/xc.c          |  6 +++---
 tools/xenmon/Makefile                      |  4 ++--
 tools/xenstat/libxenstat/Makefile          |  2 +-
 tools/xenstat/libxenstat/src/xenstat_qmp.c |  2 +-
 tools/xentrace/xenalyze.c                  |  8 ++++----
 tools/xl/xl_flask.c                        |  2 +-
 xen/arch/arm/arm64/lib/memcmp.S            |  2 +-
 xen/arch/x86/hvm/hvm.c                     |  2 +-
 xen/arch/x86/hvm/svm/intr.c                |  2 +-
 xen/common/sched_rt.c                      |  2 +-
 xen/drivers/acpi/apei/erst.c               |  2 +-
 xen/drivers/passthrough/arm/smmu.c         |  2 +-
 xen/drivers/passthrough/vtd/iommu.h        |  2 +-
 xen/include/efi/efiprot.h                  |  2 +-
 xen/include/public/domctl.h                |  2 +-
 xen/include/public/xen.h                   |  2 +-
 xen/include/xen/libfdt/libfdt.h            |  2 +-
 xen/include/xen/sched.h                    |  2 +-
 40 files changed, 81 insertions(+), 42 deletions(-)

-- 
2.11.0


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

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

end of thread, other threads:[~2018-10-12 15:00 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-05 17:28 [PATCH 00/18] Miscellaneous build and docs, fixes from Debian Ian Jackson
2018-10-05 17:29 ` [PATCH 01/18] docs/man: Fix two typos detected by the Debian lintian tool Ian Jackson
2018-10-08  9:40   ` Wei Liu
2018-10-05 17:29 ` [PATCH 02/18] tools/xentrace/xenalyze: Fix typos detected by lintian Ian Jackson
2018-10-08  9:29   ` George Dunlap
2018-10-05 17:29 ` [PATCH 03/18] Various: Fix typos `unkown', `retreive' (detected by lintian) Ian Jackson
2018-10-08  9:42   ` Wei Liu
2018-10-05 17:29 ` [PATCH 04/18] Various: Fix typo `occured' Ian Jackson
2018-10-08  9:07   ` Jan Beulich
2018-10-08  9:30   ` George Dunlap
2018-10-05 17:29 ` [PATCH 05/18] Various: Fix typo `reseting' Ian Jackson
2018-10-08  9:42   ` Wei Liu
2018-10-05 17:29 ` [PATCH 06/18] tools/python/xen/lowlevel: Fix typo `sucess' Ian Jackson
2018-10-08  9:42   ` Wei Liu
2018-10-05 17:29 ` [PATCH 07/18] Various: Fix typo `infomation' Ian Jackson
2018-10-08  9:08   ` Jan Beulich
2018-10-08 14:11     ` Ian Jackson
2018-10-08  9:31   ` George Dunlap
2018-10-05 17:29 ` [PATCH 08/18] Various: Fix typo `mappping' Ian Jackson
2018-10-08  9:43   ` Wei Liu
2018-10-05 17:29 ` [PATCH 09/18] tools/Rules.mk: Honour PREPEND_LDFLAGS_XEN_TOOLS Ian Jackson
2018-10-05 17:29 ` [PATCH 10/18] INSTALL: Mention kconfig Ian Jackson
2018-10-07 18:27   ` Doug Goldstein
2018-10-08 14:04     ` Ian Jackson
2018-10-08  9:13   ` Jan Beulich
2018-10-08 14:08     ` Ian Jackson
2018-10-08 14:22       ` Jan Beulich
2018-10-08 14:24         ` Ian Jackson
2018-10-09  3:52           ` Doug Goldstein
2018-10-05 17:29 ` [PATCH 11/18] docs/man: Provide properly-formatted NAME sections Ian Jackson
2018-10-08  9:44   ` Wei Liu
2018-10-05 17:29 ` [PATCH 12/18] docs/man/xen-pv-channel.pod.7: Remove a spurious blank line Ian Jackson
2018-10-08  9:44   ` Wei Liu
2018-10-05 17:29 ` [PATCH 13/18] tools/xenstat: Fix shared library version Ian Jackson
2018-10-08  9:44   ` Wei Liu
2018-10-09 13:59   ` Andrew Cooper
2018-10-05 17:29 ` [PATCH 14/18] gdbsx: Honour LDFLAGS when linking Ian Jackson
2018-10-05 17:29 ` [PATCH 15/18] libfsimage: Honour general LDFLAGS Ian Jackson
2018-10-08  9:45   ` Wei Liu
2018-10-05 17:29 ` [PATCH 16/18] pygrub fsimage.so: Honour LDFLAGS when building Ian Jackson
2018-10-05 17:29 ` [PATCH 17/18] xenmon: Install as xenmon, not xenmon.py Ian Jackson
2018-10-08  9:51   ` Wei Liu
2018-10-05 17:29 ` [PATCH 18/18] tools/debugger/kdd: Install as `xen-kdd', not just `kdd' Ian Jackson
2018-10-07 16:37   ` Tim Deegan
2018-10-08 14:01     ` Ian Jackson
2018-10-08 14:29       ` Juergen Gross
2018-10-12 15:00         ` Ian Jackson
2018-10-08 14:28 ` [PATCH 00/18] Miscellaneous build and docs, fixes from Debian Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).