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