Skip to content

Conversation

@AkihiroSuda
Copy link
Member

Fix #1260

@AkihiroSuda AkihiroSuda added this to the v0.14.2 milestone Dec 23, 2022

func attachConsole(_ *driver.BaseDriver, vmConfig *vz.VirtualMachineConfiguration) error {
consoleDevice, err := vz.NewVirtioConsoleDeviceConfiguration()
if err != nil {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we can remove the entire attachConsole method itself
We can re-add this when we provide support for display.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Potentially something may not work when no console is connected?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be fine as far as i know. Not all configs are mandatory / required to be set.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed the entire console

balajiv113
balajiv113 previously approved these changes Dec 23, 2022
Fix issue 1260

Signed-off-by: Akihiro Suda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[EC2 mac without GUI] [VZSpiceAgent initialize] crashes with NSInvalidArgumentException

2 participants