Re: [Qemu-devel] Hardware Security Dongle

2007-08-23 Thread Natalia Portillo
Hi, As seen on: http://fabrice.bellard.free.fr/qemu/qemu-doc.html you need to pass it -usbdevice host:: You can get Vendor and ProductID using lsusb (part of usbutils packages) in Linux or in hardware manager in Windows (properties of the device, advanced, hardware identification, it will appear

[Qemu-devel] sh4 mov.b fix

2007-08-23 Thread Vince Weaver
Hello I think this patch is needed for proper implementation of the sh4 mov.b @(disp,Rm),R0 instruction. Vince --- ./qemu-snapshot-2007-08-14_05/target-sh4/translate.c2007-08-24 01:48:47.0 -0400 +++ ./qemu-snapshot-2007-08-14_05/target-sh4/translate.c.orig 2007-08-24 01:37:56.

[Qemu-devel] Hardware Security Dongle

2007-08-23 Thread solid
This may have been asked in another thread but I have not seen it in the archives. I have this OS that I would like to run inside qemu. The OS requires a hardware security dongle before it will boot. I am not real familiar with these devices but apparently they house some kind of encryption/decr

[Qemu-devel] qemu vl.c

2007-08-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/08/24 01:46:57 Modified files: . : vl.c Log message: De-noise startup. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.329&r2=1.330

[Qemu-devel] qemu vl.c

2007-08-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/08/24 01:36:32 Modified files: . : vl.c Log message: Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/

[Qemu-devel] qemu vl.c

2007-08-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/08/24 01:26:02 Modified files: . : vl.c Log message: Implement -clock selection, by Luca Tettamanti. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1

[Qemu-devel] qemu vl.c

2007-08-23 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/08/23 20:22:22 Modified files: . : vl.c Log message: Suppress int<->pointer compiler warnings. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.326&r2=1

Re: [Qemu-devel] Porting QEMU to Minix - op_goto_tb1 segfaultsbecause tb_next[1] is NULL

2007-08-23 Thread Erik van der Kouwe
Dear Ulrich, I had a similar problem when fixing S/390 hosts. IIRC it was caused by the "portable" GOTO_TB macro. On translation the goto is patched to jump out of the block, which is something the compiler does not reckon with. You may want to disassemble it and check if registers are overwritt

Re: [Qemu-devel] Porting QEMU to Minix - op_goto_tb1 segfaults because tb_next[1] is NULL

2007-08-23 Thread Ulrich Hecht
On Wednesday 22 August 2007, Erik van der Kouwe wrote: > My problem is the following: quickly after starting I get a > segmentation fault while the generated code is running. > > This happens in the code generated from op_goto_tb1 and is caused by > jumping to a NULL pointer. This NULL pointer orig

Re: [Qemu-devel] [PATCH][RFC] SVM support

2007-08-23 Thread Avi Kivity
Alexander Graf wrote: Blue Swirl wrote: On 8/22/07, Alexander Graf <[EMAIL PROTECTED]> wrote: - All interceptions (well, maybe I did oversee one or two) Nice work! For better performance, you should do the op.c checks statically at translation time (if possible).

Re: [Qemu-devel] [PATCH][RFC] SVM support

2007-08-23 Thread Avi Kivity
Alexander Graf wrote: Hi, this patch adds support for SVM (the virtual machine extension on amd64) to qemu's x86_64 target. It still needs cleanup (splitting, indentation, etc) and lacks some basic functionality but maybe someone will find interest in it as it is already. Obviously this is

Re: [kvm-devel] [Qemu-devel] [PATCH 3/4] Add support for HPET periodic timer.

2007-08-23 Thread Dan Kenigsberg
On Thu, Aug 23, 2007 at 12:09:47AM +0200, Andi Kleen wrote: > > $ dmesg |grep -i hpet > > ACPI: HPET 7D5B6AE0, 0038 (r1 A M I OEMHPET 5000708 MSFT 97) > > ACPI: HPET id: 0x8086a301 base: 0xfed0 > > hpet0: at MMIO 0xfed0, IRQs 2, 8, 0, 0 > > hpet0: 4 64-bit timers, 14318180 Hz > > h