Networking with QEMU 0.9.1? (Emulation)
> > I'm working on that. As a work around change
> rtspkt.com
> > at file offset 0x53D7 from 76 F9
to 90 90
.
>
> Interesting. What's the reasoning behind the change?
The packet driver tries to read the "Timer Count Register" (TCTR), which is not emulated by QEMU's default configuration. You have to uncomment macro RTL8139_ONBOARD_TIMER in hw/rtl8139.c
to activate it.
Here's Igor Kovalenko's "explanation" () for any drawbacks: IIRC it needs to fire interrupt if timer expires; currently the code just checks value at PCI timer frequency. It is possible to make that lower overhead than checking each clock cycle but it is not so now.
My patch just ends the loop that checks the card's return value.
---
Forum admin
Complete thread:
- Networking with QEMU 0.9.1? - rr, 11.02.2008, 18:49 (Emulation)
- Networking with QEMU 0.9.1? - sol, 11.02.2008, 23:00
- Networking with QEMU 0.9.1? - rr, 12.02.2008, 15:30
- Networking with QEMU 0.9.1? - sol, 15.02.2008, 00:26
- Networking with QEMU 0.9.1? - rr, 15.02.2008, 17:32
- Networking with QEMU 0.9.1? - sol, 15.02.2008, 19:38
- Networking with QEMU 0.9.1? - sol, 15.02.2008, 19:41
- Networking with QEMU 0.9.1? - sol, 15.02.2008, 19:43
- QEMU 0.9.1 / Win32 available - Rugxulo, 16.02.2008, 23:53
- QEMU 0.9.1 / Win32 available - rr, 17.02.2008, 14:29
- QEMU 0.9.1 / Win32 available - Rugxulo, 16.02.2008, 23:53
- Networking with QEMU 0.9.1? - sol, 15.02.2008, 19:43
- Networking with QEMU 0.9.1? - rr, 17.02.2008, 22:13
- Networking with QEMU 0.9.1? - sol, 15.02.2008, 19:41
- Networking with QEMU 0.9.1? - sol, 15.02.2008, 19:38
- Networking with QEMU 0.9.1? - rr, 15.02.2008, 17:32
- Networking with QEMU 0.9.1? - sol, 15.02.2008, 00:26
- Networking with QEMU 0.9.1? - rr, 12.02.2008, 15:30
- Networking with QEMU 0.9.1? - Wengier, 12.02.2008, 19:43
- Networking with QEMU 0.9.1? - sol, 11.02.2008, 23:00