[libvirt] [PATCH] Update documentation for CPU quota/period support for LXC

2012-08-14 Thread Sukadev Bhattiprolu
From: Sukadev Bhattiprolu Date: Tue, 14 Aug 2012 17:09:11 -0700 Subject: [PATCH] Update documentation for CPU quota/period support for LXC Following commit added suport the CPU quota/period to the LXC driver. Update the documentation to reflect that. commit

[libvirt] CPU tuning in containers

2012-07-11 Thread Sukadev Bhattiprolu
Following section indicates that CPU tuning with and tags are only supported for QEMU http://libvirt.org/formatdomain.html#elementsCPUTuning I see this commit in libvirt.git: commit d9724a81b3c53a40f45bf76067a976cce73ed278 Author: Daniel P. Berrange Date: Th

[libvirt] lxc: Create /dev/tty automatically ?

2012-05-16 Thread Sukadev Bhattiprolu
Hi, (I posted this on libvirt-users but its more a development question) src/lxc/lxc_container.c:lxcContainerPopulateDevices() has this table of devices that are automatically created when an lxc container is started. const struct { int maj; int min; mode_t mode;

Re: [libvirt] specifying -serial telnet: in XML

2009-04-03 Thread Sukadev Bhattiprolu
| > My kernel boot command line has 'console=ttyS0' option. Is there anything | > else I need to ensure 'telnet 127.0.0.1 port' displays the messages ? | | That setting should be what's required to make serial console work. Are | you sure you've got it set in the correct place of grub.conf for t

[libvirt] specifying -serial telnet: in XML

2009-04-02 Thread Sukadev Bhattiprolu
I run qemu (version 0.9.1 kvm-84) with -serial option as follows: - serial telnet::2445,server so I can telnet to 2445 and have a serial console. I tried specifying this to libvirt (version 0.6.0) using the following stanza: I checked /var/log/libvirt/qe