All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Haifeng Fang" <fhf25@126.com>
To: Keir Fraser <keir.fraser@eu.citrix.com>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: some questions about vcpu?
Date: Wed, 20 Jan 2010 20:44:06 +0800	[thread overview]
Message-ID: <201001202044060528755@126.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 832 bytes --]

hi, all

Recently, I want to add a hidden domain in Xen. So I have studied the source codes related to idle-vcpu.
Now, I have implemented a hidden domain, which contains a vcpu similar to idle-vcpu. In this vcpu, it used the same page-table with idle-vcpu, that is, idle_pg_table, so the vcpu can access the memory within xen hypervisor address space. Being apparent, this vcpu is like a kernel thread of linux.

Fortunately, the method is good when the changed xen is running under single physical CPU, while the running speed of domain became a little slow. However, when the changed xen is installed onto the machine with dual-core, the machine is dead. So, how can I solve the problem? If the death of machine is due to the vcpu's synchronization.

who can give me some advise?

Thanks in advance.

--Haifeng Fang
Beijing China

[-- Attachment #1.2: Type: text/html, Size: 3028 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

             reply	other threads:[~2010-01-20 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-20 12:44 Haifeng Fang [this message]
2010-01-20 14:03 ` some questions about vcpu? George Dunlap

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=201001202044060528755@126.com \
    --to=fhf25@126.com \
    --cc=keir.fraser@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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.