qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Wei Huang <wei@redhat.com>, qemu-devel@nongnu.org
Cc: marc.zyngier@arm.com, mpe@ellerman.id.au, christoffer.dall@linaro.org
Subject: Re: [Qemu-devel] [PATCH 1/2] kvm_stat: Define RESET ioctl number for PPC
Date: Tue, 03 Feb 2015 13:58:01 +0100	[thread overview]
Message-ID: <54D0C5D9.5070506@redhat.com> (raw)
In-Reply-To: <1422641828-2454-1-git-send-email-wei@redhat.com>



On 30/01/2015 19:17, Wei Huang wrote:
> This patch defines the RESET ioctl number for PPC architecture. Without it,
> the reset() function of Event class can potentionally cause exception on
> PPC.
> 
> Signed-off-by: Wei Huang <wei@redhat.com>
> ---
>  scripts/kvm/kvm_stat | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/scripts/kvm/kvm_stat b/scripts/kvm/kvm_stat
> index c0c4ff0..7af5947 100755
> --- a/scripts/kvm/kvm_stat
> +++ b/scripts/kvm/kvm_stat
> @@ -207,6 +207,7 @@ def ppc_init():
>              'SET_FILTER' : 0x80002406 | (ctypes.sizeof(ctypes.c_char_p) << 16),
>              'ENABLE'     : 0x20002400,
>              'DISABLE'    : 0x20002401,
> +            'RESET'      : 0x20002403,
>          }
>      })
>  
> 

Applying both to uq/master.

Paolo

      parent reply	other threads:[~2015-02-03 12:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-30 18:17 [Qemu-devel] [PATCH 1/2] kvm_stat: Define RESET ioctl number for PPC Wei Huang
2015-01-30 18:17 ` [Qemu-devel] [PATCH 2/2] kvm_stat: Add kvm_exit reasons for aarch64 Wei Huang
2015-02-03 12:58 ` Paolo Bonzini [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=54D0C5D9.5070506@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=christoffer.dall@linaro.org \
    --cc=marc.zyngier@arm.com \
    --cc=mpe@ellerman.id.au \
    --cc=qemu-devel@nongnu.org \
    --cc=wei@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).