* [Qemu-devel] VCPU Hot-Unplug Feature
@ 2015-05-04 16:24 Fahri Cihan Demirci
2015-05-04 17:49 ` Alexandre DERUMIER
0 siblings, 1 reply; 4+ messages in thread
From: Fahri Cihan Demirci @ 2015-05-04 16:24 UTC (permalink / raw)
To: qemu-devel
Hello,
We are interested in being able to remove a VCPU from an active Libvirt domain running under QEMU/KVM. However, currently that does not seem to be possible because QEMU does not provide an interface for hot-unplugging a VCPU. The corresponding feature page [1] on the QEMU wiki mentions the cpu-add interface and the generalized device add/del interface. So, my question is, is there someone working on a cpu-remove interface or making progress in the generalized device add/del interface to hot-unplug VCPUS? If you are in any way interested in or planning such a feature, we may provide feedback, testing or help in the development effort. Any other input, guidance or corrections would be also most welcome. Thank you.
[1] http://wiki.qemu.org/Features/CPUHotplug
Best regards,
Fahri Cihan Demirci
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] VCPU Hot-Unplug Feature
2015-05-04 16:24 [Qemu-devel] VCPU Hot-Unplug Feature Fahri Cihan Demirci
@ 2015-05-04 17:49 ` Alexandre DERUMIER
2015-05-04 18:34 ` Fahri Cihan Demirci
0 siblings, 1 reply; 4+ messages in thread
From: Alexandre DERUMIER @ 2015-05-04 17:49 UTC (permalink / raw)
To: Fahri Cihan Demirci; +Cc: qemu-devel
Hi,
they are a lot of patches sent on the mailing list recently,
cpu hotplug|unplug with device_add|del
https://www.redhat.com/archives/libvir-list/2015-February/msg00084.html
----- Mail original -----
De: "Fahri Cihan Demirci" <cihand@skyatlas.com>
À: "qemu-devel" <qemu-devel@nongnu.org>
Envoyé: Lundi 4 Mai 2015 18:24:43
Objet: [Qemu-devel] VCPU Hot-Unplug Feature
Hello,
We are interested in being able to remove a VCPU from an active Libvirt domain running under QEMU/KVM. However, currently that does not seem to be possible because QEMU does not provide an interface for hot-unplugging a VCPU. The corresponding feature page [1] on the QEMU wiki mentions the cpu-add interface and the generalized device add/del interface. So, my question is, is there someone working on a cpu-remove interface or making progress in the generalized device add/del interface to hot-unplug VCPUS? If you are in any way interested in or planning such a feature, we may provide feedback, testing or help in the development effort. Any other input, guidance or corrections would be also most welcome. Thank you.
[1] http://wiki.qemu.org/Features/CPUHotplug
Best regards,
Fahri Cihan Demirci
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] VCPU Hot-Unplug Feature
2015-05-04 17:49 ` Alexandre DERUMIER
@ 2015-05-04 18:34 ` Fahri Cihan Demirci
2015-05-18 8:17 ` Eduardo Otubo
0 siblings, 1 reply; 4+ messages in thread
From: Fahri Cihan Demirci @ 2015-05-04 18:34 UTC (permalink / raw)
To: Alexandre DERUMIER; +Cc: qemu-devel
Hello Alexandre,
Thank you for your response. I came upon that patch on the Libvirt mailing list, too. However, the following comment makes me think that it's not likely to be merged:
https://www.redhat.com/archives/libvir-list/2015-February/msg00415.html
Also, later in the thread, the author of the patch seems to confirm that the plan for hotplug in QEMU is not compatible with that patch:
https://www.redhat.com/archives/libvir-list/2015-March/msg01169.html
So, I think Libvirt developers have decided to wait until there is a generalized groundwork for VCPU hot-unplug in the QEMU code base. That's why I decided to inquire and offer help for QEMU developers, since the ball seems to be in their court now.
Thanks a lot for your time.
On Mon, May 04, 2015 at 07:49:08PM +0200, Alexandre DERUMIER wrote:
> Hi,
>
> they are a lot of patches sent on the mailing list recently,
>
> cpu hotplug|unplug with device_add|del
>
> https://www.redhat.com/archives/libvir-list/2015-February/msg00084.html
>
>
>
> ----- Mail original -----
> De: "Fahri Cihan Demirci" <cihand@skyatlas.com>
> À: "qemu-devel" <qemu-devel@nongnu.org>
> Envoyé: Lundi 4 Mai 2015 18:24:43
> Objet: [Qemu-devel] VCPU Hot-Unplug Feature
>
> Hello,
>
> We are interested in being able to remove a VCPU from an active Libvirt domain running under QEMU/KVM. However, currently that does not seem to be possible because QEMU does not provide an interface for hot-unplugging a VCPU. The corresponding feature page [1] on the QEMU wiki mentions the cpu-add interface and the generalized device add/del interface. So, my question is, is there someone working on a cpu-remove interface or making progress in the generalized device add/del interface to hot-unplug VCPUS? If you are in any way interested in or planning such a feature, we may provide feedback, testing or help in the development effort. Any other input, guidance or corrections would be also most welcome. Thank you.
>
> [1] http://wiki.qemu.org/Features/CPUHotplug
>
>
> Best regards,
> Fahri Cihan Demirci
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] VCPU Hot-Unplug Feature
2015-05-04 18:34 ` Fahri Cihan Demirci
@ 2015-05-18 8:17 ` Eduardo Otubo
0 siblings, 0 replies; 4+ messages in thread
From: Eduardo Otubo @ 2015-05-18 8:17 UTC (permalink / raw)
To: Fahri Cihan Demirci; +Cc: Igor Mammedov, qemu-devel, Alexandre DERUMIER
[-- Attachment #1: Type: text/plain, Size: 2482 bytes --]
On Mon, May 04, 2015 at 09=34=21PM +0300, Fahri Cihan Demirci wrote:
> Hello Alexandre,
>
> Thank you for your response. I came upon that patch on the Libvirt mailing list, too. However, the following comment makes me think that it's not likely to be merged:
>
> https://www.redhat.com/archives/libvir-list/2015-February/msg00415.html
>
> Also, later in the thread, the author of the patch seems to confirm that the plan for hotplug in QEMU is not compatible with that patch:
>
> https://www.redhat.com/archives/libvir-list/2015-March/msg01169.html
>
> So, I think Libvirt developers have decided to wait until there is a generalized groundwork for VCPU hot-unplug in the QEMU code base. That's why I decided to inquire and offer help for QEMU developers, since the ball seems to be in their court now.
We're very interested in having this feature upstream as well. As Fahri
stated above, I also would like to offer help to get it pushed.
What's the current status?
Regards,
>
> Thanks a lot for your time.
>
>
> On Mon, May 04, 2015 at 07:49:08PM +0200, Alexandre DERUMIER wrote:
> > Hi,
> >
> > they are a lot of patches sent on the mailing list recently,
> >
> > cpu hotplug|unplug with device_add|del
> >
> > https://www.redhat.com/archives/libvir-list/2015-February/msg00084.html
> >
> >
> >
> > ----- Mail original -----
> > De: "Fahri Cihan Demirci" <cihand@skyatlas.com>
> > À: "qemu-devel" <qemu-devel@nongnu.org>
> > Envoyé: Lundi 4 Mai 2015 18:24:43
> > Objet: [Qemu-devel] VCPU Hot-Unplug Feature
> >
> > Hello,
> >
> > We are interested in being able to remove a VCPU from an active Libvirt domain running under QEMU/KVM. However, currently that does not seem to be possible because QEMU does not provide an interface for hot-unplugging a VCPU. The corresponding feature page [1] on the QEMU wiki mentions the cpu-add interface and the generalized device add/del interface. So, my question is, is there someone working on a cpu-remove interface or making progress in the generalized device add/del interface to hot-unplug VCPUS? If you are in any way interested in or planning such a feature, we may provide feedback, testing or help in the development effort. Any other input, guidance or corrections would be also most welcome. Thank you.
> >
> > [1] http://wiki.qemu.org/Features/CPUHotplug
> >
> >
> > Best regards,
> > Fahri Cihan Demirci
>
--
Eduardo Otubo
ProfitBricks GmbH
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-18 8:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 16:24 [Qemu-devel] VCPU Hot-Unplug Feature Fahri Cihan Demirci
2015-05-04 17:49 ` Alexandre DERUMIER
2015-05-04 18:34 ` Fahri Cihan Demirci
2015-05-18 8:17 ` Eduardo Otubo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).