From: Zhang Xiantao <[EMAIL PROTECTED]> Date: Wed, 5 Dec 2007 11:33:40 +0800 Subject: [PATCH] kvm/ia64: qemu : Add a blank file op.c for compile pass.
Add a blank file op.c for compile pass, maybe we need to implement it in future for qemu host-ia64 support. Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]> --- qemu/target-ia64/op.c | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 qemu/target-ia64/op.c diff --git a/qemu/target-ia64/op.c b/qemu/target-ia64/op.c new file mode 100644 index 0000000..08093d2 --- /dev/null +++ b/qemu/target-ia64/op.c @@ -0,0 +1,22 @@ +/* + * IA64 micro operations + * + * Leave it blank for future implementation + * + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + + -- 1.5.2
0015-kvm-ia64-qemu-Add-a-blank-file-op.c-for-compile-p.patch
Description: 0015-kvm-ia64-qemu-Add-a-blank-file-op.c-for-compile-p.patch
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
_______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
