All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Gleb Natapov <gleb@redhat.com>
Cc: mtosatti@redhat.com, kvm@vger.kernel.org
Subject: Re: [PATCH unit-tests 3/3] Test that vcpu does not continue to run after issuing S3.
Date: Tue, 11 Jan 2011 15:53:08 +0200	[thread overview]
Message-ID: <4D2C60C4.1070100@redhat.com> (raw)
In-Reply-To: <1294752607-7920-3-git-send-email-gleb@redhat.com>

On 01/11/2011 03:30 PM, Gleb Natapov wrote:
> +
> +asm (
> +        ".global resume_start\n"
> +	".global resume_end\n"
> +	".code16\n"
> +	"resume_start:\n"
> +	"mov 0x0, %eax\n"
> +	"mov $0xf4, %dx\n"
> +	"out %eax, %dx\n"
> +	"1: hlt\n"
> +	"jmp 1b\n"
> +	"resume_end:\n"
> +#ifdef __i386__
> +	".code32\n"
> +#else
> +	".code64\n"
> +#endif
> +    );

Is this a kvm unit test or a qemu unit test?

-- 
error compiling committee.c: too many arguments to function


  reply	other threads:[~2011-01-11 13:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-11 13:30 [PATCH unit-tests 1/3] Task stack pointer should point to the end of the page Gleb Natapov
2011-01-11 13:30 ` [PATCH unit-tests 2/3] Test that error code is pushed on exception's task stack Gleb Natapov
2011-01-11 13:30 ` [PATCH unit-tests 3/3] Test that vcpu does not continue to run after issuing S3 Gleb Natapov
2011-01-11 13:53   ` Avi Kivity [this message]
2011-01-11 13:54     ` Gleb Natapov
2011-01-11 14:08       ` Avi Kivity
2011-01-11 14:17         ` Gleb Natapov
2011-01-19 16:37 ` [PATCH unit-tests 1/3] Task stack pointer should point to the end of the page Marcelo Tosatti

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=4D2C60C4.1070100@redhat.com \
    --to=avi@redhat.com \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.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.