Re: [RFC PATCH 2/5] vhost: Add support for presetup

2023-12-22 Thread Eugenio Perez Martin
On Mon, Sep 18, 2023 at 6:56 AM Yajun Wu wrote: > > Add New API vhost_dev_start_presetup to notify backend the start > and end of presetup. > > API vhost_dev_presetup to send out the device configurations: > 1. acked_features > 2. memory table > 3. vring information > 4. disable host/guest notifie

[RFC PATCH 2/5] vhost: Add support for presetup

2023-09-17 Thread Yajun Wu
Add New API vhost_dev_start_presetup to notify backend the start and end of presetup. API vhost_dev_presetup to send out the device configurations: 1. acked_features 2. memory table 3. vring information 4. disable host/guest notifier. Signed-off-by: Yajun Wu Reviewed-by: Avihai Horon Reviewed-b