Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Issue 6768009: Use 1280x1024 resolution when running ChromeOS under qemu. (Closed)

Created:
9 years, 9 months ago by marcheu
Modified:
9 years, 7 months ago
Reviewers:
rkc, zel, sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush
Visibility:
Public.

Description

Use 1280x1024 resolution when running ChromeOS under qemu. BUG=none TEST=Run ChromeOS under qemu, the screen should be 1280x1024 not 800x600. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=7e0b3d8

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix copyright year. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -0 lines) Patch
A fixup_image_for_qemu.py View 1 1 chunk +57 lines, -0 lines 0 comments Download
M image_to_vm.sh View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
marcheu
9 years, 9 months ago (2011-03-29 01:52:50 UTC) #1
rkc
LGTM http://codereview.chromium.org/6768009/diff/1/fixup_image_for_qemu.py File fixup_image_for_qemu.py (right): http://codereview.chromium.org/6768009/diff/1/fixup_image_for_qemu.py#newcode3 fixup_image_for_qemu.py:3: # Copyright (c) 2010 The Chromium OS Authors. ...
9 years, 9 months ago (2011-03-29 01:57:30 UTC) #2
zel
LGTM++
9 years, 9 months ago (2011-03-29 04:35:21 UTC) #3
sosa
After this CL graphics performance is terrible (1 frame per every 2 seconds) with the ...
9 years, 8 months ago (2011-03-30 22:50:04 UTC) #4
marcheu
On Wed, Mar 30, 2011 at 15:50, <sosa@chromium.org> wrote: > After this CL graphics performance ...
9 years, 8 months ago (2011-03-30 22:53:43 UTC) #5
sosa
It's very slow on my z600 but I think it's maybe the options in the ...
9 years, 8 months ago (2011-03-30 22:56:49 UTC) #6
marcheu
On Wed, Mar 30, 2011 at 15:56, <sosa@chromium.org> wrote: > It's very slow on my ...
9 years, 8 months ago (2011-03-30 23:01:07 UTC) #7
sosa
No we are migrating the scripts to only work inside the chroot. That is unfortunate ...
9 years, 8 months ago (2011-03-30 23:03:04 UTC) #8
marcheu
On Wed, Mar 30, 2011 at 16:02, Chris Sosa <sosa@chromium.org> wrote: > No we are ...
9 years, 8 months ago (2011-03-30 23:04:25 UTC) #9
sosa
+anush On Wed, Mar 30, 2011 at 4:04 PM, Stéphane Marchesin <marcheu@chromium.org> wrote: > > ...
9 years, 8 months ago (2011-03-30 23:04:52 UTC) #10
rkc
So marchaeu@ and I strace'd KVM inside and outside chroot. Apparently KVM inside chroot _is ...
9 years, 8 months ago (2011-03-31 00:24:37 UTC) #11
sosa
That's ok. I just wasn't aware. Probably makes sense to drop support in the chroot ...
9 years, 8 months ago (2011-03-31 00:28:00 UTC) #12
anush
9 years, 8 months ago (2011-03-31 00:42:16 UTC) #13
Running some scripts outside and some inside causes a lot of headaches with
maintaining these scripts. Could we look into if this bug is fixed in later
revs or debug what exactly is the bug ? At the least can we file an issue to
track it with the information you have collected so far.


On Wed, Mar 30, 2011 at 5:27 PM, Chris Sosa <sosa@chromium.org> wrote:

> That's ok.  I just wasn't aware.  Probably makes sense to drop support
> in the chroot for kvm until that bug is addressed i.e. remove qemu-kvm
> from hard-host-depends and require that you run vm scripts from
> outside the chroot.
>
> On Wed, Mar 30, 2011 at 5:24 PM,  <rkc@chromium.org> wrote:
> > So marchaeu@ and I strace'd KVM inside and outside chroot. Apparently
> KVM
> > inside
> > chroot _is loading the KVM kernel driver; the driver just seems to be
> > refusing
> > to use CPU virtualization.
> >
> > Ideally this shouldn't be happening, but the problem is within KVM code,
> not
> > ours; hence it would make sense if we just ran this outside chroot as an
> > exceptional case.
> >
> > The only thing this change did was expose an already existing problem -
> kvm
> > didn't work with hardware virt inside chroot earlier either.
> >
> > On 2011/03/30 23:04:52, sosa wrote:
> >>
> >> +anush
> >
> >> On Wed, Mar 30, 2011 at 4:04 PM, Stéphane Marchesin
> >> <mailto:marcheu@chromium.org> wrote:
> >> >
> >> >
> >> > On Wed, Mar 30, 2011 at 16:02, Chris Sosa <mailto:sosa@chromium.org>
> >> > wrote:
> >> >>
> >> >> No we are migrating the scripts to only work inside the chroot.
> >> >> &nbsp;That
> >> >> is unfortunate :(
> >> >>
> >> >
> >> > Well don't do that then, this will make the qemu unusable.
> >> > Stéphane
> >> >
> >
> >
> >
> > http://codereview.chromium.org/6768009/
> >
>

Powered by Google App Engine
This is Rietveld 408576698