Changes between Version 6 and Version 7 of KVM


Ignore:
Timestamp:
07/11/16 15:36:11 (8 years ago)
Author:
sky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KVM

    v6 v7  
    5858
    5959}}}
     60
     61== Attach Interface ==
     62
     63{{{
     64
     65## Bridge (br1)
     66virsh attach-interface --domain test101 --type bridge --source br1 --model virtio --config
     67
     68}}}