From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9BuW-0002K8-5A for qemu-devel@nongnu.org; Tue, 13 Aug 2013 06:33:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9BuR-00056i-3b for qemu-devel@nongnu.org; Tue, 13 Aug 2013 06:33:08 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:49006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9BuQ-00056a-QO for qemu-devel@nongnu.org; Tue, 13 Aug 2013 06:33:03 -0400 Received: by mail-wi0-f177.google.com with SMTP id hq12so427826wib.16 for ; Tue, 13 Aug 2013 03:33:02 -0700 (PDT) Message-ID: <520A0B5E.8080405@m2r.biz> Date: Tue, 13 Aug 2013 12:33:02 +0200 From: Fabio Fantoni MIME-Version: 1.0 References: <5208F96D.3010101@m2r.biz> <5209F95F.1080806@m2r.biz> <520A04A2.9020801@redhat.com> In-Reply-To: <520A04A2.9020801@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Test report for xen-unstable and qemu-xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: xen-devel , Ian Campbell , Stefano Stabellini , George Dunlap , seabios , mjt@tls.msk.ru, "qemu-devel@nongnu.org" , pkg-qemu-devel@lists.alioth.debian.org, Gerd Hoffmann Il 13/08/2013 12:04, Laszlo Ersek ha scritto: > CC'ing Gerd and the seabios list: > > On 08/13/13 11:16, Fabio Fantoni wrote: >> Il 12/08/2013 17:04, Fabio Fantoni ha scritto: >>> Dom0: >>> Wheezy 64 bit with kernel from package linux-image-3.2.0-4-amd64 >>> version 3.2.46-1 and all dependency packages for xen, spice and usb >>> redirection. >>> Seabios 1.7.3-1, qemu 1.5.0+dfsg-5 (1.5.1), spice 0.12.4-0nocelt1 and >>> usbredir 0.6-2 compiled from debian unstable sources. >>> ------------------------- >>> git clone git://xenbits.xen.org/xen.git (in this build commit is >>> 73f18583dd824f0e49f65149ef603600ce31b8ee) >>> ------------------------- >>> Added some patches: >>> - tools-configure-qemu-for-spice-and-usbredir >>> - libxl-Add-spice-vdagent-support-for-upstream-qemu v3 >>> - libxl: usb2 and usb3 controller support for upstream qemu v4 >>> - tools-firmware-seabios-packaged >>> - tools: Improve make deb v3 >>> - tools: remove or disable old/useless/unused/unmainted stuff (the >>> whole series of 9 patches) >>> ------------------------- >>> ./configure --prefix=/usr --disable-xend >>> ------------------------- >>> make debball >>> >>> ------------------------- >>> New issue: >>> - domU not start with qemu 1.5.1 and more that 2 gb of ram: >>> tested on w7 64 bit domU with 4 gb of ram, with built-in qemu 1.3 it >>> works, >>> while with qemu 1.5.1 doesn't (stops at the beginning, spice client >>> show only the lines of seabios version and machine UUID; >>> qemu log show nothing more that 2 gb test), while with 2 gb of ram >>> works also with qemu 1.5.1 >>> ------------------------- >> Added qemu-devel and debian maintainers to cc for this regression about >> upstream qemu. >> If you need more details and tests tell me and I'll do/post them. > As a superficial guess, this could be fixed by the seabios-1.7.3.1 release: > > http://thread.gmane.org/gmane.comp.emulators.qemu/227536 > > http://code.coreboot.org/p/seabios/source/commit/2a9aeabdfb34374ecac25e7a8d21c9e368618cd4/ > > Laszlo Thanks for reply, i did fast test adding this patch that you linked: http://code.coreboot.org/p/seabios/source/commit/2a9aeabdfb34374ecac25e7a8d21c9e368618cd4/ Same result, the problem remains, should I test full seabios 1.7.3.1? > >>> ------------------------- >>> Old issue: >>> - Network is not working after restore on Windows domU with qemu-xen >>> and gplpv >>> Workaround: fixed mac address >>> ------------- >>> - Starting xendomain with "xl create" show some debug options: >>> Starting auto Xen domains: W7.cfgxc: info: VIRTUAL MEMORY ARRANGEMENT: >>> Loader: 0000000000100000->000000000019eb68 >>> Modules: 0000000000000000->0000000000000000 >>> TOTAL: 0000000000000000->000000007f000000 >>> ENTRY ADDRESS: 0000000000100000 >>> xc: info: PHYSICAL MEMORY ALLOCATION: >>> 4KB PAGES: 0x0000000000000200 >>> 2MB PAGES: 0x00000000000003f7 >>> 1GB PAGES: 0x0000000000000000 >>> [done]. >>> I think it is would be better hiding them here >>> ------------- >>> - on W7 pro 64 bit domU error in the begin of qemu log, while domU >>> seem to work: >>> xc: error: linux_gnttab_set_max_grants: ioctl SET_MAX_GRANTS failed >>> (22 = Invalid argument): Internal error >>> xen be: qdisk-832: xc_gnttab_set_max_grants failed: Invalid argument >>> ------------- >>> - nested hvm was bugged: started test it on windows 7 pro 64 domU on >>> qemu-xen, >>> xpmode crashed on install without show error, no error on logs and >>> havdetection works >>> Now xpmode install and start correctly except integration features >>> (disks,printers,clipboard sharing) and usb passthrough (of xpmode) >>> -------------------------