rpms/xenner/F-8 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xenner.spec, 1.1, 1.2

Gerd Hoffmann (kraxel) fedora-extras-commits at redhat.com
Tue May 13 10:22:46 UTC 2008


Author: kraxel

Update of /cvs/pkgs/rpms/xenner/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16787

Modified Files:
	.cvsignore sources xenner.spec 
Log Message:
- update to version 0.34.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Jan 2008 12:48:34 -0000	1.2
+++ .cvsignore	13 May 2008 10:22:08 -0000	1.3
@@ -1 +1 @@
-xenner-0.23.tar.gz
+xenner-0.34.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Jan 2008 12:48:34 -0000	1.2
+++ sources	13 May 2008 10:22:08 -0000	1.3
@@ -1 +1 @@
-deee136de71d5ec400bd70c76b4150d7  xenner-0.23.tar.gz
+cf43a04b1e22d0933a8136f84655b793  xenner-0.34.tar.gz


Index: xenner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xenner/F-8/xenner.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xenner.spec	25 Jan 2008 12:48:34 -0000	1.1
+++ xenner.spec	13 May 2008 10:22:08 -0000	1.2
@@ -1,6 +1,6 @@
 Name:         xenner
 License:      GPLv2+
-Version:      0.23
+Version:      0.34
 Release:      1%{?dist}
 Summary:      Xen emulator for kvm
 Group:        Applications/Emulators
@@ -25,6 +25,7 @@
 
 %build
 export CFLAGS="%{optflags}"
+CFLAGS="${CFLAGS//-fstack-protector/}"	# incompatible
 make prefix="%{_prefix}"
 
 %install
@@ -53,5 +54,21 @@
 rm -rf %{buildroot}
 
 %changelog
+* Tue May 13 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.34-1.fc9
+- update to version 0.34
+  - wire up -drive cmd line arg (rhbz #445968).
+  - accept & ignore -serial and -parallel (rhbz #445969).
+  - implement stop & cont monitor commands (rhbz #446079).
+  - implement correct iopl handling (uncrash kudzu).
+  - guest irq balancing.
+  - smp guest support.
+  - fix tcp/udp checksumming (rhbz #443452).
+  - fixed init script translation tagging (rhbz #438106).
+  - fixed missing bits to make f9 pv_ops kernel boot (rhbz #439010).
+  - add -bootloader cmd line option, add docs (rhbz #435061).
+  - use kvms in-kernel lapic/ioapic for irqs and events.
+  - use separate threads for I/O handling and vcpus.
+  - fixed cr4 setup for mmx/sse support (rhbz #441902).
+  - misc fixes.
 * Fri Jan 25 2008 Gerd Hoffmann <kraxel at redhat.com> - 0.23-1.fc8
 - initial release.




More information about the scm-commits mailing list