All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 2/4] switch stdvga to pci vgabios
Date: Wed, 17 Nov 2010 11:42:22 +0200	[thread overview]
Message-ID: <4CE3A37E.1010302@redhat.com> (raw)
In-Reply-To: <1288785372-17514-3-git-send-email-kraxel@redhat.com>

On 11/03/2010 01:56 PM, Gerd Hoffmann wrote:
> Make stdvga provide the new vgabios binary (with pcibios support)
> using the PCI option rom bar.  Seabios will happily load it from
> there.  The new vga bios will also lookup the framebuffer address
> in pci config space, so the magic bochs lfb @ 0xe0000000 is not
> needed any more ->  zap it.
>
> Without the patch:
>
>    # dmesg | grep framebuffer
>    vesafb: framebuffer at 0xe0000000, mapped to 0xf7e80000, using 1875k, total 8192k
>    # lspci -vs2
>    00:02.0 VGA compatible controller: Technical Corp. Device 1111 (prog-if 00 [VGA controller])
> 	Subsystem: Qumranet, Inc. Device 1100
> 	Physical Slot: 2
> 	Flags: fast devsel
> 	Memory at f0000000 (32-bit, prefetchable) [size=8M]
> 	Expansion ROM at<unassigned>  [disabled]
>
> With patch applied:
>
>    # dmesg | grep framebuffer
>    vesafb: framebuffer at 0xf0000000, mapped to 0xf7e80000, using 1875k, total 8192k
>    # lspci -vs2
>    00:02.0 VGA compatible controller: Technical Corp. Device 1111 (prog-if 00 [VGA controller])
> 	Subsystem: Qumranet, Inc. Device 1100
> 	Physical Slot: 2
> 	Flags: fast devsel
> 	Memory at f0000000 (32-bit, prefetchable) [size=8M]
> 	Expansion ROM at f0800000 [disabled] [size=64K]
>

This is a guest visible change... does it need -M 0.13 support?  Will 
live migration from 0.13 to 0.14 work?

-- 
error compiling committee.c: too many arguments to function

  reply	other threads:[~2010-11-17  9:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-03 11:56 [Qemu-devel] [PATCH v3 0/4] use new vgabios Gerd Hoffmann
2010-11-03 11:56 ` [Qemu-devel] [PATCH v3 1/4] Add new vgabios binaries to blobs list Gerd Hoffmann
2010-11-03 11:56 ` [Qemu-devel] [PATCH v3 2/4] switch stdvga to pci vgabios Gerd Hoffmann
2010-11-17  9:42   ` Avi Kivity [this message]
2010-11-17 10:00     ` Gerd Hoffmann
2010-11-03 11:56 ` [Qemu-devel] [PATCH v3 3/4] switch vmware_vga " Gerd Hoffmann
2010-11-03 11:56 ` [Qemu-devel] [PATCH v3 4/4] more stdvga cleanups Gerd Hoffmann
2010-11-09 13:39 ` [Qemu-devel] [PATCH v3 0/4] use new vgabios Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CE3A37E.1010302@redhat.com \
    --to=avi@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.