qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: [Qemu-devel] RFC for new features
@ 2004-07-08 19:19 Thomas Munn
  2004-07-09 10:02 ` Johannes Schindelin
  0 siblings, 1 reply; 27+ messages in thread
From: Thomas Munn @ 2004-07-08 19:19 UTC (permalink / raw)
  To: qemu-devel

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

Things I think would be nice:
 
1.  Definately a DISK manager/compressor ala vmware disk images (so I
don't have to waste 4+gb if I don't have a full fileysystem!)
2.  Command line support for restoring state files (instead of having
to start and then load state in monitor machines) -state filename?
3.  support for -march athlon-xp and -march athlon-xp (and other x-86
processors) for faster binary
 
Thomas

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

^ permalink raw reply	[flat|nested] 27+ messages in thread
* RE: [Qemu-devel] (Before) RFC for new features
@ 2004-07-10  2:41 Natalia Portillo
  2004-07-10 13:10 ` Fabrice Bellard
  0 siblings, 1 reply; 27+ messages in thread
From: Natalia Portillo @ 2004-07-10  2:41 UTC (permalink / raw)
  To: qemu-devel

Well I didn't say about using a real commercial modular BIOS, but making the
QEMU BIOS modular as the commercial ones are.

Making the first, will be a HARD task, and, Award/AMI/Phoenix/MrBIOS won't
let us to do that.
Both VMWare and VirtualPC pays for using a commercial BIOS in their
products. 

> -----Mensaje original-----
> De: qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org 
> [mailto:qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org] 
> En nombre de Jim C. Brown
> Enviado el: viernes, 09 de julio de 2004 21:43
> Para: qemu-devel@nongnu.org
> Asunto: Re: [Qemu-devel] (Before) RFC for new features
> 
> On Fri, Jul 09, 2004 at 06:57:21PM +0100, Natalia Portillo wrote:
> > About the BIOS question we should have a modular BIOS.
> > 
> > Like AWARD, AMI, Phoenix, etc, BIOS, that have support for a great 
> > variety of chipsets and CPUs, and are compiled with 
> required modules 
> > for each motherboard.
> > 
> 
> A modular BIOS designed for qemu is ok (e.g. VGABios vs Bochs 
> BIOS vs some other hand-written BIOS) but supporting a 
> commercial BIOS written for actual hardware is another 
> matter. This is very difficult as such a BIOS will expect 
> different hardware in different places. Not to mention adding 
> support for different types of motherboards/ROM chips. Its 
> easier to just fix the current qemu BIOS.
> 
> P.S.
> 
> Someone is working on that iirc.... posted to the list a 
> while back. They loaded qemu directly from a bootloader (so 
> there was no host OS, only a guest
> OS) and did some hacking so qemu could access the host BIOS 
> directly. So it is possible, just very hard.
> 
> > > I don't think that the chipset particularly cares what extended 
> > > instructions the CPU can execute... However, BIOS support we are 
> > > definitely lacking. IIRC, the BIOS we are using doesn't 
> do any PCI 
> > > setup
> > > - so we rely on some code in pc.c and pci.c to make the 
> chipset look 
> > > configured and to set up the BARs.
> > > 
> > > --
> > > Antony T Curtis <antony.t.curtis@ntlworld.com>
> 
> --
> Infinite complexity begets infinite beauty.
> Infinite precision begets infinite perfection.
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: [Qemu-devel] RFC for new features
@ 2004-07-08 20:50 Natalia Portillo
  2004-07-08 22:48 ` Natalia Portillo
  0 siblings, 1 reply; 27+ messages in thread
From: Natalia Portillo @ 2004-07-08 20:50 UTC (permalink / raw)
  To: qemu-devel

Support for accessing hardware disks under Win32 (making an ISO of a CD
is difficult).

> -----Mensaje original-----
> De: qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org 
> [mailto:qemu-devel-bounces+iosglpgc=teleline.es@nongnu.org] 
> En nombre de Fabrice Bellard
> Enviado el: jueves, 08 de julio de 2004 19:14
> Para: qemu-devel@nongnu.org
> Asunto: [Qemu-devel] RFC for new features
> 
> Hi,
> 
> As porting the SDL version to other OSes than Linux seems to 
> become an important issue, I plan to add the following 
> features in the next days:
> 
> - Virtual console handled by SDL (Ctrl-Shift-F1 to get the 
> guest screen,
> Ctrl-Shift-F2 to get the monitor shell, and maybe 
> Ctrl-Shift-F3 for various logs).
> 
> - Support for more compressed and cow disk images formats so 
> that filesystems without hole support can use cow disk images too.
> 
> - New tool to create disk images, to compress them and to 
> convert between any disk image formats.
> 
> - Config file support (syntax: qemu mypc.qmu)
> 
> Comments ?
> 
> Fabrice.
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 27+ messages in thread
* [Qemu-devel] RFC for new features
@ 2004-07-08 18:14 Fabrice Bellard
  2004-07-08 18:54 ` Antony T Curtis
                   ` (5 more replies)
  0 siblings, 6 replies; 27+ messages in thread
From: Fabrice Bellard @ 2004-07-08 18:14 UTC (permalink / raw)
  To: qemu-devel

Hi,

As porting the SDL version to other OSes than Linux seems to become an 
important issue, I plan to add the following features in the next days:

- Virtual console handled by SDL (Ctrl-Shift-F1 to get the guest screen, 
Ctrl-Shift-F2 to get the monitor shell, and maybe Ctrl-Shift-F3 for 
various logs).

- Support for more compressed and cow disk images formats so that 
filesystems without hole support can use cow disk images too.

- New tool to create disk images, to compress them and to convert 
between any disk image formats.

- Config file support (syntax: qemu mypc.qmu)

Comments ?

Fabrice.

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

end of thread, other threads:[~2004-07-10 14:59 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-08 19:19 [Qemu-devel] RFC for new features Thomas Munn
2004-07-09 10:02 ` Johannes Schindelin
2004-07-09 10:34   ` Julian Seward
2004-07-09 11:27     ` [Qemu-devel] savevm handler for pckbd Johannes Schindelin
2004-07-10 13:41       ` Fabrice Bellard
  -- strict thread matches above, loose matches on Subject: below --
2004-07-10  2:41 [Qemu-devel] (Before) RFC for new features Natalia Portillo
2004-07-10 13:10 ` Fabrice Bellard
2004-07-10 14:03   ` [Qemu-devel] " Fabrice Bellard
2004-07-10 14:47     ` Antony T Curtis
2004-07-10 14:57       ` Fabrice Bellard
2004-07-08 20:50 Natalia Portillo
2004-07-08 22:48 ` Natalia Portillo
2004-07-09 19:04   ` Jocelyn Mayer
2004-07-09 19:28     ` Natalia Portillo
2004-07-08 18:14 Fabrice Bellard
2004-07-08 18:54 ` Antony T Curtis
2004-07-08 19:36   ` Jim C. Brown
2004-07-08 20:31     ` Jernej Simončič
2004-07-08 21:04       ` Jim C. Brown
2004-07-08 22:37         ` Jernej Simončič
2004-07-08 22:57           ` Jim C. Brown
2004-07-08 19:45   ` Jocelyn Mayer
2004-07-08 19:00 ` Karel Gardas
2004-07-08 21:44   ` vaise
2004-07-08 19:30 ` Jean-Michel POURE
2004-07-08 19:48 ` Brad Watson
2004-07-08 21:37 ` Jan Dittmer
2004-07-08 22:24 ` malc
2004-07-08 19:35   ` Jim C. Brown

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).