Re: [libvirt-users] CPU model and missing AES-NI extension

2015-02-05 Thread Dennis Jacobfeuerborn
On 05.02.2015 13:00, Michal Privoznik wrote: > On 04.02.2015 22:32, Dennis Jacobfeuerborn wrote: >> Hi, >> today I tried to configure a guest using Virt-Manager and used the "copy >> host cpu configuration" option which resultet in a "Sandy Bridge" model. >> What I noticed is that for example the "

Re: [libvirt-users] QEMU 2.2.0 managedsave: Unknown savevm section type 5

2015-02-05 Thread Eric Blake
On 02/05/2015 05:02 AM, Michal Privoznik wrote: > On 05.02.2015 01:54, Paul Apostolescu wrote: >> Hello, >> >> I am running into issues restoring VMs during reboot for some of my XP >> VMs - the environment is QEMU 2.2.0, libvirt 1.2.12 on CentOS 6.5 with >> KVM and libvirt-guests is set to suspend

Re: [libvirt-users] CPU model and type

2015-02-05 Thread Bhasker C V
you can set the CPU type and model and features https://libvirt.org/formatdomain.html I usually give it during the virt-install as -cpu core2duo,+vmx (the ,+vmx will enable vmx vt extensions on the guest CPU ) ... core2duo Intel ... On 2/5/15, Paul Apostolescu wrote:

Re: [libvirt-users] QEMU 2.2.0 managedsave: Unknown savevm section type 5

2015-02-05 Thread Paul Apostolescu
How is saving done in libvirt ? I've looked at the QEMU source and save/load does not use subsections at all (this is the "type 5" from the error message I get) but the live migration code does. These are the commands from the corresponding /var/log/libvirt/qemu logs: Windows 7: LC_ALL=C PATH=/s

Re: [libvirt-users] CPU model and missing AES-NI extension

2015-02-05 Thread Michal Privoznik
On 04.02.2015 22:32, Dennis Jacobfeuerborn wrote: > Hi, > today I tried to configure a guest using Virt-Manager and used the "copy > host cpu configuration" option which resultet in a "Sandy Bridge" model. > What I noticed is that for example the "aes" extension is not available > in the guest even

Re: [libvirt-users] QEMU 2.2.0 managedsave: Unknown savevm section type 5

2015-02-05 Thread Michal Privoznik
On 05.02.2015 01:54, Paul Apostolescu wrote: > Hello, > > I am running into issues restoring VMs during reboot for some of my XP > VMs - the environment is QEMU 2.2.0, libvirt 1.2.12 on CentOS 6.5 with > KVM and libvirt-guests is set to suspend at shutdown. The weird part is > Windows 7 is restore

Re: [libvirt-users] vnc client for libvirt from os x?

2015-02-05 Thread shaowt
realvnc 4.0以上--此邮件发自微邮iOS客户端___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] vnc client for libvirt from os x?

2015-02-05 Thread pixelfairy
yey! found one! double yey, its in brew! brew cask install tigervnc-viewer On Wed, Feb 4, 2015 at 11:59 PM, pixelfairy wrote: > os x comes with openssh, and some other nixy goodness. the rest you > can get at brew.sh. > > when i ssh -Y into the host, ill just virt-manager or virt-viewer, but > t

Re: [libvirt-users] vnc client for libvirt from os x?

2015-02-05 Thread Dominique Ramaekers
By default, libvirt doesn't allow remote access for the client vnc connections. I use X-forwarding trough ssh like this: - Install openssh on the host - Install a vnc-client on the host - Connect from your mac to the host trough ssh like this: ssh -X -C -l {login} {host-address} - Start the vnc-c

Re: [libvirt-users] vnc client for libvirt from os x?

2015-02-05 Thread pixelfairy
os x comes with openssh, and some other nixy goodness. the rest you can get at brew.sh. when i ssh -Y into the host, ill just virt-manager or virt-viewer, but the x server on os x comes with some baggage and silly annoyances like "helpfully" trapping the mouse with a release combo thats hard to de