Re: Does anyone successfully use USB drive in Windows7 guest?

2011-06-25 Thread Tomasz Chmielewski
it? I can't use PCI passthrough feature to pass the whole USB controller to VM, because the hypervisor also needs to use some USB ports. If I use Windows XP or Linux, the USB drive can work well. I think it's because qemu/kvm does not support USB 2.0. http://wiki.qemu.org/Planning/0.15 -- Tomasz

Re: 2.6.38.1 general protection fault

2011-04-20 Thread Tomasz Chmielewski
On 20.04.2011 11:28, Thomas Treutner wrote: On 03/28/2011 10:14 PM, Tomasz Chmielewski wrote: On 28.03.2011 22:04, Andrea Arcangeli wrote: Tomasz, how easily can you reproduce? Well, this server runs 10 VMs or so, and it happens after 1-2 days of uptime. I reverted now to a 2.6.35.x

Re: 2.6.38.1 general protection fault

2011-03-28 Thread Tomasz Chmielewski
If you need to look at the config, it's available here: http://www.virtall.com/files/temp/config-2.6.38.1 -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: 2.6.38.1 general protection fault

2011-03-28 Thread Tomasz Chmielewski
time with a kernel known to cause problems. Could you upload to the site the output of objdump -dr arch/x86/kvm/mmu.o too? http://virtall.com/files/temp/mmu-objdump.txt -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body

Re: 2.6.38.1 general protection fault

2011-03-26 Thread Tomasz Chmielewski
On 26.03.2011 10:15, Avi Kivity wrote: On 03/25/2011 11:32 AM, Tomasz Chmielewski wrote: I got this on a 2.6.38.1 system which (I think) had some problem accessing guest image on a btrfs filesystem. general protection fault: [#1] SMP (...) 0: 55 push %rbp 1: 48 89 e5 mov %rsp,%rbp

2.6.38.1 general protection fault

2011-03-25 Thread Tomasz Chmielewski
] RSP 880508ee9bf0 ---[ end trace 85201a339b7635fc ]--- -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: kernel BUG at arch/x86/kvm/mmu.c:655!

2011-01-18 Thread Tomasz Chmielewski
On 18.01.2011 15:42, Marcelo Tosatti wrote: Patch against 2.6.36 attached. Thanks. Do you know if this bug is present in 2.6.37? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More

Re: kernel BUG at arch/x86/kvm/mmu.c:655!

2011-01-09 Thread Tomasz Chmielewski
On 09.01.2011 17:25, Avi Kivity wrote: On 01/07/2011 10:43 PM, Tomasz Chmielewski wrote: The following happened when I tried to reboot a virtual machine (host running qemu 0.13.0, kernel 2.6.36.2). After a while, the server hanged and was no longer reachable. kvm: 3927: cpu0 unhandled wrmsr

kernel BUG at arch/x86/kvm/mmu.c:655!

2011-01-07 Thread Tomasz Chmielewski
+0x25/0x30 -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Copy and paste feature across guest and host

2010-05-27 Thread Tomasz Chmielewski
try; # modprobe virtio-copypaste ? Seriously, qemu does not make it easy (well, its GUI does not make most things easy) and you'll need a tool which synchronizes the clipboard between two machines (google for qemu copy paste?). -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from

Re: can't start qemu-kvm on 2.6.34-rc3

2010-03-31 Thread Tomasz Chmielewski
. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

can't start qemu-kvm on 2.6.34-rc3

2010-03-30 Thread Tomasz Chmielewski
] RSP 88017e983ae8 [ 282.365044] CR2: 00020001 [ 282.365046] ---[ end trace 7fb0c79c903996ce ]--- -- Tomasz Chmielewski -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: Tracking KVM development

2010-03-22 Thread Tomasz Chmielewski
I've never heard of any KVM specific distributions. Are you aware of any? Have you heard of Proxmox VE[1]? It's built on top of Debian with virtualization in mind. [1] http://pve.proxmox.com -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe

BUG: soft lockup - CPU#1 stuck for 61s ! [qemu-kvm... (and server hang)

2010-03-12 Thread Tomasz Chmielewski
] ? do_vfs_ioctl+0x8a/0x5a0 [ 923.418732] [a032d543] ? kvm_on_user_return+0x73/0x80 [kvm] [ 923.418734] [81138b51] ? sys_ioctl+0x81/0xa0 [ 923.418737] [8100a042] ? system_call_fastpath+0x16/0x1b -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send

