On Sat, 6 Aug 2005, Juergen Lock wrote:
Hmm. You do use qemu-system-x86_64, since you're on amd64?
Juergen
Silly me. Now I did. And it falls with:
EAX= EBX=0001 ECX=0002 EDX=0003
ESI=0004 EDI=0005 EBP= ESP=0015fd1c
EIP=77fb4d83 EFL=0202 [--
On Sat, Aug 06, 2005 at 12:40:06AM +0300, Vladimir Kushnir wrote:
> Hi
> Thanks for your work, but... (see below)
>
> On Fri, 5 Aug 2005, Juergen Lock wrote:
>
> >Okay, I finally got around looking at this a little longer and
> >came up with the port update below. Specifically, I tried to merge
Hi
Thanks for your work, but... (see below)
On Fri, 5 Aug 2005, Juergen Lock wrote:
Okay, I finally got around looking at this a little longer and
came up with the port update below. Specifically, I tried to merge
the good parts of the old kqemu wrapper:
- device cloning support on 5.x (multi
On Thu, Aug 04, 2005 at 12:14:53PM +0200, Henrik Nordstrom wrote:
> On Tue, 12 Jul 2005, Jim C. Brown wrote:
>
> >I just tried this with libnet 1.1 (1.1.2.1 to be specific), and it doesn't
> >seem to work. Pings do not go through. I only handled the vde -> host case
> >though, do I need to do anyt
Interesting. You're right, the protocol explicitly says that both
`reset' and `set to default' are supposed to disable the mouse. I have
to admit, I was basing my patch on the fact that, in tracing the
commands I received from the X server, I saw a `reset' that was not
followed by an `enable'. I
Just after deleting the thread about host serial port support I remembered
seeing this done before, giving qemu good access to the host serial port:
http://lists.gnu.org/archive/html/qemu-devel/2005-05/msg00105.html
credits goes to the original author Cai Qiang.
Regards
Henrik
__
Natalia Portillo wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Better to have a architecture/machine pair.
Architecture: x86-64
Machine: PC
Architecture: PowerPC
Machine: Core99
To be coincident with the -M flag and having the possibility of
changing the qemu executable name (that s
On Thu, 2005-08-04 at 16:38 -0700, John R. Hogerhuis wrote:
> I could use -serial stdio
> but how do I get it connected to the usb port? I'm guessing netcat/socat
> but I've never used that utility.
>
> Anyone have a recipe that works?
I ended up figuring out a way to do this... using socat.
F
> While tracking down a problem with getting X to work with the VNC
> version of Qemu I discovered a problem in the way the Qemu mouse
> emulation was handling mouse reset commands. Turns out, the emulation
> code is a little over aggressive in dealing with reset commands for the
> mouse. Since