All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [TESTDAY] Test report
@ 2019-11-15  2:39 Roman Shaposhnik
  2019-11-15  7:04 ` Jürgen Groß
  0 siblings, 1 reply; 11+ messages in thread
From: Roman Shaposhnik @ 2019-11-15  2:39 UTC (permalink / raw)
  To: xen-devel

* Software: Xen 4.13 RC2
* Hardware: Dell IoT Gateway 3000 series
* Software: Project EVE
* Guest operating systems: Alpine Linux
* Functionality tested: compiling, installing, Booting with dom0=pv
* Comments: All works, aside from xl create often timing out

The timeout happens when either doing xl create or
xl creating in a paused state (with -p) and later resuming.
The error message is below:
   libxl: error: libxl_dom_suspend.c:609:dm_resume_done: Domain
3:Failed to resume device model: rc=-9

We've actually tracked this issue down to this piece of code:
    http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=tools/libxl/libxl_dom_suspend.c;h=248dbc33e384ae008e4ab9ce8fb573be06dddd72;hb=HEAD#l515

Curiously enough it seems to be the only place (aside from
libxl__wait_for_device_model_deprecated) that uses the
timeout value that low. Everywhere else it seems to be
    LIBXL_DEVICE_MODEL_START_TIMEOUT * 1000


./libxl/libxl_dom_suspend.c:
LIBXL_DEVICE_MODEL_START_TIMEOUT);
./libxl/libxl_dm.c:    spawn->timeout_ms =
LIBXL_DEVICE_MODEL_START_TIMEOUT * 1000;
./libxl/libxl_dm.c:    dmss->spawn.timeout_ms =
LIBXL_DEVICE_MODEL_START_TIMEOUT * 1000;
./libxl/libxl_pci.c:                pas->xswait.timeout_ms =
LIBXL_DEVICE_MODEL_START_TIMEOUT * 1000;
./libxl/libxl_pci.c:            LIBXL_DEVICE_MODEL_START_TIMEOUT * 1000);
./libxl/libxl_pci.c:            prs->xswait.timeout_ms =
LIBXL_DEVICE_MODEL_START_TIMEOUT * 1000;
./libxl/libxl_device.c:
LIBXL_DEVICE_MODEL_START_TIMEOUT,
./libxl/libxl_internal.h:#define LIBXL_DEVICE_MODEL_START_TIMEOUT 60
./libxl/libxenlight_test.so:LIBXL_DEVICE_MODEL_START_TIMEOUT 60
./libxl/libxenlight.so.4.13:LIBXL_DEVICE_MODEL_START_TIMEOUT 60
./libxl/libxenlight.so:LIBXL_DEVICE_MODEL_START_TIMEOUT 60
./libxl/libxenlight.so.4.13.0:LIBXL_DEVICE_MODEL_START_TIMEOUT 60

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Xen-devel] [TESTDAY] Test report
@ 2019-11-16  1:12 Roman Shaposhnik
  2019-11-18  6:15 ` Jürgen Groß
  0 siblings, 1 reply; 11+ messages in thread
From: Roman Shaposhnik @ 2019-11-16  1:12 UTC (permalink / raw)
  To: xen-devel

NOTE: this may or may not be a hair on fire problem, reporting it
anyway since I'd hate to pass on something that maybe a serious issue.
I haven't had time to debug this just yet -- so just reporting it here
pretty raw.

Software:
   Xen 4.13 RC2
   Linux kernel 4.19.5
Hardware:
   Supermicro E300
       https://www.supermicro.com/en/products/system/Mini-ITX/SYS-E300-8D.cfm
   Supermicro E100
       https://www.supermicro.com/en/products/system/Box_PC/SYS-E100-9S.cfm
   Supermicro E50
       https://www.supermicro.com/en/products/system/Box_PC/SYS-E50-9AP.cfm

Functionality tested: trying to boot Dom0
Comments: Xen boots completely and then seems like it either dies
right after saying
    Xen relinquishing a console
or Dom0 dies (without printing a single line of output)

FWIW, this started happening after upgrade to RC2. IOW, if I take my
previous RC1 binary and stick it into the very same setup --
everything boots fine.

The issue doesn't seem to be reproducible on Dell boxes (and in my
virtual QEmu setup) that I've got.

Thanks,
Roman.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [Xen-devel] [TESTDAY] Test report
@ 2019-11-14 18:34 Tamas K Lengyel
  2019-11-14 18:39 ` Andrew Cooper
  0 siblings, 1 reply; 11+ messages in thread
From: Tamas K Lengyel @ 2019-11-14 18:34 UTC (permalink / raw)
  To: Xen-devel

* Hardware: i7-2700

* Software: Debian buster

* Guest operating systems: Debian stretch

* Functionality tested: compiling, installing, Booting with dom0=pvh

* Comments: All works

----

* Hardware: i3-7100

* Software: Debian buster

* Guest operating systems: Debian stretch, debian jessie, windows 7
sp1 x86, windows7 sp1 x64, windows 10 1903

* Functionality tested: compiling, installing, booting from UEFI via
grub.efi, altp2m, introspection

* Comments: All works, altp2m+introspection requires the ept=pml=0
boot flag specified to workaround a deadlock in Xen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-11-19  7:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15  2:39 [Xen-devel] [TESTDAY] Test report Roman Shaposhnik
2019-11-15  7:04 ` Jürgen Groß
  -- strict thread matches above, loose matches on Subject: below --
2019-11-16  1:12 Roman Shaposhnik
2019-11-18  6:15 ` Jürgen Groß
2019-11-19  7:22   ` Roman Shaposhnik
2019-11-14 18:34 Tamas K Lengyel
2019-11-14 18:39 ` Andrew Cooper
2019-11-14 22:36   ` Tamas K Lengyel
2019-11-15 11:56     ` Andrew Cooper
2019-11-15 15:19       ` Tamas K Lengyel
2019-11-15 15:32         ` Jürgen Groß

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.