qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Kernel 2.6.8
@ 2004-09-02 14:48 ` Barry Michels
  2004-09-02 14:55   ` Mark Williamson
  2004-09-02 22:39   ` Darryl Dixon
  0 siblings, 2 replies; 4+ messages in thread
From: Barry Michels @ 2004-09-02 14:48 UTC (permalink / raw)
  To: qemu-devel

I've held off sending this message to the list (as it is my first one) 
until I saw someone else have this problem...

I run Fedora Core 2 at work and have been using QEMU for about a month 
now.  When I upgraded to 2.6.8, suddenly none of my VMs would start.  Is 
anyone else haveing this problem?  If not, what did you change to get 
them running?  Until it's working, I'm booting into 2.6.7-1.494.

I absolutely love QEMU.  I was saving up to get VMWare, but when I got 
QEMU running, I scratched it off my list of software to buy.  It does 
what I need.  Right now, I'm heavily into web development 
(PHP,MySQL,JavaScript,XHTML) here at work and need to test webpages in 
IE.  As I hate running Windows, it's great to run it in an emulator for 
testing.  When I finish the 4 current projects, I'll be getting into 
embedded programming again and will probably need an emulated serial 
port that connects to a real serial port.  Is that in the works or 
already working?

(after following the 'development schedule' thread...)  I don't find 
QEMU the least bit difficult to figure out (except networking, but that 
will change in time).  The command line options are just fine.  When I 
get the command line for a given VM the way I want it, I just recall the 
command line and add "echo " ... " >> StartVM" to the beginning and end 
and make my own launcher.  So far, I have virtual machines for 98, 2000, 
XP and a playground for Damn Small Linux hacking.  A 'todo' list for 
development and features would be nice, but isn't required IMO.  If I 
get some time, I'd like to look at the code and see what I can 
contribute.  I've never helped with an open source project before...

One question I have:  is there something in the works similar to 
VMWare's virtual network?  Or, does it already exist and just require 
configuration on the host?  I'd love to setup virtual machines running 
Win2k3 and play with site-to-site VPN's.  That's what we run at both our 
branch offices and I'd rather not test on the real servers.

Barry Michels
Advanced Systems

Host System Specs:
Biostar M7NCG Pro MB (with dual head nvidia on-board)
AMD 3200+ (running at 2800+) :(
1.5GB Dual Channel DDR-333
Dual 19" monitors on ATI Radeon 9200 Pro (on-board video makes the 
system crash)
120GB WD 7200rpm HDD
16x DVD-ROM / 48x CD-RW combo drive
MMC/SD/CF/SM media reader (no floppy) :)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Kernel 2.6.8
  2004-09-02 14:48 ` [Qemu-devel] Kernel 2.6.8 Barry Michels
@ 2004-09-02 14:55   ` Mark Williamson
  2004-09-02 22:39   ` Darryl Dixon
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Williamson @ 2004-09-02 14:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Mark.Williamson

I found that the CVS code worked on FC2 when the 0.6.0 release did not.

HTH,
Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Kernel 2.6.8
  2004-09-02 14:48 ` [Qemu-devel] Kernel 2.6.8 Barry Michels
  2004-09-02 14:55   ` Mark Williamson
@ 2004-09-02 22:39   ` Darryl Dixon
  2004-09-02 22:54     ` Hetz Ben Hamo
  1 sibling, 1 reply; 4+ messages in thread
From: Darryl Dixon @ 2004-09-02 22:39 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 3457 bytes --]

Hi Barry,

    I too run Fedora Core 2 as a host OS and have recently updated the
kernel to 2.6.8.  After reading your message I tested out the install of
Qemu that I have set up and all worked flawlessly (I'm using one of the
daily CVS snapshots, not 0.6.0).  My qemu command line is:
LD_ASSUME_KERNEL=2.2.5 qemu -hda win98se_hda.img -boot c -cdrom
/dev/cdrom -enable-audio -nics 1 -m 512 -n network.sh -monitor stdio
-localtime

In answer to your second question, yes it is possible to connect a
serial port in qemu to a real serial port; I have posted patches to
enable this and others have posted patches to fix bugs we found in the
UART emulation along the way.  They're all on this mailing list :)


