From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBKDm-0004ZL-29 for qemu-devel@nongnu.org; Thu, 06 Feb 2014 03:22:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBKDg-0008N6-3r for qemu-devel@nongnu.org; Thu, 06 Feb 2014 03:22:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBKDf-0008N2-SM for qemu-devel@nongnu.org; Thu, 06 Feb 2014 03:22:00 -0500 From: Igor Mammedov Date: Thu, 6 Feb 2014 09:16:02 +0100 Message-Id: <1391674564-3783-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH 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, 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 changes since RFC: - resolved conflict with error_abort change in qemu_get_machine_opts() 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 | 7 +++- util/qemu-config.c | 14 +++++++++ vl.c | 64 +++++++++++++++++++++++++++++-------------- 4 files changed, 64 insertions(+), 23 deletions(-)