From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH RFC V5 1/5] xen: Emulate with no writes Date: Fri, 08 Aug 2014 17:33:18 +0300 Message-ID: <53E4DFAE.80405@bitdefender.com> References: <1407340738-3374-1-git-send-email-rcojocaru@bitdefender.com> <53E4FA0F020000780002A9EF@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53E4FA0F020000780002A9EF@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: kevin.tian@intel.com, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, eddie.dong@intel.com, xen-devel@lists.xen.org, jun.nakajima@intel.com, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 08/08/2014 05:25 PM, Jan Beulich wrote: >>>> On 06.08.14 at 17:58, wrote: >> Changes since V3: >> - The rep_ins, rep_movs and cmpxchg handlers are >> now also inactive. >> >> Changes since V4: >> - Also discarding IO reads (dummy read_io handler). > > So you still allow I/O writes (individual and string)? Pretty odd I > would say. Thanks for the comment! I did indeed miss that one, I'll add a dummy write_io handler as well. Thanks, Razvan Cojocaru