From: Alberto Garcia <agarcia@igalia.com>
To: qemu-devel@nongnu.org
Cc: "Anthony Liguori" <aliguori@us.ibm.com>,
"Alberto Garcia" <agarcia@igalia.com>,
"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH v5 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
Date: Fri, 11 Jan 2013 18:25:28 +0100 [thread overview]
Message-ID: <cover.1357924486.git.agarcia@igalia.com> (raw)
I updated the patches again, here are the changes from v4:
* Replaced DO_UPCAST() with checked casts.
* Added ipack_bus_new_inplace(). The fields of IPackBus are now private.
* Renamed ipoctal.c to ipoctal232.c (*).
* Replaced qdev->parent_bus with qdev_get_parent_bus(qdev).
* Replaced bus->qbus with BUS(bus).
* Replaced dev->qdev with DEVICE(dev).
(*) I didn't rename everything in the code from ipoctal to ipoctal232
for the reasons I told Andreas: all devices from the IP-Octal family
are almost identical from the emulation point of view.
Regards,
Berto
Alberto Garcia (2):
Add TEWS TPCI200 IndustryPack emulation
Add GE IP-Octal 232 IndustryPack emulation
default-configs/pci.mak | 1 +
hw/Makefile.objs | 3 +
hw/ipack.c | 115 ++++++++
hw/ipack.h | 79 ++++++
hw/ipoctal232.c | 619 +++++++++++++++++++++++++++++++++++++++++++
hw/pci/pci_ids.h | 3 +
hw/tpci200.c | 671 +++++++++++++++++++++++++++++++++++++++++++++++
7 ficheiros modificados, 1491 adições(+)
create mode 100644 hw/ipack.c
create mode 100644 hw/ipack.h
create mode 100644 hw/ipoctal232.c
create mode 100644 hw/tpci200.c
--
1.7.10.4
next reply other threads:[~2013-01-11 17:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-11 17:25 Alberto Garcia [this message]
2013-01-11 17:25 ` [Qemu-devel] [PATCH v5 1/2] Add TEWS TPCI200 IndustryPack emulation Alberto Garcia
2013-01-11 20:28 ` Andreas Färber
2013-01-15 2:45 ` Alberto Garcia
2013-01-11 17:25 ` [Qemu-devel] [PATCH v5 2/2] Add GE IP-Octal 232 " Alberto Garcia
2013-01-14 20:40 ` [Qemu-devel] [PATCH v5 0/2] Add TPCI200 and " Anthony Liguori
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=cover.1357924486.git.agarcia@igalia.com \
--to=agarcia@igalia.com \
--cc=afaerber@suse.de \
--cc=aliguori@us.ibm.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).