Re: soft lockup after live migration

2009-11-08 Thread Tomasz Chmielewski
:/* obsolete */ + r = 0; You'll probaby have to do it manually (this disables pvmmu). With this, some guests fail to start with kernel panic; some have soft lockups all the time. Some don't start at all. And generally, everything is dead slow. -- Tomasz Chmielewski http

Re: [Qemu-devel] Re: [ANNOUNCE] Sheepdog: Distributed Storage System for KVM

2009-10-25 Thread Tomasz Chmielewski
of traditional dd or a sparse file. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Qemu-devel] Re: [ANNOUNCE] Sheepdog: Distributed Storage System for KVM

2009-10-23 Thread Tomasz Chmielewski
of that. Sot sure how it would matter here, but probably it would. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

soft lockup after live migration

2009-10-23 Thread Tomasz Chmielewski
rep_good pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm bogomips: 4270.04 clflush size: 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line

Re: 0.11: SMP guests using one host CPU only?

2009-10-22 Thread Tomasz Chmielewski
not compiled in, and kvm didn't complain when starting). IO and CPU speed was rather OK, so I didn't notice ;) To sum up the thread: I guess qemu _without_ KVM will only use one CPU, even when you assign more CPUs to the guest? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from

0.11: SMP guests using one host CPU only?

2009-10-20 Thread Tomasz Chmielewski
. I also tried 2.6.31.5 with qemu-kvm-0.11 with the same result. I have another machine, running 2.6.24 kernel, where it works just fine (running several CPU-intensive tasks on a guest result in several host CPUs being loaded). -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from

Re: 0.11: SMP guests using one host CPU only?

2009-10-20 Thread Tomasz Chmielewski
Avi Kivity wrote: On 10/20/2009 06:03 PM, Tomasz Chmielewski wrote: On a 8 CPU host, I created a guest with 4 CPUs (-smp 4). Unfortunately, the guest only uses one host CPU. For example, running cat /dev/urandom | gzip -9 /dev/null several times on this guest causes load on only one host CPU

Re: 0.11: SMP guests using one host CPU only?

2009-10-20 Thread Tomasz Chmielewski
Avi Kivity wrote: On 10/20/2009 07:17 PM, Tomasz Chmielewski wrote: Avi Kivity wrote: On 10/20/2009 06:03 PM, Tomasz Chmielewski wrote: On a 8 CPU host, I created a guest with 4 CPUs (-smp 4). Unfortunately, the guest only uses one host CPU. For example, running cat /dev/urandom | gzip -9

Re: 0.11: SMP guests using one host CPU only?

2009-10-20 Thread Tomasz Chmielewski
Avi Kivity wrote: On 10/20/2009 10:19 PM, Tomasz Chmielewski wrote: I meant, how many qemu threads are there, and how much cpu does each take? There is only one qemu thread for the 4-cpu guest. Not possible. Even a single-cpu guest has two threads. ps auxH shuld show me all threads? I

lspci says: SCSI storage controller: Qumranet, Inc. Virtio block device. Is it really?

2009-10-19 Thread Tomasz Chmielewski
on any SCSI moduled like sd_mod). Is SCSI storage controller a proper description for this device? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: lspci says: SCSI storage controller: Qumranet, Inc. Virtio block device. Is it really?

2009-10-19 Thread Tomasz Chmielewski
Luca Tettamanti wrote: On Mon, Oct 19, 2009 at 2:14 PM, Tomasz Chmielewski man...@wpkg.org wrote: lspci implies that the virtio block device is a SCSI storage controller, i.e.: 00:05.0 SCSI storage controller: Qumranet, Inc. Virtio block device However, virtio block devide does not have much

Re: lspci says: SCSI storage controller: Qumranet, Inc. Virtio block device. Is it really?

2009-10-19 Thread Tomasz Chmielewski
that are compatibility problem with other operating systems. Thanks for clarifications. It makes sense in that case - I don't have any more questions ;) -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More

Re: strange guest slowness after some time

2009-06-16 Thread Tomasz Chmielewski
. For me, it turned out that KVM I was running (coming with Proxmox VE) had a fairsched patch (OpenVZ-related) which caused this broken behaviour. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord

