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
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)
>
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
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
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),
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
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
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
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,
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 -
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
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
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
@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.
___
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
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
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
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
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
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:
.
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/
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
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
> 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
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
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
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
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
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
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
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
/
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
32 matches
Mail list logo