Re: [kvm-devel] KDE4 beta2 LIve CD does not boot

2007-09-13 Thread Magicboiz
Mi HW is Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz Kernel: 2.6.22-10-generic #1 SMP KVM: 36 Regards El jue, 13-09-2007 a las 21:20 +0200, Luca escribió: > On 9/13/07, Jörg Rödel <[EMAIL PROTECTED]> wrote: > > On Thu, Sep 13, 2007 at 05:01:57PM +0200, Magicboiz wrote: > > > Hello list, > >

[kvm-devel] [PATCH] (big) real mode emulation - popf

2007-09-13 Thread Nitin A Kamble
Hi Avi, Attached is the patch to implement emulation of instruction: popf opcode: 0x9d Please apply. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a parachute; it

Re: [kvm-devel] [PATCH] (big) real mode emulation - initialization fixes

2007-09-13 Thread Nitin A Kamble
Hi Avi, Attached is the patch to initialize src.val & dst.val. Without this, certain instructions are getting affected in their emulation. Please apply. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation ---

[kvm-devel] [PATCH] (big) real mode emulation - mov imm

2007-09-13 Thread Nitin A Kamble
Hi Avi, Attached is the patch to implement instruction: mov rl/rh/r, imm opcodes: 0xb0 - 0xbf Please apply, -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a parach

[kvm-devel] [PATCH] (big) real mode emulation - lea

2007-09-13 Thread Nitin A Kamble
Hi Avi, Attached is the patch to implement instruction: lea opcode: 0x8d Please apply -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a parachute; it works much bette

Re: [kvm-devel] [PATCH] (big) real mode emulation - mov correction

2007-09-13 Thread Nitin A Kamble
Hi Avi, The attached patch corrects the emulation of instruction: mov opcodes: 0x88 - 0x8b Please apply. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a parachute

[kvm-devel] [PATCH] (big) real mode emulation - cmp correction

2007-09-13 Thread Nitin A Kamble
Hi Avi, Attached is the patch to correct the implementation of instruction: cmp opcodes: 0x3c, 0x3d Please Apply. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a par

[kvm-devel] [PATCH] (big) real mode emulation - sub imm

2007-09-13 Thread Nitin A Kamble
Hi Avi, Attached patch implement emulation of instructions: sub al imm8 (opcode 0x2c) sub ax imm16, sub eax imm32 (opcode 0x2d) Please Apply -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation

[kvm-devel] [PATCH] (big) real mode emulation - or instruction correction

2007-09-13 Thread Nitin A Kamble
Hi Avi, This patch corrects the emulation of the instruction "or" for opcodes 0xc & 0cd. Please Apply. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a parachute; it works much bette

[kvm-devel] [PATCH] (big) real mode emulation - jump conditional short relative

2007-09-13 Thread Nitin A Kamble
Hi Avi, This patch is extension to the previous "jump conditional" patch. it implements more jump conditional instruction, opcodes 0x70-0x7f. Please Apply. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation --

Re: [kvm-devel] KVM behaves weird on AMD64

