* [Qemu-devel] Access to specific isa card with Qemu???
@ 2010-11-08 16:21 Djamel Hakkar
2010-11-12 12:36 ` Jes Sorensen
0 siblings, 1 reply; 3+ messages in thread
From: Djamel Hakkar @ 2010-11-08 16:21 UTC (permalink / raw)
To: qemu-devel; +Cc: Ludovic MTS
Hello,
We have a software that runs on MS-DOS and must communicate with a specific card installed on port isa.
We want to use this software in Qemu with a machine that runs XP.
Is it possible to access to the ISA port with Qemu in this case?
Do we have to do a specific development?
Can you help us in this development, how much would it cost?
Thank you,
Cordially
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Access to specific isa card with Qemu???
[not found] <20101108163443.F19AE2B1D3@zimbra14-e2.priv.proxad.net>
@ 2010-11-08 20:25 ` François Revol
0 siblings, 0 replies; 3+ messages in thread
From: François Revol @ 2010-11-08 20:25 UTC (permalink / raw)
To: qemu-devel; +Cc: Ludovic MTS, Djamel Hakkar
Hi,
> We have a software that runs on MS-DOS and must communicate with a specific card installed on port isa.
> We want to use this software in Qemu with a machine that runs XP.
> Is it possible to access to the ISA port with Qemu in this case?
>
> Do we have to do a specific development?
> Can you help us in this development, how much would it cost?
I believe some people already implemented PCI pass-through, or ported it from other emulators (Bochs had one IIRC), you'd have to check the mailing list :
http://search.gmane.org/?query=pci+pass+through&group=gmane.comp.emulators.qemu
Essentially you'd have to write the same kind of thing but for ISA, except you'll have to specify the resources manually since the card isn't published as a specific entity on ISA busses (PnP ones excepted).
Passing through I/O ports should be easy, but IRQ forwarding or even DMA if you need it might require some more work.
François.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Access to specific isa card with Qemu???
2010-11-08 16:21 [Qemu-devel] Access to specific isa card with Qemu??? Djamel Hakkar
@ 2010-11-12 12:36 ` Jes Sorensen
0 siblings, 0 replies; 3+ messages in thread
From: Jes Sorensen @ 2010-11-12 12:36 UTC (permalink / raw)
To: Djamel Hakkar; +Cc: Ludovic MTS, qemu-devel
On 11/08/10 17:21, Djamel Hakkar wrote:
> Hello,
>
> We have a software that runs on MS-DOS and must communicate with a specific card installed on port isa.
> We want to use this software in Qemu with a machine that runs XP.
> Is it possible to access to the ISA port with Qemu in this case?
>
> Do we have to do a specific development?
> Can you help us in this development, how much would it cost?
Right now I don't think there is any support for ISA pass-through, but
it could probably be done, even if it sounds pretty scary. There's a lot
of risk with ISA cards, they can easily take down the whole system, and
if it does DMA you are probably out of luck.
You might find someone on the list willing to do the work on a contract,
but I will let interested parties reply to you directly. I cannot do it.
Cheers,
Jes
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-12 12:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 16:21 [Qemu-devel] Access to specific isa card with Qemu??? Djamel Hakkar
2010-11-12 12:36 ` Jes Sorensen
[not found] <20101108163443.F19AE2B1D3@zimbra14-e2.priv.proxad.net>
2010-11-08 20:25 ` François Revol
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.