Re: strange guest slowness after some time

2009-05-28 Thread Tomasz Chmielewski
Avi Kivity wrote: Tomasz Chmielewski wrote: Maybe virtio is racy and a loaded host exposes the race. I see it happening with virtio on 2.6.29.x guests as well. So, what would you do if you saw it on your systems as well? ;) Add some debug routines into virtio_* modules? I'm no virtio

Re: strange guest slowness after some time

2009-05-26 Thread Tomasz Chmielewski
Rusty Russell wrote: On Tuesday 07 April 2009 00:49:17 Tomasz Chmielewski wrote: Tomasz Chmielewski schrieb: As I mentioned, it was using virtio net. Guests running with e1000 (and virtio_blk) don't have this problem. Also, virtio_console seem to be affected by this slowness issue. I'm

Re: strange guest slowness after some time

2009-05-26 Thread Tomasz Chmielewski
Avi Kivity wrote: Tomasz Chmielewski wrote: I still observe this slowness with kvm-86 after the guest is running for some time (virtio_net and virtio_console seem to be affected; guest restart doesn't fix it). Anything in guest dmesg? No. No hints in syslog, dmesg... Can

Re: strange guest slowness after some time

2009-05-26 Thread Tomasz Chmielewski
Avi Kivity wrote: Tomasz Chmielewski wrote: Avi Kivity wrote: Tomasz Chmielewski wrote: I still observe this slowness with kvm-86 after the guest is running for some time (virtio_net and virtio_console seem to be affected; guest restart doesn't fix it). Anything in guest dmesg

2.6.29.1 BUG: unable to handle kernel NULL pointer dereference at (null) - Oops

2009-05-24 Thread Tomasz Chmielewski
8b 43 38 0f 18 00 90 83 c6 03 89 75 ec 31 f6 39 55 ec 75 1b eb EIP: [c01b1ffb] page_referenced+0xab/0x140 SS:ESP 0068:f5879d30 ---[ end trace 03bc6e65c375750f ]--- -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message

Re: 2.6.29.1 BUG: unable to handle kernel NULL pointer dereference at (null) - Oops

2009-05-24 Thread Tomasz Chmielewski
Avi Kivity wrote: Tomasz Chmielewski wrote: This system is running as a kvm-85 guest. This is a guest oops, right? Yes, that was a guest Oops. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord

Re: i8042.c: No controller found - no keyboard when I type in BIOS

2009-05-14 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: The keyboard is not present after I reboot the guest and usually type before Linux is started. It does not happen always. Observed with kvm-83, kvm-84, kvm-85 on multiple KVM hosts (different hardware). Anyone else seeing this? If you're not sure, do something

Re: i8042.c: No controller found - no keyboard when I type in BIOS

2009-05-14 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Tomasz Chmielewski schrieb: The keyboard is not present after I reboot the guest and usually type before Linux is started. It does not happen always. Observed with kvm-83, kvm-84, kvm-85 on multiple KVM hosts (different hardware). Anyone else seeing

Re: strange guest slowness after some time

2009-04-07 Thread Tomasz Chmielewski
Rusty Russell schrieb: On Tuesday 07 April 2009 00:49:17 Tomasz Chmielewski wrote: Tomasz Chmielewski schrieb: As I mentioned, it was using virtio net. Guests running with e1000 (and virtio_blk) don't have this problem. Also, virtio_console seem to be affected by this slowness issue. I'm

Re: strange guest slowness after some time

2009-04-06 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: As I mentioned, it was using virtio net. Guests running with e1000 (and virtio_blk) don't have this problem. Also, virtio_console seem to be affected by this slowness issue. Am I correct to think that if: * on guest lsmod outputs: virtio_console

Re: strange guest slowness after some time

2009-04-01 Thread Tomasz Chmielewski
rhel3 and rhel4 guests using e1000/scsi devices. As I mentioned, it was using virtio net. Guests running with e1000 (and virtio_blk) don't have this problem. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord

Re: strange guest slowness after some time

2009-03-31 Thread Tomasz Chmielewski
Felix Leimbach schrieb: Tomasz Chmielewski wrote: Felix Leimbach schrieb: Out of 3 e1000 guests none has ever been hit. Observed with kvm-83 and kvm-84 with the host running in-kernel KVM code (linux 2.6.25.7) Could you add a (unused) e1000 interface to your virtio guests? As this issue

Re: Live memory allocation?

2009-03-31 Thread Tomasz Chmielewski
Javier Guerra schrieb: On Mon, Mar 30, 2009 at 10:15 AM, Tomasz Chmielewski man...@wpkg.org wrote: Still, if there is free memory on host, why not use it for cache? because it's best used on the guest; It is correct, but not realistic from the administrative point of view. Let's say you

Re: KVM-74: HELP PLEASE - cannot boot from cdrom for recovery

2009-03-31 Thread Tomasz Chmielewski
parameters do you use to start the guest? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: KVM-74: HELP PLEASE - cannot boot from cdrom for recovery

2009-03-31 Thread Tomasz Chmielewski
Gerry Reno schrieb: Tomasz Chmielewski wrote: Gerry Reno schrieb: Today we upgraded one of our VM's from F9 to F10 and after the first reboot we see the dreaded GRUB prompt. This it turns out is a known problem with F10 installs. And the recovery is usually very simple. You boot

Re: KVM-74: HELP PLEASE - cannot boot from cdrom for recovery

2009-03-31 Thread Tomasz Chmielewski
10 DVD/ And I check this path and I can read all the files from the command line on the DVD just fine. What could be the problem? /some/where/fedora.iso _not_ a mounted directory! -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body

Re: KVM-74: HELP PLEASE - cannot boot from cdrom for recovery

2009-03-31 Thread Tomasz Chmielewski
/sr0 output? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: KVM-74: HELP PLEASE - cannot boot from cdrom for recovery

2009-03-31 Thread Tomasz Chmielewski
file to your disk and point kvm there. It's the easiest to do; your problem is not really kvm-specific. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: Live memory allocation?

2009-03-30 Thread Tomasz Chmielewski
will be emptied on both guest and host as we read file_2. Ideal situation would be if host and guest caches could be shared, to a degree (and have both file_1 and file_2 in memory, doesn't matter if it's guest or host). -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send

Re: Live memory allocation?

2009-03-30 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: What about cache/buffers sharing between the host kernel and running processes? If I'm not mistaken, right now, memory is wasted by caching the same data by host and guest kernels. For example, let's say we have a host with 2 GB RAM

Re: Live memory allocation?

2009-03-30 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: Double caching is indeed a bad idea. That's why you have cache=off (though it isn't recommended with qcow2). cache= option is about write cache, right? Here, I'm talking about read cache. Or, does cache=none disable read cache as well

Re: I/O errors after migration - why?

2009-03-28 Thread Tomasz Chmielewski
Nolan schrieb: Tomasz Chmielewski mangoo at wpkg.org writes: I'm trying to perform live migration by following the instructions on http://www.linux-kvm.org/page/Migration. Unfortunately, it doesn't work very well - guest is migrated, but looses access to its disk. The LSI logic scsi device

Re: problems with live migration using kvm-84

2009-03-28 Thread Tomasz Chmielewski
Gerrit Slomma schrieb: Hello and good day. I have filed a bug report via bugzilla.redhat.com with the id With what ID? Could you give the full URL? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord

I/O errors after migration - why?

2009-03-27 Thread Tomasz Chmielewski
-- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: I/O errors after migration - why?

2009-03-27 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: I'm trying to perform live migration by following the instructions on http://www.linux-kvm.org/page/Migration. Unfortunately, it doesn't work very well - guest is migrated, but looses access to its disk. On the destination host, I'm starting the guest with exactly

Re: I/O errors after migration - why?

2009-03-27 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Tomasz Chmielewski schrieb: I'm trying to perform live migration by following the instructions on http://www.linux-kvm.org/page/Migration. Unfortunately, it doesn't work very well - guest is migrated, but looses access to its disk. On the destination host, I'm

Re: I/O errors after migration - why?

2009-03-27 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Tomasz Chmielewski schrieb: Tomasz Chmielewski schrieb: I'm trying to perform live migration by following the instructions on http://www.linux-kvm.org/page/Migration. Unfortunately, it doesn't work very well - guest is migrated, but looses access to its disk

Re: I/O errors after migration - why?

2009-03-27 Thread Tomasz Chmielewski
/dev/sdX device on both hosts. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Live memory allocation?

2009-03-26 Thread Tomasz Chmielewski
as ballooning used by KVM? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Live memory allocation?

2009-03-26 Thread Tomasz Chmielewski
Izik Eidus schrieb: Tomasz Chmielewski wrote: Evert schrieb: Hi all, According to the Wikipedia ( http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines ) both VirtualBox VMware server support something called 'Live memory allocation'. Does KVM support this as well? What

Re: KVM + virt-manager: which is the perfect host Linux distro?

2009-03-26 Thread Tomasz Chmielewski
, but if there is 1 distro which is clearly better as host OS when it comes to KVM+virt-manager, I am willing to use something else... ;-) Did you try this one: http://pve.proxmox.com/wiki/Main_Page It's Debian based and have everything you need for virtualisation already prepared. -- Tomasz

