From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un1Y8-0002xA-RL for qemu-devel@nongnu.org; Thu, 13 Jun 2013 03:02:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un1Y7-000324-Md for qemu-devel@nongnu.org; Thu, 13 Jun 2013 03:02:24 -0400 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:39441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un1Y7-00031e-GY for qemu-devel@nongnu.org; Thu, 13 Jun 2013 03:02:23 -0400 From: Markus Armbruster Date: Thu, 13 Jun 2013 09:02:11 +0200 Message-Id: <1371106939-6968-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH RFC 0/8] Guest memory allocation fixes & cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mtosatti@redhat.com, borntraeger@de.ibm.com, pbonzini@redhat.com, agraf@suse.de, stefano.stabellini@eu.citrix.com All I wanted to do is exit(1) instead of abort() on guest memory allocation failure [07/08]. But that lead me into a minor #ifdef bog, and here's what I brought back. Enjoy! Markus Armbruster (8): exec: Fix Xen RAM allocation with unusual options exec: Clean up fall back when -mem-path allocation fails exec: Reduce ifdeffery around -mem-path s390: Simplify the RAM allocation hook s390: Make qemu_ram_remap() consistent with allocation exec: Clean up unnecessary S390 ifdeffery exec: Don't abort when we can't allocate guest memory pc_sysfw: Fix ISA BIOS init for ridiculously big flash exec.c | 117 ++++++++++++++++++++++++------------------------- hw/block/pc_sysfw.c | 5 +-- include/exec/cpu-all.h | 2 - include/sysemu/kvm.h | 4 +- kvm-all.c | 16 ++----- target-s390x/kvm.c | 34 +++++++------- util/oslib-posix.c | 4 +- util/oslib-win32.c | 5 +-- 8 files changed, 81 insertions(+), 106 deletions(-) -- 1.7.11.7