On Mon, 22 May 2006, Nate Carlson wrote:
..and it has been tested on amd64. Works fine for SDL; VNC still doesn't work. (But it's still worth packaging it just for the VT support in general.)

Cleaned up patch that works with VNC now. Yay!

------------------------------------------------------------------------
| nate carlson | [EMAIL PROTECTED] | http://www.natecarlson.com |
|       depriving some poor village of its idiot since 1981            |
------------------------------------------------------------------------
diff -Naur xen-3.0-3.0.2+hg9681/debian/changelog 
xen-3.0-3.0.2+hg9681.ioemu/debian/changelog
--- xen-3.0-3.0.2+hg9681/debian/changelog       2006-05-22 14:13:02.000000000 
-0500
+++ xen-3.0-3.0.2+hg9681.ioemu/debian/changelog 2006-05-22 13:34:40.000000000 
-0500
@@ -1,3 +1,15 @@
+xen-3.0 (3.0.2+hg9681-1.ioemu.2) unstable; urgency=low
+
+  * Clean up rules; add /usr/share/xen/ioemu
+
+ -- Nate Carlson <[EMAIL PROTECTED]>  Mon, 22 May 2006 13:30:58 -0500
+
+xen-3.0 (3.0.2+hg9681-1.ioemu.1) unstable; urgency=low
+
+  * Add IOEMU support.
+
+ -- Nate Carlson <[EMAIL PROTECTED]>  Mon, 22 May 2006 13:00:44 -0500
+
 xen-3.0 (3.0.2+hg9681-1) unstable; urgency=low
 
   * Update xen-hypervisor-3.0-i386 and xen-hypervisor-3.0-i386-pae
diff -Naur xen-3.0-3.0.2+hg9681/debian/control 
xen-3.0-3.0.2+hg9681.ioemu/debian/control
--- xen-3.0-3.0.2+hg9681/debian/control 2006-05-22 14:13:02.000000000 -0500
+++ xen-3.0-3.0.2+hg9681.ioemu/debian/control   2006-05-22 13:34:40.000000000 
-0500
@@ -62,6 +62,20 @@
  The userspace tools to manage a system virtualized through the XEN virtual
  machine monitor.
 
+Package: xen-utils-ioemu-3.0
+Architecture: amd64 i386
+Depends: ${shlibs:Depends}, ${python:Depends}
+Description: XEN administrative tools: IOEMU
+ The userspace tools to manage a system virtualized through the XEN virtual
+ machine monitor.
+ .
+ This package includes the utilities required to support HVM domains, which
+ allows full virtualization of unmodified operating systems, such as 
+ Microsoft's Windows product line, and standard Linux kernels.
+ .
+ For this to work, you will need a CPU with hardware virtualization support,
+ such as Intel's CPU's with VT, or AMD's CPU's with Pacifica.
+
 Package: xen-docs-3.0
 Architecture: all
 Description: documentation for XEN, a Virtual Machine Monitor
diff -Naur xen-3.0-3.0.2+hg9681/debian/rules 
xen-3.0-3.0.2+hg9681.ioemu/debian/rules
--- xen-3.0-3.0.2+hg9681/debian/rules   2006-05-22 14:13:02.000000000 -0500
+++ xen-3.0-3.0.2+hg9681.ioemu/debian/rules     2006-05-22 13:34:40.000000000 
-0500
@@ -139,7 +139,7 @@
        cp $(BUILD_DIR)/build-hypervisor-$*/xen/xen.gz 
debian/xen-hypervisor-$(MAJOR)-$*/boot/xen-$(MAJOR)-$*.gz
        #cp $(BUILD_DIR)/build-hypervisor-$*/xen/xen-syms 
debian/xen-hypervisor-$(MAJOR)-$*/boot/xen-$(MAJOR)-$*.gz
 
-install-tools: DH_OPTIONS = -pxen-utils-$(MAJOR)
+install-tools: DH_OPTIONS = -pxen-utils-$(MAJOR) -pxen-utils-ioemu-$(MAJOR)
 install-tools:
        dh_testdir
        dh_testroot
diff -Naur xen-3.0-3.0.2+hg9681/debian/xen-utils-ioemu-3.0.install 
xen-3.0-3.0.2+hg9681.ioemu/debian/xen-utils-ioemu-3.0.install
--- xen-3.0-3.0.2+hg9681/debian/xen-utils-ioemu-3.0.install     1969-12-31 
18:00:00.000000000 -0600
+++ xen-3.0-3.0.2+hg9681.ioemu/debian/xen-utils-ioemu-3.0.install       
2006-05-22 13:34:40.000000000 -0500
@@ -0,0 +1,4 @@
+usr/lib/xen/bin/qemu*
+usr/lib/xen/boot/hvmloader
+etc/xen/qemu*
+usr/share/xen/qemu

Reply via email to