Re: [PATCH] extboot should update number of HDs reported by BIOS

2009-03-24 Thread Tomasz Chmielewski
Gleb Natapov schrieb: This fixes Vista boot from virtio-blk issue. Did I miss Windows virtio block drivers? ;) -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info

AMD-Intel guest migration and CPUs without NX

2009-03-24 Thread Tomasz Chmielewski
: 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: AMD-Intel guest migration and CPUs without NX

2009-03-24 Thread Tomasz Chmielewski
NX (or XD), but for 64-bit hosts back and forth migration should work well. Migration of 32-bit guests should work between 32-bit hosts and 64-bit hosts. Looks like that paragraph assumes that all 64-bit hosts have NX. Your /proc/cpuinfo proves otherwise. -- Tomasz Chmielewski http

Re: AMD-Intel guest migration and CPUs without NX

2009-03-24 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: Although I think my guests don't use it, you never know. Is it possible to disable NX for chosen guests? -cpu qemu64,-nx Thanks. I updated the FAQ and migration pages to contain this information. -- Tomasz Chmielewski http://wpkg.org

Re: kvm-84 and guests with more than 3536 MB Ram?

2009-03-24 Thread Tomasz Chmielewski
old. It used to be that we used phys_ram_base for loading kernel/initrds which would break when using 3.5GB of memory. I wouldn't be surprised if that fix happened post kvm-72. Doesn't he say that it did work for him with kvm-72, but does not with kvm-84? -- Tomasz Chmielewski http

