-
Notifications
You must be signed in to change notification settings - Fork 174
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
qemu_guest_agent: Add new api support 'guest-network-get-route' #4130
base: master
Are you sure you want to change the base?
Conversation
6871876
to
94a958d
Compare
94a958d
to
38d7dd3
Compare
b2a2da4
to
d94fe97
Compare
@leidong please help to review thanks. |
d94fe97
to
d8b8d44
Compare
d8b8d44
to
60fdc54
Compare
qemu/tests/qemu_guest_agent.py
Outdated
self.gagent.get_network_route() | ||
qga_route_info = self.gagent.get_network_route() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 1986 is redundant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. thanks
Add new api 'guest-network-get-route' to support qga query route info of Guest. Signed-off-by: Dehan Meng <[email protected]>
60fdc54
to
038735f
Compare
Add new api 'guest-network-get-route' to support qga query route info of Guest.
ID: 2588
Signed-off-by: demeng [email protected]