All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, Gleb Natapov <gleb@redhat.com>,
	kvm@vger.kernel.org, patches@linaro.org,
	Marcelo Tosatti <mtosatti@redhat.com>,
	kvmarm@lists.cs.columbia.edu, Blue Swirl <blauwirbel@gmail.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v7 09/11] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
Date: Mon, 04 Mar 2013 12:06:54 +0100	[thread overview]
Message-ID: <5134804E.5090500@suse.de> (raw)
In-Reply-To: <1361900421-28354-10-git-send-email-peter.maydell@linaro.org>

Am 26.02.2013 18:40, schrieb Peter Maydell:
> Implement support for using the KVM in-kernel GIC for ARM.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Reviewed-by: Andreas Färber <afaerber@suse.de>

Thanks,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

WARNING: multiple messages have this Message-ID (diff)
From: "Andreas Färber" <afaerber@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: kvm@vger.kernel.org, Gleb Natapov <gleb@redhat.com>,
	patches@linaro.org, Marcelo Tosatti <mtosatti@redhat.com>,
	qemu-devel@nongnu.org, Blue Swirl <blauwirbel@gmail.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	kvmarm@lists.cs.columbia.edu
Subject: Re: [Qemu-devel] [PATCH v7 09/11] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
Date: Mon, 04 Mar 2013 12:06:54 +0100	[thread overview]
Message-ID: <5134804E.5090500@suse.de> (raw)
In-Reply-To: <1361900421-28354-10-git-send-email-peter.maydell@linaro.org>

Am 26.02.2013 18:40, schrieb Peter Maydell:
> Implement support for using the KVM in-kernel GIC for ARM.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Reviewed-by: Andreas Färber <afaerber@suse.de>

Thanks,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

  reply	other threads:[~2013-03-04 11:06 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-26 17:40 [PATCH v7 00/11] QEMU: Support KVM on ARM Peter Maydell
2013-02-26 17:40 ` [PATCH v7 01/11] oslib-posix: Align to permit transparent hugepages on ARM Linux Peter Maydell
2013-02-26 17:40 ` [PATCH v7 02/11] linux-headers: resync from mainline to add ARM KVM headers Peter Maydell
2013-02-26 17:40 ` [PATCH v7 03/11] target-arm: Drop CPUARMState* argument from bank_number() Peter Maydell
2013-03-04 11:12   ` [Qemu-devel] " Andreas Färber
2013-03-04 11:12     ` Andreas Färber
2013-02-26 17:40 ` [PATCH v7 04/11] ARM: KVM: Add support for KVM on ARM architecture Peter Maydell
2013-02-26 17:40 ` [PATCH v7 05/11] ARM KVM: save and load VFP registers from kernel Peter Maydell
2013-02-26 17:40 ` [PATCH v7 06/11] hw/arm_gic: Add presave/postload hooks Peter Maydell
2013-02-26 17:40 ` [PATCH v7 07/11] hw/arm_gic: Convert ARM GIC classes to use init/realize Peter Maydell
2013-03-04 11:10   ` [Qemu-devel] " Andreas Färber
2013-03-04 11:10     ` Andreas Färber
2013-03-04 11:50     ` Peter Maydell
2013-03-04 11:50       ` Peter Maydell
2013-03-04 12:04       ` Andreas Färber
2013-03-04 12:04         ` Andreas Färber
2013-02-26 17:40 ` [PATCH v7 08/11] target-arm: Use MemoryListener to identify GIC base address for KVM Peter Maydell
2013-02-26 17:40 ` [PATCH v7 09/11] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC Peter Maydell
2013-03-04 11:06   ` Andreas Färber [this message]
2013-03-04 11:06     ` [Qemu-devel] " Andreas Färber
2013-02-26 17:40 ` [PATCH v7 10/11] configure: Enable KVM on ARM Peter Maydell
2013-02-26 17:40 ` [PATCH v7 11/11] MAINTAINERS: add entry for ARM KVM guest cores Peter Maydell
2013-03-06 19:36 ` [PATCH v7 00/11] QEMU: Support KVM on ARM Christoffer Dall
2013-03-06 19:36   ` [Qemu-devel] " Christoffer Dall

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=5134804E.5090500@suse.de \
    --to=afaerber@suse.de \
    --cc=blauwirbel@gmail.com \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=kvmarm@lists.cs.columbia.edu \
    --cc=mtosatti@redhat.com \
    --cc=patches@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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.