Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VT] Support vdpa device #3718

Merged
merged 4 commits into from
Sep 19, 2023

Commits on Sep 12, 2023

  1. vdpa_blk.py: Add a related function about vdpa

    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8541b28 View commit details
    Browse the repository at this point in the history
  2. qcontainer: support the vdpa device

    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5e7f791 View commit details
    Browse the repository at this point in the history
  3. qdevices: Add a protocol node for virtio-blk-vhost-vdpa

    Add a new class: QBlockdevProtocolVirtioBlkVhostVdpa
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c5225ad View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. qemu_storage: support the vdpa device

    add vdpa device support to the related functions
    
    Signed-off-by: Houqi (Nick) Zuo <[email protected]>
    nickzhq committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    23b2a8b View commit details
    Browse the repository at this point in the history