[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/2] Fix two bugs related to ram_size
From: |
Markus Armbruster |
Subject: |
[Qemu-devel] [PATCH v2 0/2] Fix two bugs related to ram_size |
Date: |
Wed, 15 Aug 2012 11:31:41 +0200 |
There are more, but let's start with these two.
v2:
* Use QEMU_ALIGN_UP (Avi)
* Cover size overflow
* Coding style (Blue)
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 | 31 ++++++++++++++++++-------------
vl.c | 5 ++---
2 files changed, 20 insertions(+), 16 deletions(-)
--
1.7.11.2
- [Qemu-devel] [PATCH v2 0/2] Fix two bugs related to ram_size,
Markus Armbruster <=