2007-09-13 Thread Tobias Brink
Miguel Araujo <[EMAIL PROTECTED]> writes: [snip] > The issue started when I tried to install OpenBSD 4.1 on a Virtual > Machine and It could not manage to write the MBR on disk. That > should not happen. I have a probably similar problem with OpenBSD 4.1 and kvm-37 and kvm-39 (didn't have time to

Re: [kvm-devel] virtio & hypercall interface?

2007-09-13 Thread Anthony Liguori
Rusty Russell wrote: > On Thu, 2007-09-13 at 14:21 -0500, Anthony Liguori wrote: > >> Rusty Russell wrote: >> >>> Hi all, >>> >>> I've finally started looking at Dor's git tree, and it struck me that >>> it conflicts with Anthony's hypercall patches. FWIW I like Anthony's >>> patching

Re: [kvm-devel] virtio & hypercall interface?

2007-09-13 Thread Rusty Russell
On Thu, 2007-09-13 at 14:21 -0500, Anthony Liguori wrote: > Rusty Russell wrote: > > Hi all, > > > > I've finally started looking at Dor's git tree, and it struck me that > > it conflicts with Anthony's hypercall patches. FWIW I like Anthony's > > patching thing, and don't really care about ar

Re: [kvm-devel] [PATCH] (big) real mode emulation - jump conditional relative

2007-09-13 Thread Kamble, Nitin A
Hi Anthony, I think not very far. Currently I am able to complete int 10 call, and it is going back to protected mode after the big real mode with SuSE 10.1. Currently it is getting to a bad place in protected mode after emulation. I am debugging it. Thanks & Regards, Nitin Linux Open Source Te

Re: [kvm-devel] [PATCH] (big) real mode emulation - jump conditional relative

2007-09-13 Thread Anthony Liguori
Nitin A Kamble wrote: > Hi Avi, > Attached is the patch to implement instruction: > jump conditional relative (like: jnz jo etc) > opcode : 0x0f80 - 0x0f8f > Please apply. > Hi Nitin, Out of curiousity, how far do you think we are from being able to run a big real mode guest? Re

Re: [kvm-devel] virtio & hypercall interface?

2007-09-13 Thread Anthony Liguori
Dor Laor wrote: >> Hi all, >> >> I've finally started looking at Dor's git tree, and it struck me >> > that > >> it conflicts with Anthony's hypercall patches. FWIW I like Anthony's >> patching thing, and don't really care about arg order. It'd be nice if >> we could pull in the same

Re: [kvm-devel] virtio & hypercall interface?

2007-09-13 Thread Dor Laor
>Hi all, > > I've finally started looking at Dor's git tree, and it struck me that >it conflicts with Anthony's hypercall patches. FWIW I like Anthony's >patching thing, and don't really care about arg order. It'd be nice if >we could pull in the same direction tho 8) > >Thanks, >Rusty. Go

Re: [kvm-devel] virtio & hypercall interface?

2007-09-13 Thread Anthony Liguori
Rusty Russell wrote: > Hi all, > > I've finally started looking at Dor's git tree, and it struck me that > it conflicts with Anthony's hypercall patches. FWIW I like Anthony's > patching thing, and don't really care about arg order. Are you trying to implement cpuid in assembly in the monit

Re: [kvm-devel] KDE4 beta2 LIve CD does not boot

2007-09-13 Thread Luca
On 9/13/07, Jörg Rödel <[EMAIL PROTECTED]> wrote: > On Thu, Sep 13, 2007 at 05:01:57PM +0200, Magicboiz wrote: > > Hello list, > > > > I was trying the OpenSuse KDE4 beta2 live CD and: > > > > [EMAIL PROTECTED]:~/KVM$ sudo /usr/local/bin/qemu-system-x86_64 -m > > 384 /media/disk/disco-generico.img

[kvm-devel] [PATCH] (big) real mode emulation - jump conditional relative

2007-09-13 Thread Nitin A Kamble
Hi Avi, Attached is the patch to implement instruction: jump conditional relative (like: jnz jo etc) opcode : 0x0f80 - 0x0f8f Please apply. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation

Re: [kvm-devel] KDE4 beta2 LIve CD does not boot

2007-09-13 Thread Jörg Rödel
On Thu, Sep 13, 2007 at 05:01:57PM +0200, Magicboiz wrote: > Hello list, > > I was trying the OpenSuse KDE4 beta2 live CD and: > > [EMAIL PROTECTED]:~/KVM$ sudo /usr/local/bin/qemu-system-x86_64 -m > 384 /media/disk/disco-generico.img -boot d > -cdrom /media/disk/KDE-Four-Live.i686-0.4.iso -net n

Re: [kvm-devel] [PATCH] (big) real mode emulation - push imm8

2007-09-13 Thread Nitin A Kamble
The patch was empty in the last email. My mistake. Reattaching it. Thanks to Bernhard for pointing it out. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a parachute; it works much bet

Re: [kvm-devel] [PATCH] (big) real mode emulation - push imm8

2007-09-13 Thread Nitin A Kamble
Hi Avi, Attached is the updated version of the patch, to match the latest tip of the tree. Please apply. -- Thanks & Regards, Nitin Open Source Technology Center, Intel Corporation - The mind is like a parachute; it works much bet

[kvm-devel] KDE4 beta2 LIve CD does not boot

2007-09-13 Thread Magicboiz
Hello list, I was trying the OpenSuse KDE4 beta2 live CD and: [EMAIL PROTECTED]:~/KVM$ sudo /usr/local/bin/qemu-system-x86_64 -m 384 /media/disk/disco-generico.img -boot d -cdrom /media/disk/KDE-Four-Live.i686-0.4.iso -net nic -net tap,ifname=tap0,script=qemu-ifup Executing /etc/qemu-ifup Bringin