All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] add 1394 bus support
@ 2015-04-19 10:52 itamar.tal4
  2015-04-19 10:52 ` [Qemu-devel] [PATCH v02] " itamar.tal4
  0 siblings, 1 reply; 7+ messages in thread
From: itamar.tal4 @ 2015-04-19 10:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: thuth, ariel, afaerber, Itamar Tal

From: Itamar Tal <itamar@guardicore.com>

This patch add 1394 (firewire) support to x86_64 and i386 qemu
softmmu. It allows one virtual machine to be the server side and the
other to be the client side, connected by TCP stream socket (same
thing is possible using serial port). This is very useful in for
allowing legacy devices to communicate over the firewire channel, but
doesn't support USB communication. Especially, it's useful for remote
Windows kernel debugging over qemu for malware analysis and so on...
The patch was tested on major stable version 2.0.0, 2.2.1 and current
master (2.3.0rc?).

Itamar Tal (1):
  add 1394 bus support

 default-configs/i386-softmmu.mak   |    1 +
 default-configs/x86_64-softmmu.mak |    1 +
 hw/1394/Makefile.objs              |    1 +
 hw/1394/hcd-ohci.c                 | 1754 ++++++++++++++++++++++++++++++++++++
 hw/1394/hcd-ohci.h                 |  147 +++
 hw/Makefile.objs                   |    1 +
 6 files changed, 1905 insertions(+)
 create mode 100644 hw/1394/Makefile.objs
 create mode 100644 hw/1394/hcd-ohci.c
 create mode 100644 hw/1394/hcd-ohci.h

-- 
2.3.4

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

end of thread, other threads:[~2015-04-20 11:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-19 10:52 [Qemu-devel] [PATCH v2] add 1394 bus support itamar.tal4
2015-04-19 10:52 ` [Qemu-devel] [PATCH v02] " itamar.tal4
2015-04-19 15:47   ` Andreas Färber
2015-04-19 16:38     ` Itamar Tal
2015-04-19 17:21       ` Andreas Färber
2015-04-20 11:59         ` Itamar Tal
2015-04-19 20:15   ` Peter Maydell

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.