aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/src/xen_pif.c
Commit message (Expand)AuthorAgeFilesLines
* Move all internal header files to a separate directory, so that it's clear whatewan@localhost.localdomain2007-04-211-5/+5
* Don't use the client-side shortcut for get_uuid calls -- we need to keepEwan Mellor2007-03-231-1/+10
* Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs andEwan Mellor2007-02-271-1/+13
* Move the io bandwidth fields from PIF onto a new PIF_metrics class.Ewan Mellor2007-01-291-25/+9
* Fix documentation so that the connection objects (PIF, VBD, and VIF) areEwan Mellor2007-01-291-32/+0
* Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitlyEwan Mellor2007-01-281-47/+51
* Added a destroy method for each object. Based upon the code for VM.destroyEwan Mellor2006-11-091-0/+14
* More capitalisation fixes -- the on-wire method name should match theEwan Mellor2006-11-091-6/+6
* Replace uses of the typename (e.g. xen_host) where its used as a variable name.Ewan Mellor2006-11-091-12/+12
* uint64_t replaced with int64_t everywhere.Ewan Mellor2006-10-281-2/+2
* Fix freeing of records, when the given pointer is NULL.Ewan Mellor2006-10-281-0/+4
* The on-wire names for the fields should be exactly as documented, includingEwan Mellor2006-10-281-3/+3
* Implement new PIF-based network model, and match movement of I/O-statistics.Ewan Mellor2006-10-261-0/+385