qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 8/8] s390: Add new channel I/O based virtio tran


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 8/8] s390: Add new channel I/O based virtio transport.
Date: Wed, 16 Jan 2013 08:46:02 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

$SUBJECT reminds me that the tcg s390x port is now prepared
to implement channel insns, but previously there were no
channels worth talking about:

/* I/O Instructions.  For each we simply indicate non-operation.  */
    C(0xb276, XSCH,    S,     Z,   0, 0, 0, 0, subchannel, 0)
    C(0xb230, CSCH,    S,     Z,   0, 0, 0, 0, subchannel, 0)
    C(0xb231, HSCH,    S,     Z,   0, 0, 0, 0, subchannel, 0)
    C(0xb232, MSCH,    S,     Z,   0, 0, 0, 0, subchannel, 0)
    C(0xb23b, RCHP,    S,     Z,   0, 0, 0, 0, subchannel, 0)
    C(0xb238, RSCH,    S,     Z,   0, 0, 0, 0, subchannel, 0)
    C(0xb233, SSCH,    S,     Z,   0, 0, 0, 0, subchannel, 0)
    C(0xb234, STSCH,   S,     Z,   0, 0, 0, 0, subchannel, 0)
    C(0xb235, TSCH,    S,     Z,   0, 0, 0, 0, subchannel, 0)

With a bit of help, I can make these emulated insns implement
virtio as well.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]