qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 760060] Re: Open Solaris 2009 Assertion `size' failed


From: Stefan Weil
Subject: [Qemu-devel] [Bug 760060] Re: Open Solaris 2009 Assertion `size' failed
Date: Thu, 14 Apr 2011 17:24:20 -0000

The bug was caused by memory size (256 MiB) == maximum memory size supported by 
emulated hardware,
so the gap between both values (the empty slot) was 0 byte large.

qemu-system-sparc -m 256 (and code with assertions enabled) is enough to
reproduce it.

The bug is fixed with patch http://patchwork.ozlabs.org/patch/91268/.


** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/760060

Title:
  Open Solaris 2009 Assertion `size' failed

Status in QEMU:
  Fix Committed

Bug description:
  The latest git version of qemu (commit
  9df38c47d01eb1fd7eb9d60ac70a4170e638b4a2) fails to boot the
  OpenSolaris image from
  http://dlc.sun.com/osol/opensolaris/2009/06/osol-0906-ai-sparc.iso.

  qemu-img create opensolaris 3G
  qemu-system-sparc -hda opensolaris -cdrom osol-0906-ai-sparc.iso -boot d 
-redir tcp:2232::22 -k en-us -m 256

  gives:

  qemu-system-sparc: /home/njh/src/qemu/exec.c:2614:
  cpu_register_physical_memory_offset: Assertion `size' failed.

  Host: Linux/x86_64
  gcc4.5
  ./configure --enable-linux-aio --enable-io-thread --enable-kvm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]