From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Fm2-0000C5-UR for qemu-devel@nongnu.org; Tue, 14 Aug 2012 07:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1Fm0-0003BF-OV for qemu-devel@nongnu.org; Tue, 14 Aug 2012 07:59:02 -0400 Received: from oxygen.pond.sub.org ([78.46.104.156]:60655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1Fm0-0003Aj-Ii for qemu-devel@nongnu.org; Tue, 14 Aug 2012 07:59:00 -0400 From: Markus Armbruster Date: Tue, 14 Aug 2012 13:58:53 +0200 Message-Id: <1344945535-2774-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Fix two bugs related to ram_size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, anthony@codemonkey.ws, avi@redhat.com, gleb@redhat.com There are more, but let's start with these two. Markus Armbruster (2): vl: Round argument of -m up to multiple of 8KiB pc: Fix RTC CMOS info on RAM for ram_size < 1MiB hw/pc.c | 27 +++++++++++++++------------ vl.c | 4 +++- 2 files changed, 18 insertions(+), 13 deletions(-) -- 1.7.11.2