SHA256
1
0
forked from pool/qemu

Accepting request 228957 from home:a_faerber:branches:Virtualization

Update to v2.0.0-rc1

OBS-URL: https://build.opensuse.org/request/show/228957
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=200
This commit is contained in:
Andreas Färber
2014-04-03 22:50:11 +00:00
committed by Git OBS Bridge
parent 0e7dd46c01
commit 678bd2896d
48 changed files with 204 additions and 232 deletions

View File

@@ -1,4 +1,4 @@
From 2ab8ba594caa75e869d684576cb76b7cf47d3a4e Mon Sep 17 00:00:00 2001
From f033ff840b60964e920769cb9f6bf547c7baabf3 Mon Sep 17 00:00:00 2001
From: Ulrich Hecht <uli@suse.de>
Date: Tue, 14 Apr 2009 16:25:41 +0200
Subject: [PATCH] qemu-cvs-gettimeofday
@@ -9,10 +9,10 @@ No clue what this is for.
1 file changed, 2 insertions(+)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index c193397..98c12bb 100644
index 1d791a3..206dd12 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -6359,6 +6359,8 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
@@ -6403,6 +6403,8 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
case TARGET_NR_gettimeofday:
{
struct timeval tv;