Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Mike Swanson
Indeed, however I've noticed that a few distros' X-Servers (it doesn't
seem to apply to vanilla X.org) will pass Ctrl-Alt-Delete to INIT and
cause a system reboot or logout the user... on these, there's usually
a setting in xorg.conf to prevent Ctrl-Alt-Delete from being passed to
INIT and just be a normal part of X's lock on the keyboard.

On 9/25/05, Paul Brook <[EMAIL PROTECTED]> wrote:
> That's only true if you're on a windows host.  There's nothing intrinsically
> special about ctrl-alt-del.
>
> Many environments do trap that combination before it gets to user
> applications, mainly for consistency with windows/dos, but it's by no means
> universal.
>
> Paul
> ___
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
--
Mike


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] ppc-softemu build failure

2005-09-25 Thread Paul Brook
> ./configure --disable-gfx-check --target-list=ppc-softemu

It's spelt ppc-softmmu.

Paul


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] ppc-softemu build failure

2005-09-25 Thread Tobias McNulty

0.7.1 and 0.7.2 fail to build the ppc-softemu target (host=ppc):

gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I/root/ 
qemu-0.7.1/target-ppc -I/root/qemu-0.7.1 -D_GNU_SOURCE - 
D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/qemu-0.7.1/fpu -I/ 
root/qemu-0.7.1/slirp -c -o exec.o /root/qemu-0.7.1/exec.c


