Il 22/11/2012 09:19, Stefan Hajnoczi ha scritto:
>> > usage
>> > -----
>> > PCIEFW devices are instanciated using the following QEMU options:
>> > -device \
>> >  pciefw,\
>> >  laddr=<local_addr>,\
>> >  lport=<local_port>,\
>> >  raddr=<remote_addr>,\
>> >  rport=<remote_port>
> Take a look at qemu_socket.h:socket_parse().  It should allow you to
> support TCP, UNIX domain sockets, and arbitrary file descriptors.
> 

Even better it could just be a chardev.  socket_parse() is only used by
the (human) monitor interface.

Paolo

Reply via email to