summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Some memory size changes.HEADmasterPaulo Alcantara2019-02-081-3/+3
* Change program name from 'vmhelper' to 'vmhtool'.Paulo Alcantara2018-10-031-0/+0
* Replace '-localtime' with '-rtc base=localtime'Paulo Alcantara2018-09-251-1/+1
* Allow to override default QEMU binary patch with env vars.Paulo Alcantara2018-08-281-4/+18
* Fix minor typo.Paulo Alcantara2018-07-041-1/+1
* Align the vm's name with the remaining fields.Paulo Alcantara2018-07-041-1/+1
* Update help.Paulo Alcantara2018-06-121-2/+2
* Introduce '--ncpus' cmd optionPaulo Alcantara2018-06-121-2/+4
* Turn off KASLR by default when passing '--gdb' option.Paulo Alcantara2018-05-251-0/+4
* Introduce --cmdline cmd option.Paulo Alcantara2018-05-251-0/+4
* Introduce --gdb and --serial cmd optionsPaulo Alcantara2018-05-251-12/+36
* Introduce do_run_vm()Paulo Alcantara2018-05-241-18/+21
* Increase number of vCPUs for all vms.Paulo Alcantara2018-05-211-2/+2
* Fix duplicate bootindex for SCSI drive.Paulo Alcantara2018-05-201-1/+1
* Increase mem size for win and linux guests.Paulo Alcantara2018-05-201-2/+2
* Provide the user with QEMU monitor after starting up vm.Paulo Alcantara2018-05-201-12/+12
* Create bridge on tapPaulo Alcantara2018-05-191-33/+45
* Allow setting up ip addresses for tap devs.Paulo Alcantara2018-05-191-3/+12
* Make network bridging optionalPaulo Alcantara2018-05-181-62/+106
* Add missing "path" word for --rootfs cmd option.Paulo Alcantara2018-05-081-1/+1
* Fix random mac addr generator.Paulo Alcantara2018-05-071-2/+1
* Print out qemu cmd when installing or executing a vm.Paulo Alcantara2018-05-071-3/+18
* Do some code cleanup.Paulo Alcantara2018-05-021-95/+94
* Print out some useful information during execution.Paulo Alcantara2018-04-301-4/+15
* Introduce --disk|-D cmdline optionPaulo Alcantara2018-04-291-2/+30
* Introduce --nographic|-N cmdline optionPaulo Alcantara2018-04-181-21/+26
* Pass USB table only in non-install paths on linux vms.Paulo Alcantara2018-04-171-1/+0
* Fix unclosed conf file when getting vm macaddrPaulo Alcantara2018-04-171-0/+1
* Only generate random macaddr for new vm entriesPaulo Alcantara2018-04-171-12/+15
* Replace USB tablet with default PS/2 mouse on linux guestesPaulo Alcantara2018-04-171-0/+3
* Abort gracefully in case of kernel build/run failures.Paulo Alcantara2018-04-061-19/+45
* Dynamically generate network configuration.Paulo Alcantara2018-04-061-28/+102
* Fix creation of bridge device.Paulo Alcantara2018-04-041-17/+11
* Add initial files.Paulo Alcantara2018-04-042-0/+796