[libvirt] [PATCH 3/6] Implement disk streaming in the qemu driver

2011-04-07 Thread Adam Litke
Add support for: starting/stopping full device streaming, streaming a single sector, and getting the status of streaming. These operations are done by using the 'stream' and 'info stream' qemu monitor commands. * src/qemu/qemu_driver.c src/qemu/qemu_monitor_text.[ch]: implement disk streaming b

[libvirt] [PATCH 3/6] Implement disk streaming in the qemu driver

2010-11-17 Thread Adam Litke
Add support for: starting/stopping full device streaming, streaming a single sector, and getting the status of streaming. These operations are done by using the 'stream' and 'info stream' qemu monitor commands. * src/qemu/qemu_driver.c src/qemu/qemu_monitor_text.[ch]: implement disk streaming b