-
Notifications
You must be signed in to change notification settings - Fork 172
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 checkpoints for 'NVMe' type of disk #3809
base: master
Are you sure you want to change the base?
Conversation
78b7241
to
018c5f3
Compare
Depends on: |
0196ecf
to
304ea56
Compare
@vivianQizhu @PaulYuuu could you please help to review it? |
@MiriamDeng @fbq815 @BohdanMar does it affect your scenario? if so, please help to review it. |
LGTM, but we don't really have NVMe device to check it, let's keep s390x with this test case. (The attempt issue would be different device path) |
There is no support in ppc64le for NVME emulation in KVM, also cc @maxujun Thanks. |
Also doesn't support the same way on the aarch64 platform. |
9310ee1
to
bd26823
Compare
bc29100
to
12ad793
Compare
Add two checkpoints for qga command 'guest-get-disks' to get disk info: 1. 'smart' parameter for linux and 'bus-type' check 2. 'bus-type' for windows. Signed-off-by: demeng <[email protected]>
12ad793
to
1aecb34
Compare
Draft the patch as the dependent one is still waiting for review. |
Add two checkpoints for qga command 'guest-get-disks' to get disk info:
ID: 1440
Signed-off-by: demeng [email protected]