Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Anthony Liguori
Jim C. Brown wrote: VT/SVM will definitely improve the performance of kqemu/qvm86. VT/SVM won't actually help them that much in the current case, assuming that my understanding is correct. They can only make the userland bits a little faster, and kqemu/qvm86 don't support running kernel c

Re: [Qemu-devel] user definable hotkeys to send instructions to the host OS?

2005-11-06 Thread Jim C. Brown
On Sun, Nov 06, 2005 at 10:17:39PM -0700, Phil Rasch wrote: > I would like to be able to program a hotkey that would allow me to shift from > a fullscreen qemu session to another workspace or X display with access to > the host OS. I think I can construct the instructions (to X or gdm/kdm etc) >

Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Jim C. Brown
On Sun, Nov 06, 2005 at 06:57:37PM -0600, Anthony Liguori wrote: > >qemu is an emulator, not a virtualizer, so these extensions don't really > >help. > > > > > Not quite. > > qemu is technically a JIT. kqemu/qvm86 are virtualizers. Bochs is an > actual emulator. > VT/SVM won't help the JIT

[Qemu-devel] user definable hotkeys to send instructions to the host OS?

2005-11-06 Thread Phil Rasch
I would like to be able to program a hotkey that would allow me to shift from a fullscreen qemu session to another workspace or X display with access to the host OS. I think I can construct the instructions (to X or gdm/kdm etc) to instruct the window manager to do what I want, but the problem i

Re: [Qemu-devel] How to get a guest IP

2005-11-06 Thread shunwen
On δΊ”, 2005-11-04 at 15:52 +0100, Henrik Nordstrom wrote: > On Fri, 4 Nov 2005, zheng sw wrote: > > > Host want to get the guest's IP when the host start the guest? > > Why? Beause I want to login the guest with ssh in another computer, and do some test in it. > > > My setting is: debian(2.6.8),

Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Anthony Liguori
Mark Williamson wrote: qemu is an emulator, not a virtualizer, so these extensions don't really help. They could be leveraged by kqemu one day... /me thinks we'll see a rash of Linux kernel "hypervisor modules" when VTX / SVM hardware is available. Indeed. I've already started my ow

Re: [Qemu-devel] Qemu, ES 1370, Win98

2005-11-06 Thread malc
On Mon, 7 Nov 2005, malc wrote: On Sun, 6 Nov 2005, Stefan Becker wrote: @mcalc: Your new ES1370 Emulation works with Win98 Guest. Download a driver called "e128up9x.exe" from www.creative.com. The driver is for SB PC 128, Type CT 4700. There are more than this type/drivers, all other typ

Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Anthony Liguori
Paul Brook wrote: On Sunday 06 November 2005 15:19, Dave Feustel wrote: Will Qemu be modified to take advantage of the hardware virtualization facilities incorporated in AMD's Pacifica and/or Intel's Vanderpool technogies? qemu is an emulator, not a virtualizer, so these extensions do

Re: [Qemu-devel] Qemu, ES 1370, Win98

2005-11-06 Thread malc
On Sun, 6 Nov 2005, Stefan Becker wrote: @mcalc: Your new ES1370 Emulation works with Win98 Guest. Download a driver called "e128up9x.exe" from www.creative.com. The driver is for SB PC 128, Type CT 4700. There are more than this type/drivers, all other types dont work. Thanks for the info,

[Qemu-devel] [patch] Incorrect mask in softmmu_template.h

2005-11-06 Thread Paul Brook
softmmu_template.h contains hardcoded 0xfff masks. These should be ~TARGET_PAGE_MASK. The attached patch fixed this. Paul Index: softmmu_template.h === RCS file: /cvsroot/qemu/qemu/softmmu_template.h,v retrieving revision 1.12 diff -

Re: [Qemu-devel] Booting from Install Cdrom

2005-11-06 Thread Dave Feustel
On Sunday 06 November 2005 15:51, you wrote: > > On Sunday 06 November 2005 15:24, Bakul Shah wrote: > > > I just directly give a .iso as cdrom as in > > > > > > qemu -cdrom foo.iso -boot d ins37.img I just downloaded all the OpenBSD 3.8 files into a local directory. Qemu boots the OpenBSD in

Re: [Qemu-devel] Disk images

2005-11-06 Thread Henning Sprang
Hi Julien On Wed, 2005-11-02 at 14:02 -0500, Julien Lancien wrote: > Hi, > > The user forum seems to have been down for a while, so I post my > question to this mailing list. The user forum has moved to http://qemu.dad-answers.com, but it looks like user questions are allowed here. Henning si

Re: [Qemu-devel] Booting from Install Cdrom

2005-11-06 Thread Dave Feustel
On Sunday 06 November 2005 15:24, Bakul Shah wrote: > I just directly give a .iso as cdrom as in > > qemu -cdrom foo.iso -boot d ins37.img > This had not even crossed my mind; I will try it out. I also wonder if the -boot option must preceed the file name (as you show it here). I had them re

[Qemu-devel] Qemu, ES 1370, Win98

2005-11-06 Thread Stefan Becker
@mcalc: Your new ES1370 Emulation works with Win98 Guest. Download a driver called "e128up9x.exe" from www.creative.com. The driver is for SB PC 128, Type CT 4700. There are more than this type/drivers, all other types dont work. Good work! Sound is better with this Card. ___

Re: [Qemu-devel] Booting from Install Cdrom

