From: Pekka Enberg <penberg@kernel.org>
To: Alexander Graf <agraf@suse.de>
Cc: kvm@vger.kernel.org, Cyrill Gorcunov <gorcunov@gmail.com>,
Ingo Molnar <mingo@elte.hu>, John Floren <john@jfloren.net>,
Sasha Levin <levinsasha928@gmail.com>
Subject: Re: [PATCH] kvm tools, vesa: Use guest-mapped memory for framebuffer
Date: Mon, 06 Jun 2011 16:58:57 +0300 [thread overview]
Message-ID: <1307368737.27309.8.camel@jaguar> (raw)
In-Reply-To: <BD3AAF76-FF1B-4005-A9AD-8B763E81A97B@suse.de>
On Mon, 2011-06-06 at 15:56 +0200, Alexander Graf wrote:
> > @@ -216,7 +216,7 @@ void kvm__init_ram(struct kvm *kvm)
> > phys_size = kvm->ram_size - phys_size;
> > host_mem = kvm->ram_start + phys_start;
> >
> > - kvm_register_mem_slot(kvm, 1, phys_start, phys_size, host_mem);
> > + kvm__register_mem_slot(kvm, 1, phys_start, phys_size, host_mem);
>
> ... and also slot 1. Is this on purpose or could there be potential overwriting?
No, I just made a mess out of it and realized it too late. See v2 of the
patch I sent just now.
prev parent reply other threads:[~2011-06-06 13:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-06 13:51 [PATCH] kvm tools, vesa: Use guest-mapped memory for framebuffer Pekka Enberg
2011-06-06 13:56 ` Alexander Graf
2011-06-06 13:58 ` Pekka Enberg [this message]
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=1307368737.27309.8.camel@jaguar \
--to=penberg@kernel.org \
--cc=agraf@suse.de \
--cc=gorcunov@gmail.com \
--cc=john@jfloren.net \
--cc=kvm@vger.kernel.org \
--cc=levinsasha928@gmail.com \
--cc=mingo@elte.hu \
/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.