qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, aliguori@us.ibm.com
Subject: [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes
Date: Mon,  8 Jul 2013 18:01:08 -0700	[thread overview]
Message-ID: <1373331672-19852-1-git-send-email-rth@twiddle.net> (raw)

The recent changes for ioport memory regions is a blessing and a
curse for the simplified alpha machine model we have.

On the one hand, we can eliminate two hacks present in the tsunami
system chip emulation.  We also now get machine checks when we access
ioports that aren't connected to a device.

On the other hand, we aren't currently connecting many of the silly
little isa devices normally handled by the SuperIO chip hanging off
the PCI bus.  Stuff we don't really need for the running kernel, but
gets initialized during normal startup anyway.  E.g. the ISA DMA
engine and the com2 uart.

The later device is particularly annoying, since we can't actually
get to qemu_chr_open_null at the moment.  Rather than properly fill
in the blanks, I cheat in the second patch and just discard unused
reads and writes in the isa io region.  This restores the state of
affairs we had before the recent changes.


r~


Richard Henderson (4):
  hw/alpha: Don't use get_system_io
  hw/alpha: Don't machine check on missing pci i/o
  exec: Support 64-bit operations in address_space_rw
  hw/alpha: Drop latch_tmp hack

 exec.c               | 68 ++++++++++++++++++++++++++++++++++++++++---------
 hw/alpha/alpha_sys.h |  2 +-
 hw/alpha/pci.c       | 44 ++++++++++----------------------
 hw/alpha/typhoon.c   | 72 +++++++++++++++-------------------------------------
 4 files changed, 90 insertions(+), 96 deletions(-)

-- 
1.8.1.4

             reply	other threads:[~2013-07-09  1:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09  1:01 Richard Henderson [this message]
2013-07-09  1:01 ` [Qemu-devel] [PATCH 1/4] hw/alpha: Don't use get_system_io Richard Henderson
2013-07-09  1:01 ` [Qemu-devel] [PATCH 2/4] hw/alpha: Don't machine check on missing pci i/o Richard Henderson
2013-07-09  1:01 ` [Qemu-devel] [PATCH 3/4] exec: Support 64-bit operations in address_space_rw Richard Henderson
2013-07-14  6:38   ` Paolo Bonzini
2013-07-09  1:01 ` [Qemu-devel] [PATCH 4/4] hw/alpha: Drop latch_tmp hack Richard Henderson
2013-07-09 17:43 ` [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes Rob Landley
2013-07-10 13:49   ` Richard Henderson
2013-07-14  6:05     ` Rob Landley
2013-07-15  1:19       ` 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=1373331672-19852-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=aliguori@us.ibm.com \
    --cc=pbonzini@redhat.com \
    --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).