qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH vgabios] Add 1280x768 mode
@ 2010-11-21 15:33 Avi Kivity
  2010-11-21 15:34 ` [Qemu-devel] " Avi Kivity
  2010-11-22 11:24 ` [Qemu-devel] " Gerd Hoffmann
  0 siblings, 2 replies; 4+ messages in thread
From: Avi Kivity @ 2010-11-21 15:33 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori; +Cc: kvm

Signed-off-by: Avi Kivity <avi@redhat.com>
---
 vbetables-gen.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/vbetables-gen.c b/vbetables-gen.c
index 550935a..76b8842 100644
--- a/vbetables-gen.c
+++ b/vbetables-gen.c
@@ -55,6 +55,9 @@ ModeInfo modes[] = {
 { 1152, 864, 16                      , 0x14a},
 { 1152, 864, 24                      , 0x14b},
 { 1152, 864, 32                      , 0x14c},
+{ 1280, 768, 16                      , 0x175},
+{ 1280, 768, 24                      , 0x176},
+{ 1280, 768, 32                      , 0x177},
 { 1280, 800, 16                      , 0x178},
 { 1280, 800, 24                      , 0x179},
 { 1280, 800, 32                      , 0x17a},
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: [PATCH vgabios] Add 1280x768 mode
  2010-11-21 15:33 [Qemu-devel] [PATCH vgabios] Add 1280x768 mode Avi Kivity
@ 2010-11-21 15:34 ` Avi Kivity
  2010-11-22 11:24 ` [Qemu-devel] " Gerd Hoffmann
  1 sibling, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2010-11-21 15:34 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori; +Cc: kvm

On 11/21/2010 05:33 PM, Avi Kivity wrote:
> Signed-off-by: Avi Kivity<avi@redhat.com>
> ---
>   vbetables-gen.c |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/vbetables-gen.c b/vbetables-gen.c
> index 550935a..76b8842 100644
> --- a/vbetables-gen.c
> +++ b/vbetables-gen.c
> @@ -55,6 +55,9 @@ ModeInfo modes[] = {
>   { 1152, 864, 16                      , 0x14a},
>   { 1152, 864, 24                      , 0x14b},
>   { 1152, 864, 32                      , 0x14c},
> +{ 1280, 768, 16                      , 0x175},
> +{ 1280, 768, 24                      , 0x176},
> +{ 1280, 768, 32                      , 0x177},

This is of course from qemu-kvm, and was added at a user's request.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH vgabios] Add 1280x768 mode
  2010-11-21 15:33 [Qemu-devel] [PATCH vgabios] Add 1280x768 mode Avi Kivity
  2010-11-21 15:34 ` [Qemu-devel] " Avi Kivity
@ 2010-11-22 11:24 ` Gerd Hoffmann
  2010-11-30 12:23   ` Marcelo Tosatti
  1 sibling, 1 reply; 4+ messages in thread
From: Gerd Hoffmann @ 2010-11-22 11:24 UTC (permalink / raw)
  To: Avi Kivity; +Cc: qemu-devel, kvm

On 11/21/10 16:33, Avi Kivity wrote:
> +{ 1280, 768, 16                      , 0x175},
> +{ 1280, 768, 24                      , 0x176},
> +{ 1280, 768, 32                      , 0x177},

Acked-by: Gerd Hoffmann <kraxel@redhat.com>

cheers,
   Gerd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH vgabios] Add 1280x768 mode
  2010-11-22 11:24 ` [Qemu-devel] " Gerd Hoffmann
@ 2010-11-30 12:23   ` Marcelo Tosatti
  0 siblings, 0 replies; 4+ messages in thread
From: Marcelo Tosatti @ 2010-11-30 12:23 UTC (permalink / raw)
  To: Gerd Hoffmann, Anthony Liguori; +Cc: Avi Kivity, kvm, qemu-devel

Anthony, 

Can you please apply this patch and update the submodule in QEMU
to use it? Its the only diff between qemu-kvm's vgabios and qemu's.

Thanks

On Mon, Nov 22, 2010 at 12:24:04PM +0100, Gerd Hoffmann wrote:
> On 11/21/10 16:33, Avi Kivity wrote:
> >+{ 1280, 768, 16                      , 0x175},
> >+{ 1280, 768, 24                      , 0x176},
> >+{ 1280, 768, 32                      , 0x177},
> 
> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
> 
> cheers,
>   Gerd
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-01  5:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-21 15:33 [Qemu-devel] [PATCH vgabios] Add 1280x768 mode Avi Kivity
2010-11-21 15:34 ` [Qemu-devel] " Avi Kivity
2010-11-22 11:24 ` [Qemu-devel] " Gerd Hoffmann
2010-11-30 12:23   ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).