From: George Dunlap <george.dunlap@eu.citrix.com>
To: Fabio Fantoni <fabio.fantoni@m2r.biz>
Cc: Anthony PERARD <anthony.perard@citrix.com>,
Ian Jackson <ian.jackson@citrix.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: Re: Test report for xen-unstable and qemu-xen
Date: Wed, 22 May 2013 17:32:05 +0100 [thread overview]
Message-ID: <519CF305.6050908@eu.citrix.com> (raw)
In-Reply-To: <519CDAA4.10601@m2r.biz>
On 22/05/13 15:48, Fabio Fantoni wrote:
> Dom0:
> Wheezy 64 bit with kernel from package linux-image-3.2.0-4-amd64
> version 3.2.41-2+deb7u2, package blktap-dkms and all dependency
> packages for xen, spice and usb redirection.
> Seabios 1.7.2-2 and latest spice and usbredir compiled from debian
> unstable sources.
> -------------------------
> /etc/modules
> ------------
> loop max_loop=64
> xenfs
> xen-evtchn
> blktap
> -------------------------
> git clone git://xenbits.xen.org/xen.git (in this build commit is
> 3a4a1d297766c0617129fb9eeef164293926ae89)
> -------------------------
> Added some patches:
> - tools-configure-qemu-for-spice-and-usbredir
> - libxl-Add-spice-vdagent-support-for-upstream-qemu
> - tools-firmware-seabios-packaged
> - tools: Improve make deb
> - vgabios-stdvga.bin custom build from Frediano
> - tools-fix-xendomain-restore-xl
> - qemu-xen change for support other resolutions:
> hw/vga.c: # from Frediano patch
> - if ((val <= VBE_DISPI_MAX_XRES) && ((val & 7) == 0)) {
> + if ((val <= VBE_DISPI_MAX_XRES) && ((val & 1) == 0)) {
> - fix for one qxl bug: # from anthony perard
> --- a/hw/qxl.c
> +++ b/hw/qxl.c
> @@ -390,6 +390,7 @@ static void init_qxl_ram(PCIQXLDevice *d)
> d->ram->int_pending = cpu_to_le32(0);
> d->ram->int_mask = cpu_to_le32(0);
> d->ram->update_surface = 0;
> + d->ram->monitors_config = 0;
> SPICE_RING_INIT(&d->ram->cmd_ring);
> SPICE_RING_INIT(&d->ram->cursor_ring);
> SPICE_RING_INIT(&d->ram->release_ring);
> -------------------------
> ./configure --prefix=/usr
> -------------------------
> make debball
>
> -------------------------
> Issues solved from my previous test build report:
> -------------
> - restore with xl on xendomain not work
> solved with patch "xl problems with xendomains":
> http://lists.xen.org/archives/html/xen-devel/2013-05/msg02107.html
Thank you for testing this. In general it would be better to respond to
the threads pertaining to individual issues to update things, and make a
new thread for new issues. In this case, it would be helpful if you
would instead respond to this thread saying, "Tested-by: Fabio Fantoni
<...>"
> -------------------------
>
> -------------------------
> Recent regression:
> -------------
> - 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
I don't quite understand: Are you saying that you see this error
message, but the guest still works as far as you can tell?
> -------------------------
>
> -------------------------
> Old issue:
> - Network is not working after restore on Windows domU with qemu-xen
> and gplpv
> Workaround: fixed mac address
> -------------
> - Unable to get QXL vga working correctly
> Status: one fix available and work in progress about the remaining
> problem (for now I made quick tests without success)
These issues are actively being worked on; there's no need to comment on
them in particular. If you think the issue may have been forgotten
about, the best thing to do is to respond to one of the old threads and
ask if there has been any progress.
-George
next prev parent reply other threads:[~2013-05-22 16:32 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-22 14:48 Test report for xen-unstable and qemu-xen Fabio Fantoni
2013-05-22 16:32 ` George Dunlap [this message]
2013-05-23 10:00 ` Fabio Fantoni
2013-05-22 16:37 ` Pasi Kärkkäinen
2013-05-23 10:08 ` Fabio Fantoni
2013-05-23 14:00 ` Xen Nested VMX Win7 xpmode guest crash Pasi Kärkkäinen
2013-05-23 14:30 ` Fabio Fantoni
2013-05-23 14:47 ` Pasi Kärkkäinen
2013-05-23 14:15 ` Test report for xen-unstable and qemu-xen George Dunlap
-- strict thread matches above, loose matches on Subject: below --
2013-10-14 13:31 Fabio Fantoni
2013-09-10 14:52 Fabio Fantoni
2013-08-27 10:33 Fabio Fantoni
2013-08-28 0:53 ` Zhang, Yang Z
2013-08-28 10:22 ` George Dunlap
2013-08-28 10:24 ` George Dunlap
2013-08-28 12:14 ` Zhang, Yang Z
2013-08-28 12:33 ` Fabio Fantoni
2013-08-12 15:04 Fabio Fantoni
2013-08-13 9:16 ` Fabio Fantoni
2013-08-13 10:04 ` Laszlo Ersek
2013-08-13 10:33 ` Fabio Fantoni
2013-08-13 11:09 ` Laszlo Ersek
2013-08-13 13:26 ` Fabio Fantoni
2013-08-13 23:58 ` [Qemu-devel] " Kevin O'Connor
2013-08-14 9:19 ` Fabio Fantoni
2013-08-14 9:56 ` Laszlo Ersek
2013-08-14 10:54 ` Fabio Fantoni
2013-08-14 12:29 ` Kevin O'Connor
2013-08-14 12:50 ` Fabio Fantoni
2013-07-31 15:15 Fabio Fantoni
[not found] ` <CAHyyzzQvkiWrTFfJAX+1acAhDWAXwkrH1gan0w0hycw2qGDcdA@mail.gmail.com>
2013-08-01 9:01 ` Fabio Fantoni
2013-08-01 10:09 ` Fabio Fantoni
2013-07-01 13:19 Fabio Fantoni
2013-07-01 13:50 ` Stefano Stabellini
2013-07-01 14:07 ` Jan Beulich
2013-07-03 8:25 ` Matthew Daley
2013-07-03 10:16 ` Jan Beulich
2013-07-03 10:58 ` Stefano Stabellini
2013-07-03 15:12 ` Ren, Yongjie
2013-07-04 7:55 ` Fabio Fantoni
2013-07-04 14:55 ` Ren, Yongjie
2013-06-12 14:33 Fabio Fantoni
2013-05-14 11:44 Vasiliy Tolstov
2013-05-14 12:13 ` Vasiliy Tolstov
2013-05-14 13:11 ` Konrad Rzeszutek Wilk
2013-05-14 13:36 ` Vasiliy Tolstov
2013-05-08 14:46 Fabio Fantoni
2013-05-09 12:15 ` Pasi Kärkkäinen
2013-05-09 13:28 ` Fabio Fantoni
2013-05-09 15:20 ` George Dunlap
2013-05-09 15:26 ` Ian Campbell
2013-05-09 15:15 ` George Dunlap
2013-04-23 13:13 Fabio Fantoni
2013-04-23 15:00 ` George Dunlap
2012-12-19 15:35 Fabio Fantoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=519CF305.6050908@eu.citrix.com \
--to=george.dunlap@eu.citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=anthony.perard@citrix.com \
--cc=fabio.fantoni@m2r.biz \
--cc=ian.jackson@citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).