All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hvmloader: drop usage of system headers
@ 2021-02-24 10:26 Roger Pau Monne
  2021-02-24 10:26 ` [PATCH 1/2] hvmloader: use Xen private header for elf structs Roger Pau Monne
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Roger Pau Monne @ 2021-02-24 10:26 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Jan Beulich, Andrew Cooper, Wei Liu, Ian Jackson

Hello,

Following two patches aim to make hvmloader standalone, so that it don't
try to use system headers. It shouldn't result in any functional
change.

Thanks, Roger.

Roger Pau Monne (2):
  hvmloader: use Xen private header for elf structs
  hvmloader: do not include system headers for type declarations

 tools/firmware/hvmloader/32bitbios_support.c |  4 +-
 tools/firmware/hvmloader/config.h            |  3 +-
 tools/firmware/hvmloader/hypercall.h         |  2 +-
 tools/firmware/hvmloader/mp_tables.c         |  2 +-
 tools/firmware/hvmloader/option_rom.h        |  2 +-
 tools/firmware/hvmloader/pir_types.h         |  2 +-
 tools/firmware/hvmloader/smbios.c            |  2 +-
 tools/firmware/hvmloader/smbios_types.h      |  2 +-
 tools/firmware/hvmloader/types.h             | 47 ++++++++++++++++++++
 tools/firmware/hvmloader/util.c              |  1 -
 tools/firmware/hvmloader/util.h              |  5 +--
 11 files changed, 57 insertions(+), 15 deletions(-)
 create mode 100644 tools/firmware/hvmloader/types.h

-- 
2.30.1



^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <161416925933.13232.13004550022767558137@c667a6b167f6>]

end of thread, other threads:[~2021-02-25 10:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 10:26 [PATCH 0/2] hvmloader: drop usage of system headers Roger Pau Monne
2021-02-24 10:26 ` [PATCH 1/2] hvmloader: use Xen private header for elf structs Roger Pau Monne
2021-02-24 10:40   ` Jan Beulich
2021-02-24 10:26 ` [PATCH 2/2] hvmloader: do not include system headers for type declarations Roger Pau Monne
2021-02-24 10:51   ` Jan Beulich
2021-02-24 11:07     ` Ian Jackson
2021-02-24 11:39       ` Jan Beulich
2021-02-24 14:33         ` [PATCH 2/2] hvmloader: do not include system headers for type declarations [and 1 more messages] Ian Jackson
2021-02-24 14:56           ` Jan Beulich
2021-02-24 13:19       ` [PATCH 2/2] hvmloader: do not include system headers for type declarations Andrew Cooper
2021-02-24 12:01     ` Roger Pau Monné
2021-02-24 13:13       ` Jan Beulich
2021-02-24 12:11   ` Andrew Cooper
2021-02-24 12:20     ` Roger Pau Monné
2021-02-24 10:54 ` [PATCH 0/2] hvmloader: drop usage of system headers Ian Jackson
2021-02-24 20:08 ` Andrew Cooper
2021-02-25  7:41   ` Jan Beulich
2021-02-25  9:50     ` Ian Jackson
2021-02-25 10:19       ` Jan Beulich
2021-02-25 10:00   ` Roger Pau Monné
     [not found] <161416925933.13232.13004550022767558137@c667a6b167f6>
2021-02-24 16:10 ` Stefano Stabellini

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.