* [Qemu-devel] Request for help
@ 2014-10-01 13:50 Martin Townsend
2014-10-01 16:41 ` Christopher Covington
0 siblings, 1 reply; 3+ messages in thread
From: Martin Townsend @ 2014-10-01 13:50 UTC (permalink / raw)
To: qemu-devel
Hi,
I'm looking into creating a virtualised test bed for an 802.15.4 network. Currently I have QEMU running and emulating our HW which bridges the Ethernet from the guest to the host. What I would like to do is something similar with the 802.15.4 network interface. The host doesn't have a physical 802.15.4 interface but if I could get the data out of the guest and into QEMU I could communicate with a central network simulator to deal with the packets.
My first thought was to write a virtual device for QEMU that would interface with our 802.15.4 driver in the guest but then I realise that the real device hangs of an AMBA bus so my next idea was to write a PCI driver for 802.15.4 on the guest making it possible to write a PCI virtual QEMU device.
I just wanted to confirm that this is possible and whether there is a better solution?
Many Thanks,
Martin.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Request for help
2014-10-01 13:50 [Qemu-devel] Request for help Martin Townsend
@ 2014-10-01 16:41 ` Christopher Covington
2014-10-01 20:41 ` Martin Townsend
0 siblings, 1 reply; 3+ messages in thread
From: Christopher Covington @ 2014-10-01 16:41 UTC (permalink / raw)
To: Martin Townsend; +Cc: qemu-devel
Hi Martin,
On 10/01/2014 09:50 AM, Martin Townsend wrote:
> Hi,
>
> I'm looking into creating a virtualised test bed for an 802.15.4 network.
> Currently I have QEMU running and emulating our HW which bridges the
> Ethernet from the guest to the host. What I would like to do is something
> similar with the 802.15.4 network interface. The host doesn't have a
> physical 802.15.4 interface but if I could get the data out of the guest
> and into QEMU I could communicate with a central network simulator to deal
> with the packets.
>
> My first thought was to write a virtual device for QEMU that would
> interface with our 802.15.4 driver in the guest but then I realise that the
> real device hangs of an AMBA bus
What exactly is your objection to this? Aren't there plenty of "AMBA bus"
peripherals that you can reference attached to the Versatile Express for example?
> so my next idea was to write a PCI driver for 802.15.4 on the guest making
> it possible to write a PCI virtual QEMU device.
>
> I just wanted to confirm that this is possible and whether there is a
> better solution?
Christopher
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by the Linux Foundation.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Request for help
2014-10-01 16:41 ` Christopher Covington
@ 2014-10-01 20:41 ` Martin Townsend
0 siblings, 0 replies; 3+ messages in thread
From: Martin Townsend @ 2014-10-01 20:41 UTC (permalink / raw)
To: qemu-devel
Hi Christopher,
Thanks for the reply, I will take a look at the Versatile Express code.
- Martin.
On 01/10/14 17:41, Christopher Covington wrote:
> Hi Martin,
>
> On 10/01/2014 09:50 AM, Martin Townsend wrote:
>> Hi,
>>
>> I'm looking into creating a virtualised test bed for an 802.15.4 network.
>> Currently I have QEMU running and emulating our HW which bridges the
>> Ethernet from the guest to the host. What I would like to do is something
>> similar with the 802.15.4 network interface. The host doesn't have a
>> physical 802.15.4 interface but if I could get the data out of the guest
>> and into QEMU I could communicate with a central network simulator to deal
>> with the packets.
>>
>> My first thought was to write a virtual device for QEMU that would
>> interface with our 802.15.4 driver in the guest but then I realise that the
>> real device hangs of an AMBA bus
> What exactly is your objection to this? Aren't there plenty of "AMBA bus"
> peripherals that you can reference attached to the Versatile Express for example?
>> so my next idea was to write a PCI driver for 802.15.4 on the guest making
>> it possible to write a PCI virtual QEMU device.
>>
>> I just wanted to confirm that this is possible and whether there is a
>> better solution?
> Christopher
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-01 20:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 13:50 [Qemu-devel] Request for help Martin Townsend
2014-10-01 16:41 ` Christopher Covington
2014-10-01 20:41 ` Martin Townsend
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).