All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alberto Garcia <agarcia@igalia.com>
To: qemu-devel@nongnu.org
Cc: "Anthony Liguori" <aliguori@us.ibm.com>,
	"Alberto Garcia" <agarcia@igalia.com>,
	"Blue Swirl" <blauwirbel@gmail.com>,
	"Avi Kivity" <avi@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: [Qemu-devel] [PATCH v4 0/2] Add TPCI200 and IP-Octal 232 IndustryPack emulation
Date: Tue,  8 Jan 2013 02:10:54 +0100	[thread overview]
Message-ID: <cover.1357607262.git.agarcia@igalia.com> (raw)

Rebased (and tested) against the current master as requested.

On Mon, Jan 07, 2013 at 02:32:41PM -0600, Anthony Liguori wrote:
> Alberto Garcia <agarcia@igalia.com> writes:
> 
> > Ping,
> >
> > Here's a QEMU image (124 MB) of a Debian system with the tpci200 and
> > ipoctal drivers, in case you want to try them out:
> 
> Please rebase and top-post.  Don't send the new series as a response to
> a previous thread.
> 
> Regards,
> 
> Anthony Liguori
> 
> >
> > http://dl.dropbox.com/u/1667385/qemu-ipoctal.qcow2
> >
> > The root password is just 'root'.
> >
> > The patches for QEMU are here:
> >
> > http://patchwork.ozlabs.org/patch/203892/
> > http://patchwork.ozlabs.org/patch/203896/
> >
> > And you need to run it with these options:
> >
> > -device tpci200 -device ipoctal232,serialX=DEV
> >
> > where X is a channel number (from 0 to 7) and DEV a host character
> > device (e.g. "pty").
> >
> > 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              |  106 ++++++++
 hw/ipack.h              |   75 ++++++
 hw/ipoctal.c            |  614 +++++++++++++++++++++++++++++++++++++++++++
 hw/pci/pci_ids.h        |    3 +
 hw/tpci200.c            |  667 +++++++++++++++++++++++++++++++++++++++++++++++
 7 ficheiros modificados, 1469 adições(+)
 create mode 100644 hw/ipack.c
 create mode 100644 hw/ipack.h
 create mode 100644 hw/ipoctal.c
 create mode 100644 hw/tpci200.c

-- 
1.7.10.4

             reply	other threads:[~2013-01-08  1:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08  1:10 Alberto Garcia [this message]
2013-01-08  1:10 ` [Qemu-devel] [PATCH v4 1/2] Add TEWS TPCI200 IndustryPack emulation Alberto Garcia
2013-01-08 13:55   ` Andreas Färber
2013-01-08 15:57     ` Alberto Garcia
2013-01-08 16:22       ` Andreas Färber
2013-01-08 16:37         ` Alberto Garcia
2013-01-09  0:36       ` Andreas Färber
2013-01-09  1:20         ` Alberto Garcia
2013-01-08  1:10 ` [Qemu-devel] [PATCH v4 2/2] Add GE IP-Octal 232 " Alberto Garcia
2013-01-08 18:08   ` Andreas Färber
2013-01-09  0:56     ` Alberto Garcia

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.1357607262.git.agarcia@igalia.com \
    --to=agarcia@igalia.com \
    --cc=afaerber@suse.de \
    --cc=aliguori@us.ibm.com \
    --cc=avi@redhat.com \
    --cc=blauwirbel@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.