qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH 0/3]: Add UUID command-line option


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [PATCH 0/3]: Add UUID command-line option
Date: Wed, 06 Aug 2008 11:33:43 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Blue Swirl wrote:
On 8/6/08, Anthony Liguori <address@hidden> wrote:
 I like having a configuration blob but am uncomfortable with stashing it in
memory somewhere.  I would think maybe stealing a few IO ports and using
that to read the rom may be nicer (albeit slower).  I think it's something
that needs to be implemented fully to work out the kinks.

Ok, I made a new version that uses IO ports. But then you have to
select a port instead of address, is that any better?

A lot of the BIOS code is 16-bit and accessing high memory location from 16-bit code is a royal pain. That is simplified with using IO ports.

Regards,

Anthony Liguori




reply via email to

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