Re: virtio block drivers not working

2009-03-22 Thread Tomasz Chmielewski
other guests? For example, try downloading a SystemRescueCd beta - it includes virtio drivers: http://www.sysresccd.org/Beta-x86 Boot the guest from this CD, with a drive attached as virtio. Load virtio drivers - do you see /dev/vda? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe

Re: strange guest slowness after some time

2009-03-19 Thread Tomasz Chmielewski
David S. Ahern schrieb: David S. Ahern wrote: Rusty Russell wrote: On Wednesday 18 March 2009 16:59:36 Avi Kivity wrote: Tomasz Chmielewski wrote: virtio_net virtio0: id 64 is not a head! This means that qemu said I've finished with buffer 64 and the guest didn't know anything about buffer

Re: strange guest slowness after some time

2009-03-19 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Note how _time_ is different (similar timings are to other unaffected guests): This is also pretty interesting: # ping -c 10 unaffected guest PING 192.168.4.4 (192.168.4.4) 56(84) bytes of data. 64 bytes from 192.168.4.4: icmp_seq=1 ttl=64 time=1.25 ms 64 bytes

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Avi Kivity schrieb: I'm guessing there's a problem with timers or timer interrupts. What is the host cpu? 4 entries like this in /proc/cpuinfo: processor : 3 vendor_id : AuthenticAMD cpu family : 15 model : 65 model name : Dual

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: After a week or so, network in one guest got slow with kvm-84 and no cpufreq. This is virtio, right? What about e1000? (I realize it takes a week to reproduce, but maybe you have some more experience) Yes, all affected had virtio

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
are the packet counts on long running guests? I don't think so. I just made both counters (TX, RX) of ifconfig for virtio interfaces overflow several times and everything is still as fast as it should be. (output of ifconfig, even on an unaffected e1000 guest, might help) -- Tomasz Chmielewski http

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
/qemu process and start a new one) to make the network working properly again? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
that you Tomasz are also running kvm-83. Maybe kvm-84 fixed the issue already? No, I run kvm-84. With kvm-83 I had this issue much more frequently. With kvm-84, is seems less frequent. Or maybe that's just what I'd like to believe ;) -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
Opteron(tm) Processor 2212 stepping: 2 cpu MHz : 1994.996 cache size : 1024 KB It's exactly the same CPU I have. Almost. My is 5.004 MHz faster ;) model name : Dual-Core AMD Opteron(tm) Processor 2212 stepping: 2 cpu MHz : 2000.000 -- Tomasz

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
Avi Kivity schrieb: Felix Leimbach wrote: Tomasz Chmielewski wrote: Avi Kivity schrieb: Might it be that some counter overflowed? What are the packet counts on long running guests? Here is the current ifconfig output of a machine which suffered the problem before: eth0 Link

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Avi Kivity schrieb: Felix Leimbach wrote: Tomasz Chmielewski wrote: Avi Kivity schrieb: Might it be that some counter overflowed? What are the packet counts on long running guests? Here is the current ifconfig output of a machine which suffered the problem

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
with 2.6.27.x kernel. (data being transferred both side to/from each of these hosts). -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: See this screenshot: http://www1.wpkg.org/lockup.png Guest that locks up is running Debian Lenny with 2.6.26 kernel. Guest that does not lock up runs Mandriva 2009.0 with 2.6.27.x kernel. (data being transferred both side to/from each of these hosts). Sorry

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Sorry, both machines run Debian Lenny and 2.6.26 kernel. The only difference is that machine which crashes (with MTU=100) or locks up (with MTU=1500) runs a 2.6.26-1-686 kernel and the one which doesn't lock up runs 2.6.26-1-486 kernel (both are Debian's kernels

