Re: [Qemu-discuss] Network driver problem with the guest

2017-01-16 Thread Nerijus Baliūnas
2017-01-16 19:24, Mahmood Naderan rašė: Hi, A windows xp (x64) shows the network connection with the following command -devive e1000,netdev=host_files -netdev user,net=10.0.2.0/24,id=host_files,restrict=off,smb=/home/mahmood,smbserver=10.0.2.4 [1] However, with the same command, a windows xp

Re: [Qemu-discuss] Multiple snapshots with one guest user

2017-01-16 Thread Mahmood Naderan
OK guys. I will try that to see if it works. Regards, Mahmood On Mon, Jan 16, 2017 at 7:06 PM, Jakob Bohm wrote: > On 16/01/2017 16:06, Mahmood Naderan wrote: > >> Hi, >> This is what I want to do via the Qemu: I have installed a windows guest >> with two drives (c and d). I will create an ad

[Qemu-discuss] Network driver problem with the guest

2017-01-16 Thread Mahmood Naderan
Hi, A windows xp (x64) shows the network connection with the following command -devive e1000,netdev=host_files -netdev user,net= 10.0.2.0/24,id=host_files,restrict=off,smb=/home/mahmood,smbserver=10.0.2.4 However, with the same command, a windows xp (32bit) doesn't detect the driver and the drive

Re: [Qemu-discuss] Guest screen resolution problem

2017-01-16 Thread Mahmood Naderan
>Check the display driver and screen resolution settings inside >the Windows Guest Yes thank you very much. Regards, Mahmood

Re: [Qemu-discuss] Multiple snapshots with one guest user

2017-01-16 Thread Jakob Bohm
On 16/01/2017 16:06, Mahmood Naderan wrote: Hi, This is what I want to do via the Qemu: I have installed a windows guest with two drives (c and d). I will create an admin user and install some basic softwares. Then I will create a snapshot for each user. Each user is then able to boot his/her

Re: [Qemu-discuss] Multiple snapshots with one guest user

2017-01-16 Thread Aleksei
I'm pretty sure you need to utilize differencing images rather than snapshots. How about this: You installed windows guest using drive image file win.qcow2. Then you create 1 file for each host user based on the same base file: qemu-img create -o backing_file win.qcow2 win_for_user_1.qcow2 qe

[Qemu-discuss] Multiple snapshots with one guest user

2017-01-16 Thread Mahmood Naderan
Hi, This is what I want to do via the Qemu: I have installed a windows guest with two drives (c and d). I will create an admin user and install some basic softwares. Then I will create a snapshot for each user. Each user is then able to boot his/her snapshot (saved in his home folder) and install/r