diff options
author | He Zhe <zhe.he@windriver.com> | 2017-08-09 18:00:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-13 09:27:38 +0100 |
commit | f20a63aee3e2669cbe98812ee4b767cc2662a555 (patch) | |
tree | 6be17f2cb1c893420c909fbf06893d8f284fc66d /meta/recipes-devtools/qemu/qemu_2.8.1.1.bb | |
parent | 5f57cac930b73cd8333fa5318efca889eb7f23b2 (diff) | |
download | poky-f20a63aee3e2669cbe98812ee4b767cc2662a555.tar.gz |
qemu: apic: fallthrough to PIC
Backport a commit from qemu upstream to fix a protection fault
https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg00878.html
(From OE-Core rev: 88a4a872a7f22be52faa965bc05c57d8466e0eed)
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.8.1.1.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.8.1.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb b/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb index a5dc70469d..a4ddb7f989 100644 --- a/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb +++ b/meta/recipes-devtools/qemu/qemu_2.8.1.1.bb | |||
@@ -27,6 +27,7 @@ SRC_URI = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 \ | |||
27 | file://CVE-2016-9908.patch \ | 27 | file://CVE-2016-9908.patch \ |
28 | file://CVE-2016-9912.patch \ | 28 | file://CVE-2016-9912.patch \ |
29 | file://0001-replace-struct-ucontext-with-ucontext_t-type.patch \ | 29 | file://0001-replace-struct-ucontext-with-ucontext_t-type.patch \ |
30 | file://apic-fixup-fallthrough-to-PIC.patch \ | ||
30 | " | 31 | " |
31 | 32 | ||
32 | SRC_URI_append_class-native = " \ | 33 | SRC_URI_append_class-native = " \ |