Yabusame is a postcopy live migration technique for QEMU/KVM. It was developed by Isaku Yamahata of VALinux Systems Japan K.K. and Takahiro Hirofuchi of AIST. The project aims to improve live migration performance by allowing the guest VM to resume execution at the destination host before memory pages have been fully copied. This is achieved through asynchronous page fault handling during the postcopy phase. Evaluation shows the technique can improve CPU utilization and reduce total migration times compared to traditional precopy approaches. Future work includes upstream integration, support for KSM/THP, multithreading optimizations, and integration with management platforms like libvirt and OpenStack.