From: Jack Lange Date: Tue, 1 Dec 2009 05:07:58 +0000 (-0600) Subject: documentation changes X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=e94e38127240269fb1566eb4a5698ed7716a1656 documentation changes --- diff --git a/utils/guest_creator/default.xml b/utils/guest_creator/default.xml index ac1e355..9d8414a 100644 --- a/utils/guest_creator/default.xml +++ b/utils/guest_creator/default.xml @@ -1,107 +1,131 @@ - - 1024 - enable - nested - 100 + + + + 1024 + + + enable + nested + 100 + + + + - + + 0xa0000 0xc0000 0xa0000 - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + apic - + - - - - pci0 - - - - pci0 - - - - pci0 - - - - pci0 - - - - pci0 - + + + + pci0 + + + + pci0 + + + + pci0 + + + + pci0 + + + + pci0 + + + + pci0 + southbridge + + + + pci0 + 0x8086 + 0x100e + + + + pci0 + 0x8086 + 0x107c + 59 + + + + + + + + boot-cd + + V3Vee CDROM + CDROM + 0 + 0 + + + + + + 150 + - - - 150 - - - pci0 - southbridge - - - - pci0 - 0x8086 - 0x100e - - - - pci0 - 0x8086 - 0x107c - 59 - - - boot-cd - - V3Vee CDROM - CDROM - 0 - 0 - - - - - ide - + + ide + - + 0x00 0x07 diff --git a/utils/guest_creator/main.c b/utils/guest_creator/main.c index 782e63d..2255adf 100644 --- a/utils/guest_creator/main.c +++ b/utils/guest_creator/main.c @@ -24,7 +24,7 @@ int parse_config_input(ezxml_t cfg_input); int write_output(char * filename, ezxml_t cfg_output); void usage() { - printf("Usage: builder [-o outfile]\n"); + printf("Usage: build_vm [-o outfile]\n"); } int main(int argc, char ** argv) { diff --git a/utils/guest_creator/out_format b/utils/guest_creator/out_format index d8f82fc..f9a5fe7 100644 --- a/utils/guest_creator/out_format +++ b/utils/guest_creator/out_format @@ -1,12 +1,17 @@ v3vee\0\0\0 : 8 bytes : 4 bytes - - : 8 bytes of zeroes + : xml configuration string + : 8 bytes of zeroes : 8 bytes : 4 bytes : 4 bytes : 8 bytes -... - : zeroes to 8 byte boundary +... other files ... + + : 8 bytes of zeroes + + : raw file data + +... other raw file data ...