diff options
Diffstat (limited to '0009-x86-pv-Introduce-x86_merge_dr6-and-fix-do_debug.patch')
-rw-r--r-- | 0009-x86-pv-Introduce-x86_merge_dr6-and-fix-do_debug.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0009-x86-pv-Introduce-x86_merge_dr6-and-fix-do_debug.patch b/0009-x86-pv-Introduce-x86_merge_dr6-and-fix-do_debug.patch index 855d952..bc5e9b0 100644 --- a/0009-x86-pv-Introduce-x86_merge_dr6-and-fix-do_debug.patch +++ b/0009-x86-pv-Introduce-x86_merge_dr6-and-fix-do_debug.patch @@ -1,7 +1,7 @@ From d32c77f471fb8400b6512c171a14cdd58f04f0a3 Mon Sep 17 00:00:00 2001 From: Andrew Cooper <andrew.cooper3@citrix.com> Date: Tue, 24 Sep 2024 14:53:22 +0200 -Subject: [PATCH 09/25] x86/pv: Introduce x86_merge_dr6() and fix do_debug() +Subject: [PATCH 09/56] x86/pv: Introduce x86_merge_dr6() and fix do_debug() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -136,5 +136,5 @@ index 45e1b277ea..9d72ebce55 100644 if ( guest_kernel_mode(v, regs) && v->domain->debugger_attached ) { -- -2.46.1 +2.47.0 |