[EMAIL PROTECTED] wrote:
> Hello Dor,
> 
> Thank you so much for the quick reply.
> 
> My project is to run a qnx4.4 legacy application (which talks
> to custom made hardware) on virtualized environment. I am
> using KVM for that and am able to read and write to the actual
> hardware. I used serial driver in qemu as a reference to
> develop my custom virtual driver. Let me know what specific
> details you want to know.
> 
> I know fairly well to trap the interrupt in the host side
> (linux). What I would require is some example on how to modify
> the qemu part of the code, so that it the qemu set the flag

Let Qemu set the flag is not that stright forward, it will impact the
performance dramatically. In kernel irqchip will help u on this, but the
foundmental 
stuff to support either VT-d or directly hardware pass thru is still
under going. 
So you probably have to wait for this :-(

BTW, is this hardware shared among different VMs or dedicate to each VM?

> and ack the interrupt from the host side. Any example about it
> will be highly appreciated.
> 
> Thanks once again for your response
> 
> Regards
> Aji
> 
> 
Thx, eddie

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to