qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 1/6] Use IO port for qemu<->guest BIOS commun


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH v3 1/6] Use IO port for qemu<->guest BIOS communication.
Date: Thu, 28 Aug 2008 20:57:18 +0300

On 8/28/08, Gleb Natapov <address@hidden> wrote:
> Use PIO to get configuration info between qemu process and guest BIOS.

Looking good ;-)

Sparc targets need these firmware_abi.h fields, and probably other targets too:
    uint64_t RAM0_size;
    uint64_t kernel_image;
    uint64_t kernel_size;
    uint64_t cmdline;
    uint64_t cmdline_size;
    uint16_t graphic_flags;
    uint8_t  nb_cpus;
    uint8_t  nboot_devices;
    uint8_t  boot_devices[0x10];

Maybe not all targets want these:
    uint16_t width;
    uint16_t height;
    uint16_t depth;

But before keys for these are added, it's not possible to migrate
Sparc targets to the new system. So should these be global?




reply via email to

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