qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH for-next 0/5] alpha-softmmu improvements
Date: Mon,  5 Aug 2013 07:49:57 -1000	[thread overview]
Message-ID: <1375725002-18526-1-git-send-email-rth@twiddle.net> (raw)

Two patches that improve the code paths generated for syscalls;
generating an exception is silly, as we can directly chain the TBs.

One patch improving the code for the kernel itself, since the KSEG
superpage never changes.  This idea probably applies to several
other targets as well.

One patch to implement the mmu.  It works with the e1000 nic; there
appears to be something else wrong with the ide emulation.  Or maybe
I should be trying the intel driver rather than the cmd driver...

Queued for 1.7.


r~


Richard Henderson (5):
  target-alpha: Implement call_pal without an exception
  target-alpha: Use goto_tb in call_pal
  target-alpha: Consider the superpage when threading and ending TBs
  target-alpha: Build in QXL driver
  target-alpha: Implement the typhoon iommu

 default-configs/alpha-softmmu.mak |   1 +
 hw/alpha/typhoon.c                | 202 ++++++++++++++++++++++++++++++++------
 target-alpha/helper.h             |   2 +
 target-alpha/sys_helper.c         |  17 ++++
 target-alpha/translate.c          |  82 +++++++++++++---
 5 files changed, 265 insertions(+), 39 deletions(-)

-- 
1.8.3.1

             reply	other threads:[~2013-08-05 17:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-05 17:49 Richard Henderson [this message]
2013-08-05 17:49 ` [Qemu-devel] [PATCH for-next 1/5] target-alpha: Implement call_pal without an exception Richard Henderson
2013-08-05 17:49 ` [Qemu-devel] [PATCH for-next 2/5] target-alpha: Use goto_tb in call_pal Richard Henderson
2013-08-05 17:50 ` [Qemu-devel] [PATCH for-next 3/5] target-alpha: Consider the superpage when threading and ending TBs Richard Henderson
2013-08-05 17:50 ` [Qemu-devel] [PATCH for-next 4/5] target-alpha: Build in QXL driver Richard Henderson
2013-08-05 17:50 ` [Qemu-devel] [PATCH for-next 5/5] target-alpha: Implement the typhoon iommu Richard Henderson

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=1375725002-18526-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --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 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).