[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] Xen on ARM basic questions



Hi Ian,

On Fri, Nov 22, 2013 at 10:22 AM, Ian Campbell <Ian.Campbell@xxxxxxxxxx> wrote:
> On Fri, 2013-11-22 at 10:05 -0500, Vaibhav Bedia wrote:
>> >>  After going through the recent talk from Stefano [1] i got
>> >> the impression getting network and SATA requires SWIOTLB support. Is
>> >> that correct?
>> >
>> > The SWIOTLB or an IOMMU/SMMU is necessary for dom0 to drive the physical
>> > devices and provide the virtual interfaces to the guests.
>> >
>> > Device passthrough will only be supported with an IOMMU/SMMU.
>> >
>>
>> So on SoCs like OMAP5 which don't have an IOMMU device passthrough won't be
>> supported? Or it can be done via SWIOTLB if someone works on it?
>
> I'm not in favour of supporting this. It's a big can of worms wrt
> security.
>

Ok. I'll leave it to the experts then :)

>> >> Right now i have an OMAP5 dom0 with network+usb support and i am
>> >> trying to figure out how to get these things in domU and hence the
>> >> questions.
>> >
>> > You need blkback and netback in dom0 and blkfront and netfront in domU
>> > (all in mainline Linux). Then you need to add vif and disk options to
>> > your guest configuration.
>> >
>>
>> I enabled both of the options and can get a ramdisk based domU running fine.
>> I tried a Ubuntu based fs for domU but can't get to the login prompt
>> for some reason.
>> I tried out the various options mentioned @
>> http://wiki.xen.org/wiki/Xen_Common_Problems#Console
>> and some other things mentioned on various forums but nothing seems to work 
>> :(
>> Any hints on where things could be going wrong? I have hvc0.conf under
>> /etc/init/
>
> Do you have CONFIG_HVC_XEN enabled in the guest kernel config? Is the
> guest detecting that it is running under Xen? Can you post a guest dmesg
> please.
>

Yes. It's enabled. I can get the same image to the login prompt using a minimal
ramdisk so it should be something to do with the Ubuntu filesystem, right?
Guest bootlog in both the cases at the end.

>> On the networking front, i setup the brigde in dom0 and verified that i can 
>> ping
>> external hosts. However there's some issue with the whole thing since domU
>> can get an ip address but still can't ping the outside world. Switching back 
>> to
>> dom0 the network seems to eventually die and at times dom0 becomes totally
>> unresponsive :(
>
> Is the domU getting an IP address via DHCP or some other method? Have
> you confirmed that the vif is added to the bridge? Do you have any
> firewalls setup in dom0?
>

The IP address is via DHCP. Once i get the login prompt using the
minimal ramdisk i run
$ ifconfig eth0 up
<eth0 mac address is what i assign in the config file>
$ udhcpc
Guest gets an IP address now.

The above sequence doesn't work always but when it does get an IP
address i can't
ping domU or have it ping some other host. I didn't setup any firewall
explicitly - just
using plain ubuntu 13.04.

I do see that the vif is added to the bridge. I also noticed that the
errrors under eth0
starts going up when i create a guest and eventually the network in dom0 becomes
completely unresponsive.

root@arm:~# ifconfig
eth0      Link encap:Ethernet  HWaddr c6:e9:ba:c5:73:fe
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:637 errors:0 dropped:0 overruns:0 frame:0
          TX packets:434 errors:180 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:56685 (56.6 KB)  TX bytes:68582 (68.5 KB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:15 errors:0 dropped:0 overruns:0 frame:0
          TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1924 (1.9 KB)  TX bytes:1924 (1.9 KB)

vif4.0    Link encap:Ethernet  HWaddr fe:ff:ff:ff:ff:ff
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

vif4.1    Link encap:Ethernet  HWaddr fe:ff:ff:ff:ff:ff
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

xenbr0    Link encap:Ethernet  HWaddr c6:e9:ba:c5:73:fe
          inet addr:192.168.1.159  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:716 errors:0 dropped:0 overruns:0 frame:0
          TX packets:535 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:83341 (83.3 KB)  TX bytes:69860 (69.8 KB)

root@arm:~#

> What do you mean by "switching back to dom0"?

Using "Ctrl + ]" to get back to the dom0 console.

Regards,
Vaibhav

P.S. Apologies for the flood of seemingly random datapoints.
As you can see i am right now a total newbie to xen and trying to find
my way around :)

=================

Guest bootlog with Ubuntu fs:
===

root@arm:~# xl console domU-xen
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.12.0-01110-g0c72f67-dirty
(vaibhav@vaibhav-VirtualBox) (gcc version 4.7.3 (Ubuntu/Linaro
4.7.3-1ubuntu1) ) #13
[    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine: Dummy Virtual Machine, model: XENVM-4.2
[    0.000000] cma: CMA: reserved 16 MiB at 87000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 9 pages/cpu @c0ff4000 s15232 r8192 d13440 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 32512
[    0.000000] Kernel command line: console=hvc0 root=/dev/xvda
mem=128M xencons=tty
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 98176K/131072K available (6191K kernel code,
653K rwdata, 2444K rodata, 414K init, 5549K bss, 32896K reserved, 0K
hig)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0876ec8   (8636 kB)
[    0.000000]       .init : 0xc0877000 - 0xc08deb80   ( 415 kB)
[    0.000000]       .data : 0xc08e0000 - 0xc09837b0   ( 654 kB)
[    0.000000]        .bss : 0xc09837b0 - 0xc0eeefa0   (5550 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 6.14MHz (virt).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 6144kHz, resolution 162ns
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns,
wraps every 4294967286ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat,
Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3695 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    2.851292] Calibrating delay loop (skipped), value calculated
using timer frequency.. 12.28 BogoMIPS (lpj=61440)
[    2.864518] pid_max: default: 32768 minimum: 301
[    2.867933] Security Framework initialized
[    2.901598] Mount-cache hash table entries: 512
[    2.903860] CPU: Testing write buffer coherency: ok
[    2.912816] /cpus/cpu@0 missing clock-frequency property
[    2.917659] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    2.923399] Setting up static identity map for 0xc05dd0c8 - 0xc05dd120
[    2.926913] Brought up 1 CPUs
[    2.930817] SMP: Total of 1 processors activated.
[    2.964571] CPU: All CPU(s) started in SVC mode.
[    2.968430] devtmpfs: initialized
[    2.969744] VFP support v0.3: implementor 41 architecture 4 part 30
variant f rev 0
[    2.982276] Xen 4.2 support found, events_irq=31 gnttab_frame_pfn=b0000
[    2.987497] xen:grant_table: Grant tables using version 1 layout
[    2.990086] Grant table initialized
[    2.997091] pinctrl core: initialized pinctrl subsystem
[    3.002420] regulator-dummy: no parameters
[    3.007333] NET: Registered protocol family 16
[    3.010174] Xen: initializing cpu0
[    3.019925] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    3.087320] xenbus: xs_reset_watches failed: -38
[    3.091308] No ATAGs?
[    3.099246] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4
watchpoint registers.
[    3.104285] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    3.205923] bio: create slab <bio-0> at 0
[    3.215442] edma-dma-engine edma-dma-engine.0: Can't allocate PaRAM
dummy slot
[    3.221698] edma-dma-engine: probe of edma-dma-engine.0 failed with error -5
[    3.226268] xen:balloon: Initialising balloon driver
[    3.294102] vgaarb: loaded
[    3.298552] SCSI subsystem initialized
[    3.307918] usbcore: registered new interface driver usbfs
[    3.312552] usbcore: registered new interface driver hub
[    3.317062] usbcore: registered new device driver usb
[    3.326151] Switched to clocksource arch_sys_counter
[    3.504507] NET: Registered protocol family 2
[    3.511688] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[    3.517328] TCP bind hash table entries: 1024 (order: 3, 36864 bytes)
[    3.523017] TCP: Hash tables configured (established 1024 bind 1024)
[    3.525434] TCP: reno registered
[    3.560495] UDP hash table entries: 256 (order: 2, 20480 bytes)
[    3.566147] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[    3.570428] NET: Registered protocol family 1
[    3.576396] RPC: Registered named UNIX socket transport module.
[    3.580287] RPC: Registered udp transport module.
[    3.584195] RPC: Registered tcp transport module.
[    3.589843] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.629628] NetWinder Floating Point Emulator V0.97 (double precision)
[    3.831976] VFS: Disk quotas dquot_6.5.2
[    3.867554] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.873091] NFS: Registering the id_resolver key type
[    3.876576] Key type id_resolver registered
[    3.879788] Key type id_legacy registered
[    3.886048] jffs2: version 2.2. (NAND) (SUMMARY)  ?© 2001-2006 Red Hat, Inc.
[    3.889148] msgmni has been set to 223
[    3.894965] io scheduler noop registered
[    3.928370] io scheduler deadline registered
[    3.932241] io scheduler cfq registered (default)
[    3.945075] xen:xen_evtchn: Event-channel device installed
[    4.074520] console [hvc0] enabled
[    4.080780] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.101525] brd: module loaded
[    4.112806] loop: module loaded
[    4.149901] mtdoops: mtd device (mtddev=name/number) must be supplied
[    4.159703] xen_netfront: Initialising Xen virtual ethernet driver
[    4.244282] usbcore: registered new interface driver asix
[    4.249711] usbcore: registered new interface driver ax88179_178a
[    4.254883] usbcore: registered new interface driver cdc_ether
[    4.259682] usbcore: registered new interface driver r815x
[    4.264812] usbcore: registered new interface driver smsc95xx
[    4.269799] usbcore: registered new interface driver net1080
[    4.275078] usbcore: registered new interface driver cdc_subset
[    4.279963] usbcore: registered new interface driver zaurus
[    4.285125] usbcore: registered new interface driver cdc_ncm
[    4.292446] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.296077] ehci-pci: EHCI PCI platform driver
[    4.330628] ehci-omap: OMAP-EHCI Host Controller driver
[    4.336684] usbcore: registered new interface driver cdc_wdm
[    4.342022] usbcore: registered new interface driver usb-storage
[    4.347093] usbcore: registered new interface driver usbtest
[    4.353470] mousedev: PS/2 mouse device common for all mice
[    4.359595] i2c /dev entries driver
[    4.424040] Driver for 1-wire Dallas network protocol.
[    4.433012] ledtrig-cpu: registered to indicate activity on CPUs
[    4.439117] usbcore: registered new interface driver usbhid
[    4.442151] usbhid: USB HID core driver
[    4.447549] oprofile: no performance counters
[    4.452162] oprofile: using timer interrupt.
[    4.484857] TCP: cubic registered
[    4.488328] Initializing XFRM netlink socket
[    4.491980] NET: Registered protocol family 17
[    4.495635] NET: Registered protocol family 15
[    4.498936] Bridge firewalling registered
[    4.502394] 8021q: 802.1Q VLAN Support v1.8
[    4.505874] Key type dns_resolver registered
[    4.509339] ThumbEE CPU extension supported.
[    4.513329] Registering SWP/SWPB emulation handler
[    4.587776] blkfront: xvda: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[    4.600643]  xvda: unknown partition table
[    4.742512] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    4.754670] EXT3-fs (xvda): error: couldn't mount because of
unsupported optional features (240)
[    4.764590] EXT2-fs (xvda): error: couldn't mount because of
unsupported optional features (244)
[    4.775433] EXT4-fs (xvda): INFO: recovery required on readonly filesystem
[    4.781320] EXT4-fs (xvda): write access will be enabled during recovery
[    4.850791] EXT4-fs (xvda): recovery complete
[    4.859316] EXT4-fs (xvda): mounted filesystem with ordered data
mode. Opts: (null)
[    4.865305] VFS: Mounted root (ext4 filesystem) readonly on device 202:0.
[    4.869323] devtmpfs: mounted
[    4.875165] Freeing unused kernel memory: 412K (c0877000 - c08de000)

