- update after logio change

This commit is contained in:
Volker Ruppert 2009-01-10 11:56:07 +00:00
parent 7df4044762
commit 8f156c435d

View File

@ -21,7 +21,7 @@ Detailed description:
Patch was created with:
diff -u
Apply patch to what version:
cvs checked out on 8 Jan 2009
cvs checked out on 10 Jan 2009
Instructions:
To patch, go to main bochs directory.
Type "patch -p0 < THIS_PATCH_FILE".
@ -41,7 +41,7 @@ diff -urN ../bochs/configure.in ./configure.in
+ host/linux/pcidev/Makefile user-plugin/Makefile)
diff -urN ../bochs/user-plugin/Makefile.in ./user-plugin/Makefile.in
--- ../bochs/user-plugin/Makefile.in 1970-01-01 01:00:00.000000000 +0100
+++ ./user-plugin/Makefile.in 2009-01-06 21:32:24.000000000 +0100
+++ ./user-plugin/Makefile.in 2009-01-10 12:50:25.000000000 +0100
@@ -0,0 +1,108 @@
+# Copyright (C) 2009 Volker Ruppert
+#
@ -57,7 +57,7 @@ diff -urN ../bochs/user-plugin/Makefile.in ./user-plugin/Makefile.in
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+# Makefile for the user plugin example of bochs
+
@ -153,8 +153,8 @@ diff -urN ../bochs/user-plugin/Makefile.in ./user-plugin/Makefile.in
+ ../gui/keymap.h ../instrument/stubs/instrument.h testdev.h
diff -urN ../bochs/user-plugin/testdev.cc ./user-plugin/testdev.cc
--- ../bochs/user-plugin/testdev.cc 1970-01-01 01:00:00.000000000 +0100
+++ ./user-plugin/testdev.cc 2009-01-07 18:01:50.000000000 +0100
@@ -0,0 +1,119 @@
+++ ./user-plugin/testdev.cc 2009-01-10 12:50:06.000000000 +0100
@@ -0,0 +1,118 @@
+// Copyright (C) 2009 Volker Ruppert
+//
+// This library is free software; you can redistribute it and/or
@ -169,7 +169,7 @@ diff -urN ../bochs/user-plugin/testdev.cc ./user-plugin/testdev.cc
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+// User plugin example (see patch description for details)
+
@ -236,7 +236,6 @@ diff -urN ../bochs/user-plugin/testdev.cc ./user-plugin/testdev.cc
+bx_testdev_c::bx_testdev_c(void)
+{
+ put("USER");
+ settype(DEVLOG);
+}
+
+bx_testdev_c::~bx_testdev_c(void)
@ -276,7 +275,7 @@ diff -urN ../bochs/user-plugin/testdev.cc ./user-plugin/testdev.cc
+}
diff -urN ../bochs/user-plugin/testdev.h ./user-plugin/testdev.h
--- ../bochs/user-plugin/testdev.h 1970-01-01 01:00:00.000000000 +0100
+++ ./user-plugin/testdev.h 2009-01-06 21:31:59.000000000 +0100
+++ ./user-plugin/testdev.h 2009-01-10 12:50:14.000000000 +0100
@@ -0,0 +1,40 @@
+// Copyright (C) 2009 Volker Ruppert
+//
@ -292,7 +291,7 @@ diff -urN ../bochs/user-plugin/testdev.h ./user-plugin/testdev.h
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+#ifndef BX_TESTDEV_H
+#define BX_TESTDEV_H