qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes
@ 2013-07-09  1:01 Richard Henderson
  2013-07-09  1:01 ` [Qemu-devel] [PATCH 1/4] hw/alpha: Don't use get_system_io Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Richard Henderson @ 2013-07-09  1:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, aliguori

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-07-15  1:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09  1:01 [Qemu-devel] [PATCH 0/4] alpha-softmmu fixes Richard Henderson
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

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).