[libvirt] [PATCH v2 00/21] Run qemu under its own namespace

Daniel P. Berrange berrange at redhat.com
Mon Dec 12 11:48:50 UTC 2016


On Wed, Dec 07, 2016 at 09:36:07AM +0100, Michal Privoznik wrote:
> v1 posted here:
>   https://www.redhat.com/archives/libvir-list/2016-November/msg01208.html
> 
> diff to v1:
> - I've dropped the patches for hugepages which are posted separately [1]
> - I've reworked some parts according to Dan's suggestions
> - Filled missing impl for virSCSIVHostDevice which was merged meanwhile
> 
> Please note that patches 1-5, 7 were ACKed already.
> 
> You can also find the patches on my github:
> 
>   https://github.com/zippy2/libvirt/tree/qemu_container_v3

I pulled this branch and aside from the compile error i mention I can't
start guests

error: internal error: process exited while connecting to monitor: 2016-12-12T11:47:53.740784Z qemu-system-x86_64: -chardev pty,id=charserial0: Failed to create PTY: No such file or directory


Without having investigated, I wonder if it is trying to access the
/dev/ptmx file and failing ?  The /dev/ptmx file needs to be a symlink
to /dev/pts/ptmx and I'm not seeing code which creates that yet.


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://entangle-photo.org       -o-    http://search.cpan.org/~danberr/ :|




More information about the libvir-list mailing list