Re: strange guest slowness after some time

2009-03-17 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Tomasz Chmielewski schrieb: Sorry, both machines run Debian Lenny and 2.6.26 kernel. The only difference is that machine which crashes (with MTU=100) or locks up (with MTU=1500) runs a 2.6.26-1-686 kernel and the one which doesn't lock up runs 2.6.26-1-486 kernel

Re: why guests show Clocksource tsc unstable on bootup?

2009-03-15 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: Why do my guests show Clocksource tsc unstable on bootup? Linux expects the tsc to be monotonic and to have a 1:1 correspondence with real time, which isn't easy to achieve with virtualization. But the clocksource is kvm-clock, so why does

Re: strange guest slowness after some time

2009-03-09 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: The host is running kvm-83. Affected guests are running 2.6.27.14 kernels and use virtio drivers. The problem happens only _sometimes_. Out of 9 guests I have running on this host, I saw this problem only on 3 guests. I never saw this happening on more than one

Re: strange guest slowness after some time

2009-03-09 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: I upgraded ~2 days ago to kvm-84 and the same just happened for a guest with 256 MB memory. Note how _time_ is different (similar timings are to other unaffected guests): This is also pretty interesting: # ping -c 10 unaffected guest PING 192.168.4.4

Re: strange guest slowness after some time

2009-03-09 Thread Tomasz Chmielewski
192.168.113.85: icmp_seq=6 ttl=64 time=1.60 ms 64 bytes from 192.168.113.85: icmp_seq=7 ttl=64 time=49.8 ms 64 bytes from 192.168.113.85: icmp_seq=8 ttl=64 time=23.3 ms 64 bytes from 192.168.113.85: icmp_seq=9 ttl=64 time=999 ms 64 bytes from 192.168.113.85: icmp_seq=10 ttl=64 time=822 ms -- Tomasz

Re: strange guest slowness after some time

2009-03-09 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: Avi Kivity schrieb: I'm guessing there's a problem with timers or timer interrupts. What is the host cpu? 4 entries like this in /proc/cpuinfo: processor : 3 vendor_id : AuthenticAMD cpu family : 15 model : 65 model

Re: strange guest slowness after some time

2009-03-09 Thread Tomasz Chmielewski
on a guest which doesn't use virtio drivers - so far at least). -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: strange guest slowness after some time

2009-03-09 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb: Avi Kivity schrieb: I'm guessing there's a problem with timers or timer interrupts. What is the host cpu? 4 entries like this in /proc/cpuinfo: processor : 3 vendor_id : AuthenticAMD cpu family : 15 model : 65 model name : Dual

why guests show Clocksource tsc unstable on bootup?

