Skip to content

Tags: vineetht/xen-api

Tags

v1.9.50

Toggle v1.9.50's commit message
Merge pull request xapi-project#1769 from djs55/smapiv2

Remove the hardcoded disabling of ballooning for dom0

1.9.49

Toggle 1.9.49's commit message
Remove the hardcoded disabling of ballooning for dom0

To express "don't balloon me", set the dynamic-min and dynamic-max
to the same values.

Signed-off-by: David Scott <[email protected]>

1.9.48

Toggle 1.9.48's commit message
arm: robustify the parsing of /proc/cpuinfo

We should not expect there to be x86-only keys. We should ignore any lines
which don't have the 'key: value' format.

Signed-off-by: David Scott <[email protected]>

1.9.47

Toggle 1.9.47's commit message
lspci: look in both /sbin/lspci and /usr/bin/lspci

Ideally we should use $PATH-- forkexecd should do this if asked
to execute a relative filename. In the short-term, cope with both
CentOS and Ubuntu paths.

Signed-off-by: David Scott <[email protected]>

1.9.46

Toggle 1.9.46's commit message
message-switch: explicitly specify which xenopsd instance we want

Normally we use the 'default' one but this policy could be refined later.

Signed-off-by: David Scott <[email protected]>

1.9.45

Toggle 1.9.45's commit message
storage: create per-SR unix domain sockets in storage.d/<name>

This avoids clashing with the global unix domain socket 'storage'

Signed-off-by: David Scott <[email protected]>

1.9.44

Toggle 1.9.44's commit message
Merge pull request xapi-project#1740 from djs55/more-fixes

xenserver-core: allow startup without xen

1.9.43

Toggle 1.9.43's commit message
Merge pull request xapi-project#1730 from djs55/pool.conf

pool.conf: always use the path from the config file

1.9.42

Toggle 1.9.42's commit message
Merge pull request xapi-project#1723 from djs55/from-xenserver-core-q…

…ueues

Support multiple xenopsds, running at the same time

1.9.41

Toggle 1.9.41's commit message
Merge pull request xapi-project#1720 from jonludlam/CA-134593

CA-134593: The recent introduction of the configure script missed INVENT...