From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDwmX-0005Ym-9g for qemu-devel@nongnu.org; Thu, 13 Feb 2014 08:56:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDwmS-00030F-HV for qemu-devel@nongnu.org; Thu, 13 Feb 2014 08:56:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDwmS-0002zq-9E for qemu-devel@nongnu.org; Thu, 13 Feb 2014 08:56:44 -0500 From: Igor Mammedov Date: Thu, 13 Feb 2014 14:50:24 +0100 Message-Id: <1392299426-13160-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] convert -m to QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.crosthwaite@xilinx.com, aliguori@amazon.com, mjt@tls.msk.ru, armbru@redhat.com, mreitz@redhat.com, stefanha@redhat.com, lcapitulino@redhat.com, pbonzini@redhat.com, akong@redhat.com, lersek@redhat.com changes since v1: - check for overflow - check for empty mem="" case - reshuffle code to avoid conflicts with another series on list - some style/typo fixes changes since RFC: - resolved conflict with error_abort change in qemu_get_machine_opts() git tree for testing: https://github.com/imammedo/qemu/tree/qoptify-m.v2 Igor Mammedov (1): vl: convert -m to QemuOpts Paolo Bonzini (1): QemuOpts: introduce qemu_find_opts_singleton include/qemu/config-file.h | 2 + qemu-options.hx | 12 ++++-- util/qemu-config.c | 14 ++++++++ vl.c | 79 ++++++++++++++++++++++++++++++++------------ 4 files changed, 82 insertions(+), 25 deletions(-)