All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH][VTD][GFX] pass gfx_passthru parameter to QEMU
@ 2011-01-31 22:40 Kay, Allen M
  2011-02-01 11:01 ` Stefano Stabellini
  0 siblings, 1 reply; 4+ messages in thread
From: Kay, Allen M @ 2011-01-31 22:40 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Stefano Stabellini, Sergey Tovpeko, Ian Campbell,
	Daniel, Graaf

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

I noticed this pass is has not been checked into the latest staging tree yet.  Any reason?

-----Original Message-----
From: Kay, Allen M 
Sent: Thursday, January 27, 2011 6:00 PM
To: xen-devel
Cc: 'Stefano Stabellini'; Ian Campbell; 'Sergey Tovpeko'; Daniel De Graaf
Subject: [PATCH][VTD][GFX] pass gfx_passthru parameter to QEMU

Pass gfx_passthru parameter to QEMU.  Keep it boolean for now as QEMU does not expect any other integer value.

Signed-off-by: Allen Kay <allen.m.kay@intel.com>

[-- Attachment #2: gfx0127.patch --]
[-- Type: application/octet-stream, Size: 806 bytes --]

diff -r 74fb7eaa6597 tools/libxl/libxl_dm.c
--- a/tools/libxl/libxl_dm.c	Thu Jan 27 19:51:47 2011 +0000
+++ b/tools/libxl/libxl_dm.c	Fri Oct 01 11:48:36 2010 -0700
@@ -148,6 +148,9 @@
         if ( ioemu_vifs == 0 ) {
             flexarray_vappend(dm_args, "-net", "none", NULL);
         }
+        if (info->gfx_passthru) {
+            flexarray_append(dm_args, "-gfx_passthru");
+        }
     }
     if (info->saved_state) {
         flexarray_vappend(dm_args, "-loadvm", info->saved_state, NULL);
@@ -280,6 +283,9 @@
         if ( ioemu_vifs == 0 ) {
             flexarray_append(dm_args, "-net");
             flexarray_append(dm_args, "none");
+        }
+        if (info->gfx_passthru) {
+            flexarray_append(dm_args, "-gfx_passthru");
         }
     }
     if (info->saved_state) {

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH][VTD][GFX] pass gfx_passthru parameter to QEMU
@ 2011-01-28  2:00 Kay, Allen M
  0 siblings, 0 replies; 4+ messages in thread
From: Kay, Allen M @ 2011-01-28  2:00 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell, Graaf, Sergey Tovpeko, Daniel, Stefano Stabellini

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

Pass gfx_passthru parameter to QEMU.  Keep it boolean for now as QEMU does not expect any other integer value.

Signed-off-by: Allen Kay <allen.m.kay@intel.com>

[-- Attachment #2: gfx0127.patch --]
[-- Type: application/octet-stream, Size: 806 bytes --]

diff -r 74fb7eaa6597 tools/libxl/libxl_dm.c
--- a/tools/libxl/libxl_dm.c	Thu Jan 27 19:51:47 2011 +0000
+++ b/tools/libxl/libxl_dm.c	Fri Oct 01 11:48:36 2010 -0700
@@ -148,6 +148,9 @@
         if ( ioemu_vifs == 0 ) {
             flexarray_vappend(dm_args, "-net", "none", NULL);
         }
+        if (info->gfx_passthru) {
+            flexarray_append(dm_args, "-gfx_passthru");
+        }
     }
     if (info->saved_state) {
         flexarray_vappend(dm_args, "-loadvm", info->saved_state, NULL);
@@ -280,6 +283,9 @@
         if ( ioemu_vifs == 0 ) {
             flexarray_append(dm_args, "-net");
             flexarray_append(dm_args, "none");
+        }
+        if (info->gfx_passthru) {
+            flexarray_append(dm_args, "-gfx_passthru");
         }
     }
     if (info->saved_state) {

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-02 17:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-31 22:40 [PATCH][VTD][GFX] pass gfx_passthru parameter to QEMU Kay, Allen M
2011-02-01 11:01 ` Stefano Stabellini
2011-02-02 17:08   ` Ian Jackson
  -- strict thread matches above, loose matches on Subject: below --
2011-01-28  2:00 Kay, Allen M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.