All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiaofeng Ling <xiaofeng.ling@intel.com>
To: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>,
	Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH][1/6] add a hypercall number for virtual device in unmodified guest
Date: Mon, 05 Sep 2005 18:18:32 +0800	[thread overview]
Message-ID: <431C1B78.8020107@intel.com> (raw)

add a hypercall number for virtual device in unmodified guest
There are 6 patches for para-driver support in vmx guest. This is the 
first one.

Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>


diff -r 287d36b46fa3 xen/arch/x86/x86_32/entry.S
--- a/xen/arch/x86/x86_32/entry.S	Tue Aug 30 20:36:49 2005
+++ b/xen/arch/x86/x86_32/entry.S	Fri Sep  2 22:46:13 2005
@@ -812,6 +812,7 @@
          .long do_ni_hypercall       /* 25 */
          .long do_mmuext_op
          .long do_acm_op             /* 27 */
+        .long do_virtual_device_op       /* virutal device op for VMX */
          .rept NR_hypercalls-((.-hypercall_table)/4)
          .long do_ni_hypercall
          .endr

             reply	other threads:[~2005-09-05 10:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-05 10:18 Xiaofeng Ling [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-09-05 10:56 [PATCH][1/6] add a hypercall number for virtual device in unmodified guest Ian Pratt
2005-09-05 14:01 Ling, Xiaofeng

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=431C1B78.8020107@intel.com \
    --to=xiaofeng.ling@intel.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=m+Ian.Pratt@cl.cam.ac.uk \
    --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.