Re: [PATCH 1/4] vmx: Accept empty fileName for cdrom-image

2024-01-25 Thread Ján Tomko
On a Friday in 2023, Michal Privoznik wrote: Turns out, there are two ways to specify an empty CD-ROM drive in a .vmx file: 1) .fileName = "emptyBackingString" 2) .fileName = "" While we do parse 1) successfully, the code does not accept 2) and an error is reported. Modify the code to treat b

[PATCH 1/4] vmx: Accept empty fileName for cdrom-image

2023-12-15 Thread Michal Privoznik
Turns out, there are two ways to specify an empty CD-ROM drive in a .vmx file: 1) .fileName = "emptyBackingString" 2) .fileName = "" While we do parse 1) successfully, the code does not accept 2) and an error is reported. Modify the code to treat both cases the same. Resolves: https://issues