2005-11-06 Thread Bakul Shah
I just directly give a .iso as cdrom as in qemu -cdrom foo.iso -boot d ins37.img ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Booting from Install Cdrom

2005-11-06 Thread Dave Feustel
How to do it? I am currently trying to get qemu to boot from /dev/cd0a (cdrom) using the command "qemu -cdrom /dev/cd0a -hda ins37.img -boot d" (ins37.img is a newly created 10G disk image). But qemu reports that it cannot boot from the cdrom device, which has in it the install cdrom for OpenBSD 3

[Qemu-devel] qemu softmmu_header.h

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 19:56:24 Modified files: . : softmmu_header.h Log message: use softfloat types in softmmu_header.h (Paul Brook) CVSWeb URLs: http://s

[Qemu-devel] qemu/target-arm translate.c

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 19:36:31 Modified files: target-arm : translate.c Log message: thumb BLX insn fix (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/vi

[Qemu-devel] qemu ./qemu-doc.texi ./vl.c ./vl.h hw/pc.c

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 18:20:37 Modified files: . : qemu-doc.texi vl.c vl.h hw : pc.c Log message: suppressed unneeded options - added i

[Qemu-devel] qemu Makefile.target alpha-dis.c dis-asm.h disa...

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 16:52:11 Modified files: . : Makefile.target alpha-dis.c dis-asm.h disas.c mips-dis.c Added files: .

[Qemu-devel] qemu qemu-doc.texi vl.c

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 16:49:56 Modified files: . : qemu-doc.texi vl.c Log message: USB help CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/

Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Dave Feustel
On Sunday 06 November 2005 10:33, Paul Brook wrote: > On Sunday 06 November 2005 15:19, Dave Feustel wrote: > > Will Qemu be modified to take advantage of the hardware virtualization > > facilities incorporated in AMD's Pacifica and/or Intel's Vanderpool > > technogies? > > qemu is an emulator, no

Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Jim C. Brown
On Sun, Nov 06, 2005 at 10:19:18AM -0500, Dave Feustel wrote: > Will Qemu be modified to take advantage of the hardware virtualization > facilities incorporated in AMD's Pacifica and/or Intel's Vanderpool > technogies? > > Thanks, > Dave Feustel qemu can't use these, since they dont help running

Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Mark Williamson
> On Sunday 06 November 2005 15:19, Dave Feustel wrote: > > Will Qemu be modified to take advantage of the hardware virtualization > > facilities incorporated in AMD's Pacifica and/or Intel's Vanderpool > > technogies? > > qemu is an emulator, not a virtualizer, so these extensions don't really > h

[Qemu-devel] [patch] Split PS2 emulation from PC keyboard controller

2005-11-06 Thread Paul Brook
The attached patch splits the PS/2 device emulation from the PC keyboard controller emulation. The Arm board I'm working on uses PS/2 keyboard+mouse with a custom host controller. Paul Index: vl.h === RCS file: /cvsroot/qemu/qemu/v

[Qemu-devel] qemu ./Makefile.target ./monitor.c ./usb-linux....

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 16:13:29 Modified files: . : Makefile.target monitor.c usb-linux.c vl.c vl.h hw : pc.c usb-uhci.c usb.c usb.h Log message

[Qemu-devel] qemu/hw serial.c

2005-11-06 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/06 15:48:05 Modified files: hw : serial.c Log message: serial load/save VM support (Vincent Pelletier) CVSWeb URLs: http://savannah.gnu.o

Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Paul Brook
On Sunday 06 November 2005 15:19, Dave Feustel wrote: > Will Qemu be modified to take advantage of the hardware virtualization > facilities incorporated in AMD's Pacifica and/or Intel's Vanderpool > technogies? qemu is an emulator, not a virtualizer, so these extensions don't really help. You may

Re: [Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Hetz Ben Hamo
It really depends on Fabrice or another contributions from developers.. If Intel or AMD want to donate a machine with VanderPool/Pacificia to Fabrice, maybe he'll add it :) Hetz On 11/6/05, Dave Feustel <[EMAIL PROTECTED]> wrote: > Will Qemu be modified to take advantage of the hardware virtuali

[Qemu-devel] Qemu and (Pacifica | Vanderpool)

2005-11-06 Thread Dave Feustel
Will Qemu be modified to take advantage of the hardware virtualization facilities incorporated in AMD's Pacifica and/or Intel's Vanderpool technogies? Thanks, Dave Feustel -- Tired of having to defend against Malware? You know: trojans, viruses, SPYWARE, ADWARE, KEYLOGGERS, rootkits, worms and p

[Qemu-devel] qemu keyboard problems on OpenBSD

2005-11-06 Thread Dave Feustel
I'm running Qemu 0.6.2 on OpenBSD. It emulates booting OpenSD 3.7 quite nicely. Qemu is an amazing program that I have wanted for a long time. The only problem I'm having at the moment is with key mappings. I tried using the '-k en-us' option but it seems to have no effect. Typed -> Displayed /

Re: [Qemu-devel] USB support

2005-11-06 Thread Fabrice Bellard
Lonnie Mendez wrote: On Saturday 05 November 2005 11:10 am, Fabrice Bellard wrote: 1) The host OS must not use the USB device. It means in particular that no host OS driver must be present for that device. The solution I am using is to rename the host kernel module "usb-storage.o" to "usb-sto