[Qemu-devel] problem adding usb device

2007-03-01 Thread Norbert Wegener
my host operating system is ubuntu. I have an usb smartcard reader attached. qemu version is 0.9.0. qemu monitor shows me: info usbhost Device 2.2, speed 12Mb/s Class 00: USB device 046d:c042, USB Gaming Mouse Device 1.5, speed 12 Mb/s Class 00: USB device 08e6:3437, USB SmratCard Reader When I wa

Re: [Qemu-devel] Re: PATCH: Secure TLS encrypted authentication for VNC

2007-03-01 Thread S. I. Becker
Daniel P. Berrange wrote: > If there's any formal doc describing the VeNCrypt auth system in the same style as the primary RFB protocol doc[1] that'd be very helpful. I basically figured out the VeNCrypt protocol by reading the code and the few mailing list notes about it. I've validated inter-o

Re: [Qemu-devel] QEMU/pc and scsi disks

2007-03-01 Thread Paul Brook
On Thursday 01 March 2007 17:26, Laurent Vivier wrote: > Hi, > > As I'm a newcomer, I don't know the story about qemu/pc and scsi disks, but > I propose a little patch to make SCSI disks visible. See previous discussion about how the disk options need to be fixed properly. Apart from anything els

[Qemu-devel] QEMU/pc and scsi disks

2007-03-01 Thread Laurent Vivier
Hi, As I'm a newcomer, I don't know the story about qemu/pc and scsi disks, but I propose a little patch to make SCSI disks visible. Disks are not bootable, I think we should write a BIOS for that ? Regards, Laurent -- - [EMAIL PROTECTED] -- "Any sufficiently adva

Re: [Qemu-devel] Re: PATCH: Secure TLS encrypted authentication for VNC

2007-03-01 Thread Daniel P. Berrange
On Wed, Feb 28, 2007 at 09:27:30PM +, S. I. Becker wrote: > Daniel P. Berrange wrote: > >Having repeatedly said that we should be doing TLS encryption for VNC, I > >figured I ought to get down & implement it. So, in the spirit of 'release > >early, release often', here is the very first cut of

Re: [Qemu-devel] "Apple" partition on ppc debian installer

2007-03-01 Thread Laurent Vivier
jerome Arbez-Gindre wrote: > Hi, Hi, a nice subject for my first post on this list :-P > I'm trying to install a ppc debian on a ppc-qemu, and when Partamn makes > the patitionning, it shows me a "Apple" partition (32.3 kB) at the very > beginning of the disk. > I suppose that this partition con

[Qemu-devel] "Apple" partition on ppc debian installer

2007-03-01 Thread jerome Arbez-Gindre
Hi, I'm trying to install a ppc debian on a ppc-qemu, and when Partamn makes the patitionning, it shows me a "Apple" partition (32.3 kB) at the very beginning of the disk. I suppose that this partition contains a bootstrap and is filled by the MacOS installer. Is my supposition right ? And if ye

[Qemu-devel] [PATCH] Syscall clock_gettime and clock_getres implementaion

2007-03-01 Thread Kirill A. Shutemov
Patch in the attachment --- qemu-0.9.0.orig/linux-user/syscall.c2007-02-28 22:44:24 +0300 +++ qemu-0.9.0/linux-user/syscall.c 2007-02-28 22:46:01 +0300 @@ -4163,6 +4163,28 @@ case TARGET_NR_getdomainname: goto unimplemented_nowarn; #endif +#ifdef TARGET_NR_clock_gettime +