Hi List, I try to get physdev_dom0_hide to work with xen2 Sorry - but I just don''t know wkat pci to coose :-( If I try physdev_dom0_hide=(02:09.0) I run into a kenel panic..... (telling wired things about tg3_init_one...) Do I have the wrong device or just wrong format? thanx for your help linus:~# lspci 0000:00:06.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8111 PCI (rev 07) 0000:00:07.0 ISA bridge: Advanced Micro Devices [AMD] AMD-8111 LPC (rev 05) 0000:00:07.1 IDE interface: Advanced Micro Devices [AMD] AMD-8111 IDE (rev 03) 0000:00:07.2 SMBus: Advanced Micro Devices [AMD] AMD-8111 SMBus 2.0 (rev 02) 0000:00:07.3 Bridge: Advanced Micro Devices [AMD] AMD-8111 ACPI (rev 05) 0000:00:0a.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 12) 0000:00:0a.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01) 0000:00:0b.0 PCI bridge: Advanced Micro Devices [AMD] AMD-8131 PCI-X Bridge (rev 12) 0000:00:0b.1 PIC: Advanced Micro Devices [AMD] AMD-8131 PCI-X APIC (rev 01) 0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:19.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:19.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:19.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:00:19.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge 0000:02:09.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 03) 0000:02:09.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 03) 0000:03:00.0 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b) 0000:03:00.1 USB Controller: Advanced Micro Devices [AMD] AMD-8111 USB (rev 0b) 0000:03:05.0 Unknown mass storage controller: Silicon Image, Inc. (formerly CMD Technology Inc) SiI 3114 [SATALink/SATARaid] Serial ATA Controller (rev 02) 0000:03:06.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27) my menu.lst title Xen 2.0.7 / XenLinux 2.6.11.12-evo0 root (hd0,1) kernel /xen.gz dom0_mem=65536 nousb max_loop=64 physdev_dom0_hide=(02:09.0) noreboot module /vmlinuz-2.6.11.12-evo0 root=/dev/md2 ro console=tty0 Do you need any further info? cheers, Mat _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ernst Bachmann
2006-Feb-03 08:51 UTC
Re: [Xen-users] xen2 physdev_dom0_hide - kernel panic
On Thursday 02 February 2006 19:38, md wrote:> Hi List, > > I try to get physdev_dom0_hide to work with xen2 > > Sorry - but I just don''t know wkat pci to coose :-( > > If I try physdev_dom0_hide=(02:09.0) I run into a kenel panic..... > (telling wired things about tg3_init_one...)> 0000:02:09.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 > Gigabit Ethernet (rev 03) > 0000:02:09.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 > Gigabit Ethernet (rev 03)Looks like those two are just different "functions" (.0 and .1) of the same PCI device, so you can''t split them up. It''ll probably work if you pass both of them to domU. /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users