Cheers,
D


On Fri, 2004-09-03 at 02:48, Barry Michels wrote:

> I've held off sending this message to the list (as it is my first one) 
> until I saw someone else have this problem...
> 
> I run Fedora Core 2 at work and have been using QEMU for about a month 
> now.  When I upgraded to 2.6.8, suddenly none of my VMs would start.  Is 
> anyone else haveing this problem?  If not, what did you change to get 
> them running?  Until it's working, I'm booting into 2.6.7-1.494.
> 
> I absolutely love QEMU.  I was saving up to get VMWare, but when I got 
> QEMU running, I scratched it off my list of software to buy.  It does 
> what I need.  Right now, I'm heavily into web development 
> (PHP,MySQL,JavaScript,XHTML) here at work and need to test webpages in 
> IE.  As I hate running Windows, it's great to run it in an emulator for 
> testing.  When I finish the 4 current projects, I'll be getting into 
> embedded programming again and will probably need an emulated serial 
> port that connects to a real serial port.  Is that in the works or 
> already working?
> 
> (after following the 'development schedule' thread...)  I don't find 
> QEMU the least bit difficult to figure out (except networking, but that 
> will change in time).  The command line options are just fine.  When I 
> get the command line for a given VM the way I want it, I just recall the 
> command line and add "echo " ... " >> StartVM" to the beginning and end 
> and make my own launcher.  So far, I have virtual machines for 98, 2000, 
> XP and a playground for Damn Small Linux hacking.  A 'todo' list for 
> development and features would be nice, but isn't required IMO.  If I 
> get some time, I'd like to look at the code and see what I can 
> contribute.  I've never helped with an open source project before...
> 
> One question I have:  is there something in the works similar to 
> VMWare's virtual network?  Or, does it already exist and just require 
> configuration on the host?  I'd love to setup virtual machines running 
> Win2k3 and play with site-to-site VPN's.  That's what we run at both our 
> branch offices and I'd rather not test on the real servers.
> 
> Barry Michels
> Advanced Systems
> 
> Host System Specs:
> Biostar M7NCG Pro MB (with dual head nvidia on-board)
> AMD 3200+ (running at 2800+) :(
> 1.5GB Dual Channel DDR-333
> Dual 19" monitors on ATI Radeon 9200 Pro (on-board video makes the 
> system crash)
> 120GB WD 7200rpm HDD
> 16x DVD-ROM / 48x CD-RW combo drive
> MMC/SD/CF/SM media reader (no floppy) :)
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

-- 
Darryl Dixon <esrever_otua@pythonhacker.is-a-geek.net>

[-- Attachment #2: Type: text/html, Size: 4027 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] Kernel 2.6.8
  2004-09-02 22:39   ` Darryl Dixon
@ 2004-09-02 22:54     ` Hetz Ben Hamo
  0 siblings, 0 replies; 4+ messages in thread
From: Hetz Ben Hamo @ 2004-09-02 22:54 UTC (permalink / raw)
  To: qemu-devel, esrever_otua

On Friday 03 September 2004 01:39 am, Darryl Dixon wrote:
> Hi Barry,
>
>     I too run Fedora Core 2 as a host OS and have recently updated the
> kernel to 2.6.8.  After reading your message I tested out the install of
> Qemu that I have set up and all worked flawlessly (I'm using one of the
> daily CVS snapshots, not 0.6.0).  My qemu command line is:
> LD_ASSUME_KERNEL=2.2.5 qemu -hda win98se_hda.img -boot c -cdrom
> /dev/cdrom -enable-audio -nics 1 -m 512 -n network.sh -monitor stdio
> -localtime

You don't need the LD_ASSUME_KERNEL anymore. Fabrice fixed the problem already 
(it's in CVS)

Hetz

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-09-02 22:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bmichels@acwsinc.net>
2004-09-02 14:48 ` [Qemu-devel] Kernel 2.6.8 Barry Michels
2004-09-02 14:55   ` Mark Williamson
2004-09-02 22:39   ` Darryl Dixon
2004-09-02 22:54     ` Hetz Ben Hamo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).