qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 6/6] use uint32_t for ioport port and value inst


From: Tristan Gingold
Subject: Re: [Qemu-devel] [PATCH 6/6] use uint32_t for ioport port and value instead of int.
Date: Fri, 10 Jul 2009 15:28:03 +0200


On Jul 10, 2009, at 3:16 PM, Anthony Liguori wrote:

Tristan Gingold wrote:
Yes.

Port IO is done through usual memory access, but either the processor or the north-bridge can recognize this address and convert the memory access to a port access. After all PCI cards knows about IO vs Memory.

So would we actually model this in QEMU through cpu_in/out?

Yes, as the cpu can generate port IO cycles for them.

Can PCI IO regions that are marked as PIO actually be > 16-bit in size?

yes: pci 2.2 6.2.5.1 allows this explicitely.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]