linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] lspci: Add support of JSON output format
@ 2018-02-14 16:07 Viktor Prutyanov
  2018-02-14 16:07 ` [PATCH v2 1/2] lspci: Add printing info in JSON format Viktor Prutyanov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Viktor Prutyanov @ 2018-02-14 16:07 UTC (permalink / raw)
  To: linux-pci, mj; +Cc: Viktor Prutyanov

This collection of patches adds support of printing PCI info in JSON format

Viktor Prutyanov (2):
  lspci: Add printing info in JSON format
  lspci: Add PCI info output in JSON format

 Makefile    |   3 +-
 common.c    |   2 +-
 ls-info.c   | 328 ++++++++++++++++++++++++++++
 ls-kernel.c |  24 +++
 lspci.c     | 701 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 lspci.h     |  55 +++++
 lspci.man   |   3 +
 pciutils.h  |   2 +-
 8 files changed, 1114 insertions(+), 4 deletions(-)
 create mode 100644 ls-info.c

-- 
2.14.1

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

end of thread, other threads:[~2018-03-16 16:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14 16:07 [PATCH v2 0/2] lspci: Add support of JSON output format Viktor Prutyanov
2018-02-14 16:07 ` [PATCH v2 1/2] lspci: Add printing info in JSON format Viktor Prutyanov
2018-02-14 16:07 ` [PATCH v2 2/2] lspci: Add PCI info output " Viktor Prutyanov
2018-02-15 10:32 ` [PATCH v2 0/2] lspci: Add support of JSON output format Martin Mares
2018-02-18 21:45   ` viktor.prutyanov
2018-03-16 16:57     ` Martin Mares

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).