<no login prompt>

Guest bootlog with ramdisk
===

root@arm:~# xl console domU-xen
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.12.0-01110-g0c72f67-dirty
(vaibhav@vaibhav-VirtualBox) (gcc version 4.7.3 (Ubuntu/Linaro
4.7.3-1ubuntu1) ) #13
[    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine: Dummy Virtual Machine, model: XENVM-4.2
[    0.000000] cma: CMA: reserved 16 MiB at 87000000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] PERCPU: Embedded 9 pages/cpu @c0ff4000 s15232 r8192 d13440 u36864
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 32512
[    0.000000] Kernel command line: console=hvc0 root=/dev/xvda
mem=128M xencons=tty
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Memory: 98176K/131072K available (6191K kernel code,
653K rwdata, 2444K rodata, 414K init, 5549K bss, 32896K reserved, 0K
hig)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xff000000   ( 872 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0876ec8   (8636 kB)
[    0.000000]       .init : 0xc0877000 - 0xc08deb80   ( 415 kB)
[    0.000000]       .data : 0xc08e0000 - 0xc09837b0   ( 654 kB)
[    0.000000]        .bss : 0xc09837b0 - 0xc0eeefa0   (5550 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 6.14MHz (virt).
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: ARM arch timer >56 bits at 6144kHz, resolution 162ns
[    0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns,
wraps every 4294967286ms
[    0.000000] Console: colour dummy device 80x30
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat,
Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3695 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    2.772924] Calibrating delay loop (skipped), value calculated
using timer frequency.. 12.28 BogoMIPS (lpj=61440)
[    2.786161] pid_max: default: 32768 minimum: 301
[    2.789567] Security Framework initialized
[    2.823231] Mount-cache hash table entries: 512
[    2.825465] CPU: Testing write buffer coherency: ok
[    2.834418] /cpus/cpu@0 missing clock-frequency property
[    2.839263] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    2.845006] Setting up static identity map for 0xc05dd0c8 - 0xc05dd120
[    2.848509] Brought up 1 CPUs
[    2.852413] SMP: Total of 1 processors activated.
[    2.886170] CPU: All CPU(s) started in SVC mode.
[    2.890057] devtmpfs: initialized
[    2.891376] VFP support v0.3: implementor 41 architecture 4 part 30
variant f rev 0
[    2.903907] Xen 4.2 support found, events_irq=31 gnttab_frame_pfn=b0000
[    2.909130] xen:grant_table: Grant tables using version 1 layout
[    2.911718] Grant table initialized
[    2.978564] pinctrl core: initialized pinctrl subsystem
[    2.983916] regulator-dummy: no parameters
[    2.988835] NET: Registered protocol family 16
[    2.991672] Xen: initializing cpu0
[    3.001380] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    3.010183] xenbus: xs_reset_watches failed: -38
[    3.014319] No ATAGs?
[    3.022269] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4
watchpoint registers.
[    3.027286] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    3.098612] bio: create slab <bio-0> at 0
[    3.107967] edma-dma-engine edma-dma-engine.0: Can't allocate PaRAM
dummy slot
[    3.114205] edma-dma-engine: probe of edma-dma-engine.0 failed with error -5
[    3.119051] xen:balloon: Initialising balloon driver
[    3.246743] vgaarb: loaded
[    3.251208] SCSI subsystem initialized
[    3.260543] usbcore: registered new interface driver usbfs
[    3.265171] usbcore: registered new interface driver hub
[    3.269676] usbcore: registered new device driver usb
[    3.278695] Switched to clocksource arch_sys_counter
[    3.457030] NET: Registered protocol family 2
[    3.464196] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[    3.469839] TCP bind hash table entries: 1024 (order: 3, 36864 bytes)
[    3.475526] TCP: Hash tables configured (established 1024 bind 1024)
[    3.477945] TCP: reno registered
[    3.512993] UDP hash table entries: 256 (order: 2, 20480 bytes)
[    3.518605] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[    3.522843] NET: Registered protocol family 1
[    3.528797] RPC: Registered named UNIX socket transport module.
[    3.532690] RPC: Registered udp transport module.
[    3.536598] RPC: Registered tcp transport module.
[    3.542246] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.582009] NetWinder Floating Point Emulator V0.97 (double precision)
[    3.784448] VFS: Disk quotas dquot_6.5.2
[    3.820035] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    3.825571] NFS: Registering the id_resolver key type
[    3.829056] Key type id_resolver registered
[    3.832269] Key type id_legacy registered
[    3.838528] jffs2: version 2.2. (NAND) (SUMMARY)  ?© 2001-2006 Red Hat, Inc.
[    3.841628] msgmni has been set to 223
[    3.847448] io scheduler noop registered
[    3.880850] io scheduler deadline registered
[    3.884712] io scheduler cfq registered (default)
[    3.897533] xen:xen_evtchn: Event-channel device installed
[    4.026898] console [hvc0] enabled
[    4.032559] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.054178] brd: module loaded
[    4.065334] loop: module loaded
[    4.102555] mtdoops: mtd device (mtddev=name/number) must be supplied
[    4.112350] xen_netfront: Initialising Xen virtual ethernet driver
[    4.195690] usbcore: registered new interface driver asix
[    4.201116] usbcore: registered new interface driver ax88179_178a
[    4.206278] usbcore: registered new interface driver cdc_ether
[    4.211073] usbcore: registered new interface driver r815x
[    4.216199] usbcore: registered new interface driver smsc95xx
[    4.251106] usbcore: registered new interface driver net1080
[    4.256549] usbcore: registered new interface driver cdc_subset
[    4.261445] usbcore: registered new interface driver zaurus
[    4.266609] usbcore: registered new interface driver cdc_ncm
[    4.273937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.277576] ehci-pci: EHCI PCI platform driver
[    4.312124] ehci-omap: OMAP-EHCI Host Controller driver
[    4.318716] usbcore: registered new interface driver cdc_wdm
[    4.324072] usbcore: registered new interface driver usb-storage
[    4.329135] usbcore: registered new interface driver usbtest
[    4.335529] mousedev: PS/2 mouse device common for all mice
[    4.341636] i2c /dev entries driver
[    4.376309] Driver for 1-wire Dallas network protocol.
[    4.384436] ledtrig-cpu: registered to indicate activity on CPUs
[    4.390607] usbcore: registered new interface driver usbhid
[    4.393631] usbhid: USB HID core driver
[    4.399038] oprofile: no performance counters
[    4.433586] oprofile: using timer interrupt.
[    4.436566] TCP: cubic registered
[    4.440038] Initializing XFRM netlink socket
[    4.443697] NET: Registered protocol family 17
[    4.447326] NET: Registered protocol family 15
[    4.450591] Bridge firewalling registered
[    4.454056] 8021q: 802.1Q VLAN Support v1.8
[    4.457518] Key type dns_resolver registered
[    4.461000] ThumbEE CPU extension supported.
[    4.494918] Registering SWP/SWPB emulation handler
[    4.538656] blkfront: xvda: flush diskcache: enabled; persistent
grants: enabled; indirect descriptors: enabled;
[    4.550651]  xvda: unknown partition table
[    4.695122] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    4.711795] VFS: Mounted root (ext2 filesystem) readonly on device 202:0.
[    4.717178] devtmpfs: mounted
[    4.723007] Freeing unused kernel memory: 412K (c0877000 - c08de000)
mount: mounting none on /var/shm failed: No such file or directory
  ::
  :: Enabling hot-plug  : [SUCCESS]
  ::
  ::
   : Populating /dev    : [SUCCESS]
[SUCCESS]
  ::
  ::
  :: Setting PATH
  ::
   : syslogd            : [SUCCESS]
   : telnetd            : [SUCCESS]
Jan  1 00:00:02 arago syslog.info syslogd started: BusyBox v1.15.0.svn

Please press Enter to activate this console.
Jan  1 00:00:12 arago daemon.info init: starting pid 638, tty '': '-/bin/sh'
  ::
  :: Setting shell environment ...
  ::
   : Path
   : Aliases
   : Touch Screen
  ::
  :: Done
  ::
[root@arago /]#

===

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.