summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/nfc
diff options
context:
space:
mode:
authorLiang Li <liang.z.li@intel.com>2015-09-24 08:56:12 +0800
committerLiang Li <liang.z.li@intel.com>2015-09-24 08:56:12 +0800
commit738df5b97312bb61617669250ce67073108de070 (patch)
tree85e999c2f3d38ccf9d045b7de89a42f99a15a74b /kernel/drivers/nfc
parentcc84a1f21026270463b580f2564f9d71912b20db (diff)
migration: do cleanup operation after completion
Because of the patch 3ea3b7fa9af067982f34b of kvm, now the migration_end() is a time consuming operation, which takes about dozens of milliseconds, and will prolong VM downtime. Such an operation should be done after migration completion. For a VM with 8G RAM, this patch can reduce the VM downtime about 32 ms during live migration. Change-Id: Iddd10bd5a2b1bf52cce36253f303fc458da343cd Signed-off-by: Liang Li <liang.z.li@intel.com>
Diffstat (limited to 'kernel/drivers/nfc')
0 files changed, 0 insertions, 0 deletions
43'>143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279