All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Fantoni <fabio.fantoni@m2r.biz>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Ian Jackson <ian.jackson@citrix.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Anthony PERARD <anthony.perard@citrix.com>
Subject: Test report for xen-unstable and qemu-xen
Date: Wed, 22 May 2013 16:48:04 +0200	[thread overview]
Message-ID: <519CDAA4.10601@m2r.biz> (raw)

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
-------------------------

-------------------------
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
-------------------------

-------------------------
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)
-------------
- nested hvm probably bugged: started test it on windows 7 pro 64 domU 
on qemu-xen,
   xpmode crash on install without show error, no error on logs and 
havdetection works
-------------
- 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
-------------------------

             reply	other threads:[~2013-05-22 14:48 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-22 14:48 Fabio Fantoni [this message]
2013-05-22 16:32 ` Test report for xen-unstable and qemu-xen George Dunlap
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=519CDAA4.10601@m2r.biz \
    --to=fabio.fantoni@m2r.biz \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=anthony.perard@citrix.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.