가상머신에 설정된 I/O 대역폭을 가상머신이 구동중인 상태(Live)에서도 변경할 수 있는 코드이다.
관련된 기술은 '링크'에서 확인할 수 있다.
본 코드는 CentOS 7 기반의 qemu-kvm-1.5.3-167 rpm 패키지를 베이스로 작성된다.
# git clone https://github.com/Gh0stSp1der/qemu-kvm.git # cd qemu-kvm # ./configure --prefix=/usr --enable-spice --target-list=x86_64-softmmu --enable-kvm # make # ${HOME_QEMU-KVM}/x86_64-softmmu/qemu-system-x86_64 --version QEMU emulator version 1.5.3, Copyright (c) 2003-2008 Fabrice Bellard
추후 정리..