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

4.0rc1 _qvm-prefs usbVM -s pci_strictreset false_ doesn't work #2993

Open
3hhh opened this Issue Aug 8, 2017 · 2 comments

Comments

Projects
None yet
4 participants
@3hhh

3hhh commented Aug 8, 2017

qvm-prefs usbVM -s pci_strictreset false
results in qvm-prefs reporting an unknown option in 4.0rc1.

This would require a different approach for
https://www.qubes-os.org/doc/user-faq/#i-created-a-usbvm-and-assigned-usb-controllers-to-it-now-the-usbvm-wont-boot

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 8, 2017

Member

That's right, in 4.0 there is -o no-strict-reset=True option to qvm-pci while attaching the device. Documentation needs to be updated. And also qvm-pci tool to list such option when device is attached with it (currently there is no way to know what options were used).

Member

marmarek commented Aug 8, 2017

That's right, in 4.0 there is -o no-strict-reset=True option to qvm-pci while attaching the device. Documentation needs to be updated. And also qvm-pci tool to list such option when device is attached with it (currently there is no way to know what options were used).

@marmarek marmarek added this to the Release 4.0 milestone Aug 8, 2017

@0spinboson

This comment has been minimized.

Show comment
Hide comment
@0spinboson

0spinboson Aug 16, 2017

Ah, so that's why I couldn't move host controllers to the usbvm using the gui.

Ah, so that's why I couldn't move host controllers to the usbvm using the gui.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment