[Qemu-devel] [Bug 1787505] Re: Solaris host: no network connection, mouse pointer mismatch

2018-09-02 Thread Thomas Huth
** Changed in: qemu Status: New => Invalid -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1787505 Title: Solaris host: no network connection, mouse pointer mismatch Status in QEMU:

[Qemu-devel] [Bug 1787505] Re: Solaris host: no network connection, mouse pointer mismatch

2018-08-31 Thread Michele Denber
Sorry about that. I didn't know where to ask about this. Anyway thank you for the explanation. That was the clue I needed. Instead of giving XP a gateway of 192.168.0.1 in the Networking TCP tab I just set gateway and DNS to automatic. Networking is all working fine now. This was the call:

Re: [Qemu-devel] [Bug 1787505] Re: Solaris host: no network connection, mouse pointer mismatch

2018-08-31 Thread Peter Maydell
On 31 August 2018 at 01:47, Michele Denber <1787...@bugs.launchpad.net> wrote: > Anyone? I'm still trying to get my networking working. On this page: > https://en.wikibooks.org/wiki/QEMU/Networking#User_mode_networking, it > says > > "The guest OS will see an E1000 NIC with a virtual DHCP server

[Qemu-devel] [Bug 1787505] Re: Solaris host: no network connection, mouse pointer mismatch

2018-08-30 Thread Michele Denber
Anyone? I'm still trying to get my networking working. On this page: https://en.wikibooks.org/wiki/QEMU/Networking#User_mode_networking, it says "The guest OS will see an E1000 NIC with a virtual DHCP server on 10.0.2.2 and will be allocated an address starting from 10.0.2.15. A virtual DNS

[Qemu-devel] [Bug 1787505] Re: Solaris host: no network connection, mouse pointer mismatch

2018-08-18 Thread Michele Denber
Thank you very much. The following invocation fixed the mouse problem (mostly) and made the Ethernet device available to the guest: ./qemu-system-x86_64 -m 2047 -boot d -usb -device usb-tablet -smp 3 -netdev user,id=n0 -device rtl8139,netdev=n0 -hda /bkpool/qemuimages/XP.img -cdrom

[Qemu-devel] [Bug 1787505] Re: Solaris host: no network connection, mouse pointer mismatch

2018-08-17 Thread Peter Maydell
If you have access to a Linux box, I'd definitely recommend testing the same setup there. That way you can distinguish "this doesn't work on Solaris" from "this doesn't work generally" -- the latter are (a) more likely to be config/command line issues and (b) are easier for us to work on where

[Qemu-devel] [Bug 1787505] Re: Solaris host: no network connection, mouse pointer mismatch

2018-08-17 Thread Thomas Huth
You should maybe try a different NIC model. According to https://wiki.qemu.org/Documentation/Networking the rtl8139 seems to be a good choice? Concerning USB, you've also got to enable an emulated "USB host controller" to use USB devices. The easiest way to do that is to simply start QEMU with