summaryrefslogtreecommitdiff
path: root/xenstoreclient/xenstore.go
AgeCommit message (Collapse)Author
2018-03-22Add SRIOV VF Supportv7.10.0Wei Xie
* CP-26664: Add SRIOV VF IP collection (#49) - Add support for xenstore-ls Signed-off-by: Wei Xie <wei.xie@citrix.com> * CP-25986: Add xenstore-list command Signed-off-by: Deli Zhang <Deli.Zhang@citrix.com> * CP-27273: Enhance the printing format of guest_utilities.xs_list for HCL using. (#51) Signed-off-by: Wei Xie <wei.xie@citrix.com>
2017-02-21CA-240982: Xencenter shows IP address of interface of VM even if I remove IP ↵Liang Dai
from the interface Signed-off-by: Liang Dai <liang.dai1@citrix.com>
2016-04-25CP-16739: Fix compile error of logger pointschengz
Signed-off-by: chengz <cheng.zhang@citrix.com>
2016-04-25Merge pull request #12 from jjd27/masterzheng
Make xe-daemon generate less xenstore traffic
2016-04-21CP-16739: Make watch in statusCheng Zhang
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-03-14CA-203169: remove write-cache expiry timeoutJonathan Davies
There is no reason to expire cached writes. This lightens the load on xenstore.
2016-03-14CA-203169: store successful writesJonathan Davies
Previously, we stored the value in the write-cache if the write was unsuccessful. Instead, store it if it was successful.
2015-05-14CP-11399: Go Linux guest agent for XenServerPhus Lu
This is the reviewed and tested Go guest agent for XenServer Linux guests. Go guest agent is a static linked binary without any dependency (e.g. Bash or Python execution environment) with below benefits: 1. Cross platform, Go version works well with all kinds Linux distributions (i386 and x86_64) with the porting ability to arm, FreeBSD, Darwin OS etc. 2. Standalone binary, works well with some restricted environment for example, CoreOS and Boot2Docker Linux 3. Easy to maintain and structured design, with Golang's nature Change history: 1: Refined Rob Robert's comments. 2: Add unit test for xenstoreclient and refact folder structure. 3: Refined codes according to Robert's comments 4: To run 32bit xe-guest-agent in Linux 64bit OS(eg, CoreOS): we need 4.1 - Switch to ip/ifconfig CLI tool instead of net package 4.2 - Switch to log package instead of syslog package Signed-off-by: phus lu <phus.lu@citrix.com>