Re: [Qemu-devel] Serial Console / NoGraphic

2007-09-25 Thread Michael McConnell
Clemens Kolbitsch wrote: hi! i've been trying around for quite some time now trying to start qemu without the graphic screen... can someone tell me exactly what I'm supposed to do?? i want to redirect the output of my i386 debian linux to my host-console (also a i386 debian) to fully see the

Re: [Qemu-devel] /dev/kqemu could not be opened

2006-12-02 Thread Michael McConnell
On Sat, 2 Dec 2006, Mihamina Rakotomandimby wrote: Hi, I installed kqemu 1.3.0-pre9 and qemu 0.8.2. /dev/kqemu exist and is widely usable (chmod 666 and 777 tested) $ ls -l /dev/kqemu crwxrwxrwx 1 root root 250, 0 2006-12-02 23:34 /dev/kqemu But when launching qemu:

Re: [Qemu-devel] Base images

2006-11-24 Thread Michael McConnell
On Thu, 23 Nov 2006, Don Kitchen wrote: - I noticed that images refer to their base image using an absolute path. Is there a way to change an image's base image reference? (for example when the base image is renamed / moved to a different directory) qemu-img convert [-c]

Re: [Qemu-devel] Base images

2006-11-22 Thread Michael McConnell
On Wed, 22 Nov 2006, David Roberts wrote: qemu-img convert [-c] changes-file -O qcow new-base-file should do what you want. Great. However, does that mean that I cannot compress an image without merging it with its base image? I believe so, yes. It makes sense for the changes file to

Re: [Qemu-devel] -snapshot and tmpsfs

2006-11-18 Thread Michael McConnell
On Sat, 18 Nov 2006, Ottavio Caruso wrote: Are the writes to tmpfs (in a *nix guest OS) recorded to the snapshotted image? Example: /var/run on tmpfs OS writes to /var/run. Bigger temp file or not? This isn't a guaranteed certain answer, but IIRC tmpfs uses system RAM and swap as its

Re: [Qemu-devel] User-mode proxy support

2006-11-17 Thread Michael McConnell
Ricardo Almeida wrote: Hello, I'm using QEmu with user mode network. The host machine can't access the Internet directly, only through a proxy server. Since I'm using user mode network there's no way I can connect to the proxy from inside the guest machine (is there?). What I'm suggesting is

Re: [Qemu-devel] pronunciation of Qemu

2006-06-28 Thread Michael McConnell
On Wed, 28 Jun 2006, Paul Robinson wrote: How should you pronounce Qemu? FYI, my best guess is Q (as in the letter Q) followed by the first 2 syllables of emulator. I've personally always pronounced it kwemu... -- Michael Soruk McConnell Eridani Star System MailStripper -

Re: [Qemu-devel] invisible wall patch

2006-06-13 Thread Michael McConnell
Julian Seward wrote: Could somebody please commit, or at least consider committing, Anthony Liguori's invisible wall patch, shown at http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html ? Without it, QEMU is essentially unusable on my SuSE 10 host; with it, the mouse stuff works

[Qemu-devel] QEMU 0.8.1 VNC: Segfault on closing

2006-05-21 Thread Michael McConnell
When I try to use QEMU's VNC server, every time I close the connection it segfaults. So far I've been unable to trace the cause of this (gdb appears to be next to useless at tracing the execution), but it is totally repeatable. Running with kqemu 1.3.0pre7 in -kernel-kqemu with Windows XP as the

Re: [Qemu-devel] QEMU 0.8.1 VNC: Segfault on closing

2006-05-21 Thread Michael McConnell
On Sun, 21 May 2006, Anthony Liguori wrote: Michael McConnell wrote: When I try to use QEMU's VNC server, every time I close the connection it segfaults. So far I've been unable to trace the cause of this (gdb appears to be next to useless at tracing the execution), but it is totally

Re: [Qemu-devel] QEMU 0.8.1 VNC: Segfault on closing

2006-05-21 Thread Michael McConnell
On Sun, 21 May 2006, Anthony Liguori wrote: Michael McConnell wrote: On Sun, 21 May 2006, Anthony Liguori wrote: Michael McConnell wrote: When I try to use QEMU's VNC server, every time I close the connection it segfaults. So far I've been unable to trace the cause

Re: [Qemu-devel] Re: qemu disk on vfat

2006-05-08 Thread Michael McConnell
On Tue, 9 May 2006, Yann Le Doaré wrote: You are right ! : sh-2.05b# qemu-img create /mnt/partitions/windows0/qmeu-disk 4M Formating '/mnt/partitions/windows0/qmeu-disk', fmt=raw, size=4096 kB sh-2.05b# ls -al /mnt/partitions/windows0/qmeu-disk -rwxr-xr-x1 root root

Re: [Qemu-devel] qemu crash with exit code 135

2006-02-22 Thread Michael McConnell
On Tue, 21 Feb 2006, Christian Bourque wrote: Hi! Every time I try to access a particular functionality in one of my application QEMU crashes with the exit code 135, is there a way to interpret this number? Usually, exit codes just over 128 are the result of a signal killing it, with the

Re: [Qemu-devel] getting past the ctrl-alt-del login in NT

2005-09-25 Thread Michael McConnell
Andreas Mohr wrote: Hi, On Sun, Sep 25, 2005 at 09:58:30PM +1200, Wesley Parish wrote: Does anyone using qemu know how to do that? bochs has a setting in its bochsrc file that allows you to click on user-configured button and it sends ctrl-alt-del to WinNT 4.0. Is there any analogy to

Re: [Qemu-devel] Q: Issue booting Solaris 8 (SPARC)

2005-08-01 Thread Michael McConnell
Blue Swirl wrote: Hi, Looks like the boot block gets loaded correctly (nice data point). It's a bit confusing to see UFS in the error message, shouldn't that be ISOFS or CDFS? I'm not sure if this is relevant, but the line Kernel loaded surely the size should be somewhat larger than 0K?

Re: [Qemu-devel] Qemu with Kqemu on Fedora Core using GCC 4.0

2005-05-10 Thread Michael McConnell
On Tue, 10 May 2005, Fabrice Bellard wrote: Hetz Ben Hamo wrote: Hi, At the moment, QEMU does not compile with GCC 4.0. You can find the GCC 3.x RPMS in your installation media, along with instructions how to use the GCC 3.x instead of GCC 4. I just updated the FAQ with this

[Qemu-devel] QEMU 0.7.0 - IDE patch for Solaris-X86

2005-04-28 Thread Michael McConnell
This is a forward-port of the patch for 0.6.1 (that I found on the web, may have been this list, a while back) needed to get Solaris-X86 to run with the IDE interface in PCI mode. --- qemu-0.7.0/hw/ide.c.orig2005-04-27 21:52:05.0 +0100 +++ qemu-0.7.0/hw/ide.c 2005-04-28