aliguori dd8edf0122 Add 64-bit Block Move support (Direct & Table Indirect) (Ryan Harper)
This patch adds support for 64-bit Block Move instructions.  There are multiple
modes for 64-bit Block moves, direct, indirect, and table indirect.  This patch
implements Direct and Table indirect moves which are needed by 64-bit windows
and SYM_CONF_DMA_ADDRESSING_MODE=2 for the Linux sym53c8xx_2 driver respectively.

Two helper functions are included to check which mode the guest is using.  For
 64-bit direct moves, we fetch a 3rd DWORD and store the value in the DBMS
register.  For Table Indirect moves, we look into the table for which register
contains the upper 32-bits of the 64-bit address.  This selector value indicates
which register to pull the value from and into dnad64 register.

Finally, lsi_do_dma is updated to use the approriate register to build a 64-bit
DMA address if required.

With this patch, Windows XP x64, 2003 SP2 x64, can now install to scsi devices.
Linux SYM_CONF_DMA_ADDRESSING_MODE=2 need a quirk fixup in Patch 4 to function
properly.

Signed-off-by: Ryan Harper <ryanh@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5969 c046a42c-6fe2-441c-8c8c-71466251a162
2008-12-10 15:38:47 +00:00
2008-12-03 22:48:44 +00:00
2008-12-07 18:15:23 +00:00
2008-12-07 23:26:24 +00:00
2008-12-07 22:46:42 +00:00
2008-10-04 03:27:44 +00:00
2008-12-07 16:04:13 +00:00
2007-03-04 00:52:16 +00:00
2008-10-12 21:19:57 +00:00
2007-11-10 17:38:00 +00:00
2007-11-11 02:51:17 +00:00
2007-11-11 02:51:17 +00:00
2007-11-11 02:51:17 +00:00
2007-11-11 02:51:17 +00:00
2008-12-05 17:56:40 +00:00
2008-11-06 09:38:51 +00:00
2008-06-08 01:55:07 +00:00
2008-10-12 17:54:42 +00:00
2008-12-09 20:09:57 +00:00
2008-11-29 13:33:23 +00:00
2008-12-04 20:08:06 +00:00
2008-10-27 19:49:12 +00:00
2008-11-17 14:43:54 +00:00
2008-08-21 17:58:08 +00:00
2008-12-07 18:15:54 +00:00
2008-12-07 18:15:45 +00:00
2008-12-09 20:09:57 +00:00
2008-12-07 23:26:32 +00:00
2008-11-17 14:43:54 +00:00
2008-11-12 17:18:41 +00:00
2007-09-16 20:03:23 +00:00
2008-04-12 20:14:54 +00:00
2008-04-12 20:14:54 +00:00
2008-05-31 16:21:33 +00:00
2008-10-02 18:26:42 +00:00
2008-12-09 20:09:57 +00:00
2008-12-09 20:09:57 +00:00
2008-02-01 10:50:11 +00:00
2008-11-30 16:25:37 +00:00
2007-11-17 17:14:51 +00:00
2008-08-25 22:26:03 +00:00
2007-05-05 19:24:38 +00:00
2007-05-05 19:24:38 +00:00
2008-11-30 16:25:05 +00:00
2007-11-17 17:14:51 +00:00
2008-11-11 21:33:36 +00:00
2008-10-02 18:26:42 +00:00
2008-08-21 20:08:55 +00:00
2008-10-26 19:13:20 +00:00
2007-10-06 11:28:21 +00:00
2008-12-04 19:52:44 +00:00
2008-11-06 09:38:51 +00:00
2008-02-04 14:47:49 +00:00
2008-10-05 10:51:10 +00:00
2008-10-05 10:51:10 +00:00
2008-12-04 11:29:42 +00:00
2008-11-25 16:49:33 +00:00
2008-01-06 17:10:54 +00:00
2008-09-06 16:31:30 +00:00
2008-10-02 18:26:42 +00:00
2008-12-03 22:48:44 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%