Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit gfxboot
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 08 Oct 2007 16:46:34 +0200
- Message-id: <20071008144635.1B1E0678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gfxboot
checked in at Mon Oct 8 16:46:34 CEST 2007.
--------
--- arch/i386/gfxboot/gfxboot.changes 2007-09-25 17:09:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/gfxboot/gfxboot.changes 2007-10-08 14:07:23.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct 8 14:07:01 CEST 2007 - snwint@xxxxxxx
+
+- Avi Kivity: SS does not survive switch to PM in KVM (#307194)
+
+-------------------------------------------------------------------
Old:
----
gfxboot-3.3.38.tar.bz2
New:
----
gfxboot-3.3.39.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.X28852/_old 2007-10-08 16:46:21.000000000 +0200
+++ /var/tmp/diff_new_pack.X28852/_new 2007-10-08 16:46:21.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gfxboot (Version 3.3.38)
+# spec file for package gfxboot (Version 3.3.39)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -18,10 +18,10 @@
Requires: perl-HTML-Parser
AutoReqProv: on
Summary: Graphical Boot Logo for LILO and SYSLINUX
-Version: 3.3.38
+Version: 3.3.39
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source: gfxboot-3.3.38.tar.bz2
+Source: gfxboot-3.3.39.tar.bz2
Source1: NLD.tar.bz2
Source2: SLES.tar.bz2
Source3: SuSE.tar.bz2
@@ -60,6 +60,8 @@
%doc doc/gfxboot.txt
/usr/share/gfxboot
%changelog
+* Mon Oct 08 2007 - snwint@xxxxxxx
+- Avi Kivity: SS does not survive switch to PM in KVM (#307194)
* Tue Sep 25 2007 - snwint@xxxxxxx
- benventuno -> benvenuto (#327546)
* Fri Sep 14 2007 - snwint@xxxxxxx
++++++ gfxboot-3.3.38.tar.bz2 -> gfxboot-3.3.39.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.38/bincode.asm new/gfxboot-3.3.39/bincode.asm
--- old/gfxboot-3.3.38/bincode.asm 2007-09-25 16:52:11.000000000 +0200
+++ new/gfxboot-3.3.39/bincode.asm 2007-10-08 12:50:22.000000000 +0200
@@ -15546,7 +15546,11 @@
mov ax,pm_seg.prog_d16
mov ds,ax
- mov eax,ss
+ ; needed for KVM:
+ ; ss:rpl must equal cs:rpl in PM for VT. We can't rely on ss
+ ; maintaining its value after the transition.
+
+ movzx eax,word [rm_seg.ss]
and esp,0ffffh
shl eax,4
add esp,eax
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.38/Changelog new/gfxboot-3.3.39/Changelog
--- old/gfxboot-3.3.38/Changelog 2007-09-25 17:06:22.000000000 +0200
+++ new/gfxboot-3.3.39/Changelog 2007-10-08 13:53:39.000000000 +0200
@@ -1,3 +1,6 @@
+8/10/2007: v3.3.39
+ - Avi Kivity: SS does not survive switch to PM in KVM (#307194)
+
25/9/2007: v3.3.38
- 'benventuno' is not really an italian word (#327546)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/gfxboot-3.3.38/VERSION new/gfxboot-3.3.39/VERSION
--- old/gfxboot-3.3.38/VERSION 2007-09-25 16:56:46.000000000 +0200
+++ new/gfxboot-3.3.39/VERSION 2007-10-08 12:26:18.000000000 +0200
@@ -1 +1 @@
-3.3.38
+3.3.39
++++++ NLD.tar.bz2 ++++++
++++++ SLES.tar.bz2 ++++++
++++++ SuSE.tar.bz2 ++++++
++++++ Zen.tar.bz2 ++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |