Re: lguest over qemu

2007-08-25 Thread Eric Van Hensbergen
On 8/25/07, Rusty Russell <[EMAIL PROTECTED]> wrote: > On Sat, 2007-08-25 at 10:48 -0500, Eric Van Hensbergen wrote: > > Interesting. Enabling them here gives the expected messages: > > WDT driver for Advantech single board computer initialising. > advantechwdt: I/O address 0x0443

Re: lguest over qemu

2007-08-25 Thread Rusty Russell
On Sat, 2007-08-25 at 10:48 -0500, Eric Van Hensbergen wrote: > On 7/11/07, Rusty Russell <[EMAIL PROTECTED]> wrote: > > > always get this message (I have insisted with different virtual ram > > > amounts): > > > > > > lguest: failed to get page 167304 > > > > I did most of my d

Re: lguest over qemu

2007-08-25 Thread Eric Van Hensbergen
On 7/11/07, Rusty Russell <[EMAIL PROTECTED]> wrote: > > always get this message (I have insisted with different virtual ram > > amounts): > > > > lguest: failed to get page 167304 > > I did most of my development under qemu, so I don't think that's the > issue. Can you send me

Re: lguest over qemu

2007-07-12 Thread Rusty Russell
On Thu, 2007-07-12 at 20:41 -0400, Steven Rostedt wrote: > > > > (Note that lguest doesn't support NMIs, but Steven has code for NMI > > support for lguest-x86-64 which could be ported across). > > Rusty, > > About that. Is there a way to get a NMI only stack in i386? In x86_64 > it's part o

Re: lguest over qemu

2007-07-12 Thread Steven Rostedt
> > (Note that lguest doesn't support NMIs, but Steven has code for NMI > support for lguest-x86-64 which could be ported across). Rusty, About that. Is there a way to get a NMI only stack in i386? In x86_64 it's part of the TSS. So I can always know I have a good stack for the NMI. I'm n

Re: lguest over qemu

2007-07-12 Thread Rusty Russell
On Thu, 2007-07-12 at 17:02 +0200, Matias Zabaljauregui wrote: > Rusty, > > You were right, it was the kernel configuration. Hi Matias, Any chance you could tell me what configuration option broke lguest? I should either fix it or document it... > Changing the subject, in the next mo

Re: lguest over qemu

2007-07-12 Thread Matias Zabaljauregui
Rusty, You were right, it was the kernel configuration. Changing the subject, in the next month I will be studying the possibilities of implementing the idea behind xenoprof, for lguest. Do you think this can be useful ? Any advice? Thanks Matias 2007/7/12, Rusty Russell <[EMAIL PROTECTED]>:

Re: lguest over qemu

2007-07-11 Thread Rusty Russell
On Wed, 2007-07-11 at 11:51 +0200, Matias Zabaljauregui wrote: > Hi, > > I'm setting my lguest playing environment with qemu, but didn't have a > good start... maybe because my modest laptop only has 512Mb of RAM. > > This is my qemu command: > > qemu -s -no-kqemu -m 4

lguest over qemu

2007-07-11 Thread Matias Zabaljauregui
Hi, I'm setting my lguest playing environment with qemu, but didn't have a good start... maybe because my modest laptop only has 512Mb of RAM. This is my qemu command: qemu -s -no-kqemu -m 400 -hda linux26.img -net nic,model=rtl8139 -net tap ( linux26.img includes