Re: KVM on MIPS?

2010-03-26 Thread Nolan
as relink Irix to live at an address in the user KSEG, instead the kernel KSEG. - nolan -- 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: [PATCH 2/2] Make sure to enable dirty log tracking for VMware VGA

2009-06-08 Thread Nolan
Anthony Liguori aliguori at us.ibm.com writes: This is needed for VMware VGA to work properly under KVM. Signed-off-by: Anthony Liguori aliguori at us.ibm.com --- hw/vmware_vga.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/hw/vmware_vga.c

[PATCH] Fix minor memory leak

2009-04-22 Thread Nolan
). Signed-off-by: Nolan Leake nolan at sigbus.net diff --git a/qemu/block.c b/qemu/block.c index 7a469ed..3cdebcd 100644 --- a/qemu/block.c +++ b/qemu/block.c @@ -771,8 +771,10 @@ static int guess_disk_lchs(BlockDriverState *bs, bdrv_get_geometry(bs, nb_sectors); ret = bdrv_read(bs, 0

Re: I/O errors after migration - why?

2009-03-28 Thread Nolan
On Sat, 2009-03-28 at 11:21 +0100, Tomasz Chmielewski wrote: 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

Re: Live memory allocation?

2009-03-28 Thread Nolan
Alberto TreviƱo alberto at byu.edu writes: The problem I've seen with this feature is that Windows guests end up taking all of their available memory once they are up and running. For example, booting Windows XP in KVM 82 show a steady increase in memory. Then about the time the login box

Re: I/O errors after migration - why?

2009-03-27 Thread Nolan
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 model doesn't

[PATCH] fix extboot from boot with cache=off

2009-03-16 Thread Nolan
extboot is only used at boot time to load limited amounts of data, the overhead is not problematic. I also switched to using cpu_physical_memory_* instead of groveling around with phys_ram_base directly. Signed-off-by: Nolan Leake nolan at sigbus.net --- qemu/hw/extboot.c | 35

[PATCH] fix build w/ --with-patched-kernel on Ubuntu 8.10

2008-12-16 Thread Nolan
And presumably any other distribution that puts only symlinks in /lib/modules/kernel/build/... Signed-off-by: Nolan Leake nolan at sigbus.net diff --git a/kernel/Makefile b/kernel/Makefile index 8315e3d..6bf474b 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -65,12 +65,12 @@ headers-new