[virt-tools-list] keyboard can't work in virt-manager

2018-05-22 Thread lizhuoyao
hi everyone: I create a domain in aarch64 platform. no vnc or video, my keyboard and mouse can work through virt-manager. While add vnc and video,my kerboard and mouse can't work. I have tried the en-us, also no work. Is there same packet I miss? And there is no problem in virsh console.

Re: [virt-tools-list] vhostmd - virtio channel support

2018-05-22 Thread Trapp, Michael
On 17.05.18, 14:23, "Daniel P. Berrangé" wrote: > On Thu, May 17, 2018 at 12:13:58PM +, Trapp, Michael wrote: > > Hi > > > > I would like to add virtio based communication to vhostmd. > > > > The current vhostmd implementation writes the metric data of all VMs and > the

[virt-tools-list] [virt-manager PATCH] numatune: fix validate_cpuset regexp

2018-05-22 Thread Pavel Hrdina
Character '-' needs to be escaped in a set of characters. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1566818 Signed-off-by: Pavel Hrdina --- Pushed under trivial rule. virtinst/domain/numatune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git