Accepting request 198996 from home:a_faerber:branches:Virtualization

Updated gdbstub patch with corresponding qemu.git commit hash

OBS-URL: https://build.opensuse.org/request/show/198996
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=161
This commit is contained in:
Andreas Färber 2013-09-13 16:14:34 +00:00 committed by Git OBS Bridge
parent b863b0226f
commit 2b10aa2354

View File

@ -1,4 +1,4 @@
From 1fd884e9d531b5b5b3e021eb3277a8784714df2f Mon Sep 17 00:00:00 2001
From f53729fe3c617028aad57b8d7d01f34d1740c20c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <afaerber@suse.de>
Date: Mon, 12 Aug 2013 18:09:47 +0200
Subject: [PATCH] gdbstub: Fix gdb_register_coprocessor() register counting
@ -20,6 +20,9 @@ Cc: qemu-stable@nongnu.org (stable-1.6)
Tested-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tested-by: Max Filippov <jcmvbkbc@gmail.com>
Tested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
(cherry-picked from commit 35143f0164e6933a85c7c2b8a89a040d881a9151)
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
gdbstub.c | 6 ++++--