[Qemu-devel] Re: error: syntax error before "tcg_ctx"

2008-02-27 Thread Lorenzo Campedelli
Zeno Davatz gmail.com> writes: > > Dear List > > Thank you for your replies. > > I do: > wget > http://qemu-forum.ipi.fi/qemu-snapshots/qemu-snapshot-2008-02-27_05.tar.bz2 > tar -xjf qemu-snapshot-2008-02-27_05.tar.bz2 > ./configure > sudo make ... Hello, maybe I'm missing something, but is

[Qemu-devel] Re: [PATCH] vvfat mbr fixes

2007-09-24 Thread Lorenzo Campedelli
Johannes Schindelin wrote: Hi, On Mon, 24 Sep 2007, Ivan Kalvachev wrote: 2007/9/24, Johannes Schindelin <[EMAIL PROTECTED]>: On Mon, 24 Sep 2007, Ivan Kalvachev wrote: I had a discussion with Johannes Schindelin over my patch, that I thought is on the maillist, but apparently it wasn't. I

[Qemu-devel] Re: [PATCH] vvfat mbr fixes

2007-09-23 Thread Lorenzo Campedelli
Johannes Schindelin wrote: Hi, On Sun, 23 Sep 2007, Lorenzo Campedelli wrote: I was concerned by having this handling outside of a proper place (i.e. block-vvfat.c), but if we want to leave it there, wouldn't it be better to just handle cases which would otherwise fail, and just try t

[Qemu-devel] Re: [PATCH] vvfat mbr fixes

2007-09-23 Thread Lorenzo Campedelli
Johannes Schindelin wrote: Hi, On Sun, 23 Sep 2007, Lorenzo Campedelli wrote: While you are working on vvfat issues, could you give a look to the attached small patch? Okay, this is what I would do: - not make this handling dependent on vvfat (but this means checking if the colon is the

[Qemu-devel] Re: [PATCH] vvfat mbr fixes

2007-09-23 Thread Lorenzo Campedelli
Johannes Schindelin wrote: Hi, On Sun, 23 Sep 2007, Ivan Kalvachev wrote: I've been having problems using vvfat virtual block device. Even linux fdisk was able to find problems with it. The reason turned out to be simple, MBR have bogus parameters. Thanks for doing this; I did not find any

[Qemu-devel] /dev/rtc issues

2007-08-11 Thread Lorenzo Campedelli
Like others have reported to the list I'm getting: Could not configure '/dev/rtc' to have a 1024 Hz timer. This is not a fatal error, but for better emulation accuracy either use a 2.6 host Linux kernel or type 'echo 1024 > /proc/sys/dev/rtc/max-user-freq' as root. and then [EMAIL PROTECTED]

[Qemu-devel] Re: qemu vl.h hw/ppc405_uc.c target-ppc/translate_i...

2007-04-16 Thread Lorenzo Campedelli
Hello, is support for the 440GX processor foreseen anytime soon? (I noticed it i labelled with "TODO"...) Which is the most similiar PPC processor already supported? What are the differences (in term of things needed to support it)? Thanks in advance, Lorenzo

[Qemu-devel] Testing PPC

2007-04-09 Thread Lorenzo Campedelli
Possibly it's only a starting point but I could use the files found at http://www.pps.jussieu.fr/~letouzey/emul_debianppc.en.html to actually see I could boot some linux on qemu-system-ppc. Skipping the part aboud vde, I could boot it both with 0.9.0 and with a snapshot dated 20070406. From the

[Qemu-devel] Partial fix for vvfat + -snapshot

2007-03-10 Thread Lorenzo Campedelli
Hi, the attached patch is an attempt to fix support of virtual FAT disk images when used with -snapshot option. This combination doesn't work anymore in 0.9.0, and the reason seems to be that code in block.c that handles -snapshot, completely disregards the different "filename" format used for vv

[Qemu-devel] Is there any interest in -kernel-qemu failure case reports?

2006-08-20 Thread Lorenzo Campedelli
Hi, I tried to use the new -kernel-qemu option with the CVS version of qemu from yesterday and kqemu-1.3.0pre3. Is anybody interested in error reports? As suggested on IRC, I guess only Fabrice could be, anyway ... Regards, Lorenzo ___ Qemu-devel m

Re: [Qemu-devel] Re: "sleep" segfaults on qemu-0.8.1/kqemu-1.3.0pre6

2006-05-07 Thread Lorenzo Campedelli
as ;). Thanks for your work! Regards, Lorenzo Fabrice Bellard wrote: Right, it is a regression caused by a typo in kqemu 1.3.0pre6. I just released kqemu-1.3.0pre7 which should correct the issue. Windows 98 should also work again with it. Regards, Fabrice. Lorenzo Campedelli wrote: I see t

[Qemu-devel] Re: "sleep" segfaults on qemu-0.8.1/kqemu-1.3.0pre6

2006-05-07 Thread Lorenzo Campedelli
I see this also. host is Fedora Core 4 guest is a 2.4 kernel It seems to die in modify_ldt(), the libc function just after returning from the modify_ldt() system call, if I understand the traces. This doesn't happen using the same qemu with kqemu-1.3.0pre5. Attached are gdb and strace output