aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/src/xen_int_string_set_map.c
Commit message (Collapse)AuthorAgeFilesLines
* libxen: Avoid declarations-after-statement (C++ coding style).Keir Fraser2008-01-171-1/+3
| | | | | | | Signed-off-by: Andre Przywara <andre.przywara@amd.com> libxen: Use build-system CFLAGS and LDFLAGS. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Move all internal header files to a separate directory, so that it's clear whatewan@localhost.localdomain2007-04-211-3/+3
| | | | | | | | forms the public API. Tidy up a couple of macros in xen_internal.h. Remove test_hvm_bindings, which no longer builds, and which has had its functionality subsumed into test_bindings. Bump the library version to 0.9. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation, C bindings, and test for VM_metrics.VCPUs_flags.Ewan Mellor2007-04-131-0/+52
Signed-off-by: Ewan Mellor <ewan@xensource.com>