[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH v2 3/7] xen/vm-events: Move monitor_domctl to common-side.
- To: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
- From: Corneliu ZUZU <czuzu@xxxxxxxxxxxxxxx>
- Date: Fri, 12 Feb 2016 10:14:52 +0200
- Cc: Kevin Tian <kevin.tian@xxxxxxxxx>, Keir Fraser <keir@xxxxxxx>, Ian Campbell <ian.campbell@xxxxxxxxxx>, Razvan Cojocaru <rcojocaru@xxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxxxxx>, Jun Nakajima <jun.nakajima@xxxxxxxxx>
- Comment: DomainKeys? See http://domainkeys.sourceforge.net/
- Delivery-date: Fri, 12 Feb 2016 08:15:01 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=bitdefender.com; b=JcpmT64VYewlspEdG9PQ+sqKfkRMBd1A4uFc2Um3zP1ABkMR+Qznw0Z92r35uv9bZBC2SRiuplOWvCSfu+QhXLXiGgvgJheib0TGcsjVs/79fR+2d7qm6WJ/lnV7WfcwMWh2QDFnAaChS8Q1MiFlgGXDizYTBUOmR0+RhJZ2O5MW1XyF4jCT62y9ram1Mry9W8cJXF4+1nVax9Gt6HgX0l23dxuycp4ftJ/L890b4uD4AfqzcxLwmbYnd6EKDSiMdNyiom9IbCVOW9oyH8GxwjeVU8ucVP9LSZ7KIlJ1PDab9tyXrtzBCnyuPcmlO9QyJmBGxT5vdtPZFfaNWZoWfg==; h=Received:Received:Received:Received:Received:Subject:To:References:Cc:From:Message-ID:Date:User-Agent:MIME-Version:In-Reply-To:Content-Type:X-BitDefender-Scanner:X-BitDefender-Spam:X-BitDefender-SpamStamp:X-BitDefender-CF-Stamp;
- List-id: Xen developer discussion <xen-devel.lists.xen.org>
On 2/12/2016 8:05 AM, Corneliu ZUZU
wrote:
On 2/11/2016 5:44 PM, Tamas K Lengyel
wrote:
Point is, they *are* implemented, because that's *common* code, it
doesn't make sense to be moved to the arch-side
when you know that their implementation will be *the same* from
arch-to-arch.
Not *everything* needs to stay on the arch-side, just what is
architecture-specific - that's why e.g. arch_hvm_event_fill_regs,
arch_hvm_event_gfn_of_ip are not in common and are static inline
functions as you say, because they have *different*
implementations *depending on the architecture*.
Finally, if Ian or any other ARM maintainer feels the same with
moving code that can be moved and has been moved to common
back on the arch-side (effectively undoing 50% of my efforts), I
will do so.
Corneliu.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
Actually, noted, will move single-step and software-breakpoint back
on the arch-side as you suggest in v3.
If someone else disagrees, I suppose it will be discussed then.
Corneliu.
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|