summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/files/Qemu-Arm-versatilepb-Add-memory-size-checking.patch
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2014-08-06 10:43:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-11 10:53:08 +0100
commit963604605c0eff8c5b6ca6614b6c5fba8ae4dd15 (patch)
treec633b6ffcd7c3cf308a3a5c8596adc7220152aee /meta/recipes-devtools/qemu/files/Qemu-Arm-versatilepb-Add-memory-size-checking.patch
parent3b769f03959ccb991391fe0451aa2cc4a4a95a70 (diff)
downloadpoky-963604605c0eff8c5b6ca6614b6c5fba8ae4dd15.tar.gz
qemu: upgrade to 2.1
QEMU 2.1 comes with fixes and improvements. See http://wiki.qemu.org/ChangeLog/2.1 for details. - Added config for quorum support, depending on gnutls. - pcie_better_hotplug_support.patch removed, integrated upstream. - Qemu-Arm-versatilepb-Add-memory-size-checking.patch updated to 2.1 source code. - no-strip.patch removed, no longer necessary due to code changes. (From OE-Core rev: 3ae32d0d6c7cf8294300f32d346da36748e05f3d) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/files/Qemu-Arm-versatilepb-Add-memory-size-checking.patch')
-rw-r--r--meta/recipes-devtools/qemu/files/Qemu-Arm-versatilepb-Add-memory-size-checking.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/files/Qemu-Arm-versatilepb-Add-memory-size-checking.patch b/meta/recipes-devtools/qemu/files/Qemu-Arm-versatilepb-Add-memory-size-checking.patch
index 3834aed6d0..7f1c5a9058 100644
--- a/meta/recipes-devtools/qemu/files/Qemu-Arm-versatilepb-Add-memory-size-checking.patch
+++ b/meta/recipes-devtools/qemu/files/Qemu-Arm-versatilepb-Add-memory-size-checking.patch
@@ -32,7 +32,7 @@ index b48d84c..ad2cd5a 100644
32+ ((unsigned int)ram_size / (1 << 20))); 32+ ((unsigned int)ram_size / (1 << 20)));
33+ exit(1); 33+ exit(1);
34+ } 34+ }
35 memory_region_init_ram(ram, NULL, "versatile.ram", args->ram_size); 35 memory_region_init_ram(ram, NULL, "versatile.ram", machine->ram_size);
36 vmstate_register_ram_global(ram); 36 vmstate_register_ram_global(ram);
37 /* ??? RAM should repeat to fill physical memory space. */ 37 /* ??? RAM should repeat to fill physical memory space. */
38-- 38--