aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-28108-2168/+2371
* xtl: New xentoollog mini-library.Keir Fraser2010-05-284-2/+308
* libelf: Tidy up logging and remove dependency on stdio.Keir Fraser2010-05-283-3/+21
* libxc: xc_domain_save.c: rename "write_exact" macroKeir Fraser2010-05-281-16/+16
* xl: Move "extern" declarations to xl.hKeir Fraser2010-05-282-3/+3
* xl: Combine headers into one header file.Keir Fraser2010-05-285-38/+17
* xl: print BDF parse errorsKeir Fraser2010-05-281-2/+8
* xl: fix pci-detach usage messageKeir Fraser2010-05-281-1/+1
* xl: fix PCI resource parsingKeir Fraser2010-05-281-3/+3
* libxl: Do not provide arbitrary string as format specifier to printf.Keir Fraser2010-05-271-7/+2
* xenconsoled: Discard guest console data in bigger chunksKeir Fraser2010-05-271-11/+18
* xenstore: Make sure that libxs reports an error if xenstored dropsKeir Fraser2010-05-271-3/+33
* xenctx: Add --kernel-start option, to set the user/kernel splitKeir Fraser2010-05-271-7/+14
* pyGrub: Use proper bootloader class when entering command manuallyKeir Fraser2010-05-264-6/+26
* tools: Fix time offset when localtime=0Keir Fraser2010-05-261-1/+1
* Allow space in vbd path nameKeir Fraser2010-05-261-2/+2
* xl: Some small fixesKeir Fraser2010-05-263-15/+19
* xl: allow nameless domains to be namedKeir Fraser2010-05-261-4/+0
* hvm: Extend the CPUID whitelist to include Intel's AES-NI intructionsKeir Fraser2010-05-262-1/+3
* xl: Add subcommand 'xl dmesg'Keir Fraser2010-05-265-0/+129
* libxl: small build fix to pass uint8_t to tolower().Keir Fraser2010-05-251-1/+1
* xend: Add interface name definition support for xend-relocation-addressKeir Fraser2010-05-252-0/+96
* xl: fix block-attach command parsingKeir Fraser2010-05-212-3/+3
* ocaml: fix ocaml xc compilation on 32 bitKeir Fraser2010-05-203-4/+4
* xentop: fix NULL pointer dereferenceKeir Fraser2010-05-201-13/+15
* xen-hptool: A few usage cleanups.Keir Fraser2010-05-191-23/+26
* xl: Check for dom0 when instructed to destroy a domain.Keir Fraser2010-05-191-0/+4
* xl: Add subcommand "xl debug-keys"Keir Fraser2010-05-195-0/+42
* libxl: Add tmem support commandsKeir Fraser2010-05-195-0/+440
* libxl: Compilation and other small fixesKeir Fraser2010-05-192-24/+44
* xl: recognize the "extra" entry in the domain config fileKeir Fraser2010-05-191-7/+18
* libxl: Set default shadow memory based on final values for vcpus and memoryKeir Fraser2010-05-191-4/+9
* xl: allow scaling suffix on memory sizes in mem-set and mem-maxKeir Fraser2010-05-182-11/+44
* xend: suppress errors during capabilities checkKeir Fraser2010-05-171-1/+1
* ocaml: Disable parallel makeKeir Fraser2010-05-171-0/+2
* xend: Fix getStubdomDomid functionKeir Fraser2010-05-151-1/+1
* xentrace: install scripts with python install wrapperKeir Fraser2010-05-151-1/+2
* libxl: Add missing start_time entry when create and restore VMs.Keir Fraser2010-05-151-4/+18
* xl: Add include-only-once checks to xl_cmd{impl,table}.hKeir Fraser2010-05-142-0/+10
* xl: Add "xl uptime" command, a clone of "xm uptime".Keir Fraser2010-05-145-0/+183
* xl: Check invalid domid in find_domain()Keir Fraser2010-05-141-1/+5
* libxl: Fix missing memory/target xenstore entry on domain creationKeir Fraser2010-05-141-11/+11
* libxl: Adjustments to memset/memmax handlingKeir Fraser2010-05-143-10/+10
* xenstore: Fix cleanup_pop() definition for some (buggy) pthread.h headers.Keir Fraser2010-05-131-2/+8
* libxl: Check return codes of write/asprintf/daemon consistently.Keir Fraser2010-05-136-26/+64
* xl: Implement block-detach commandKeir Fraser2010-05-135-0/+78
* xl: Implement block-list commandKeir Fraser2010-05-135-37/+134
* xl: Implement block-attach commandKeir Fraser2010-05-133-0/+78
* xl: Implement network-detach commandKeir Fraser2010-05-135-0/+128
* xl: Implement network-list commandKeir Fraser2010-05-135-0/+129