All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [PULL] KVM awareness / tiny cleanup
@ 2011-10-14 11:20 Jan Kiszka
  2011-10-14 12:35 ` Gilles Chanteperdrix
  2011-12-10 11:34 ` Jan Kiszka
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Kiszka @ 2011-10-14 11:20 UTC (permalink / raw)
  To: xenomai-core

The following changes since commit 31bdadef9018de586bc3fe8de0f37b62b2507785:

  testsuite: fix regression tests location (2011-10-14 01:46:08 +0200)

are available in the git repository at:
  git://git.xenomai.org/xenomai-jki.git for-upstream

Jan Kiszka (2):
      nucleus: Privatize __xnpod_reset_thread
      x86: Fire root preemption notifier

 include/asm-generic/hal.h     |    5 +++++
 include/asm-x86/bits/pod_32.h |    2 ++
 include/asm-x86/bits/pod_64.h |    2 ++
 include/nucleus/pod.h         |    2 --
 ksrc/nucleus/pod.c            |    8 ++++----
 5 files changed, 13 insertions(+), 6 deletions(-)

Two trivial changes, though the second one actually adds a noteworthy
feature to Xenomai: co-location of KVM guests on x86. That feature
depends on I-pipe changes posted in [1].

Jan

[1] http://thread.gmane.org/gmane.linux.kernel.adeos.general/1898

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-core] [PULL] KVM awareness / tiny cleanup
  2011-10-14 11:20 [Xenomai-core] [PULL] KVM awareness / tiny cleanup Jan Kiszka
@ 2011-10-14 12:35 ` Gilles Chanteperdrix
  2011-10-14 12:40   ` Jan Kiszka
  2011-12-10 11:34 ` Jan Kiszka
  1 sibling, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2011-10-14 12:35 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: xenomai-core

On 10/14/2011 01:20 PM, Jan Kiszka wrote:
> The following changes since commit 31bdadef9018de586bc3fe8de0f37b62b2507785:
> 
>   testsuite: fix regression tests location (2011-10-14 01:46:08 +0200)
> 
> are available in the git repository at:
>   git://git.xenomai.org/xenomai-jki.git for-upstream
> 
> Jan Kiszka (2):
>       nucleus: Privatize __xnpod_reset_thread

Are we sure that we do not have any out-of-tree users for this feature?

-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-core] [PULL] KVM awareness / tiny cleanup
  2011-10-14 12:35 ` Gilles Chanteperdrix
@ 2011-10-14 12:40   ` Jan Kiszka
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2011-10-14 12:40 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai-core

On 2011-10-14 14:35, Gilles Chanteperdrix wrote:
> On 10/14/2011 01:20 PM, Jan Kiszka wrote:
>> The following changes since commit 31bdadef9018de586bc3fe8de0f37b62b2507785:
>>
>>   testsuite: fix regression tests location (2011-10-14 01:46:08 +0200)
>>
>> are available in the git repository at:
>>   git://git.xenomai.org/xenomai-jki.git for-upstream
>>
>> Jan Kiszka (2):
>>       nucleus: Privatize __xnpod_reset_thread
> 
> Are we sure that we do not have any out-of-tree users for this feature?

Out-of-tree would be impossible as that function was not exported.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-core] [PULL] KVM awareness / tiny cleanup
  2011-10-14 11:20 [Xenomai-core] [PULL] KVM awareness / tiny cleanup Jan Kiszka
  2011-10-14 12:35 ` Gilles Chanteperdrix
@ 2011-12-10 11:34 ` Jan Kiszka
  1 sibling, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2011-12-10 11:34 UTC (permalink / raw)
  To: xenomai-core

[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]

On 2011-10-14 13:20, Jan Kiszka wrote:
> The following changes since commit 31bdadef9018de586bc3fe8de0f37b62b2507785:
> 
>   testsuite: fix regression tests location (2011-10-14 01:46:08 +0200)
> 
> are available in the git repository at:
>   git://git.xenomai.org/xenomai-jki.git for-upstream
> 
> Jan Kiszka (2):
>       nucleus: Privatize __xnpod_reset_thread
>       x86: Fire root preemption notifier
> 
>  include/asm-generic/hal.h     |    5 +++++
>  include/asm-x86/bits/pod_32.h |    2 ++
>  include/asm-x86/bits/pod_64.h |    2 ++
>  include/nucleus/pod.h         |    2 --
>  ksrc/nucleus/pod.c            |    8 ++++----
>  5 files changed, 13 insertions(+), 6 deletions(-)
> 
> Two trivial changes, though the second one actually adds a noteworthy
> feature to Xenomai: co-location of KVM guests on x86. That feature
> depends on I-pipe changes posted in [1].
> 
> Jan
> 
> [1] http://thread.gmane.org/gmane.linux.kernel.adeos.general/1898
> 

Ping?

I've just pushed a trivial rebase.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-10 11:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 11:20 [Xenomai-core] [PULL] KVM awareness / tiny cleanup Jan Kiszka
2011-10-14 12:35 ` Gilles Chanteperdrix
2011-10-14 12:40   ` Jan Kiszka
2011-12-10 11:34 ` Jan Kiszka

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.