article: Running OSX Mavericks under KVM with QEMM


Recommended Posts

  • Replies 128
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

I had the same issue, need to move the USB pass trough away from this part.

 

Right, it's either here or in the devices section as part of a hostdev block. But unfortunately the hostdev blocks that's working for the Windows VM isn't for the Mac, hence why I'm trying it here. I'm assuming you have usb controller passthrough working correctly via a hostdev block?

Link to comment

I have this setting know, USB mouse and a keyboard

 

<hostdev mode='subsystem' type='usb' managed='yes'>

      <source>

        <vendor id='0x046d'/>

        <product id='0xc52b'/>

      </source>

    </hostdev>

    <hostdev mode='subsystem' type='usb' managed='yes'>

      <source>

        <vendor id='0x045e'/>

        <product id='0x0040'/>

      </source>

    </hostdev>

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.