Navigation Menu

Skip to content

Commit

Permalink
[xen] Add basic support for PV-HVM domains
Browse files Browse the repository at this point in the history
Add basic support for Xen PV-HVM domains (detected via the Xen
platform PCI device with IDs 5853:0001), including support for
accessing configuration via XenStore and enumerating devices via
XenBus.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jul 29, 2014
1 parent ec94a87 commit 036af27
Show file tree
Hide file tree
Showing 18 changed files with 2,272 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Expand Up @@ -84,6 +84,7 @@ SRCDIRS += drivers/bitbash
SRCDIRS += drivers/infiniband
SRCDIRS += interface/pxe interface/efi interface/smbios
SRCDIRS += interface/bofm
SRCDIRS += interface/xen
SRCDIRS += tests
SRCDIRS += crypto crypto/axtls crypto/matrixssl
SRCDIRS += hci hci/commands hci/tui
Expand Down
1 change: 1 addition & 0 deletions src/arch/x86/Makefile
Expand Up @@ -8,6 +8,7 @@ SRCDIRS += arch/x86/core
SRCDIRS += arch/x86/interface/efi
SRCDIRS += arch/x86/prefix
SRCDIRS += arch/x86/hci/commands
SRCDIRS += arch/x86/drivers/xen

# breaks building some of the linux-related objects
CFLAGS += -Ulinux
Expand Down

0 comments on commit 036af27

Please sign in to comment.