qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Misc sam460ex improvements
@ 2018-06-03 23:50 BALATON Zoltan
  2018-06-03 23:50 ` [Qemu-devel] [PATCH 4/4] sm501: Do not clear read only bits when writing register BALATON Zoltan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: BALATON Zoltan @ 2018-06-03 23:50 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: Alexander Graf, David Gibson

Some more improvements to sam460ex emulation:
- Implemented RTC (which also needed fixing I2C to work)
- Fix a problem in sm501 which led to AmigaOS slow down

BALATON Zoltan (4):
  ppc4xx_i2c: Rewrite PPC4xx I2C emulation
  hw/timer: Add basic M41T80 emulation
  sam460ex: Add RTC device
  sm501: Do not clear read only bits when writing register

 MAINTAINERS                     |   1 +
 default-configs/ppc-softmmu.mak |   2 +
 hw/display/sm501.c              |   6 +-
 hw/i2c/ppc4xx_i2c.c             | 366 +++++++++++++++++++++-------------------
 hw/ppc/sam460ex.c               |   1 +
 hw/timer/Makefile.objs          |   1 +
 hw/timer/m41t80.c               | 117 +++++++++++++
 include/hw/i2c/ppc4xx_i2c.h     |  19 +--
 8 files changed, 321 insertions(+), 192 deletions(-)
 create mode 100644 hw/timer/m41t80.c

-- 
2.7.6

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

end of thread, other threads:[~2018-06-06 18:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-03 23:50 [Qemu-devel] [PATCH 0/4] Misc sam460ex improvements BALATON Zoltan
2018-06-03 23:50 ` [Qemu-devel] [PATCH 4/4] sm501: Do not clear read only bits when writing register BALATON Zoltan
2018-06-03 23:50 ` [Qemu-devel] [PATCH 2/4] hw/timer: Add basic M41T80 emulation BALATON Zoltan
2018-06-03 23:50 ` [Qemu-devel] [PATCH 3/4] sam460ex: Add RTC device BALATON Zoltan
2018-06-03 23:50 ` [Qemu-devel] [PATCH 1/4] ppc4xx_i2c: Rewrite PPC4xx I2C emulation BALATON Zoltan
2018-06-06  6:36   ` David Gibson
2018-06-06 14:03     ` BALATON Zoltan
2018-06-06 15:10       ` Philippe Mathieu-Daudé
2018-06-06 18:04         ` BALATON Zoltan

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