From 4f564a80599792237598a5d8ba1ef9c9f3c281e6 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 22 Mar 2020 17:40:18 +0000 Subject: [PATCH] Update README --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2b0e23e..b9ae65a 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ guest_os="linux" iso="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.iso" disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2" disk=128G +usb_devices=("046d:082d" "046d:085e") ``` * Use `quickemu` to start the virtual machine: @@ -81,6 +82,10 @@ Starting /media/martin/Quickemu/ubuntu-focal-desktop.conf - Display: SDL - smbd: /home/martin will be exported to the guest via smb://10.0.2.4/qemu - ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221' + - USB: Device pass-through requested: + - Logitech, Inc. HD Pro Webcam C920 + - Logitech, Inc. Logitech BRIO + Requested USB device(s) are accessible. ``` * Complete the installation as normal. @@ -102,6 +107,7 @@ iso="/media/$USER/Quickemu/windows10/Win10_1909_English_x64.iso" driver_iso="/media/$USER/Quickemu/windows10/virtio-win-0.1.173.iso" disk_img="/media/$USER/Quickemu/windows10/windows10.qcow2" disk=128G +usb_devices=("046d:082d" "046d:085e") ``` * Use `quickemu` to start the virtual machine: @@ -130,6 +136,10 @@ Starting /media/martin/Quickemu/windows10.conf - Display: SDL - smbd: /home/martin will be exported to the guest via smb://10.0.2.4/qemu - ssh: 22221/tcp is connected. Login via 'ssh user@localhost -p 22221' + - USB: Device pass-through requested: + - Logitech, Inc. HD Pro Webcam C920 + - Logitech, Inc. Logitech BRIO + Requested USB device(s) are accessible. ``` * During the Windows 10 install you will be asked *"Where do you want to install Windows?"* @@ -149,7 +159,6 @@ Usage You can also pass optional parameters --delete : Delete the disk image. - --efi : Enable EFI BIOS. --snapshot apply : Apply/restore a snapshot. --snapshot create : Create a snapshot. --snapshot delete : Delete a snapshot. @@ -159,13 +168,13 @@ You can also pass optional parameters ## TODO - - [ ] Add USB pass-through support - [ ] Create desktop launcher for a VM - [ ] Improve disk management - - [x] Make display configuration more robust - - [x] Improve stdout presentation - - [x] Make disk image optionally size configurable - - [x] Improve snapshot management + - [x] Add USB pass-through support - [x] Fix Virgil 3D on EFI boot - - [x] Get QEMU `-audiodev` working for audio input, something like: - [x] Add Windows support + - [x] Get QEMU `-audiodev` working for audio input + - [x] Make display configuration more robust + - [x] Improve snapshot management + - [x] Improve stdout presentation + - [x] Make disk image size configurable \ No newline at end of file