[Qemu-devel] ISA Proxy - possible?

2007-06-19 Thread Daniel Schwen
Would it be possible to register a set of io ports and io memory locations with qemu and have all read write operations passed on to the host system? A quick look at the source shows me the two look-up tables IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS]; IOPortWriteFunc

Re: [Qemu-devel] ISA Proxy - possible?

2007-06-19 Thread amateur
On Tue, Jun 19, 2007 at 02:01:50PM +0200, Daniel Schwen wrote: Would it be possible to register a set of io ports and io memory locations with qemu and have all read write operations passed on to the host system? A quick look at the source shows me the two look-up tables IOPortReadFunc