]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commit
Update Xen header files
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 4 Jun 2018 13:19:52 +0000 (14:19 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Mon, 4 Jun 2018 15:24:51 +0000 (16:24 +0100)
commitcda7ef63edbcc4df8a2f8f78a3b889240b126c4b
tree7cec132038176ca2db05d528a1b263c5a51c034d
parentef4a2e1b5fac053c639096be6c0eea66f20742ed
Update Xen header files

The original patch from Owen contained too much whitespace damage. This
patch replaces it with the results of an invocation of get_xen_headers.py
and includes all resulting header updates.

NOTE: This patch adds one extra header (physdev.h) and a fix to remove
      now-duplicate definitions of DOMID_INVALID from frontend.c.

Suggested-by: Owen Smith <owen.smith@citrix.com>
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
18 files changed:
get_xen_headers.py
include/xen/arch-x86/xen-x86_32.h
include/xen/arch-x86/xen-x86_64.h
include/xen/arch-x86/xen.h
include/xen/event_channel.h
include/xen/grant_table.h
include/xen/hvm/hvm_op.h
include/xen/hvm/params.h
include/xen/io/blkif.h
include/xen/io/xs_wire.h
include/xen/memory.h
include/xen/physdev.h [new file with mode: 0644]
include/xen/sched.h
include/xen/trace.h
include/xen/xen-compat.h
include/xen/xen.h
src/xencrsh/frontend.c
src/xenvbd/frontend.c