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: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 6/6] use uint32_t for ioport port and value instead of int.
Date: Fri, 10 Jul 2009 07:59:43 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Tristan Gingold wrote:

On Jul 10, 2009, at 10:54 AM, Samuel Thibault wrote:

Isaku Yamahata, le Fri 10 Jul 2009 17:45:08 +0900, a écrit :
void cpu_out[bwl](CPUState *env, int64_t addr, int{8, 16, 32}_t val);

uint16_t addr, and uint* for val

uint{8, 16, 32}_t cpu_inw(CPUState *env, int16_t addr);

uint16_t addr

Some machines allow more than 2**16 ports (guess which :-)

But I thought that PIO on ia64 ended up being MMIO or something funky like that? Would it really end up using this code path?

Regards,

Anthony Liguori





reply via email to

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