cloudstack/server/src/com/cloud/hypervisor
Darren Shepherd b3c178480b Check for null just in case
This code was recently switched from using HashMap to ConcurrentHashMap.
ConcurrentHashMap does not accept null keys and will through a NPE.  Adding
a null check just in case somebody passes null.
2013-10-04 17:05:15 -07:00
..
kvm/discoverer Revert "Reverting the range of commits that broke the build" 2013-08-08 15:02:40 -07:00
CloudZonesStartupProcessor.java Revert "Reverting the range of commits that broke the build" 2013-08-08 15:02:40 -07:00
HypervisorGuruBase.java Made changes to configuration. Eliminated ConfigValue and only use ConfigKey 2013-09-06 15:40:38 -07:00
HypervisorGuruManagerImpl.java Check for null just in case 2013-10-04 17:05:15 -07:00
KVMGuru.java Changed VirtualMachineProfile to be non-generic. From here on VirtualMachineManager will only manage vm instance. It doesn't understand the difference between different types of VMs. This makes the vmsync code to be generic across all vms. 2013-07-22 11:48:11 -07:00
LXCGuru.java Changed VirtualMachineProfile to be non-generic. From here on VirtualMachineManager will only manage vm instance. It doesn't understand the difference between different types of VMs. This makes the vmsync code to be generic across all vms. 2013-07-22 11:48:11 -07:00