qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH 01/11] QMP: Introduce specification file


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [PATCH 01/11] QMP: Introduce specification file
Date: Tue, 23 Jun 2009 10:47:28 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Avi Kivity wrote:
stop
cont

These certainly seem very synchronous to me.

Not with KVM. You have to wait for the VCPU threads to get notified and stop. Maybe it's not a big deal to block during this.

migrate
balloon

Isn't balloon synchronous? It sets the target and exits immediately. We don't want command completion to depend on the guest.

I can see a use-case for having balloon only return when the target has been reached by the guest.

I think I can buy the event stuff. As long as we version QMP protocol, we can potentially fix this down the road.

--
Regards,

Anthony Liguori





reply via email to

[Prev in Thread] Current Thread [Next in Thread]