Re: [Qemu-devel] [Bug 1326986] [NEW] e1000 - no link detected by VXWorks based guest

2014-06-06 Thread Paul Janzen
Matthew Gamble mgam...@mgamble.ca writes: Public bug reported: I'm trying to get a VXWorks image running inside a qemu guest. I have the machine running, however, the vxworks image only has support for the 82544EI device so I had to change the device ID in e1000.c to get the device even

[Qemu-devel] [Bug 1326986] [NEW] e1000 - no link detected by VXWorks based guest

2014-06-05 Thread Matthew Gamble
Public bug reported: I'm trying to get a VXWorks image running inside a qemu guest. I have the machine running, however, the vxworks image only has support for the 82544EI device so I had to change the device ID in e1000.c to get the device even recognized so I'm not sure if this is a bug or an

Re: [Qemu-devel] [Bug 1326986] [NEW] e1000 - no link detected by

2014-06-05 Thread Gabriel L. Somlo
Matthew Gamble mgam...@mgamble.ca wrote: I'm trying to get a VXWorks image running inside a qemu guest. I have the machine running, however, the vxworks image only has support for the 82544EI device so I had to change the device ID in e1000.c to get the device even recognized so I'm not sure

Re: [Qemu-devel] [Bug 1326986] [NEW] e1000 - no link detected by

2014-06-05 Thread Matthew Gamble
Gabriel, I tried your suggestion and while the OS doesn't detect a link, it does send the following right after toggling the link: e1000: set_ics 4, ICR 4, IMR 0 e1000: set_ics 4, ICR 4, IMR 0 Without diving into the intel programming guide myself does that help in any way? Perhaps it's

Re: [Qemu-devel] [Bug 1326986] [NEW] e1000 - no link detected by

2014-06-05 Thread Gabriel L. Somlo
On Thu, Jun 05, 2014 at 10:55:39PM -0400, Matthew Gamble wrote: Gabriel, I tried your suggestion and while the OS doesn't detect a link, it does send the following right after toggling the link: e1000: set_ics 4, ICR 4, IMR 0 e1000: set_ics 4, ICR 4, IMR 0 Without diving into the