Re: [virtio-dev] [PATCH] Define the DEVICE ID of Virtio Cpu balloon device as 47.

2024-01-30 Thread Cornelia Huck
On Mon, Jan 29 2024, Shujun Xue wrote: > Is there ETA for the migration? Well, I wish I knew... > > Bests, > Shujun > > > Cornelia Huck 于2024年1月29日 周一上午6:55写道: > >> On Tue, Jan 23 2024, Shujun Xue wrote: >> >> > The Virtio CPU balloon device is a primitive device for managing guest >> > CPU

Re: [virtio-dev] [PATCH] Define the DEVICE ID of Virtio Cpu balloon device as 47.

2024-01-29 Thread Shujun Xue
Is there ETA for the migration? Bests, Shujun Cornelia Huck 于2024年1月29日 周一上午6:55写道: > On Tue, Jan 23 2024, Shujun Xue wrote: > > > The Virtio CPU balloon device is a primitive device for managing guest > > CPU capacity: the device asks for certain CPU cores to be online, > > offline or

Re: [virtio-dev] [PATCH] Define the DEVICE ID of Virtio Cpu balloon device as 47.

2024-01-29 Thread Cornelia Huck
On Tue, Jan 23 2024, Shujun Xue wrote: > The Virtio CPU balloon device is a primitive device for managing guest > CPU capacity: the device asks for certain CPU cores to be online, > offline or throttled, and the driver performs the requested operation. > This allows the guest to adapt to changes

[virtio-dev] [PATCH] Define the DEVICE ID of Virtio Cpu balloon device as 47.

2024-01-23 Thread Shujun Xue
The Virtio CPU balloon device is a primitive device for managing guest CPU capacity: the device asks for certain CPU cores to be online, offline or throttled, and the driver performs the requested operation. This allows the guest to adapt to changes in allowance of underlying CPU capacity.

[virtio-dev] [PATCH] Define the DEVICE ID of Virtio Cpu balloon device as 47

2024-01-22 Thread Shujun Xue
The virtio CPU balloon device is a primitive device for managing guest CPU capacity: the device asks for certain CPU cores to be online, offlined or throttled, and the driver performs the requested operation. This allows the guest to adapt to changes in allowance of underlying CPU capacity.