All of lore.kernel.org
 help / color / mirror / Atom feed
From: qwe <612452@bugs.launchpad.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [Bug 612452] Re: Problems with the number of serial ports for more	than two
Date: Fri, 17 Sep 2010 06:54:06 -0000	[thread overview]
Message-ID: <4C93108E.3090908@GMail.COM> (raw)
In-Reply-To: 20100916161420.9035.61517.malone@soybean.canonical.com


> This bug seems to be solved and closed here: http://bugs.debian.org/cgi-
> bin/bugreport.cgi?bug=574051
>
> Is it solved in 0.12.5 or 0.13.0rc1 yet?
>
> ** Bug watch added: Debian Bug tracker #574051
>    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574051
>   
#cd qemu-snapshot
#date
Fri Sep 17 09:29:01 MSD 2010
#cat .git/config
...
[remote "origin"]
    url = git://git.savannah.nongnu.org/qemu.git
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master

#git pull
...
#./configure --disable-xen --audio-drv-list=alsa,sdl
#make && make install
...
install -m 755 qemu "/usr/local/bin"
...
#ls -l /usr/local/bin/qemu
#-rwxr-xr-x 1 root root 1960900 2010-09-17 09:45 /usr/local/bin/qemu
#/usr/local/bin/qemu --version
QEMU emulator version 0.13.50, Copyright (c) 2003-2008 Fabrice Bellard
#cd /path/to/hd/image
#/usr/local/bin/qemu -serial file:file1 -serial file:file2 -serial none 
-serial none hd.img

In VM

#echo test1 >/dev/ttyS0
#echo test2 >/dev/ttyS1
#echo test3 >/dev/ttyS2
... error...
#echo test4 >/dev/ttyS3
... error...

It is right

#halt


In host

#ls -l file*
-rw-r--r-- 1 root root 7 2010-09-17 10:13 file1
-rw-r--r-- 1 root root  7 2010-09-17 10:12 file2


Excellent. Try next.

#rm -f file*
#/usr/local/bin/qemu -serial file:file1 -serial file:file2 -serial 
file:file3 -serial none hd.img
isa irq 4 already assigned

Misfire. Try next.

#/usr/local/bin/qemu -serial none -serial none -serial file:file3 
-serial file:file4 hd.img

In VM

#echo test1 >/dev/ttyS0
#echo test2 >/dev/ttyS1
#echo test3 >/dev/ttyS2
... error...
#echo test4 >/dev/ttyS3
... error...

OOPS! Surprise.

#halt


In host

#ls -l file*
-rw-r--r-- 1 root root 7 2010-09-17 10:40 file3
-rw-r--r-- 1 root root  7 2010-09-17 10:40 file4

In this case expected.

-- 
Problems with the number of serial ports for more than two
https://bugs.launchpad.net/bugs/612452
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: Confirmed

Bug description:
qemu --version
QEMU emulator version 0.13.50, Copyright (c) 2003-2008 Fabrice Bellard

Command line:

qemu -serial null -serial null -serial file:test1 hd.img

Error:

isa irq 4 already assigned

echo $?
1

  parent reply	other threads:[~2010-09-17  7:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-02  8:15 [Qemu-devel] [Bug 612452] [NEW] Problems with the number of serial ports for more than two qwe
2010-09-16 16:14 ` [Qemu-devel] [Bug 612452] " maxmo74
2010-09-16 21:26   ` Michael Tokarev
2010-09-17  6:54   ` qwe [this message]
2010-09-16 21:21 ` maxmo74
2021-04-22  9:20 ` Thomas Huth
2021-06-18 16:18 ` Thomas Huth
2021-06-22  4:18 ` Launchpad Bug Tracker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C93108E.3090908@GMail.COM \
    --to=612452@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.