Re: [Qemu-devel] Hardware Security Dongle

2007-08-24 Thread Natalia Portillo
Hi, As seen on: http://fabrice.bellard.free.fr/qemu/qemu-doc.html you need to pass it -usbdevice host:vendor:pid 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

[Qemu-devel] [Patch] AltGr on vnc and adding extra keys with no compiling

2007-08-24 Thread Ricardo
Hi On my keyboard Alt Gr is mapped to ISO_Level3_Shift. Using sdl it worked fine without any modification, but using vnc I was unable to use Alt Gr. I added a line on /usr/share/keymaps/modifiers refering to my key: ISO_Level3_Shift 0xb8 But, unfortunately it didn't work Surfing on the

Re: [Qemu-devel] sh4 mov.b fix

2007-08-24 Thread Vince Weaver
I think this patch is needed for proper implementation of the sh4 mov.b @(disp,Rm),R0 instruction. and of course, I managed to send a reversed patch. That will teach me to send out things like that late at night. Here's the proper patch. Vince ---

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

2007-08-24 Thread Luca
On 8/23/07, Dan Kenigsberg [EMAIL PROTECTED] wrote: 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,

Re: [Qemu-devel] Re: PATCH, RFC: Generic DMA framework

2007-08-24 Thread Paul Brook
On Friday 24 August 2007, Blue Swirl wrote: I have now converted the ISA DMA devices (SB16, FDC), most PCI devices and targets. gdma.diff: Generic DMA pc_ppc_dma_to_gdma.diff: Convert x86 and PPC to GDMA pc_sb16_to_gdma.diff: Convert SB16 to GDMA pc_fdc_to_gdma.diff: FDC

[Qemu-devel] arm-linux-user infinite SIGSEGV looping

2007-08-24 Thread Thayne Harbaugh
I've encountered what appears to be a race condition in arm-linux-user: sometimes the program qemu is running will hang forever and sometimes it will complete. After digging about there appears to be at least two problems: 1) An initial cause of a SIGSEGV 2) The incorrect handling of the

Re: [Qemu-devel] Re: PATCH, RFC: Generic DMA framework

2007-08-24 Thread Fabrice Bellard
Paul Brook wrote: On Friday 24 August 2007, Blue Swirl wrote: I have now converted the ISA DMA devices (SB16, FDC), most PCI devices and targets. gdma.diff: Generic DMA pc_ppc_dma_to_gdma.diff: Convert x86 and PPC to GDMA pc_sb16_to_gdma.diff: Convert SB16 to GDMA pc_fdc_to_gdma.diff: FDC

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

2007-08-24 Thread Fabrice Bellard
This is a reworked version of the same patch, where I can now boot into a x86_64 Linux kernel. I rewrote all the access functions for the VMCB, so this time everything should work just fine on BE-machines. As suggested I moved the injection detection to translate.c, so the non-virtualized

[Qemu-devel] qemu Makefile.target configure vnc.c

2007-08-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:37:51 Modified files: . : Makefile.target configure vnc.c Log message: VeNCrypt basic TLS support, by Daniel P. Berrange. CVSWeb URLs:

[Qemu-devel] qemu vnc.c

2007-08-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:38:37 Modified files: . : vnc.c Log message: x509 certificate for server, by Daniel P. Berrange. CVSWeb URLs:

[Qemu-devel] qemu vnc.c

2007-08-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:39:10 Modified files: . : vnc.c Log message: x509 client certificate verification, by Daniel P. Berrange. CVSWeb URLs:

[Qemu-devel] qemu vnc.c

2007-08-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:39:57 Modified files: . : vnc.c Log message: Custom location for x509 cert paths, by Daniel P. Berrange. CVSWeb URLs:

[Qemu-devel] qemu qemu-doc.texi

2007-08-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:40:38 Modified files: . : qemu-doc.texi Log message: Document all VNC authentication options, by Daniel P. Berrange. CVSWeb URLs:

Re: [Qemu-devel] Re: PATCH, RFC: Generic DMA framework

2007-08-24 Thread Paul Brook
pci_gdma.diff: Convert PCI devices and targets Any comments? The patches are a bit intrusive and I can't test the targets except that they compile. Shouldn't the PCI DMA object be a property of the PCI bus? ie. we don't want/need to pass it round as a separate parameter. It can be

Re: [Qemu-devel] qemu Makefile.target configure vnc.c

2007-08-24 Thread Matthew Kent
On Sat, 2007-25-08 at 01:37 +, Thiemo Seufer wrote: CVSROOT: /sources/qemu Module name: qemu Changes by: Thiemo Seufer ths 07/08/25 01:37:51 Modified files: . : Makefile.target configure vnc.c Log message: VeNCrypt basic TLS support, by Daniel

[Qemu-devel] qemu vl.c

2007-08-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:34:19 Modified files: . : vl.c Log message: Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange. CVSWeb URLs:

[Qemu-devel] qemu vl.c vl.h vnc.c

2007-08-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:35:38 Modified files: . : vl.c vl.h vnc.c Log message: Refactor VNC server setup API, by Daniel P. Berrange. CVSWeb URLs:

[Qemu-devel] qemu d3des.c d3des.h

2007-08-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 02:09:50 Added files: . : d3des.c d3des.h Log message: Actually add d3des implementation files. CVSWeb URLs: