]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
implement qemu_chr_open_pty for stubdoms
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 18 Jun 2009 14:22:16 +0000 (15:22 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 18 Jun 2009 14:22:16 +0000 (15:22 +0100)
commit4ed8d0687d40c079561c8d6221c9b22bd6e585e5
tree06b86cd1b99d52c19a6946c7dda98c800fc72883
parent2b3cd7ff7af0fff9314abae999e0e67c21041ffc
implement qemu_chr_open_pty for stubdoms

this is an updated version of the patch "implement qemu_chr_open_pty for
stubdoms": qemu_chr_open_pty is now based on posix_openpt instead of
openpty(void).

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
[ This depends on the corresponding minios change, which is
  19790:01ad2654815a ]
qemu-char.c