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

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).