Reproducing on Yakkety-ppc64el first (to confirm it worked / or not
before 17.04):

# cat /home/ubuntu/ppc-template.xml
<domain type='kvm'>
  <os>
    <type>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <devices>
    <interface type='network'>
      <source network='default'/>
      <model type='virtio'/>
    </interface>
    <serial type='pty'>
      <source path='/dev/pts/3'/>
      <target port='0'/>
    </serial>
    <graphics type='vnc' autoport='yes' listen='127.0.0.1'>
      <listen type='address' address='127.0.0.1'/>
    </graphics>
    <video/>
  </devices>
</domain>

# Create basic Guest
$ uvt-simplestreams-libvirt sync --source http://cloud-images.ubuntu.com/daily 
arch=ppc64el label=daily release=xenial
$ uvt-kvm create --memory 2048 --cpu 4 --disk 16 --template 
/home/ubuntu/ppc-template.xml --password=ubuntu "testguest" release=xenial 
"arch=ppc64el" label=daily
# set current='2' in the guest
$ virsh edit testguest
# start the guest and test change
$ virsh start testguest
$ uvt-kvm ssh --insecure testguest "lscpu -e"
$ virsh setvcpus testguest 4 --live
$ uvt-kvm ssh --insecure testguest "lscpu -e"


Summary on ppc64el shows failing on Yakkety, Zesty
Cross Test on x86 shows it working on Xenial (sniff on later also ok)

So this seems not to be a regression.
Is it a feature request of some sort?
The request on parity?
There were no patches suggested as often on those bugs.
Is that a request for the inclusion of a change or the request to debug the 
case?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1667805

Title:
  ISST-LTE:UBUNTUKVM17.04:lotkvm:lotg3: CPU hotplug fails with 'cpu-
  add': Not supported error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1667805/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to