From: "Singapore Citizen Mr. Teo En Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com>
To: Gordan Bobic <gordan@bobich.net>
Cc: xen-users@lists.xen.org,
"Teo En Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com>,
xen-devel@lists.xen.org
Subject: Re: Cannot start Fedora 19 HVM domU with VGA passthru
Date: Thu, 18 Jul 2013 20:29:41 +0800 [thread overview]
Message-ID: <51E7DFB5.9070607@gmail.com> (raw)
In-Reply-To: <862077afc84754329c828dfec0504ad7@mail.shatteredsilicon.net>
[-- Attachment #1: Type: text/plain, Size: 6017 bytes --]
On 18/07/2013 20:03, Gordan Bobic wrote:
> On Thu, 18 Jul 2013 19:23:58 +0800, "Singapore Citizen Mr. Teo En Ming
> (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com> wrote:
>> On 18/07/2013 19:02, Gordan Bobic wrote:
>>> On Thu, 18 Jul 2013 18:55:55 +0800, "Singapore Citizen Mr. Teo En
>>> Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com> wrote:
>>>> On 18/07/2013 18:44, Gordan Bobic wrote:
>>>>> On Thu, 18 Jul 2013 18:40:51 +0800, "Singapore Citizen Mr. Teo En
>>>>> Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com> wrote:
>>>>>> On 18/07/2013 18:29, Gordan Bobic wrote:
>>>>>>> On Thu, 18 Jul 2013 18:20:08 +0800, "Singapore Citizen Mr. Teo
>>>>>>> En Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com> wrote:
>>>>>>>> On 18/07/2013 18:09, Gordan Bobic wrote:
>>>>>>>>> On Thu, 18 Jul 2013 18:07:27 +0800, "Singapore Citizen Mr. Teo
>>>>>>>>> En Ming (Zhang Enming)" <singapore.mr.teo.en.ming@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>> On 18/07/2013 16:46, Gordan Bobic wrote:
>>>>>>>>>>> On Thu, 18 Jul 2013 16:37:34 +0800, "Singapore Citizen Mr.
>>>>>>>>>>> Teo En Ming (Zhang Enming)"
>>>>>>>>>>> <singapore.mr.teo.en.ming@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Although Fedora 19 HVM domU with VGA passthrough cannot
>>>>>>>>>>>> start, Debian
>>>>>>>>>>>> 7.1.0 amd64 HVM domU with VGA passthrough can start. In
>>>>>>>>>>>> Debian 7.1.0
>>>>>>>>>>>> amd64 HVM domU with VGA passthrough, Intel HD Graphics 4600
>>>>>>>>>>>> is listed
>>>>>>>>>>>> in lspci -vvv. Please refer to lspci.txt. It is strange
>>>>>>>>>>>> that no kernel
>>>>>>>>>>>> module is being loaded for Intel HD Graphics 4600. There is
>>>>>>>>>>>> no "Kernel
>>>>>>>>>>>> driver in use" statement after VGA compatible controller:
>>>>>>>>>>>> Intel
>>>>>>>>>>>> Corporation Haswell Integrated Graphics Controller (rev 06)
>>>>>>>>>>>> (prog-if
>>>>>>>>>>>> 00 [VGA controller]).
>>>>>>>>>>>>
>>>>>>>>>>>> No kernel driver is seen in lsmod. Please refer to lsmod.txt
>>>>>>>>>>>>
>>>>>>>>>>>> When I tried to load the kernel module by executing
>>>>>>>>>>>> "modprobe i915",
>>>>>>>>>>>> it complains "no such device".
>>>>>>>>>>>>
>>>>>>>>>>>> ERROR: could not insert 'i915': No such device
>>>>>>>>>>>>
>>>>>>>>>>>> So is my Intel HD Graphics 4600 VGA Passthrough to Debian
>>>>>>>>>>>> 7.1.0 amd64
>>>>>>>>>>>> HVM domU considered successful since the i915 driver cannot
>>>>>>>>>>>> be loaded?
>>>>>>>>>>>>
>>>>>>>>>>>> Thank you very much.
>>>>>>>>>>>
>>>>>>>>>>> If you have a driver in dom0 claiming the device (other than
>>>>>>>>>>> the xen-pciback
>>>>>>>>>>> driver), you cannot pass through that device. If you do
>>>>>>>>>>> lspci -ccc on F19
>>>>>>>>>>> and you see the driver in use for that device being
>>>>>>>>>>> something other than
>>>>>>>>>>> xen-pciback, that would explain why you can't pass it through.
>>>>>>>>>>>
>>>>>>>>>>> Also, did you first do xl pci-assignable-add for that
>>>>>>>>>>> device? This attempts
>>>>>>>>>>> to detach the device from it's current driver but doesn't
>>>>>>>>>>> always work
>>>>>>>>>>> especially for GPUs. The only solution is blacklist the
>>>>>>>>>>> driver for the
>>>>>>>>>>> device in dom0. The downside is that you cannot run a GUI in
>>>>>>>>>>> dom0 on that
>>>>>>>>>>> device.
>>>>>>>>>>
>>>>>>>>>> I cannot start Fedora 19 HVM domU with VGA passthrough at
>>>>>>>>>> all. Could
>>>>>>>>>> you advise me on the workaround?
>>>>>>>>>>
>>>>>>>>>> As for the Intel HD Graphics (i915) driver, I have it
>>>>>>>>>> blacklisted in
>>>>>>>>>> /etc/modprobe.d/blacklist.conf already. Please refer to attached
>>>>>>>>>> blacklist.conf.
>>>>>>>>>
>>>>>>>>> Have you confirm that no other driver is bound to the device
>>>>>>>>> in lspci -vvv?
>>>>>>>>> Also what version of Xen are you running on each of the
>>>>>>>>> distros, and which
>>>>>>>>> dom0 kernel?
>>>>>>>>
>>>>>>>> I have checked "lsmod | grep i915" and the command doesn't return
>>>>>>>> anything, which means the kernel module i915 is not loaded in
>>>>>>>> dom0.
>>>>>>>
>>>>>>> Check lspci -vvv,find the device in the output and look for the
>>>>>>> lines that say:
>>>>>>> Kernel driver in use:
>>>>>>> Kernel modules:
>>>
>>> [...]
>>>
>>>>>> I have checked lspci -vvv in Ubuntu 13.04 dom0 and the Kernel driver
>>>>>> in use is pciback for Intel HD Graphics 4600 IGD.
>>>>>>
>>>>>> As for Fedora 19 HVM domU, I don't know because I cannot start it.
>>>>>
>>>>> Starting is not required to do this. Do it before starting the domU.
>>>>
>>>> Sorry, I don't understand what you're trying to say.
>>>
>>> On F19, don't worry about starting the domU. In dom0, do lspci -vvv,
>>> find the Intel graphics device in the output and find what kernel
>>> driver / module are bound to it, if any. You can only pass through
>>> a PCI device that is connected to the xen pciback driver, and even
>>> then often only if no other driver had connected to the device first
>>> since that might leave it in an unknown state.
>>>
>>
>> But I can only start Fedora 19 HVM domU with-out vga passthrough. I
>> want to be able to start Fedora 19 HVM domU with vga passthrough.
>
> You are trying to get one step ahead of what I am talking about.
> Forget domU for the moment. Before you can even begin thinking
> about the domU you have to make sure the device is available
> for assigning in dom0. If you have a driver bound to the device
> in dom0 you cannot pass it through to domU. So forget domU until
> you have actually confirmed there is no driver bound to the
> device in dom0.
>
> What do the following two lines say for the device in lspci -vvv
> in _dom0_ on Fedora:
> Kernel driver in use:
> Kernel modules:
>
> Gordan
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>
Dear Gordan,
I have attached the output of lspci -vvv in Ubuntu 13.04 dom0. The
filename of the attachment is dom0-lspci.txt.
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
[-- Attachment #2: dom0-lspci.txt --]
[-- Type: text/plain, Size: 11002 bytes --]
00:00.0 Host bridge: Intel Corporation Haswell DRAM Controller (rev 06)
Subsystem: ASRock Incorporation Device 0c00
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
00:01.0 PCI bridge: Intel Corporation Haswell PCI Express x16 Controller (rev 06) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: e0000000-ee0fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation Haswell Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
Subsystem: ASRock Incorporation Device 0412
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: Memory at ee400000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: pciback
00:03.0 Audio device: Intel Corporation Haswell HD Audio Controller (rev 06)
Subsystem: ASRock Incorporation Device 0c0c
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: Memory at ee834000 (64-bit, non-prefetchable) [disabled] [size=16K]
Capabilities: <access denied>
Kernel driver in use: pciback
00:14.0 USB controller: Intel Corporation Lynx Point USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
Subsystem: ASRock Incorporation Device 8c31
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: Memory at ee820000 (64-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: <access denied>
Kernel driver in use: pciback
00:16.0 Communication controller: Intel Corporation Lynx Point MEI Controller #1 (rev 04)
Subsystem: ASRock Incorporation Device 8c3a
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at ee840000 (64-bit, non-prefetchable) [size=16]
Capabilities: <access denied>
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-V (rev 04)
Subsystem: ASRock Incorporation Device 153b
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 73
Region 0: Memory at ee800000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at ee83d000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at f080 [size=32]
Capabilities: <access denied>
Kernel driver in use: e1000e
00:1a.0 USB controller: Intel Corporation Lynx Point USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
Subsystem: ASRock Incorporation Device 8c2d
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 16
Region 0: Memory at ee83c000 (32-bit, non-prefetchable) [disabled] [size=1K]
Capabilities: <access denied>
Kernel driver in use: pciback
00:1b.0 Audio device: Intel Corporation Lynx Point High Definition Audio Controller (rev 04)
Subsystem: ASRock Incorporation Device c892
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 22
Region 0: Memory at ee830000 (64-bit, non-prefetchable) [disabled] [size=16K]
Capabilities: <access denied>
Kernel driver in use: pciback
00:1c.0 PCI bridge: Intel Corporation Lynx Point PCI Express Root Port #1 (rev d4) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: cfa00000-cfbfffff
Prefetchable memory behind bridge: 00000000cfc00000-00000000cfdfffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d4) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=03, subordinate=04, sec-latency=32
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
00:1d.0 USB controller: Intel Corporation Lynx Point USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
Subsystem: ASRock Incorporation Device 8c26
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 23
Region 0: Memory at ee83b000 (32-bit, non-prefetchable) [disabled] [size=1K]
Capabilities: <access denied>
Kernel driver in use: pciback
00:1f.0 ISA bridge: Intel Corporation Lynx Point LPC Controller (rev 04)
Subsystem: ASRock Incorporation Device 8c50
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation Lynx Point 6-port SATA Controller 1 [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
Subsystem: ASRock Incorporation Device 8c02
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 74
Region 0: I/O ports at f0d0 [size=8]
Region 1: I/O ports at f0c0 [size=4]
Region 2: I/O ports at f0b0 [size=8]
Region 3: I/O ports at f0a0 [size=4]
Region 4: I/O ports at f060 [size=32]
Region 5: Memory at ee83a000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation Lynx Point SMBus Controller (rev 04)
Subsystem: ASRock Incorporation Device 8c22
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin C routed to IRQ 11
Region 0: Memory at ee839000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at f040 [size=32]
01:00.0 VGA compatible controller: NVIDIA Corporation GF114 [GeForce GTX 560] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Device 3527
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 11
Region 0: Memory at ec000000 (32-bit, non-prefetchable) [disabled] [size=32M]
Region 1: Memory at e0000000 (64-bit, prefetchable) [disabled] [size=128M]
Region 3: Memory at e8000000 (64-bit, prefetchable) [disabled] [size=64M]
Region 5: I/O ports at e000 [disabled] [size=128]
Expansion ROM at ee000000 [disabled] [size=512K]
Capabilities: <access denied>
01:00.1 Audio device: NVIDIA Corporation GF114 HDMI Audio Controller (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 3527
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 10
Region 0: Memory at ee080000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
03:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=03, secondary=04, subordinate=04, sec-latency=32
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2013-07-18 12:29 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-17 15:33 Cannot start Fedora 19 HVM domU Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-17 21:56 ` Cannot start Fedora 19 HVM domU with VGA passthru Pasi Kärkkäinen
2013-07-18 8:37 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 8:46 ` Gordan Bobic
2013-07-18 10:07 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 10:09 ` Gordan Bobic
2013-07-18 10:20 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 10:29 ` Gordan Bobic
2013-07-18 10:40 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 10:44 ` Gordan Bobic
2013-07-18 10:55 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 11:02 ` Gordan Bobic
2013-07-18 11:23 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 12:03 ` Gordan Bobic
2013-07-18 12:29 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming) [this message]
2013-07-18 12:35 ` Gordan Bobic
2013-07-18 12:57 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 13:04 ` Gordan Bobic
2013-07-18 13:13 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 13:55 ` Gordan Bobic
2013-07-18 14:41 ` Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-07-18 14:44 ` Gordan Bobic
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=51E7DFB5.9070607@gmail.com \
--to=singapore.mr.teo.en.ming@gmail.com \
--cc=gordan@bobich.net \
--cc=xen-devel@lists.xen.org \
--cc=xen-users@lists.xen.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).