search for: xenbus_probe_frontend_init

Displaying 11 results from an estimated 11 matches for "xenbus_probe_frontend_init".

2013 May 16
7
[PATCH V4 0/2] xenbus: Fix S3 frontend resume when xenstored is not running
Hi, This patch series fixes the S3 resume of a domain running xenstored and a frontend over xenbus (xen-netfront in my use case). As device resume is happening before process resume, the xenbus frontend resume is hanging if xenstored is not running, thus causing a deadlock. This patch series is fixing that issue by deferring the xenbus frontend resume when we are running xenstored in that same
2010 Jan 28
15
2.6.31.6 pv_ops can''t boot pv_ops DomU kernel
Hello, i''ve a xen-4.0.0-rc1 with 2.6.31.6 pv_ops. Dom0 seams to work fine. But i can only boot "old" domU kernel. A pv_ops Kernel hangs after initrd. Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Jan 28
15
2.6.31.6 pv_ops can''t boot pv_ops DomU kernel
Hello, i''ve a xen-4.0.0-rc1 with 2.6.31.6 pv_ops. Dom0 seams to work fine. But i can only boot "old" domU kernel. A pv_ops Kernel hangs after initrd. Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Mar 15
1
Could not obtain handle on privileged command interface
...551] installing Xen timer for CPU 2 [ 0.249239] installing Xen timer for CPU 3 [ 0.250784] Booting paravirtualized kernel on Xen [ 0.250840] Xen version: 3.4.2 (preserve-AD) (dom0) [ 0.269000] xenbus_probe_init ok [ 0.334534] xenbus_probe_backend_init bus registered ok [ 0.334620] xenbus_probe_frontend_init bus registered ok [ 0.334677] xen_balloon: Initialising balloon driver with page order 0. [ 0.890440] xen: registering gsi 13 triggering 1 polarity 0 [ 0.890443] xen_allocate_pirq: returning irq 13 for gsi 13 [ 0.890500] xen: --> irq=13 [ 0.890503] xen_set_ioapic_routing: irq 13 g...
2013 Dec 03
22
[PATCH] xen/pvhvm: If xen_platform_pci=0 is set don''t blow up.
..._frontend(&xenfb_driver); } diff --git a/drivers/xen/xenbus/xenbus_probe_frontend.c b/drivers/xen/xenbus/xenbus_probe_frontend.c index 129bf84..cb385c1 100644 --- a/drivers/xen/xenbus/xenbus_probe_frontend.c +++ b/drivers/xen/xenbus/xenbus_probe_frontend.c @@ -496,7 +496,7 @@ subsys_initcall(xenbus_probe_frontend_init); #ifndef MODULE static int __init boot_wait_for_devices(void) { - if (xen_hvm_domain() && !xen_platform_pci_unplug) + if (!xen_has_pv_devices()) return -ENODEV; ready_to_wait_for_devices = 1; diff --git a/include/xen/platform_pci.h b/include/xen/platform_pci.h index 438c256..87bc...
2008 Nov 29
24
pv_ops dom0 testing
I am trying to get a pv_ops dom0 working for testing, but I am running into an elf_init error: (XEN) *** LOADING DOMAIN 0 *** (XEN) elf_init: not an ELF binary Full output attached. >From what I have read on the mailing lists, it seems that it is usually a problem with either grub or a corrupt dom0 kernel. Attached is my kernel config (2.6.28-rc6-tip). I followed the instructions on:
2009 Mar 04
1
pv_ops kernel 2.6.29-rc6 boot failure
...: PCI Hot Plug PCI Core version: 0.5 input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 ACPI: Power Button (FF) [PWRF] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 ACPI: Power Button (CM) [VBTN] xenbus_probe_backend_init bus registered ok xenbus_probe_frontend_init bus registered ok Event-channel device installed. ***blkif_init *** netif_init registering netback Non-volatile memory driver v1.3 Linux agpgart interface v0.103 [drm] Initialized drm 1.1.0 20060810 brd: module loaded loop: module loaded tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004...
2011 Jun 13
5
3.0.0-rc2: Xen: High amount of kernel "reserved" memory, about 33% in 256MB DOMU
Hi, another issue I''m seeing with 3.0-rc2 and Xen is that there is an unexpectedly high amount of kernel reserved memory. I suspect that Linux allocates page table entries and corresponding data structures for the whole 6GB areas of the provided ''physical RAM map'' even though it has rather big unusable holes in it. [ 0.000000] BIOS-provided physical RAM map: [
2010 Nov 16
0
Bug#603727: xen-hypervisor-4.0-amd64: i386 Dom0 crashes after doing some I/O on local storage (software Raid1 on SAS-drives with mpt2sas driver)
...pcpu_init+0x0/0x8e returned 1474 after 50781 usecs [ 36.112831] initcall xen_pcpu_init+0x0/0x8e returned with error code 1474 [ 36.119764] calling xenbus_probe_backend_init+0x0/0x1f @ 1 [ 36.125403] initcall xenbus_probe_backend_init+0x0/0x1f returned 0 after 0 usecs [ 36.132853] calling xenbus_probe_frontend_init+0x0/0x1f @ 1 [ 36.138574] initcall xenbus_probe_frontend_init+0x0/0x1f returned 0 after 0 usecs [ 36.146110] calling balloon_init+0x0/0x19a @ 1 [ 36.150703] xen_balloon: Initialising balloon driver with page order 0. [ 36.157384] initcall balloon_init+0x0/0x19a returned 0 after 0 usecs [...
2009 Feb 27
8
Kernel build failure
Did a ''git pull'' a few minutes ago and tried to rebuild my kernel and was given this error: make CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-x86 CALL scripts/checksyscalls.sh CHK include/linux/compile.h CC drivers/acpi/acpica/hwsleep.o drivers/acpi/acpica/hwsleep.c: In function
2016 Mar 22
19
[PATCH v3 0/11] tests/qemu: Add program for tracing and analyzing boot times.
Lots of changes since v2, too much to remember or summarize. Please ignore patch 11/11, it's just for my testing. Rich.