vpci_region_update()
Update the hosting qvm process with new BAR regions
Synopsis:
#include <qvm/vpci.h>void vpci_region_update(vdev_t *vdp,
struct vpci_rw_state *rw_cfg)Arguments:
- vdp
- A pointer to the vPCI device.
- rw_cfg
- A pointer to the device's read/write configuration data.
Description:
This function updates the hosting qvm process with new BAR regions. Call this function when the guest has changed a BAR (i.e., after the regions were modified by the guest).
Page updated:
