qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Claudio Fontana <cfontana@suse.de>
Cc: "Laurent Vivier" <lvivier@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Thomas Huth" <thuth@redhat.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	haxm-team@intel.com, "Marcelo Tosatti" <mtosatti@redhat.com>,
	"Markus Armbruster" <armbru@redhat.com>,
	qemu-devel@nongnu.org, "Roman Bolshakov" <r.bolshakov@yadro.com>,
	"Colin Xu" <colin.xu@intel.com>,
	"Wenchao Wang" <wenchao.wang@intel.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Sunil Muthuswamy" <sunilmut@microsoft.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Richard Henderson" <rth@twiddle.net>
Subject: Re: [RFC v2 6/6] cpus: extract out hvf-specific code to target/i386/hvf/
Date: Tue, 07 Jul 2020 16:03:19 +0100	[thread overview]
Message-ID: <87k0zfnz9k.fsf@linaro.org> (raw)
In-Reply-To: <20200707135808.9241-7-cfontana@suse.de>


Claudio Fontana <cfontana@suse.de> writes:

> register a "CpusAccel" interface for HVF as well.
>
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
>  softmmu/cpus.c                |  75 ----------------------
>  target/i386/hvf/Makefile.objs |   2 +-
>  target/i386/hvf/hvf-cpus.c    | 141 ++++++++++++++++++++++++++++++++++++++++++
>  target/i386/hvf/hvf-cpus.h    |  17 +++++
>  target/i386/hvf/hvf.c         |   3 +

Given the recent Apple announcement we might want to consider making HVF
more architecture agnostic - or at least the main loop bits of it.

-- 
Alex Bennée


      reply	other threads:[~2020-07-07 15:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-07 13:58 [RFC v2 0/6] QEMU cpus.c refactoring part2 Claudio Fontana
2020-07-07 13:58 ` [RFC v2 1/6] cpus: extract out TCG-specific code to accel/tcg Claudio Fontana
2020-07-07 16:58   ` Paolo Bonzini
2020-07-08 14:30     ` Claudio Fontana
2020-07-07 13:58 ` [RFC v2 2/6] cpus: extract out qtest-specific code to accel/qtest Claudio Fontana
2020-07-07 13:58 ` [RFC v2 3/6] cpus: extract out kvm-specific code to accel/kvm Claudio Fontana
2020-07-07 17:01   ` Paolo Bonzini
2020-07-08  7:40     ` Claudio Fontana
2020-07-08  7:58       ` Paolo Bonzini
2020-07-07 13:58 ` [RFC v2 4/6] cpus: extract out hax-specific code to target/i386/ Claudio Fontana
2020-07-07 13:58 ` [RFC v2 5/6] cpus: extract out whpx-specific " Claudio Fontana
2020-07-07 13:58 ` [RFC v2 6/6] cpus: extract out hvf-specific code to target/i386/hvf/ Claudio Fontana
2020-07-07 15:03   ` Alex Bennée [this message]

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=87k0zfnz9k.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=armbru@redhat.com \
    --cc=cfontana@suse.de \
    --cc=colin.xu@intel.com \
    --cc=ehabkost@redhat.com \
    --cc=haxm-team@intel.com \
    --cc=lvivier@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=r.bolshakov@yadro.com \
    --cc=rth@twiddle.net \
    --cc=sunilmut@microsoft.com \
    --cc=thuth@redhat.com \
    --cc=wenchao.wang@intel.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 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).