83c83
< physProxy.writeBlob(commandLineBuff, (uint8_t *)commandLine.c_str(),
---
> physProxy.writeBlob(commandLineBuff, commandLine.c_str(),
90c90
< physProxy.writeBlob(commandLinePointer, (uint8_t *)&guestCommandLineBuff,
---
> physProxy.writeBlob(commandLinePointer, &guestCommandLineBuff,