[Spice-commits] Branch '0.8' - 2 commits - INSTALL spice/qxl_dev.h

Alon Levy alon at kemper.freedesktop.org
Thu Nov 10 05:55:04 PST 2011


 INSTALL         |    1 -
 spice/qxl_dev.h |    1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2dfea386b3550520ee4a2323a2c10f40b947c5b8
Author: Alon Levy <alevy at redhat.com>
Date:   Sat Oct 1 19:01:56 2011 +0300

    add QXL_SURF_FLAG_GUEST_MEM for allocating surfaces on guest memory

diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 5e6ce06..7d21fa5 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -200,6 +200,7 @@ typedef struct SPICE_ATTR_PACKED QXLMemSlot {
 #define QXL_SURF_TYPE_PRIMARY      0
 
 #define QXL_SURF_FLAG_KEEP_DATA    (1 << 0)
+#define QXL_SURF_FLAG_GUEST_MEM    (1 << 1)
 
 typedef struct SPICE_ATTR_PACKED QXLSurfaceCreate {
     uint32_t width;
commit e9eba76d5b7b03ba6544e60705c7d9cc7e4d58c3
Author: Alon Levy <alevy at redhat.com>
Date:   Fri Jul 29 13:33:53 2011 +0300

    remove INSTALL symlink
    
    prevents koji build, zip fails. There is no place for a symlink, and
    this file is installed by autoreconf -i anyway.

diff --git a/INSTALL b/INSTALL
deleted file mode 120000
index cbd1c80..0000000
--- a/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/automake-1.11/INSTALL
\ No newline at end of file


More information about the Spice-commits mailing list