Re: [kvm-devel] out of memory page request

2007-10-09 Thread David Brown
> The attached patch should fix, though there's probably another problem > lurking in there. > > -- > Any sufficiently difficult bug is indistinguishable from a feature. > Thanks, the patch worked it didn't hoze the host anymore. - David Brown

Re: [kvm-devel] out of memory page request

2007-10-09 Thread Avi Kivity
Dong, Eddie wrote: > [EMAIL PROTECTED] wrote: > >> David Brown wrote: >> Can you run 'gdb /path/to/kvm.ko' and post the output of 'disassemble ioapic_mmio_write' please? >>> Sorry for not getting back sooner. >>> >>> (gdb) disassemble ioapic_mmio_write >>>

Re: [kvm-devel] out of memory page request

2007-10-08 Thread Dong, Eddie
[EMAIL PROTECTED] wrote: > David Brown wrote: >>> Can you run 'gdb /path/to/kvm.ko' and post the output of >>> 'disassemble ioapic_mmio_write' please? >>> >>> >> >> Sorry for not getting back sooner. >> >> (gdb) disassemble ioapic_mmio_write >> Dump of assembler code for function ioapic_mmio_w

Re: [kvm-devel] out of memory page request

2007-10-08 Thread Avi Kivity
David Brown wrote: Can you run 'gdb /path/to/kvm.ko' and post the output of 'disassemble ioapic_mmio_write' please? Sorry for not getting back sooner. (gdb) disassemble ioapic_mmio_write Dump of assembler code for function ioapic_mmio_write: The attached patch should fix, though the

Re: [kvm-devel] out of memory page request

2007-10-07 Thread David Brown
> Can you run 'gdb /path/to/kvm.ko' and post the output of 'disassemble > ioapic_mmio_write' please? > Sorry for not getting back sooner. (gdb) disassemble ioapic_mmio_write Dump of assembler code for function ioapic_mmio_write: 0xf540 : mov%edx,%r8d 0xf543 :

Re: [kvm-devel] out of memory page request

2007-10-05 Thread Avi Kivity
David Brown wrote: > I just noticed something bad, I forgot to pass the -m argument when > starting my kvm session. So I tried to load an initrd that was 100+M > into the default memory size which is smaller using an etherboot image > for the rtl8139 card. Obviously this is my bad but I got a kerne

[kvm-devel] out of memory page request

2007-10-03 Thread David Brown
I just noticed something bad, I forgot to pass the -m argument when starting my kvm session. So I tried to load an initrd that was 100+M into the default memory size which is smaller using an etherboot image for the rtl8139 card. Obviously this is my bad but I got a kernel oopse and it froze the qe