summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/kvm/files/kvm-53-qemu-ramalloc-fmt.patch')
-rw-r--r--app-emulation/kvm/files/kvm-53-qemu-ramalloc-fmt.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/kvm/files/kvm-53-qemu-ramalloc-fmt.patch b/app-emulation/kvm/files/kvm-53-qemu-ramalloc-fmt.patch
deleted file mode 100644
index 8f3b846..0000000
--- a/app-emulation/kvm/files/kvm-53-qemu-ramalloc-fmt.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kvm-53/qemu/exec.c 2007-11-21 22:28:26.000000000 -0800
-+++ kvm-53/qemu/exec.c 2007-11-21 22:36:59.000000000 -0800
-@@ -2094,7 +2094,7 @@
- {
- ram_addr_t addr;
- if ((phys_ram_alloc_offset + size) >= phys_ram_size) {
-- fprintf(stderr, "Not enough memory (requested_size = %u, max memory = %lu)\n",
-+ fprintf(stderr, "Not enough memory (requested_size = %lu, max memory = %lu)\n",
- size, phys_ram_size);
- abort();
- }