All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: Jan Kiszka <jan.kiszka@web.de>
Cc: Anthony Liguori <anthony@codemonkey.ws>,
	qemu-devel <qemu-devel@nongnu.org>,
	KVM list <kvm@vger.kernel.org>,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: Re: [GIT PULL] kvm upstream updates
Date: Wed, 29 Dec 2010 17:42:24 +0200	[thread overview]
Message-ID: <4D1B56E0.1090606@redhat.com> (raw)
In-Reply-To: <4D1B4E33.7030506@web.de>

On 12/29/2010 05:05 PM, Jan Kiszka wrote:
> Am 28.12.2010 11:36, Avi Kivity wrote:
> >  The following changes since commit
> >  4cdc1cd137e0b98766916a7cdf2d5a9b3c6632fa:
> >
> >    target-mips: fix host CPU consumption when guest is idle (2010-12-27
> >  00:58:06 +0100)
> >
> >  are available in the git repository at:
> >    git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
> >
> >  Jan Kiszka (4):
> >        kvm: x86: Fix DPL write back of segment registers
> >        kvm: x86: Remove obsolete SS.RPL/DPL aligment
> >        kvm: x86: Prevent sign extension of DR7 in guest debugging mode
> >        kvm: x86: Fix a few coding style violations
> >
> >  Jin Dongming (6):
> >        Clean up cpu_inject_x86_mce()
> >        Add "broadcast" option for mce command
> >        Add function for checking mca broadcast of CPU
> >        kvm: introduce kvm_mce_in_progress
> >        kvm: kvm_mce_inj_* subroutines for templated error injections
> >        kvm: introduce kvm_inject_x86_mce_on
> >
> >  Lai Jiangshan (2):
> >        kvm: Enable user space NMI injection for kvm guest
> >        kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
> >
> >  Marcelo Tosatti (1):
> >        Expose thread_id in info cpus
>
> As I'm currently unable to find this particular version of the last
> patch in the archive:
>
>    LINK  i386-linux-user/qemu-i386
> exec.o: In function `cpu_exec_init':
> /data/qemu-kvm/exec.c:634: undefined reference to `get_thread_id'
>

I'll take a look.

> And a minor remark: I would suggest to call it qemu_get_thread_id as it
> is wrapped (like the rest of the osdeps).

The thought crossed my mind, and I should have heeded it.  I'll update 
it as you suggest.

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


WARNING: multiple messages have this Message-ID (diff)
From: Avi Kivity <avi@redhat.com>
To: Jan Kiszka <jan.kiszka@web.de>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	KVM list <kvm@vger.kernel.org>
Subject: [Qemu-devel] Re: [GIT PULL] kvm upstream updates
Date: Wed, 29 Dec 2010 17:42:24 +0200	[thread overview]
Message-ID: <4D1B56E0.1090606@redhat.com> (raw)
In-Reply-To: <4D1B4E33.7030506@web.de>

On 12/29/2010 05:05 PM, Jan Kiszka wrote:
> Am 28.12.2010 11:36, Avi Kivity wrote:
> >  The following changes since commit
> >  4cdc1cd137e0b98766916a7cdf2d5a9b3c6632fa:
> >
> >    target-mips: fix host CPU consumption when guest is idle (2010-12-27
> >  00:58:06 +0100)
> >
> >  are available in the git repository at:
> >    git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master
> >
> >  Jan Kiszka (4):
> >        kvm: x86: Fix DPL write back of segment registers
> >        kvm: x86: Remove obsolete SS.RPL/DPL aligment
> >        kvm: x86: Prevent sign extension of DR7 in guest debugging mode
> >        kvm: x86: Fix a few coding style violations
> >
> >  Jin Dongming (6):
> >        Clean up cpu_inject_x86_mce()
> >        Add "broadcast" option for mce command
> >        Add function for checking mca broadcast of CPU
> >        kvm: introduce kvm_mce_in_progress
> >        kvm: kvm_mce_inj_* subroutines for templated error injections
> >        kvm: introduce kvm_inject_x86_mce_on
> >
> >  Lai Jiangshan (2):
> >        kvm: Enable user space NMI injection for kvm guest
> >        kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
> >
> >  Marcelo Tosatti (1):
> >        Expose thread_id in info cpus
>
> As I'm currently unable to find this particular version of the last
> patch in the archive:
>
>    LINK  i386-linux-user/qemu-i386
> exec.o: In function `cpu_exec_init':
> /data/qemu-kvm/exec.c:634: undefined reference to `get_thread_id'
>

I'll take a look.

> And a minor remark: I would suggest to call it qemu_get_thread_id as it
> is wrapped (like the rest of the osdeps).

The thought crossed my mind, and I should have heeded it.  I'll update 
it as you suggest.

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

  reply	other threads:[~2010-12-29 15:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-28 10:36 [GIT PULL] kvm upstream updates Avi Kivity
2010-12-28 10:36 ` [Qemu-devel] " Avi Kivity
2010-12-29 15:05 ` Jan Kiszka
2010-12-29 15:05   ` [Qemu-devel] " Jan Kiszka
2010-12-29 15:42   ` Avi Kivity [this message]
2010-12-29 15:42     ` Avi Kivity
2010-12-31 13:14     ` Jan Kiszka
2010-12-31 13:14       ` [Qemu-devel] " Jan Kiszka
2011-01-02 13:49       ` Jan Kiszka
2011-01-02 13:49         ` [Qemu-devel] " Jan Kiszka

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=4D1B56E0.1090606@redhat.com \
    --to=avi@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=jan.kiszka@web.de \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.