Commit Graph

1867 Commits

Author SHA1 Message Date
Martin Wimpress 8db3100355 refactor: remove hardcoded reference to qemu-img 2024-05-14 11:15:29 +01:00
Martin Wimpress 4ccee8097b chore: alias macOS release names with versions 2024-05-14 11:15:29 +01:00
Martin Wimpress c83dc45b11 refactor: derive macOS OSK inline 2024-05-14 11:15:29 +01:00
Martin Wimpress 96b7e8f991 chore: make tabstop hints the same for quickemu and quickget 2024-05-14 11:15:29 +01:00
Martin Wimpress 88cc5f0056 fix(macos): enable ept_1gb flag to improve compatibility. close #1214 2024-05-14 11:15:29 +01:00
Martin Wimpress 9cb021b174 refactor: move all disk_size configuration to quickget 2024-05-14 11:15:29 +01:00
Martin Wimpress 99ccc0460b style(quickget): indent case state correctly 2024-05-14 11:15:29 +01:00
Martin Wimpress 19d01e2900 style(macos): make macos download output consistent 2024-05-14 11:15:29 +01:00
Martin Wimpress f83e710bd2 chore: update .gitignore 2024-05-14 11:15:29 +01:00
Martin Wimpress 5b017a5163 chore(windows): drop non-functioning windows 11 hash checking 2024-05-14 11:15:29 +01:00
Martin Wimpress f2fb7f0f69 refactor(windows): drop curl_windows() and use web_get() 2024-05-14 11:15:29 +01:00
Martin Wimpress 58af2d9d9d style(windows): make windows download output consistent and more verbose 2024-05-14 11:15:29 +01:00
Martin Wimpress 6b052910e8 fix(windows): avoid using the LANG variable in the global scope 2024-05-14 11:15:29 +01:00
Martin Wimpress 355f0b14ed chore!(quickemu): remove backwards compatibility for old config options 2024-05-14 11:15:29 +01:00
Martin Wimpress b2012ab641 style: clean up some comments 2024-05-14 11:15:29 +01:00
Martin Wimpress b45926f83c refactor: macOS big-sur and newer honour --sound-card configuration 2024-05-14 11:15:29 +01:00
Martin Wimpress 398d4e7246 feat: add support for qemu usb-audio devices 2024-05-14 11:15:29 +01:00
Martin Wimpress a0d33ca42b feat: add support for sound duplex. closes #935
Passing `--sound-duplex hda-output` to quickemu will only present an audio output, but no microphine/line-in device.
2024-05-14 11:15:29 +01:00
Martin Wimpress 48f74d2cec refactor: consolidate macOS virtio configuration 2024-05-14 11:15:29 +01:00
Martin Wimpress 46fb3e60fb chore: increase default disk size for macOS to 128GB 2024-05-14 11:15:29 +01:00
Martin Wimpress ef711a0bbc style: make snapshot actions consistent with other actions 2024-05-14 11:15:29 +01:00
Martin Wimpress b3a1300144 refactor: if disk_img is not configured, automatically configure it 2024-05-14 11:15:29 +01:00
Martin Wimpress 622f6046c7 docs: add comments for the main VM variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 054f471f18 refactor: process all single run actions; make output consistent 2024-05-14 11:15:29 +01:00
Martin Wimpress 70055b746e chore: bump version to 4.9.5 2024-05-14 11:15:29 +01:00
Martin Wimpress 90c373f0ab refactor: make socket variable names consistent 2024-05-14 11:15:29 +01:00
Martin Wimpress bbc57c14e9 refactor: clean up serial connection variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 50111513be refactor: clean up qemu monitor variables 2024-05-14 11:15:29 +01:00
Martin Wimpress a628ee687d refactor: clean up ssh port variables 2024-05-14 11:15:29 +01:00
Martin Wimpress c6eadae173 refactor: clean up spice port variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 7163384c3c refactor: consolidate fullscreen variable 2024-05-14 11:15:29 +01:00
Martin Wimpress faa24eb7f2 refactor: clean up viewer variables 2024-05-14 11:15:29 +01:00
Martin Wimpress edcc5a0f43 refactor: clean up display variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 8d2b99bf46 refactor: change double shifts into shift 2 in the option parser 2024-05-14 11:15:29 +01:00
Martin Wimpress 4b3cb8ac0d refactor: clean up keyboard_layout variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 10ccf892cd refactor: clean up keyboard variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 49b1397350 refactor: clean up usb_controller variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 06a18b0045 refactor: clean up sound_card variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 2d4157f4c1 refactor: clean up mouse variables 2024-05-14 11:15:29 +01:00
Martin Wimpress 7f877d108b refactor: clean up extra_args variables 2024-05-14 11:15:29 +01:00
Phil Clifford 116c35a0c6 fix: correct incorrect use of apostrophe in help 2024-05-13 19:52:07 +01:00
Phil Clifford 26a904f861 docs: regenerated to align with changed, added and removed options 2024-05-13 19:49:35 +01:00
Phil Clifford 41f4c6ae01 chore: align subproject 2024-05-13 19:49:35 +01:00
Phil Clifford c69bded135 docs: Regenerated README
updated pandoc version and improved pandoc incantation
2024-05-13 19:49:35 +01:00
Phil Clifford 212450765b docs: regenerated man pages
includes some updates and changes from wiki including
contribution of Gentoo guidance
2024-05-13 19:49:35 +01:00
EuroNutellaMan ea92320fe4 chore(new supported release): Added support for Linux Mint 21.3
Added support fo Linux Mint's new version: 21.3
2024-05-13 14:47:35 +01:00
Martin Wimpress 5edc931726 feat: check if VM launched successfully; if not show the logs 2024-05-12 23:22:58 +01:00
Martin Wimpress f09a3b740a feat: improve macOS and *BSD default display device support
The display resolution can be set using `--width` and`--height` for macOS and *BSD.
- close #926
- close #1202
2024-05-12 23:22:58 +01:00
Martin Wimpress 5f9ff30643 refactor: increase VGA device video memory to 256MB 2024-05-12 23:22:58 +01:00
Martin Wimpress db1e602cf1 refactor: simplify setting the default display resolution 2024-05-12 23:22:58 +01:00