Re: PCI passthrough resource remapping

2010-03-25 Thread Brian Jackson
It's only in qemu-kvm.git. Maybe it should go into qemu-kvm-0.12.4 if there is one Sent from my iPhone On Mar 25, 2010, at 9:37 PM, Kenni Lund ke...@kelu.dk wrote: 2010/1/9 Alexander Graf ag...@suse.de: On 09.01.2010, at 03:45, Ryan C. Underwood wrote: I have a multifunction PCI device

Re: usb_linux_update_endp_table: No such file or directory

2010-03-28 Thread Brian Jackson
On Sunday 28 March 2010 16:23:24 scar wrote: Brian Jackson @ 10/18/2008 10:23 AM: On Oct 18, 2008, at 9:57 AM, Xavier Gnata xavier.gn...@gmail.com wrote: Hi, I'm trying to plug an Ipod on a winXP guest. The host is a 2.6.27 and I'm using kvm-77. I get this (as root to avoid stupid

Re: KVM warning about uncertified CPU for SMP for AMD model 2, stepping3

2010-03-30 Thread Brian Jackson
On Tuesday 30 March 2010 06:03:02 pm Jiri Kosina wrote: Hi, booting 32bit guest on 32bit host on AMD system gives me the following warning when KVM is instructed to boot as SMP: This has been discussed before (fairly recently). Subject was tainted Linux kernel in default SMP QEMU/KVM

Re: [Qemu-devel] KVM call agenda for Apr 20

2010-04-19 Thread Brian Jackson
On Monday 19 April 2010 18:30:44 Chris Wright wrote: Please send in any agenda items you are interested in covering. 0.12.4? thanks, -chris -- 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

Re: [PATCH] block: Free iovec arrays allocated by multiwrite_merge()

2010-04-21 Thread Brian Jackson
On Wednesday 21 April 2010 13:35:36 Ryan Harper wrote: * Stefan Hajnoczi stefa...@linux.vnet.ibm.com [2010-04-21 13:27]: A new iovec array is allocated when creating a merged write request. This patch ensures that the iovec array is deleted in addition to its qiov owner. Nice catch.

Re: RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock

2010-04-23 Thread Brian Jackson
On Friday 23 April 2010 12:08:22 David S. Ahern wrote: After a few days of debugging I think kvmclock is the source of lockups for a RHEL5.5-based VM. The VM works fine on one host, but repeatedly locks up on another. Server 1 - VM locks up repeatedly -- DL580 G5 -- 4 quad-core X7350

Re: Jumbo frames with virtio net

2010-04-27 Thread Brian Jackson
On Monday, April 26, 2010 09:23:49 am carlopmart wrote: Hi all Is it possible to configure jumbo frames (mtu=9000) on a kvm guest using virtio net drivers? Yes. The same rules apply as to physical computers. Every step of the path has to have the same mtu (i.e. the bridge, tap, host

Re: Can I simulate a virtual Dual-Head Graphiccard?

2010-04-28 Thread Brian Jackson
On Wednesday, April 28, 2010 03:08:24 pm Axel Kittenberger wrote: Hello, This is a question I was not able to answer with a search. I've been using kvm now quite successfully as server side solution. Now I want to use it on a particular desktop to have a Windows 7 Guest on a native Linux

Re: virtio-win problem

2010-05-06 Thread Brian Jackson
On Thursday, May 06, 2010 07:10:07 am Riccardo Veraldi wrote: Hello, if I install virtio-win drivers on windows 2008 Server R2, I have the problem of signed device drivers. I Can install the drivers but Windows 2008 server refuses to use them unless I start the machine pressing F8 every time

Re: virtio-win problem

2010-05-06 Thread Brian Jackson
On Thursday, May 06, 2010 03:11:00 pm Jernej Simončič wrote: On Thursday, May 6, 2010, 21:59:21, Brian Jackson wrote: http://theiggy.com/tmp/virtio-20100228.zip These are not guaranteed to work and they will probably kill kittens. That said, I've had luck with them and had only a few

Re: virtio-win problem

2010-05-06 Thread Brian Jackson
On Thursday, May 06, 2010 04:05:17 pm Jernej Simončič wrote: On Thursday, May 6, 2010, 22:36:02, Brian Jackson wrote: What about the XP32 drivers from: http://theiggy.com/tmp/virtio-20091208.zip This is what I currently use on XP, and it works fine (I think I mentioned this on IRC - my

Re: [PATCH RFC] virtio_blk: Use blk-iopoll for host-guest notify

2010-05-14 Thread Brian Jackson
On Friday, May 14, 2010 03:47:37 pm Stefan Hajnoczi wrote: This patch adds blk-iopoll interrupt mitigation to virtio-blk. Instead of processing completed requests inside the virtqueue interrupt handler, a softirq is scheduled to process up to a maximum number of completed requests in one go.

Re: KVM call agenda for May 18

2010-05-18 Thread Brian Jackson
On Monday 17 May 2010 22:23:46 Chris Wright wrote: Please send in any agenda items you are interested in covering. If we have a lack of agenda items I'll cancel the week's call. Perceived long standing bugs that nobody seems to care about. There are a few, one of which is the 1TB [1] bug

Re: KVM call agenda for May 18

2010-05-18 Thread Brian Jackson
On Tuesday 18 May 2010 08:52:36 Anthony Liguori wrote: On 05/18/2010 01:59 AM, Brian Jackson wrote: On Monday 17 May 2010 22:23:46 Chris Wright wrote: Please send in any agenda items you are interested in covering. If we have a lack of agenda items I'll cancel the week's call

Re: computer frozen

2010-05-20 Thread Brian Jackson
On Thursday, May 20, 2010 02:03:31 am magicboiz wrote: Hello since kernel 2.6.28 or 2.6.29, I don't remember exactly, whenever I try to run KVM in my laptop, I get my computer totally frozen. I'd try: - -no-kvm flag: works, but very slow - -cpu qemu32,-nx: frozen - -no-acpi flag:

Re: Gentoo guest with smp: emerge freeze while recompile world

2010-05-21 Thread Brian Jackson
On Friday, May 21, 2010 10:46:10 am Riccardo wrote: -- Original Message --- From: Avi Kivity a...@redhat.com To: Riccardo andrighetto.ricca...@gmail.com Cc: kvm@vger.kernel.org Sent: Fri, 21 May 2010 18:21:20 +0300 Subject: Re: Gentoo guest with smp: emerge freeze while

Re: Opteron AMD-V support

2010-06-03 Thread Brian Jackson
On Thursday 03 June 2010 21:33:24 Govender, Sashan wrote: Hi We bumped into this issue with VMWare ESX 4 where it doesn't support hardware virtualization if the processor is an AMD Athlon/Opteron (http://communities.vmware.com/docs/DOC-9150). Does linux-kvm have a similar issue? More

Re: Is AMD rev F the same thing as socket F?

2009-10-19 Thread Brian Jackson
On Monday 19 October 2009 09:21:48 am Neil Aggarwal wrote: Chris: cpu family : 15 ^^ means that you have a Rev F (cpu_family 15 == 0xf in hex). That is good to know. Thanks for the info. I am actually quite surprised this processor does not have the constant time stamp counter

Re: CPU change causes hanging of .NET apps

2009-10-28 Thread Brian Jackson
On Wednesday 28 October 2009 16:13:37 Erik Rull wrote: Hi all, when changing the CPU from the default QEMU32 one to e.g. the n270 or the core2duo no .NET apps will work under Windows XP as guest. Switching back and everything is fine. The Pentium Emulation on the other side works fine!

Re: libvirt bug #532480

2009-11-03 Thread Brian Jackson
On Tuesday 03 November 2009 06:02:42 am roma1390 wrote: Lib virt thinks that bug #532480 must be addressed to quemu/kvm team. https://bugzilla.redhat.com/show_bug.cgi?id=532480 For future reference adding some overview to your email instead of making all the devs with arguably limited

Windows XP Viostor driver not building

2009-12-09 Thread Brian Jackson
When I try to build it recently I get the following: Compiling - virtio_stor_hw_helper.c 1errors in directory c:\src\kvm-guest-drivers-windows\viostor 1c:\src\kvm-guest-drivers-windows\viostor\virtio_stor_hw_helper.c(99) : error C2039: 'requests' : is not a member of '_ADAPTER_EXTENSION'

Re: Memory under KVM?

2009-12-11 Thread Brian Jackson
On Friday 11 December 2009 15:43:01 rek2 wrote: Hi everyone, I'm new to the list and I have a couple questions that we are wondering about here at work... we have notice that the KVM processes on the host take much more memory than the memory we have told the VM to use.. a ruff example.. if

Issues with qemu-kvm.git from today

2009-12-15 Thread Brian Jackson
With qemu-kvm.git from this morning (about an hour ago), I see the following message. Qemu continues to run after this, but the guest is unresponsive and the qemu process is chewing up 100% cpu. rom: out of memory (rom pxe-virtio.bin, addr 0x000de800, size 0xdc00, max

hrtimers bug

2008-06-17 Thread Brian Jackson
Don't know if this is a kvm bug or not, but figured I'd send it anyway. Just in case. http://www.theiggy.com/tmp/hrtimers_bug.png Host: Core 2 Duo 2.5G 4G ram Ubuntu 8.04 Guest: Ubuntu 8.04 qemu-system-x86_64 -m 440M -vnc :1 -std-vga -drive file=/dev/vm_space/test1,if=virtio,boot=on -kernel

Re: Live migration without SDL

2008-07-10 Thread Brian Jackson
You can get to the monitor the same way in vnc as you do with the sdl gui. You can also have the monitor connected to a socket or network port. See the qemu docs for more info. On Thursday 10 July 2008 3:51:44 pm Ty! Boyack wrote: Folks, I'm afraid I'm missing something very basic here.

Re: kvm userland: configure does not check for gawk

2008-09-09 Thread Brian Jackson
Maybe something like this is in order: diff --git a/configure b/configure index 3bb10ce..efbfa24 100755 --- a/configure +++ b/configure @@ -102,6 +102,11 @@ if [ $arch = powerpc ]; then qemu_ldflags=$qemu_ldflags -L $PWD/libfdt fi +# check for some utils we use +if [ -d .git -a ! -x `which

Re: kvm userland: configure does not check for gawk

2008-09-09 Thread Brian Jackson
gawk` ] ; then +echo gawk not installed and necessary for compiling from git +exit +fi + #configure user dir (cd user; ./configure --prefix=$prefix --kerneldir=$libkvm_kerneldir \ --arch=$arch \ On Tuesday 09 September 2008 11:16:03 pm Brian Jackson wrote: Maybe something like

[PATCH 1/1] Add configure script check for gawk when using kvm-userspace.git

2008-09-16 Thread Brian Jackson
When building kvm-userspace from git, gawk is used by kernel/Makefile. Without this check it's non-obvious why kernel/Makefile fails. Signed-off-by: Brian Jackson [EMAIL PROTECTED] diff --git a/configure b/configure index 3bb10ce..5cac4c8 100755 --- a/configure +++ b/configure @@ -102,6 +102,12

Re: kvm-76 --std-vga problem

2008-09-29 Thread Brian Jackson
On Sunday 28 September 2008 4:44:30 pm Michael Malone wrote: Hi Everyone, I just downloaded and ran the new kvm-76 (upgrading from kvm-74) and I have a few issues. I am running Ubuntu 8.04 (Hardy) as my host and Windows XP as my guest. I am using VT-d and the kernel modules loaded

Re: [PATCH] Make KVM compile on split source/object kernel configurations

2008-09-29 Thread Brian Jackson
With your patch, I still can't build with a split kernel source/object dir. Don't know if it's a difference of configure options or what. Here's mine just in case: ./configure --disable-gfx-check --disable-sdl --with-patched-kernel --prefix=/usr I needed the attached patch as well. On

Re: usb_linux_update_endp_table: No such file or directory

2008-10-18 Thread Brian Jackson
A lot of newer iPods and iPhones require usb2 which qemu/KVM does not emulate. You also want to make sure nothing in the host is claiming it before the guest does. On Oct 18, 2008, at 9:57 AM, Xavier Gnata [EMAIL PROTECTED] wrote: Hi, I'm trying to plug an Ipod on a winXP guest. The

[PATCH 1/1] Add configure script check for gawk and unifdef when using kvm-userspace.git

2008-10-27 Thread Brian Jackson
When building kvm-userspace from git, gawk and unifdef are used by kernel/Makefile. Without this check it's non-obvious why kernel/Makefile fails. Signed-off-by: Brian Jackson [EMAIL PROTECTED] diff --git a/configure b/configure index 3b5d14f..26f73f3 100755 --- a/configure +++ b/configure

Re: [PATCH 1/1] Add configure script check for gawk and unifdef when using kvm-userspace.git

2008-10-27 Thread Brian Jackson
On Monday 27 October 2008 3:29:22 pm Glauber Costa wrote: On Mon, Oct 27, 2008 at 6:08 PM, Brian Jackson [EMAIL PROTECTED] wrote: When building kvm-userspace from git, gawk and unifdef are used by kernel/Makefile. Without this check it's non-obvious why kernel/Makefile fails. Signed

Re: can we hope a stable version in the near future?

2008-11-09 Thread Brian Jackson
I think that's one of the things that distro's are good for. On Nov 9, 2008, at 3:13 PM, Farkas Levente wrote: hi, i've to repeat myself old mail again: http://article.gmane.org/gmane.comp.emulators.kvm.devel/18095 i see there is a lots of development in kvm lately. there are many people

Re: KVM performance

2008-11-17 Thread Brian Jackson
Don't use kvm in the tarball. It's not what you want. That's just a wrapper that calls qemu/kvm (possibly even the system one) after it mangles some command line options. Use qemu/x86_64-softmmu/qemu-system-x86_64 from the tarball if you aren't going to install it. Then you just use the same

Re: user: time jump in slave machine leads to freeze

2011-01-25 Thread Brian Jackson
On 1/25/2011 9:21 AM, gnafou wrote: Hello We have had several cases where a slave machine freezes, eating all available cpu. ( this happends randomly, say, after 3 months of correct functionning ) After reboot, looking at the syslog when the freeze occured, the few ( ~5 ) last lines written

Re: Loss of network connectivity with high load

2010-06-15 Thread Brian Jackson
On Tuesday 15 June 2010 16:00:38 Daniel Bareiro wrote: Hi all! I'm using Linux 2.6.31.13 compiled with the kernel.org source code on KVM host with Debian GNU/Linux Lenny amd64. Also I'm using Debian GNU/Linux Lenny amd64 virtual machine with kernel 2.6.26-2 from Debian repositories. I'm

Re: random crash in post_kvm_run()

2010-06-28 Thread Brian Jackson
On Monday, June 28, 2010 12:28:52 pm BuraphaLinux Server wrote: Hello, I have tried qemu_kvm 0.12.4 release and also git from about 1/2 an hour ago. In both cases, I crash in the post_kvm_run() function on the line about: pthread_mutex_lock(qemu_mutex); The command I use to run

Re: qemu-kvm 0.12.4 hanging forever

2010-07-01 Thread Brian Jackson
On Thursday, July 01, 2010 05:37:29 pm Zach Carter wrote: Hi: Under certain 100% reproducible circumstances, when I try to run qemu-kvm, it completely hangs without appearing to do anything I have tried this with qemu-kvm 0.12.4 and with the latest code from the git repository. Here

Re: [Qemu-devel] Re: KVM Call agenda for July 13th

2010-07-13 Thread Brian Jackson
On Tuesday, July 13, 2010 12:01:22 pm Avi Kivity wrote: On 07/13/2010 07:57 PM, Anthony Liguori wrote: I'd like to see more frequent stable releases, at least if the stable branch contains fixes to user-reported bugs (or of course security or data integrity fixes). Would you like to

Re: virtio driver

2010-08-13 Thread Brian Jackson
On Friday, August 13, 2010 02:08:07 am Nirmal Guhan wrote: Hi, My guest (2.6.32 kernel with some patches unrelated to kvm) does not seem to work with virtio driver (model=virtio in qemu-kvm). My rootfs is over nfs. If I change model=pcnet, guest comes up fine. With virtio, I get error as No

Re: virtio bonding bandwidth problem

2010-01-22 Thread Brian Jackson
On Friday 22 January 2010 07:52:49 am Didier Moens wrote: (initially posted to libvirt-us...@redhat.com, but by request of Daniel P. Berrange cross-posted to this list) Dear all, I have been wrestling with this issue for the past few days ; googling around doesn't seem to yield

Re: PCIe device pass-through - No IOMMU, Failed to deassign device error

2010-01-23 Thread Brian Jackson
On Saturday 23 January 2010 05:20:49 Yigal Korman wrote: Hi, I'm trying to pass a second video card to a Windows 7 virtual machine with KVM, and I get the following error: KVM doesn't support assigning graphics cards to VMs yet. There are people working on it afaik, but I don't know the

Re: Can KVM PassThrough specifically my PCI cards to fully-virt'd KVM Guests with my CPU? Yet?

2010-01-25 Thread Brian Jackson
On Monday 25 January 2010 21:11:12 Ben DJ wrote: Hi, I have a box with an AMD Phenom II X4 920 CPU Reading http://www.linux-kvm.org/page/FAQ#What_do_I_need_to_use_KVM.3F, I've verified with 'cat /proc/cpuinfo' that the CPU has the AMD-V svm extension. I'm specifically interested in

Re: Can KVM PassThrough specifically my PCI cards to fully-virt'd KVM Guests with my CPU? Yet?

2010-01-25 Thread Brian Jackson
On Tuesday 26 January 2010 00:22:25 Ben DJ wrote: On Mon, Jan 25, 2010 at 9:44 PM, Brian Jackson i...@theiggy.com wrote: You do need iommu support in your system. Unfortunately there are very few AMD motherboards that have an iommu. Only 1 server level board I know of has one and is close

Re: KVM problems with Xeon L5530

2010-01-27 Thread Brian Jackson
On Wednesday 27 January 2010 05:37:14 pm Matteo Ghezzi wrote: Hi! I'm a long time KVM user, but I've encountered a problem that I couldn't solve. I've switched my good old Core2 Quad with gentoo (2.6.27 kernel) for a Dual Xeon L5530 with Arch (2.6.32 kernel). I've tried starting the old

Re: KVM RAM limitation

2010-02-03 Thread Brian Jackson
On Wednesday 03 February 2010 09:55:41 am Daniel Bareiro wrote: Hi all! I'm trying to boot a VM with 2048 MB in a VMHost with Linux 2.6.32.6 and qemu-kvm-0.12.2, but when doing it, I obtain it the following message: qemu: at most 2047 MB RAM can be simulated. Are you sure you enabled KVM?

Re: KVM RAM limitation

2010-02-03 Thread Brian Jackson
On Wednesday 03 February 2010 02:06:53 pm Daniel Bareiro wrote: Hi, Anthony. On Wednesday, 03 February 2010 13:20:12 -0600, Anthony Liguori wrote: Are you sure you enabled KVM? Are you sure you are using the KVM binary and not some QEMU binary that's sitting around. This is one of

Re: windows server 2008 hyper-v on kvm

2010-02-15 Thread Brian Jackson
On Monday 15 February 2010 12:59:54 Evan Ingram wrote: On 15/02/2010 18:39, Gleb Natapov wrote: I guess original poster needs to clarify what he actually means :) maybe i'm getting the words wrong. ive got an ubuntu 9.10 server with kvm installed on it. ive then installed windows server

Re: Windows guest freezes with black screen

2010-03-02 Thread Brian Jackson
On Tuesday 02 March 2010 10:33:19 am Harald Braumann wrote: Hi, quite often my Windows guest freezes. The window is just black and it uses 100% CPU. I don't think it's a guest problem, because I have kernel debugging enabled and a debugger running in another VM is connected through a serial

Re: About creating VM

2010-03-02 Thread Brian Jackson
Sent from my iPhone On Mar 2, 2010, at 7:19 PM, sati...@pacific.net.hk wrote: Hi folks, Host - Ubuntu 9.10 64bit Virtualizer - KVM I followed; Virtualization With KVM On Ubuntu 9.10 http://www.howtoforge.com/virtualiza...on-ubuntu-9.10 to install this Virtual Machine. The steps worked

Re: linux-aio usable?

2010-03-08 Thread Brian Jackson
On Monday 08 March 2010 03:27:36 pm Nikola Ciprich wrote: It's faster. Hi Avi, Could You give some rough estimate on how much faster? I'm stuck with glibc-2.5 now, but I'm always eager to improve performance, so I wonder if it would make sense to either port eventfd + aio stuff, or switch

Re: kvm hangs on mkfs

2010-12-08 Thread Brian Jackson
On Wednesday, December 08, 2010 01:09:25 pm Hanno Böck wrote: Hi, I tried a relatively simple task with qemu-kvm. I have two qcow hd images and try to create filesystems on them using a gentoo installation disk. qcow2 (I hope you are using that vs just qcow) is known to be a tad on the

Re: network performance between host and guest...

2010-12-17 Thread Brian Jackson
On 12/17/2010 4:29 PM, Erik Brakkee wrote: Hi, For a backup of data from a VM to a USB mounted disk I want to circumvent the USB 1.1 limitations on the guest and instead copy the data over to the host using scp/ssh. I have setup a network using virtio and NAT like this: interface

Re: opening files in exclusive mode?

2009-01-24 Thread Brian Jackson
This has been discussed thoroughly on this list at least once in the past. It was decided against changing the default for various reasons. See the original thread for all the reasons, but the ones I remember are: it would kill backward compatibility for people that start multiple guests

Re: KVM without X-Window System

2009-02-24 Thread Brian Jackson
If you use -vnc, then KVM runs and just sits there on the command line. It doesn't prompt you when it's ready or anything. So you can connect via VNC as soon as you start KVM. You connect with VNC just like you normally would to a server running a regular VNC server. --Brian Jackson

Re: guest to guest communications

2009-03-26 Thread Brian Jackson
On Thursday 26 March 2009 11:30:29 James Simmons wrote: Hi! I hope this is the proper mailing list. If not please tell me where do I post my question. I have been attempting to create a setup with a host debian (Lenny) system and currently two centos guest. I have managed to get

Re: Live memory allocation?

2009-03-28 Thread Brian Jackson
On Saturday 28 March 2009 08:38:33 Alberto Treviño wrote: On Thursday 26 March 2009 08:11:02 am Tomasz Chmielewski wrote: Like, two guests, each with 2 GB memory allocated only use 1 GB of host's memory (as long as they don't have many programs/buffers/cache)? So yes, it's also supported

Re: Live memory allocation?

2009-03-30 Thread Brian Jackson
that he hadn't even read the patch. And as Alan Cox pointed out, if there was some patent problem, it should be handled by lawyers. There was also prior art (even in Linux) from quite some time ago. So, I think we are safe for now. --Brian Jackson Have these issues been resolved? Don't get

Re: BUG: soft lockup - CPU stuck for ...

2009-03-30 Thread Brian Jackson
On Monday 30 March 2009 06:37:35 Robert Wimmer wrote: Hi, many thanks for your replys. I've upgraded some systems to kernel 2.6.29 a few days ago. There was especially one system which nearly always crashed during kernel compilation. With 2.6.29 as host an guest it currently works. Have now

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

2009-03-31 Thread Brian Jackson
On Tuesday 31 March 2009 18:33:41 Gerry Reno wrote: Gerry Reno wrote: Javier Guerra wrote: On Tue, Mar 31, 2009 at 5:52 PM, Gerry Reno gr...@verizon.net wrote: Ok, I've been working with this for a couple hours but this command line errors on F10 like this: # /usr/bin/qemu-kvm -S -M

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

2009-03-31 Thread Brian Jackson
On Tuesday 31 March 2009 18:33:41 Gerry Reno wrote: Gerry Reno wrote: Javier Guerra wrote: On Tue, Mar 31, 2009 at 5:52 PM, Gerry Reno gr...@verizon.net wrote: Ok, I've been working with this for a couple hours but this command line errors on F10 like this: # /usr/bin/qemu-kvm -S -M

Re: The errors appear when compiling kvm-guest-drivers on kernel-2.6.29

2009-04-01 Thread Brian Jackson
I don't think the kvm-guest-drivers are still well maintained (they haven't been touched in 5 months). If you are using kernel 2.6.29, it already has virtio drivers and you don't need the kvm-guest-drivers tree at all. --Brian Jackson On Wednesday 01 April 2009 23:10:43 Zhiyong Wu wrote: HI

Re: PCI passtthrought intel 82574L can't boot from disk

2009-04-02 Thread Brian Jackson
It is my understanding that you need vt-d/iommu support. I didn't think any existing amd chipsets had iommu support. You may want to look into that. --Brian Jackson On Thursday 02 April 2009 07:00:07 Hauke Hoffmann wrote: Hi, qemu-system-x86_64 runs well and i can boot and run the guest

Re: CPU Limits on KVM?

2009-04-02 Thread Brian Jackson
There's CPU cgroups. It doesn't have exactly the ability you are after, but it is able to limit process(es) CPU usage. Maxing out CPU usage won't crash your server. The kernel will arbitrate sharing the CPU evenly among processes/VMs. --Brian Jackson On Thursday 02 April 2009 16:41:10

Re: CPU Limits on KVM?

2009-04-02 Thread Brian Jackson
the only choice available? -- Francisco On Thu, Apr 2, 2009 at 3:29 PM, Brian Jackson i...@theiggy.com wrote: There's CPU cgroups. It doesn't have exactly the ability you are after, but it is able to limit process(es) CPU usage. Maxing out CPU usage won't crash your server. The kernel

Re: 3525MB RAM Limit

2009-04-06 Thread Brian Jackson
Read the list archives. A fix was discussed recently. --Brian Jackson On Monday 06 April 2009 21:59:24 Daniel Scott wrote: Hi, I'm running a KVM host using Fedora 10 (x86_64) on 4x Quad-Core AMD Opteron(tm) Processor 8347 HE system with 16GB ram. I've created a Fedora 10 (x86_64) guest

Re: 3525MB RAM Limit

2009-04-09 Thread Brian Jackson
of the IRC channel. If you are still unable to get it to work, you should reply back with more info. Kernel version, KVM version, etc. Good luck. --Brian Jackson On Thursday 09 April 2009 10:07:36 Daniel Scott wrote: Hi, Thanks for the response. I have read through the archives (I also did so

Re: 3525MB RAM Limit

2009-04-09 Thread Brian Jackson
? Thanks, Dan 2009/4/6 Brian Jackson i...@theiggy.com: Read the list archives. A fix was discussed recently. --Brian Jackson On Monday 06 April 2009 21:59:24 Daniel Scott wrote: Hi, I'm running a KVM host using Fedora 10 (x86_64) on 4x Quad-Core AMD Opteron(tm) Processor 8347 HE system

Re: kvm with OpenBSD 4.5

2009-04-15 Thread Brian Jackson
You might want to try 84 with oos optimization off (or better yet 85 when it comes out). There was a bug recently (post 84) fixed that affected some BSDs. On Wednesday 15 April 2009 22:51:13 Dongsheng Song wrote: Can any one run OpenBSD 4.5[1,2] under kvm ? I run OpenBSD 4.4 under Debian

Re: kvm with OpenBSD 4.5

2009-04-16 Thread Brian Jackson
it's a module option to the kvm option. parm: oos_shadow:bool On Thursday 16 April 2009 03:43:56 Dongsheng Song wrote: kvm-84 has same error. How to disable oos optimization, is there a switch? 2009/4/16 Brian Jackson i...@theiggy.com: You might want to try 84 with oos

Re: kvm-85: virtio-blk not working

2009-04-23 Thread Brian Jackson
Your problem is that index's are per interface type, so both of your drives should be index=0 since they are different interface types. On Thursday 23 April 2009 03:43:03 Gerd v. Egidy wrote: Hi, I just tried to upgrade my kvm (from 79) to the new 85. I'm using qemu-kvm- devel with the

Re: kvm-85: virtio-blk not working

2009-04-24 Thread Brian Jackson
you how to do it within the confines of libvirt. --Brian Jackson Is there some way in a running qemu to find out if a virtio blockdevice is activated this way? When running info block I always get this result if the device has boot=on or not: virtio0: type=hd removable=0 file=/dev

Re: KVM Bridged Networking Issue in Ubuntu Lucid

2010-08-24 Thread Brian Jackson
On Tuesday, August 24, 2010 09:08:30 am Rus Hughes wrote: Hi guys, I'm trying to sort out networking for a VM I've created on my Ubuntu Lucid box but the VM cannot access the Internet. I can connect to the VM (crisps) from the host (holly) and to the host from the VM. But the VM cannot

Re: Is it possible to live migrate guest OS'es between different versions of kvm/qemu-kvm?

2010-08-30 Thread Brian Jackson
On Monday, August 30, 2010 07:04:51 am Nils Cant wrote: Hey guys, next try is without libvirt, but still no joy. After issuing 'migrate -d url' on my sending host (qemu-kvm 0.11.0), I get the following output on the receiving host (qemu-kvm 0.12.4): A quick search of this and/or the qemu

Re: Degrading Network performance as KVM/kernel version increases

2010-08-31 Thread Brian Jackson
On 8/31/2010 6:00 PM, matthew.r.roh...@l-3com.com wrote: I have been getting degrading network performance with newer versions of KVM and was wondering if this was expected? It seems like a bug, but I am new to this and maybe I am doing something wrong so I thought I would ask. KVM Host OS:

Re: vhost not working with version 12.5 with kernel 2.6.35.4

2010-09-02 Thread Brian Jackson
On Thursday, September 02, 2010 06:27:26 pm matthew.r.roh...@l-3com.com wrote: When trying to use vhost I get the error vhost-net requested but could not be initialized. The only thing I have been able to find about this problem relates to SElinux being turned off which mine is disabled and

Re: GPU passthrough again ...

2010-09-05 Thread Brian Jackson
On 9/5/2010 3:22 PM, Christian Voß wrote: Hi, a short question: Is GPU passthrough into KVM guests now available? No. I'm sure it'll be announced fairly loudly when/if it does work. Thanks a lot. -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

Re: vhost not working with version 12.5 with kernel 2.6.35.4

2010-09-09 Thread Brian Jackson
On Wednesday 08 September 2010 21:14:39 matthew.r.roh...@l-3com.com wrote: When trying to use vhost I get the error vhost-net requested but could not be initialized. The only thing I have been able to find about this problem relates to SElinux being turned off which mine is

Re: 8 NIC limit

2010-10-05 Thread Brian Jackson
On 10/5/2010 9:48 AM, linux_...@proinbox.com wrote: Hello list: I'm working on a project that calls for the creation of a firewall in KVM. While adding a 20-interface trunk of virtio adapters to bring in a dual 10GB bond, I've discovered an 8 NIC limit in QEMU. I found the following thread in

Re: [libvirt-users] Problems with libvirt / qemu

2010-10-11 Thread Brian Jackson
On Monday, October 11, 2010 11:57:27 am Dan Johansson wrote: Yes, the image contains an OS (it works if I start the guest manually). On Monday 11 October 2010 03.41:29 jbuy0710 wrote: The image contains an OS or not? If not, you can't choose to boot from disk like boot dev='hd'/

Re: I/O errors in guest OS after repeated migration

2012-10-16 Thread Brian Jackson
On Tuesday, October 16, 2012 11:33:44 AM Guido Winkelmann wrote: Hi, I'm experiencing I/O errors in a guest machine after migrating it from one host to another, and then back to the original host. After doing this, I find the following in the dmesg output of the guest machine: [

Re: I/O errors in guest OS after repeated migration

2012-10-17 Thread Brian Jackson
On Wednesday, October 17, 2012 06:54:00 AM Guido Winkelmann wrote: Am Dienstag, 16. Oktober 2012, 12:44:27 schrieb Brian Jackson: On Tuesday, October 16, 2012 11:33:44 AM Guido Winkelmann wrote: [...] The commandline, as generated by libvirtd, looks like this: LC_ALL=C PATH=/usr

Re: I/O errors in guest OS after repeated migration

2012-10-17 Thread Brian Jackson
On Wednesday, October 17, 2012 10:45:14 AM Guido Winkelmann wrote: Am Dienstag, 16. Oktober 2012, 12:44:27 schrieb Brian Jackson: On Tuesday, October 16, 2012 11:33:44 AM Guido Winkelmann wrote: The commandline, as generated by libvirtd, looks like this: LC_ALL=C PATH=/usr/local/sbin

Re: Error: Not supported image type twoGbMaxExtentFlat. - problems using virt-convert

2012-09-04 Thread Brian Jackson
On Tuesday, September 04, 2012 11:26:49 AM Lentes, Bernd wrote: Hi, i want to convert a sles 11 sp2 64bit system (running on VMWare Server 1.09) to libvirt format. Host OS is SLES 11 SP2 64bit. I tried virt-convert --os-variant=sles11 sles_11_vmx/ sles_11_kvm/ . This is what i got:

Re: [RFC] allow multi-core guests: introduce cores= option to -cpu

2009-07-03 Thread Brian Jackson
Andre Przywara wrote: Hi, currently SMP guests happen to see n vCPUs as n different sockets. Some guests (Windows comes to mind) have license restrictions and refuse to run on multi-socket machines. So lets introduce a cores= parameter to the -cpu option to let the user specify the number of

[WIKI] email confirmation not working

2009-07-08 Thread Brian Jackson
I tried doing the email confirmation on the wiki so I could be emailed on page changes, etc. Every time I hit the Mail a confirmation code button it says: Could not send confirmation mail. Check address for invalid characters. I've re-entered my email address and tried again. Same results.

Re: Problem with Grub and KVM 88

2009-07-15 Thread Brian Jackson
On Wednesday 15 July 2009 06:06:54 am Erik Wartusch wrote: Hi all, Following problem. I recently upgraded kvm from 7.2 (Debian Lenny repository version) to the newest 88 KVM. How did you install kvm-88? Did you do a proper install? including the bios files, extboot, etc? --Iggy Since

Re: USB passthrough does not work

2009-07-21 Thread Brian Jackson
I don't know if this might be effecting you, but KVM does not support USB-2. More and more devices these days are USB-2 only. It's at least worth checking out. In any case... copying files over USB-1.1 is going to be terribly painful. --Iggy On Tuesday 21 July 2009 19:44:33 Andreas Kinzler

Re: Any efforts going on concerning virtio Host Drivers for Windows?

2009-07-22 Thread Brian Jackson
On Wednesday 22 July 2009 01:23:56 pm Yaniv Kaul wrote: On 7/22/2009 8:26 PM, Wilken Haase wrote: Hi List, we are already using kvm successfully a while here for our internal Infrastructure. Up to now we're having good results with Linux Guests and are quite happy with kvm. Now it's

Re: kvm userspace: ksm support

2009-08-03 Thread Brian Jackson
If someone wanted to play around with ksm in qemu-kvm-0.x.x would it be as simple as adding the below additions to kvm_setup_guest_memory in kvm-all.c (and adding the necessary kernel changes of course)? On Tuesday 28 July 2009 11:39:59 am Izik Eidus wrote: This patch is not for inclusion

Re: kvm userspace: ksm support

2009-08-03 Thread Brian Jackson
On Monday 03 August 2009 01:09:38 pm Izik Eidus wrote: Brian Jackson wrote: If someone wanted to play around with ksm in qemu-kvm-0.x.x would it be as simple as adding the below additions to kvm_setup_guest_memory in kvm-all.c qemu-kvm-0.x.x doesnt tell me much, but if it is the function

Re: kvm userspace: ksm support

2009-08-05 Thread Brian Jackson
On Monday 03 August 2009 02:04:15 pm Izik Eidus wrote: Brian Jackson wrote: Look okay? Yes. Okay I got it working after I figured out there were 2 kvm_setup_guest_memory()'s in qemu-kvm I have debian-5 packages of linux-2.6.31-rc4 with ksm patches and qemu- kvm-0.10.6 with ksm patches

Re: qemu/kvm exchangeable with same windowsXP diskimage ?

2009-08-14 Thread Brian Jackson
On Friday 14 August 2009 01:54:26 pm Daniel Schwager wrote: Hi, i installed a MS windows xp running on kvm-86. Now, I tried to run this image directly on qemu-0.10.5 - but windows told me about problems while booting and reset the vm. Do I have to install some drivers first on the v...@kvm

Re: Windows guest CPU socket/core recognition

2009-08-18 Thread Brian Jackson
On Monday 17 August 2009 22:28:35 Zdenek Kaspar wrote: Hello everyone, I guess I'm not the first one who hit the problem with Microsoft's licensing model.. Nowadays the common single or dual quad-core workstation can't be fully used because it's limited by example: license up to 2

Re: Performace data when running Windows VMs

2009-08-26 Thread Brian Jackson
On Wednesday 26 August 2009 11:14:57 am Andrew Theurer wrote: snip I/O on the host was not what I would call very high: outbound network averaged at 163 Mbit/s inbound was 8 Mbit/s, while disk read ops was 243/sec and write ops was 561/sec What was the disk bandwidth used?

Re: Poor network performance with cable modem assigned to guest

2009-08-28 Thread Brian Jackson
On Friday 28 August 2009 01:14:42 pm Jon Fairbairn wrote: I'm experimenting with a virtual router. I did this a few years ago with Xen and it worked well enough, but then fedora changed and it stopped working, so I gave up for a while. Now I have a machine that supports hardware

vhost_net_init returned -7

2009-08-28 Thread Brian Jackson
I'm trying to tinker with vhost_net. I have a 2.6.31-rc4 host kernel patched to support vhost_net (v5) (along with ksm if it matters). The guest is a debian-5.0.2 (2.6.26) install CD for now. When the guest tries to load the virtio-net drivers, kvm closes and prints vhost_net_init returned -7.

Re: vhost_net_init returned -7

2009-08-29 Thread Brian Jackson
, 2009 at 03:10:43PM -0500, Brian Jackson wrote: I'm trying to tinker with vhost_net. I have a 2.6.31-rc4 host kernel patched to support vhost_net (v5) (along with ksm if it matters). The guest is a debian-5.0.2 (2.6.26) install CD for now. When the guest tries to load the virtio-net drivers, kvm

Re: [PATCH] KVM: Use thread debug register storage instead of kvm specific data

2009-09-04 Thread Brian Jackson
On Friday 04 September 2009 09:48:17 am Andrew Theurer wrote: snip Still not idle=poll, it may shave off 0.2%. Won't this affect SMT in a negative way? (OK, I am not running SMT now, but eventually we will be) A long time ago, we tested P4's with HT, and a polling idle in one thread

  1   2   >