From: Anthony PERARD <anthony.perard@citrix.com>
To: Emil Condrea <emilcondrea@gmail.com>
Cc: qemu-devel@nongnu.org, xuquan8@huawei.com, wei.liu2@citrix.com,
stefanb@linux.vnet.ibm.com, sstabellini@kernel.org,
xen-devel@lists.xen.org, dgdegra@tycho.nsa.gov,
eblake@redhat.com, Quan Xu <quan.xu@intel.com>
Subject: Re: [Qemu-devel] [PATCH 03/15] xen: Create a new file xen_pvdev.c
Date: Tue, 11 Oct 2016 15:38:09 +0100 [thread overview]
Message-ID: <20161011143809.GD1812@perard.uk.xensource.com> (raw)
In-Reply-To: <1475563424-6604-4-git-send-email-emilcondrea@gmail.com>
On Tue, Oct 04, 2016 at 09:43:32AM +0300, Emil Condrea wrote:
> The purpose of the new file is to store generic functions shared by frontend
> and backends such as xenstore operations, xendevs.
>
> Signed-off-by: Quan Xu <quan.xu@intel.com>
> Signed-off-by: Emil Condrea <emilcondrea@gmail.com>
Looks good, once the comments on the previous patches are addressed.
--
Anthony PERARD
WARNING: multiple messages have this Message-ID (diff)
From: Anthony PERARD <anthony.perard@citrix.com>
To: Emil Condrea <emilcondrea@gmail.com>
Cc: xuquan8@huawei.com, sstabellini@kernel.org, wei.liu2@citrix.com,
stefanb@linux.vnet.ibm.com, qemu-devel@nongnu.org,
xen-devel@lists.xen.org, Quan Xu <quan.xu@intel.com>,
dgdegra@tycho.nsa.gov, eblake@redhat.com
Subject: Re: [PATCH 03/15] xen: Create a new file xen_pvdev.c
Date: Tue, 11 Oct 2016 15:38:09 +0100 [thread overview]
Message-ID: <20161011143809.GD1812@perard.uk.xensource.com> (raw)
In-Reply-To: <1475563424-6604-4-git-send-email-emilcondrea@gmail.com>
On Tue, Oct 04, 2016 at 09:43:32AM +0300, Emil Condrea wrote:
> The purpose of the new file is to store generic functions shared by frontend
> and backends such as xenstore operations, xendevs.
>
> Signed-off-by: Quan Xu <quan.xu@intel.com>
> Signed-off-by: Emil Condrea <emilcondrea@gmail.com>
Looks good, once the comments on the previous patches are addressed.
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-10-11 14:38 UTC|newest]
Thread overview: 85+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-04 6:43 [Qemu-devel] [PATCH 00/15] Refactor common part of xen backend and frontend Emil Condrea
2016-10-04 6:43 ` [Qemu-devel] [PATCH 01/15] xen: Fix coding style errors Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-11 13:56 ` Anthony PERARD
2016-10-11 13:56 ` [Qemu-devel] " Anthony PERARD
2016-10-13 3:48 ` Emil Condrea
2016-10-13 3:48 ` [Qemu-devel] " Emil Condrea
2016-10-04 6:43 ` [Qemu-devel] [PATCH 02/15] xen: Fix coding style warnings Emil Condrea
2016-10-11 14:20 ` Anthony PERARD
2016-10-11 14:20 ` Anthony PERARD
2016-10-13 4:04 ` Emil Condrea
2016-10-13 4:04 ` [Qemu-devel] " Emil Condrea
2016-10-13 11:35 ` Anthony PERARD
2016-10-13 11:35 ` Anthony PERARD
2016-10-13 15:59 ` Emil Condrea
2016-10-13 15:59 ` [Qemu-devel] " Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-04 6:43 ` [Qemu-devel] [PATCH 03/15] xen: Create a new file xen_pvdev.c Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-11 14:38 ` Anthony PERARD [this message]
2016-10-11 14:38 ` Anthony PERARD
2016-10-04 6:43 ` [Qemu-devel] [PATCH 04/15] xen: Create a new file xen_frontend.c Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-12 13:30 ` [Qemu-devel] " Anthony PERARD
2016-10-12 13:30 ` Anthony PERARD
2016-10-04 6:43 ` [Qemu-devel] [PATCH 05/15] xen: Move xenstore_update to xen_pvdev.c Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-04 6:43 ` [Qemu-devel] [PATCH 06/15] xen: Move evtchn functions " Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-04 6:43 ` [Qemu-devel] [PATCH 07/15] xen: Prepare xendev qtail to be shared with frontends Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-04 6:43 ` [Qemu-devel] [PATCH 08/15] xen: Move xenstore cleanup and mkdir functions Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-12 13:30 ` [Qemu-devel] " Anthony PERARD
2016-10-12 13:30 ` Anthony PERARD
2016-10-04 6:43 ` [Qemu-devel] [PATCH 09/15] xen: Rename xen_be_printf to xen_pv_printf Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-12 13:31 ` [Qemu-devel] " Anthony PERARD
2016-10-12 13:31 ` Anthony PERARD
2016-10-04 6:43 ` [Qemu-devel] [PATCH 10/15] xen: Rename xen_be_unbind_evtchn Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-12 13:37 ` Anthony PERARD
2016-10-12 13:37 ` [Qemu-devel] " Anthony PERARD
2016-10-13 1:44 ` Xuquan (Quan Xu)
2016-10-13 1:44 ` Xuquan (Quan Xu)
2016-10-04 6:43 ` [Qemu-devel] [PATCH 11/15] xen: Rename xen_be_send_notify Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-12 13:40 ` [Qemu-devel] " Anthony PERARD
2016-10-13 1:45 ` Xuquan (Quan Xu)
2016-10-13 1:45 ` Xuquan (Quan Xu)
2016-10-12 13:40 ` Anthony PERARD
2016-10-04 6:43 ` [Qemu-devel] [PATCH 12/15] xen: Rename xen_be_evtchn_event Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-12 13:41 ` [Qemu-devel] " Anthony PERARD
2016-10-12 13:41 ` Anthony PERARD
2016-10-13 1:46 ` [Qemu-devel] " Xuquan (Quan Xu)
2016-10-13 1:46 ` Xuquan (Quan Xu)
2016-10-04 6:43 ` [Qemu-devel] [PATCH 13/15] xen: Rename xen_be_find_xendev Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-12 13:42 ` [Qemu-devel] " Anthony PERARD
2016-10-12 13:42 ` Anthony PERARD
2016-10-13 1:46 ` [Qemu-devel] " Xuquan (Quan Xu)
2016-10-13 1:46 ` Xuquan (Quan Xu)
2016-10-04 6:43 ` [Qemu-devel] [PATCH 14/15] xen: Rename xen_be_del_xendev Emil Condrea
2016-10-04 6:43 ` Emil Condrea
2016-10-12 13:46 ` [Qemu-devel] " Anthony PERARD
2016-10-12 13:46 ` Anthony PERARD
2016-10-13 1:47 ` [Qemu-devel] " Xuquan (Quan Xu)
2016-10-13 1:47 ` Xuquan (Quan Xu)
2016-10-04 6:43 ` [PATCH 15/15] xen: Rename xen_be_frontend_changed Emil Condrea
2016-10-04 6:43 ` [Qemu-devel] " Emil Condrea
2016-10-04 8:06 ` Paolo Bonzini
2016-10-04 8:06 ` Paolo Bonzini
2016-10-04 8:08 ` [Qemu-devel] " Paolo Bonzini
2016-10-04 8:08 ` Paolo Bonzini
2016-10-09 19:50 ` Emil Condrea
2016-10-09 19:50 ` [Qemu-devel] " Emil Condrea
2016-10-12 11:00 ` Paolo Bonzini
2016-10-13 6:08 ` Emil Condrea
2016-10-13 6:08 ` Emil Condrea
2016-10-13 6:32 ` [Qemu-devel] " Xuquan (Quan Xu)
2016-10-13 6:32 ` Xuquan (Quan Xu)
2016-10-13 8:27 ` [Qemu-devel] " Paolo Bonzini
2016-10-13 8:27 ` Paolo Bonzini
2016-10-12 11:00 ` Paolo Bonzini
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=20161011143809.GD1812@perard.uk.xensource.com \
--to=anthony.perard@citrix.com \
--cc=dgdegra@tycho.nsa.gov \
--cc=eblake@redhat.com \
--cc=emilcondrea@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=quan.xu@intel.com \
--cc=sstabellini@kernel.org \
--cc=stefanb@linux.vnet.ibm.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
--cc=xuquan8@huawei.com \
/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.