[libvirt] [PATCH 0/6] test: Implement GetVcpus and PinVcpu

Cole Robinson crobinso at redhat.com
Mon Nov 2 20:02:41 UTC 2009


Using the recently committed support for driver specific domain data blobs[1],
carry around VCPU pinning info for running test domains, which enables supporting GetVcpus
and PinVcpu, which makes my life easier when adding support in virt-manager.

[1] http://libvirt.org/git/?p=libvirt.git;a=commit;h=3505790b85da55c16191a9dca46404c29e0b7f87

Cole Robinson (6):
  test: Fixes for SetVcpus
  test: Break out wrapper for setting up started domain state.
  test: Use privateData to track running VM vcpu state
  test: Update vcpu runtime info in SetVcpus
  test: Implement virDomainGetVcpus
  test: Implement virDomainPinVcpu

 src/test/test_driver.c |  354 +++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 337 insertions(+), 17 deletions(-)




More information about the libvir-list mailing list