/root/qemu-0.7.1/exec.c: In function `tlb_set_page':
/root/qemu-0.7.1/exec.c:1711: error: `HF_SOFTMMU_MASK' undeclared  
(first use in this function)
/root/qemu-0.7.1/exec.c:1711: error: (Each undeclared identifier is  
reported only once

/root/qemu-0.7.1/exec.c:1711: error: for each function it appears in.)
make[1]: *** [exec.o] Error 1
make[1]: Leaving directory `/root/qemu-0.7.1/ppc-softemu'
make: *** [all] Error 1

I see HF_SOFTMMU_MASK in the x86 cpu.h, but not the ppc.  I did:

./configure --disable-gfx-check --target-list=ppc-softemu
make

Complete host system information at:

http://hermes.ppckernel.org/phpsysinfo

Toby
--
Tobias McNulty ([EMAIL PROTECTED])
http://cs.earlham.edu/~tmcnulty




smime.p7s
Description: S/MIME cryptographic signature
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Paul Brook
> > I have an NT4 installation under QEMU on my Linux box - and in grab
> > mode, all I do is... press CTRL-ALT-DEL. Clicking in the window or
> > hitting CTRL-ALT enters grab mode.
>
> FWIW: the CTRL-ALT-DEL sequence has been chosen so that it can't be
> caught by a any program but windows (that to prevent trojan horses to
> log your password instead of Windows's logging window). That means
> that it's probably not possible to directly send the CTRL-ALT-DEL
> sequence, but instead you need to map another series of keys that qemu
> can send to the guest OS.

That's only true if you're on a windows host.  There's nothing intrinsically 
special about ctrl-alt-del.

Many environments do trap that combination before it gets to user 
applications, mainly for consistency with windows/dos, but it's by no means 
universal.

Paul


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] video mode in windows game

2005-09-25 Thread Henrik Nordstrom

On Sat, 24 Sep 2005, Jim C. Brown wrote:


I meant qemu/SDL should be able to detect that the resolution is not supported
and refuse to switch.


Only if the host knows the monitor does not support the video mode in 
question.


Regards
Henrik


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Hetz Ben Hamo
in qemu monitor (press CTRL ALT 2 to reach to the monitor): type:
sendkey ctrl-alt-del  and press Enter
then press CTRL ALT 1 - and viola, you can type your login and password.

Hetz

On 9/25/05, Michael McConnell <[EMAIL PROTECTED]> wrote:
> Andreas Mohr wrote:
> > Hi,
> >
> > On Sun, Sep 25, 2005 at 09:58:30PM +1200, Wesley Parish wrote:
> >
> >>Does anyone using qemu know how to do that?  bochs has a setting in its
> >>bochsrc file that allows you to click on "user-configured button" and it
> >>sends ctrl-alt-del to WinNT 4.0.
> >>
> >>Is there any analogy to that in qemu?
> >
> > I'm almost 100% certain the qemu monitor has an option to send keycodes
> > that you need for workarounds in certain situations.
> >
> > DISCLAIMER: Not A Qemu User (tm)
>
> I have an NT4 installation under QEMU on my Linux box - and in grab
> mode, all I do is... press CTRL-ALT-DEL. Clicking in the window or
> hitting CTRL-ALT enters grab mode.
>
> --
> -- Michael "Soruk" McConnell
>Eridani Star System
>
>MailStripper - http://mailstripper.eridani.co.uk/ - UNIX spam filter
>Mail Me Anywhere - http://www.mailmeanywhere.com/ - email for phones
>
>
>
> ___
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Jim C. Brown
On Sun, Sep 25, 2005 at 02:48:51PM +0200, Guillaume POIRIER wrote:
> Hi,
> 
> > I have an NT4 installation under QEMU on my Linux box - and in grab
> > mode, all I do is... press CTRL-ALT-DEL. Clicking in the window or
> > hitting CTRL-ALT enters grab mode.
> 
> FWIW: the CTRL-ALT-DEL sequence has been chosen so that it can't be
> caught by a any program but windows (that to prevent trojan horses to
> log your password instead of Windows's logging window). That means
> that it's probably not possible to directly send the CTRL-ALT-DEL
> sequence, but instead you need to map another series of keys that qemu
> can send to the guest OS.
> 
> Guillaume
> 

That restriction doesn't seem to apply to Linux/X.

But I agree, using sendkey is probably smarter.

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Jim C. Brown
On Sun, Sep 25, 2005 at 12:28:14PM +0200, Andreas Mohr wrote:
> Hi,
> 
> On Sun, Sep 25, 2005 at 09:58:30PM +1200, Wesley Parish wrote:
> > Does anyone using qemu know how to do that?  bochs has a setting in its 
> > bochsrc file that allows you to click on "user-configured button" and it 
> > sends ctrl-alt-del to WinNT 4.0.
> > 
> > Is there any analogy to that in qemu?
> I'm almost 100% certain the qemu monitor has an option to send keycodes
> that you need for workarounds in certain situations.
> 

It's called sendkey.

> DISCLAIMER: Not A Qemu User (tm)
> 
> Andreas Mohr
> 
> 
> ___
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Guillaume POIRIER
Hi,

On 9/25/05, Michael McConnell <[EMAIL PROTECTED]> wrote:
> Andreas Mohr wrote:
> > Hi,
> >
> > On Sun, Sep 25, 2005 at 09:58:30PM +1200, Wesley Parish wrote:
> >
> >>Does anyone using qemu know how to do that?  bochs has a setting in its
> >>bochsrc file that allows you to click on "user-configured button" and it
> >>sends ctrl-alt-del to WinNT 4.0.
> >>
> >>Is there any analogy to that in qemu?
> >
> > I'm almost 100% certain the qemu monitor has an option to send keycodes
> > that you need for workarounds in certain situations.
> >
> > DISCLAIMER: Not A Qemu User (tm)
>
> I have an NT4 installation under QEMU on my Linux box - and in grab
> mode, all I do is... press CTRL-ALT-DEL. Clicking in the window or
> hitting CTRL-ALT enters grab mode.

FWIW: the CTRL-ALT-DEL sequence has been chosen so that it can't be
caught by a any program but windows (that to prevent trojan horses to
log your password instead of Windows's logging window). That means
that it's probably not possible to directly send the CTRL-ALT-DEL
sequence, but instead you need to map another series of keys that qemu
can send to the guest OS.

Guillaume

--
Reading doesn't hurt, really!
  -- Dominik 'Rathann' Mierzejewski


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Michael McConnell

Andreas Mohr wrote:

Hi,

On Sun, Sep 25, 2005 at 09:58:30PM +1200, Wesley Parish wrote:

Does anyone using qemu know how to do that?  bochs has a setting in its 
bochsrc file that allows you to click on "user-configured button" and it 
sends ctrl-alt-del to WinNT 4.0.


Is there any analogy to that in qemu?


I'm almost 100% certain the qemu monitor has an option to send keycodes
that you need for workarounds in certain situations.

DISCLAIMER: Not A Qemu User (tm)


I have an NT4 installation under QEMU on my Linux box - and in grab 
mode, all I do is... press CTRL-ALT-DEL. Clicking in the window or 
hitting CTRL-ALT enters grab mode.


--
-- Michael "Soruk" McConnell
   Eridani Star System

   MailStripper - http://mailstripper.eridani.co.uk/ - UNIX spam filter
   Mail Me Anywhere - http://www.mailmeanywhere.com/ - email for phones



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Andreas Mohr
Hi,

On Sun, Sep 25, 2005 at 09:58:30PM +1200, Wesley Parish wrote:
> Does anyone using qemu know how to do that?  bochs has a setting in its 
> bochsrc file that allows you to click on "user-configured button" and it 
> sends ctrl-alt-del to WinNT 4.0.
> 
> Is there any analogy to that in qemu?
I'm almost 100% certain the qemu monitor has an option to send keycodes
that you need for workarounds in certain situations.

DISCLAIMER: Not A Qemu User (tm)

Andreas Mohr


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Wesley Parish
Does anyone using qemu know how to do that?  bochs has a setting in its 
bochsrc file that allows you to click on "user-configured button" and it 
sends ctrl-alt-del to WinNT 4.0.

Is there any analogy to that in qemu?

Thanks

Wesley Parish
-- 
Clinersterton beademung, with all of love - RIP James Blish
-
Mau e ki, he aha te mea nui?
You ask, what is the most important thing?
Maku e ki, he tangata, he tangata, he tangata.
I reply, it is people, it is people, it is people.


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel