Re: xHCI Controller on Bochs
Volker Ruppert <[email protected]> Tue, 28 Jul 2015 18:22:48 +0200
| Newsgroups | gmane.comp.emulators.bochs.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! > I'd like to have an xHCI Controller in bochs. So I added the following > line (which I got from here > <http://bochs.sourceforge.net/doc/docbook/user/bochsrc.html#BOCHSOPT-USB-XHCI>) > to my configuration file: > > usb_xhci: enabled=1 > > But when I ran bochs it said: > > directive 'usb_xhci' not understood > > What can I do to correct this? The bochsrc option looks okay, so I guess the xHCI controller is not compiled in the binary you are using. The release binaries of the most recent Bochs versions are all compiled with xHCI support. - If you are using an older Bochs version, please update to 2.6.8. - If you can compile Bochs yourself, please don't forget to enable xHCI support when configuring with --enable-usb-xhci. -- Thanks, Volker ------------------------------------------------------------------------------