All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	qemu-devel <qemu-devel@nongnu.org>,
	Anthony Liguori <anthony@codemonkey.ws>,
	Marcelo Tosatti <mtosatti@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 1/4] i8254: Factor out base class for KVM reuse
Date: Wed, 01 Feb 2012 14:10:35 +0100	[thread overview]
Message-ID: <4F2939CB.9000207@siemens.com> (raw)
In-Reply-To: <4F293651.2000304@redhat.com>

On 2012-02-01 13:55, Paolo Bonzini wrote:
> On 02/01/2012 01:43 PM, Jan Kiszka wrote:
>>>  It looks good, besides the need to rebase to Anthony's "part 3" changes.
>> Given that this part is not upstream and that the relevant conversion is
>> scripted, I would leave this to Anthony so far. Or what is the schedule?
> 
> By the time your series is reviewed, gets to uq/master and it is posted, 
> it's likely that he'll get first.

This is no uq/master material.

> 
> He said he'll post a tree soonish, been waiting for that myself so I can 
> post virtio-scsi... :)

Yep, once there is a tree to work against, rebasing is also possible.

Jan

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

WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] [PATCH 1/4] i8254: Factor out base class for KVM reuse
Date: Wed, 01 Feb 2012 14:10:35 +0100	[thread overview]
Message-ID: <4F2939CB.9000207@siemens.com> (raw)
In-Reply-To: <4F293651.2000304@redhat.com>

On 2012-02-01 13:55, Paolo Bonzini wrote:
> On 02/01/2012 01:43 PM, Jan Kiszka wrote:
>>>  It looks good, besides the need to rebase to Anthony's "part 3" changes.
>> Given that this part is not upstream and that the relevant conversion is
>> scripted, I would leave this to Anthony so far. Or what is the schedule?
> 
> By the time your series is reviewed, gets to uq/master and it is posted, 
> it's likely that he'll get first.

This is no uq/master material.

> 
> He said he'll post a tree soonish, been waiting for that myself so I can 
> post virtio-scsi... :)

Yep, once there is a tree to work against, rebasing is also possible.

Jan

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

  reply	other threads:[~2012-02-01 13:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-31 18:46 [PATCH 0/4] uq/master: Introduce KVM PIT support Jan Kiszka
2012-01-31 18:46 ` [Qemu-devel] " Jan Kiszka
2012-01-31 18:46 ` [PATCH 1/4] i8254: Factor out base class for KVM reuse Jan Kiszka
2012-01-31 18:46   ` [Qemu-devel] " Jan Kiszka
2012-01-31 21:40   ` Anthony Liguori
2012-01-31 21:40     ` Anthony Liguori
2012-01-31 21:49     ` Jan Kiszka
2012-01-31 21:49       ` Jan Kiszka
2012-01-31 21:59       ` Anthony Liguori
2012-01-31 21:59         ` [Qemu-devel] " Anthony Liguori
2012-02-01 12:23       ` Paolo Bonzini
2012-02-01 12:43         ` Jan Kiszka
2012-02-01 12:43           ` [Qemu-devel] " Jan Kiszka
2012-02-01 12:55           ` Paolo Bonzini
2012-02-01 12:55             ` Paolo Bonzini
2012-02-01 13:10             ` Jan Kiszka [this message]
2012-02-01 13:10               ` Jan Kiszka
2012-02-01 13:11               ` Jan Kiszka
2012-02-01 13:11                 ` Jan Kiszka
2012-02-01 13:19           ` Anthony Liguori
2012-02-01 13:19             ` [Qemu-devel] " Anthony Liguori
2012-01-31 18:46 ` [PATCH 2/4] i8254: Open-code timer restore Jan Kiszka
2012-01-31 18:46   ` [Qemu-devel] " Jan Kiszka
2012-01-31 18:46 ` [PATCH 3/4] kvm: Add kvm_has_pit_state2 helper Jan Kiszka
2012-01-31 18:46   ` [Qemu-devel] " Jan Kiszka
2012-01-31 18:46 ` [PATCH 4/4] kvm: x86: Add user space part for in-kernel i8254 Jan Kiszka
2012-01-31 18:46   ` [Qemu-devel] " Jan Kiszka
  -- strict thread matches above, loose matches on Subject: below --
2012-02-05 10:46 [PATCH 0/4] uq/master: Introduce KVM PIT support Jan Kiszka
2012-02-05 10:46 ` [Qemu-devel] [PATCH 1/4] i8254: Factor out base class for KVM reuse 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=4F2939CB.9000207@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=anthony@codemonkey.ws \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=pbonzini@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.