Re: [Spice-devel] Information on VT-D support for qemu-spice

2010-03-10 Thread bing
On 03/11/2010 10:29 AM, Izik Eidus wrote: On 03/03/2010 01:12 AM, bing wrote: Hi, I am also interested on how to enable VT-d in qemu-spice. I am currently use Xen to do that but the spice gui is far more better than the vnc. Hi, Considering the demand for latest qemu features that we see

Re: [Spice-devel] Information on VT-D support for qemu-spice

2010-03-10 Thread Izik Eidus
On 03/02/2010 08:28 PM, Damien Bruley wrote: Hi , Thanks for your feedback. I have several other question regarding Spice : - Is it possible to use USB plug and play ? I use option : -usbdevice tablet but it doesn't work for me Hi, usbdevice tablet is just loading the emulation of tablet devic

Re: [Spice-devel] Information on VT-D support for qemu-spice

2010-03-10 Thread Izik Eidus
On 03/03/2010 01:12 AM, bing wrote: Hi, I am also interested on how to enable VT-d in qemu-spice. I am currently use Xen to do that but the spice gui is far more better than the vnc. Hi, Considering the demand for latest qemu features that we see from users, We will push a new qemu version

Re: [Spice-devel] QXL and /GB switch

2010-03-10 Thread Izik Eidus
On 03/05/2010 01:43 AM, David Martin wrote: Any reason why booting XP with the /3GB switch would break the QXL driver with the following status "This device cannot start. (Code 10)"? Hi, I might have some hand in this in some commit i have committed, I will take a look for this tomorrow !

Re: [Spice-devel] SPICE questions

2010-03-10 Thread Izik Eidus
On 03/11/2010 12:19 AM, Stefan Zintgraf wrote: Scott, I don't know if I have anything valuable information to contribute to your questions but I'll try anyway. Where the VM and the display on the same physical machine? I believe SPICE tries to figure out the capabilities of both sides and

Re: [Spice-devel] SPICE questions

2010-03-10 Thread Izik Eidus
On 03/10/2010 06:37 PM, Stefan Zintgraf wrote: I got it compiled and running now! I had to insert a lot of casts and do some tricking with the libasound library (had to use the 32 bit one) and finally it compiled and even started. But the results are quite disappointing with a Windows XP vi

Re: [Spice-devel] SPICE questions

2010-03-10 Thread Stefan Zintgraf
Scott, I don't know if I have anything valuable information to contribute to your questions but I'll try anyway. Where the VM and the display on the same physical machine? I believe SPICE tries to figure out the capabilities of both sides and balance the performance. There might be more o

Re: [Spice-devel] [PATCH] Explicitly depend on various X libraries, and -pthread

2010-03-10 Thread Alexander Larsson
On Wed, 2010-03-10 at 09:34 -0500, Søren Sandmann Pedersen wrote: > From: Søren Sandmann Pedersen > > In Fedora 13, the linker doesn't pull in DT_NEEDED libraries anymore, > so we have to list the things that we depend on explicitly. > > This affects several X extension libraries, and also the p

Re: [Spice-devel] SPICE questions

2010-03-10 Thread Stefan Zintgraf
I got it compiled and running now! I had to insert a lot of casts and do some tricking with the libasound library (had to use the 32 bit one) and finally it compiled and even started. But the results are quite disappointing with a Windows XP virtual machine. In my virtual machine the "Red Hat Q

[Spice-devel] [PATCH] Explicitly depend on various X libraries, and -pthread

2010-03-10 Thread Søren Sandmann Pedersen
From: Søren Sandmann Pedersen In Fedora 13, the linker doesn't pull in DT_NEEDED libraries anymore, so we have to list the things that we depend on explicitly. This affects several X extension libraries, and also the pthread library. --- client/x11/Makefile.am |6 +- configure.ac