viridian: move the code into its own sub-directory
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 31 Oct 2018 12:44:00 +0000 (13:44 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 31 Oct 2018 16:59:53 +0000 (17:59 +0100)
commitd5d30b394975f460a99a6313645a737acf16d4c7
tree2e6746409ad8999fb7bd2e0c24dae0f1a698dd35
parentce47462cb4d049971aedec51c1105673be41adce
viridian: move the code into its own sub-directory

Subsequent patches will introduce support for more viridian enlightenments
which will make a single source module quite lengthy.

This patch therefore creates a new arch/x86/hvm/viridian sub-directory and
moves viridian.c into that.

The patch also fixes some bad whitespace whilst moving the code and
adjusts the MAINTAINERS file.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
MAINTAINERS
xen/arch/x86/hvm/Makefile
xen/arch/x86/hvm/viridian.c [deleted file]
xen/arch/x86/hvm/viridian/Makefile [new file with mode: 0644]
xen/arch/x86/hvm/viridian/viridian.c [new file with mode: 0644]