Hello,
When you want to change CDROM, and you have 2 files in the directory called
mandriva-linux-2008.0-free-rc2-CD1.i586.iso and
mandriva-linux-2008.0-free-rc2-CD2.i586.iso, you have to enter
mandriva-linux-2008.0-free-rc2-CD2 by hand and only get completion on
.i586.iso which is not really helpf
Hello,
vga= is a special parameter that needs to be handled by bootloader so
that the kernel can get it before parsing its command line.
The small attached patch add support for it.
Index: hw/pc.c
===
RCS file: /sources/qemu/qemu/hw/p
2007/1/11, Pascal Terjan <[EMAIL PROTECTED]>:
Hello,
here is a little patch to add support for vga= when using -kernel.
Anything against this patch ?
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinf
Hello,
here is a little patch to add support for vga= when using -kernel.
Index: hw/pc.c
===
RCS file: /sources/qemu/qemu/hw/pc.c,v
retrieving revision 1.68
diff -u -r1.68 pc.c
--- hw/pc.c 10 Jan 2007 16:23:41 - 1.68
+++ hw/pc.c 1
On 12/24/06, Werner Dittmann <[EMAIL PROTECTED]> wrote:
Well, I'm not a Qemu developer and have no right to vote or make
suggestions here. Thus I can only express my humble opinion here (a
somewhat selfisch opinion though:-) ): I would love to see that a new
release would solve the problems with
On 10/24/06, Josh Elsasser <[EMAIL PROTECTED]> wrote:
The current raw block drvice code fakes a TOC with one track covering
the entire disc. With this patch it attempts to read the TOC from a
cdrom device and make that information available to the ide driver
when the guest issues an ATAPI READ T
Stupid bug, here is one working when not using -snapshot
Index: hw/cdrom.c
===
RCS file: /sources/qemu/qemu/hw/cdrom.c,v
retrieving revision 1.1
diff -u -r1.1 cdrom.c
--- hw/cdrom.c 25 May 2006 23:58:51 - 1.1
+++ hw/cdrom.c 11 Oct
Hello,
Here is a dirty patch to see all tracks of a CD-ROM as I need it. It
basically reads TOC in the cdrom_read_toc function.
The patch only works for Linux (but adding support for other OS should
not be difficult)
What would be needed is to have a BlockDriverState parameter for
cdrom_read_toc
On 8/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello.
How about finally not having cdrom hardcoded?
[...]
not speaking about more then one images as cdrom
What about something like -hdX test.iso,hw=cdrom with default hw being disk ?
___
On 4/14/06, Toby Thain <[EMAIL PROTECTED]> wrote:
> Per version 0.8.0, the ATAPI CD-ROM is always attached to IDE
> secondary/master (address 2). (See assignment to cdrom_index around
> vl.c line 4433.)
>
>
> Bochs allows the CD-ROM to be attached to any of four addresses, my
> suggestion is perhap
On 4/6/06, Jacek Poplawski <[EMAIL PROTECTED]> wrote:
> Hello.
Hello
> Does "-smp 2" option use both CPUs of my host, or only one?
only one
> I had impression that "smp" if just emulated, because my compilation
> inside target OS is two times longer...
>
> Is there any way to use two host CPUs in
The module logs "QEMU Accelerator Module version 1.2.0, Copyright (c)
2005 Fabrice Bellard" while we are in 2006.
Major bug ! :-)
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
On 3/29/06, John Davidorff Pell <[EMAIL PROTECTED]> wrote:
> P.S. Why does the list set the reply-to header, isn't that supposed
> to be a Bad Thing™?
Only according to some people :)
I hate when I reply to a list and the message goes to the guy and not
to the list... (If someone enforces Reply-To
On 3/27/06, Fabrice Bellard <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just released a new version of kqemu which fixes some recently
> discovered issues. The fixes are the following:
>
> - Support for guest Linux kernels compiled with gcc >= 3.3
Hello,
I tried the Mandriva boot.iso and it now boots f
On 3/21/06, Brad Campbell <[EMAIL PROTECTED]> wrote:
> Neat trick for capturing such groovy stuff..
> In one console :-
>
> cat /dev/ptyzf | tee qemu.oops.log
>
> In another console :-
>
> qemu -hda vm-1.img -kernel /tracks/linux-2.6.15.6/arch/i386/boot/bzImage
> -serial /dev/ttyzf -append
> "cons
On 3/17/06, Brad Campbell <[EMAIL PROTECTED]> wrote:
> More info..
> Tried with a brand new shiny 2.6.15.6 kernel..
> screendump and .config at http://fnarfbargle.dyndns.org:81/qemu-oops/
> Also oops2.jpg is the vanilla Debian 2.4 kernel from R3.1
Got the same as oops.jpg when trying on 2.6.12 fro
On 1/12/06, Ludovic Drolez <[EMAIL PROTECTED]> wrote:
> Anyone has an updated pcnet patch for 0.8.0 ?
I updated the patch but I had to make choices and I wanted to discuss
them here. As I have no time these days I had not yet posted it here
:/
The patch is on :
http://cvs.mandriva.com/cgi-bin/cvs
On 11/30/05, Jérôme Warnier <[EMAIL PROTECTED]> wrote:
> Le mercredi 30 novembre 2005 à 07:36 +0100, Pascal Terjan a écrit :
> > On 11/29/05, Jim C. Brown <[EMAIL PROTECTED]> wrote:
> > > > For packaged versions of qemu (most Linux distributions do those days
On 11/29/05, Jim C. Brown <[EMAIL PROTECTED]> wrote:
> > For packaged versions of qemu (most Linux distributions do those days),
> > you have to rebuild it yourself (without packaging) instead of using the
> > neat available package.
Mandriva package is built with support for both kqemu and qvm86
On 11/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >From: Gwenole Beauchesne <[EMAIL PROTECTED]>
>
> >Use DKMS for kqemu modules?
> >
>
> I would like to try this way on my Mandrake 10.0, but I'm not been
> able to find a DKMS RPM for this version (seems like DKMS has been
> introduced wit
On 8/25/05, Hannes Fuchs <[EMAIL PROTECTED]> wrote:
> I am running a mandriva 2005 le with qemu 0.7.1 from cooker and the
> dkms-qvm86 package.
>
> Qemu works fine.
Hello,
do you use the same package version of qemu and dkms-qvm86 ?
Here qemu-0.7.1-3mdk works fine (at least enables the acceler
On 7/26/05, Lennert Buytenhek <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 26, 2005 at 02:16:49PM +0200, Hetz Ben Hamo wrote:
>
> > http://qemu.dad-answers.com/download/
>
> I've been making qemu snapshots (plus binary fc3/fc4 packages)
> available for a while now at:
>
> http://qemu.wantsto
On 7/26/05, Pascal Terjan <[EMAIL PROTECTED]> wrote:
> On 7/26/05, Darryl Dixon <[EMAIL PROTECTED]> wrote:
> > Hi All, Fabrice,
> >
> > Compiling the new kqemu-0.7.1 on Fedora Core 4 with kernel
> > 2.6.12-1.1398_FC4 gives this error:
> >
>
On 7/26/05, Darryl Dixon <[EMAIL PROTECTED]> wrote:
> Hi All, Fabrice,
>
> Compiling the new kqemu-0.7.1 on Fedora Core 4 with kernel
> 2.6.12-1.1398_FC4 gives this error:
>
> -8<---
> [EMAIL PROTECTED] kqemu]$ make
> make -C /lib/modules/2.6.12-1.1398_FC4/build M=
On 6/4/05, Oliver Gerlich <[EMAIL PROTECTED]> wrote:
> Hello,
> how do i configure udev to create /dev/kqemu on boot? I think this was
> already posted once, but I couldn't find it.
> Currently I have to create /dev/kqemu manually before running Qemu.
There is a patch :
http://lists.gnu.org/archive
hello,
qemu has -loadvm and -snapshot but I don't like having to take care of
using the right vm dump with the snapshot, and having to think to
savevm to the right file when I commit the disk.
What do you think of snapshot/commit (or an additionnal equivalent
command) working with full state ?
_
On 5/12/05, Paul Brook <[EMAIL PROTECTED]> wrote:
> On Wednesday 11 May 2005 22:04, Paul Brook wrote:
> > The attached patch adds support for gcc4 x86 and x86_64 hosts.
>
> This time with the correct patch attached.
Hello, I can't build qemu under gcc4.0.0 with your patch and using -O2.
I get :
/
27 matches
Mail list logo