2009-03-09 Thread Tomasz Chmielewski
UTC (1236598890) [ 41.500623] Clocksource tsc unstable (delta = -153498948 ns) -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: strange guest slowness after some time

2009-03-09 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: It was kvm-clock. I tried changing it to acpi_pm, jiffies, tsc, but it made no difference. Actually, I don't think that I checked tsc, because when I changed to jiffies, the time has stopped: # echo jiffies /sys/devices/system/clocksource

Re: Houston, we have May 15, 1953 (says guest when host uses cpufreq, and dies)

2009-03-07 Thread Tomasz Chmielewski
] child_rip+0x0/0x12 Code: Bad RIP value. RIP [88429721] RSP 810039d09d20 CR2: 88429721 ---[ end trace e6b0e16fe814aeb1 ]--- note: kondemand/0[20389] exited with preempt_count 1 -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe

strange guest slowness after some time

2009-03-07 Thread Tomasz Chmielewski
happens only _sometimes_. Out of 9 guests I have running on this host, I saw this problem only on 3 guests. I never saw this happening on more than one guest at a time. All three have 512 MB memory assigned, other guests have less memory. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from

Re: strange guest slowness after some time

2009-03-07 Thread Tomasz Chmielewski
losses and/or ping roundtrip times ;) dd if=/dev/vda of=/dev/null curing the problem also excludes the nameserver idea. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info

vncviewer and broken mouse behaviour - is there a fix?

2009-02-26 Thread Tomasz Chmielewski
Currently, using mouse with vncviewer is a bit broken: VNC mouse pointer moves much faster than the real mouse pointer. As a result, it's not always easy to pointclick in the right area. Is there a workaround for that? -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list

Re: vncviewer and broken mouse behaviour - is there a fix?

2009-02-26 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: Currently, using mouse with vncviewer is a bit broken: VNC mouse pointer moves much faster than the real mouse pointer. As a result, it's not always easy to pointclick in the right area. Is there a workaround for that? -usbdevice tablet I

Re: vncviewer and broken mouse behaviour - is there a fix?

2009-02-26 Thread Tomasz Chmielewski
to configure something special on the quest? On my guests, vnc mouse pointer moves much faster than the real one - both when X is started, but also in console, with gpm started. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body

Re: vballoon: page allocation failure. order:0 - Kernel panic

2009-02-25 Thread Tomasz Chmielewski
Avi Kivity schrieb: Tomasz Chmielewski wrote: I'm trying to use ballooning with kvm-83. Although I'm able to limit the guest's memory, when I try to increase it right after that, I get vballoon: page allocation failure. order:0 followed by a kernel panic. Is it expected? The guest

Re: making snapshots with raw devices? and some general snapshot thoughts

2009-02-25 Thread Tomasz Chmielewski
Javier Guerra schrieb: On Wed, Feb 25, 2009 at 8:20 AM, Tomasz Chmielewski man...@wpkg.org wrote: Is it possible to make snapshots when using raw devices (i.e. disk, partition, LVM volume) as guest's disk image? According to documentation[1] (and some tests I made) it is only possible

Re: making snapshots with raw devices? and some general snapshot thoughts

2009-02-25 Thread Tomasz Chmielewski
exec:dd of=state.img reboot machine qemu -incoming exec:dd if=state.img -other -options Should be: qemu -incoming exec:dd if=state.img -other -options -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord

Re: Virtio and WinXP (disk drivers)

2009-02-25 Thread Tomasz Chmielewski
Alpár Török schrieb: 2009/2/25 Tomasz Chmielewski man...@wpkg.org: Alpár Török schrieb: Indeed virtio performs better than e1000. It should work, please provide host kernel version, kvm version, virtio net version and windows guest type. Also the cmdline and monitor command will help. kernel

vballoon: page allocation failure. order:0 - Kernel panic

2009-02-24 Thread Tomasz Chmielewski
[ 100.470313] Killed process 1984 (getty) [ 100.892244] Kernel panic - not syncing: Out of memory and no killable processes... [ 100.892247] -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More

Re: KVM without X-Window System

2009-02-24 Thread Tomasz Chmielewski
integrated. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: How to secret Dom0 against DomU .

2009-02-20 Thread Tomasz Chmielewski
in a different VLAN, attach to a different bridge etc. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

  1   2   >