qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	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 07:19:19 -0600	[thread overview]
Message-ID: <4F293BD7.4080503@codemonkey.ws> (raw)
In-Reply-To: <4F293361.2000300@siemens.com>

On 02/01/2012 06:43 AM, Jan Kiszka wrote:
> On 2012-02-01 13:23, Paolo Bonzini wrote:
>> On 01/31/2012 10:49 PM, Jan Kiszka wrote:
>>>>   Just make the methods that you want to override virtual with the default
>>>>   implementation and then make a KVMPIT that inherits from the PIT and
>>>>   then overrides whatever virtual functions it needs to.
>>>
>>> That doesn't sound like the proper design for this purpose. Rather, we
>>> have an abstract base class that both implementations are derived from.
>>
>> Absolutely!
>>
>>> If I'm not using QOM properly to achieve this, please tell me.
>>
>> 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?

I haven't run through regression testing yet so YMMV but the latest series is at:

https://github.com/aliguori/qemu/tree/qom-upstream.13

Regards,

Anthony Liguori

>
> Jan
>

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

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