Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtio #10

Closed
JulyIghor opened this issue Mar 13, 2020 · 2 comments
Closed

virtio #10

JulyIghor opened this issue Mar 13, 2020 · 2 comments

Comments

@JulyIghor
Copy link

JulyIghor commented Mar 13, 2020

Since macOS 10.14 and 10.15 does support virtio block, it is better to replace sata driver in the xml config with virtio.

    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2' cache='writeback'/>
      <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/>
      <target dev='hdc' bus='sata'/>
      <boot order='1'/>
      <address type='drive' controller='0' bus='0' target='0' unit='2'/>
    </disk>

to

    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2' cache='writeback'/>
      <source file='/mnt/user/domains/MacinaboxCatalina/Clover.qcow2'/>
      <target dev='hdc' bus='virtio'/>
      <boot order='1'/>
      <address type='drive' controller='0' bus='0' target='0' unit='2'/>
    </disk>
@extremeshok
Copy link

Does catalina support virtio ?

@JulyIghor
Copy link
Author

Does catalina support virtio ?

Yes, that’s what I’m trying to say. Try by yourself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants