[PATCH v4] gdb: riscv: Add target description

2021-01-06 Thread Sylvain Pelissier
Target description is not currently implemented in RISC-V architecture. Thus GDB won't set it properly when attached. The patch implements the target description response. Signed-off-by: Sylvain Pelissier Reviewed-by: Bin Meng Reviewed-by: Alistair Francis --- target/riscv/cpu.c

Re: [PATCH v2] gdb: riscv: Add target description

2021-01-06 Thread Sylvain Pelissier
Hello, I may have made an error by copy pasting the comment into the file. I sent a new v3 with git send-email. I hope it is fine now. Regards Sylvain On Tue, 5 Jan 2021 at 22:03, Alistair Francis wrote: > On Wed, Dec 30, 2020 at 12:26 AM Sylvain Pelissier > wrote: > > > >

[PATCH v3] gdb: riscv: Add target description

2021-01-06 Thread Sylvain Pelissier
Target description is not currently implemented in RISC-V architecture. Thus GDB won't set it properly when attached. The patch implements the target description response. Signed-off-by: Sylvain Pelissier --- target/riscv/cpu.c | 13 + 1 file changed, 13 insertions(+) diff

[PATCH v2] gdb: riscv: Add target description

2020-12-30 Thread Sylvain Pelissier
Target description is not currently implemented in RISC-V architecture. Thus GDB won't set it properly when attached. The patch implements the target description response. Signed-off-by: Sylvain Pelissier --- target/riscv/cpu.c | 13 + 1 file changed, 13 insertions(+) diff --

Re: [PATCH] gdb: riscv: Add target description

2020-12-29 Thread Sylvain Pelissier
Target description is not currently implemented in RISC-V architecture. Thus GDB won't set it properly when attached. The patch implements the target description response. Signed-off-by: Sylvain Pelissier --- target/riscv/cpu.c | 13 + 1 file changed, 13 insertions(+) diff --

Re: [PATCH] gdb: riscv: Add target description

2020-12-29 Thread Sylvain Pelissier
Thank you for your remark here is the new patch: Signed-off-by: Sylvain Pelissier --- target/riscv/cpu.c | 13 + 1 file changed, 13 insertions(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 254cd83f8b..ed4971978b 100644 --- a/target/riscv/cpu.c +++ b/target/riscv

[PATCH] gdb: riscv: Add target description

2020-12-23 Thread Sylvain Pelissier
Target description is not currently implemented in RISC-V architecture. Thus GDB won't set it properly when attached. The patch implements the target description response. Signed-off-by: Sylvain Pelissier --- target/riscv/cpu.c | 10 ++ 1 file changed, 10 insertions(+) diff --

[Qemu-devel] [PATCH] chardev: Add RFC2217 support for telnet client mode

2019-09-17 Thread Sylvain Munaut
This allow remote control of the baudrate and other comms parameters. Signed-off-by: Sylvain Munaut --- chardev/char-socket.c | 232 ++ chardev/char.c| 6 ++ qapi/char.json| 3 + 3 files changed, 201 insertions(+), 40 deletions

Re: [Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-05-02 Thread Sylvain Garrigues
Hello, Shall we commit this patch? Very best, Sylvain > Le 22 avr. 2016 à 14:42, Sylvain Garrigues a > écrit : > > As the framebuffer settings are copied into the result message before it is > reconfigured, inconsistent behavior can happen when, for instance, you set &g

Re: [Qemu-devel] [Qemu-arm] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-22 Thread Sylvain Garrigues
aspberry Pi one, it opens many possibilities and is charm to work with. Have a very good week-end all, Sylvain.

Re: [Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-22 Thread Sylvain Garrigues
Le 22 avr. 2016 à 13:30, Andrew Baumann a écrit : > But I won't be merging this patch (hopefully Peter can do that?), so it's > probably best if you make the tweak and resend with my Reviewed-by. Made the tweak and resent the patch with your reviewed-by. Have a good day.

[Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-22 Thread Sylvain Garrigues
, the reported pitch and size would be incorrect as they were computed with the initial values of width, height and depth, not the ones the client requested. Signed-off-by: Sylvain Garrigues Reviewed-by: Andrew Baumann --- hw/misc/bcm2835_property.c | 31 ++- 1 file

Re: [Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-22 Thread Sylvain Garrigues
Le 22 avr. 2016 à 13:22, Andrew Baumann a écrit : >> +stl_le_phys(&s->dma_as, value + 16, tmp_xres * tmp_yres * >> + (tmp_bpp >> 3)); > > Personal style nit: I prefer * 8 rather than >> 3, because it's more > immediately obvious what you're computing, a trivial optimisation for the

Re: [Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-21 Thread Sylvain Garrigues
luding it in this release. Personally, I don’t care :-) (apart from my own ego being able to say « I contributed to making this release compatible with FreeBSD ») Cheers, Sylvain.

Re: [Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-21 Thread Sylvain Garrigues
Le 21 avr. 2016 à 14:54, Peter Maydell a écrit : > On 21 April 2016 at 13:50, Sylvain Garrigues > wrote: >> It does prevent FreeBSD to boot correctly. >> >> With that patch and >> #define KERNEL_LOAD_ADDR 0x0020 >> in arm/boot/boot.c, official F

Re: [Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-21 Thread Sylvain Garrigues
ter Maydell a écrit : > > On 21 April 2016 at 11:41, Sylvain Garrigues > wrote: >> As the framebuffer settings are copied into the result message before >> it is reconfigured, inconsistent behavior can happen when, for instance, >> you set with a sinle message the width,

[Qemu-devel] [Bug 1572959] [NEW] bcm2835_property: inconsistent values when both setting and querying the framebuffer

2016-04-21 Thread Sylvain
Public bug reported: As the framebuffer settings are copied into the result message before it is reconfigured, inconsistent behavior can happen when, for instance, you set with a single message the width, height, and depth, and ask at the same time to allocate the buffer and get the pitch and the

[Qemu-devel] [PATCH] bcm2835_property: use cached values when querying framebuffer

2016-04-21 Thread Sylvain Garrigues
, the reported pitch and size would be incorrect as they were computed with the initial values of width, height and depth, not the ones the client requested. Signed-off-by: Sylvain Garrigues --- hw/misc/bcm2835_property.c | 31 ++- 1 file changed, 22 insertions(+), 9

[Qemu-devel] [PATCH] Fix the ARM bootloader so that r0 is always 0 before jumping to the kernel entry point

2016-04-21 Thread Sylvain Garrigues
Signed-off-by: Sylvain Garrigues --- hw/arm/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/boot.c b/hw/arm/boot.c index 5975fbf..5876945 100644 --- a/hw/arm/boot.c +++ b/hw/arm/boot.c @@ -68,7 +68,7 @@ static const ARMInsnFixup bootloader_aarch64

Re: [Qemu-devel] [Bug 1572329] [NEW] ARM emulation: r0 != 0 on boot

2016-04-20 Thread Sylvain Garrigues
Signed-off-by: Sylvain Garrigues Fix link register patch follows: diff --git a/hw/arm/boot.c b/hw/arm/boot.c index 5975fbf..5876945 100644 --- a/hw/arm/boot.c +++ b/hw/arm/boot.c @@ -68,7 +68,7 @@ static const ARMInsnFixup bootloader_aarch64[] = { */ static const ARMInsnFixup bootloader

[Qemu-devel] [Bug 1572329] Re: ARM emulation: r0 != 0 on boot

2016-04-20 Thread Sylvain
= 0x31 while it should be 0. + As a consequence, r0 may hold the value leaked from the board setup + code. + + For instance, if using arm_write_secure_board_setup_dummy_smc, r0 holds + 0x0031. + + Attached is a patch to fix the issue. + + Please include Sylvain Garrigues in the + commit log

[Qemu-devel] [Bug 1572329] Re: ARM emulation: r0 != 0 on boot

2016-04-20 Thread Sylvain
** Patch added: "Fix ARM bootloader" https://bugs.launchpad.net/qemu/+bug/1572329/+attachment/4640678/+files/qemu.patch -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1572329 Title: ARM emulatio

[Qemu-devel] [Bug 1572329] [NEW] ARM emulation: r0 != 0 on boot

2016-04-19 Thread Sylvain
Public bug reported: # arm-softmmu/qemu-system-arm -M raspi2 -m 1024 -smp 4 -kernel kernel.bin -serial stdio -dtb rpi2.dtb My code shows r0 = 0x31 while it should be 0. ** Affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a memb

[Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1

2010-06-03 Thread Sylvain Nahas
Hi, I have switched the status to "Fix Released". Was it the right thing to do? Sylvain -- MINIX 3 won't boot in qemu 0.9.1 https://bugs.launchpad.net/bugs/267542 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Stat

[Qemu-devel] [Bug 267542] Re: MINIX 3 won't boot in qemu 0.9.1

2010-06-03 Thread Sylvain Nahas
Hi, I have retried with qemu 0.12.3 on the same binaries, and it works fine. For me, this report can be closed. Thanks, Sylvain ** Changed in: qemu Status: Incomplete => Fix Released -- MINIX 3 won't boot in qemu 0.9.1 https://bugs.launchpad.net/bugs/267542 You received

[Qemu-devel] Cant boot from scsi cdrom

2008-03-14 Thread Sylvain Petreolle
not read the boot disk Is this unsupported at the moment or am I using the wrong command line ? Thanks for any help. Kind regards, Sylvain Petreolle (aka Usurp) Support artists, not multinationals - http://Iwouldntsteal.net Supportez les artistes, pas les multinationales - http

[Qemu-devel] RE : Re: Qemu-devel Digest, Vol 59, Issue 88

2008-02-29 Thread Sylvain Petreolle
. Checked out the repository, but I don't really > know > what you mean with take recenent e1000 inclusion. Could you clarify that a > little? Looked at (e.g.) ne2000.c and rtl8139.c and it's just like my code, I > guess... > Kind regards, Sylvain Petreol

RE : [Qemu-devel] Atheros Wireless Device Emulation

2008-02-28 Thread Sylvain Petreolle
ook if that is ok!! > > Enabling emulation: Keep up the good work ! Kind regards, Sylvain Petreolle (aka Usurp) Support artists, not multinationals - http://Iwouldntsteal.net Supportez les artistes, pas les multinationales - http://Iwouldntsteal.net Free music you can listen to everywhere : http://www.jamendo.com

Re : [Qemu-devel] Making qemu use 10.0.3.x not 10.0.2.x

2008-02-06 Thread Sylvain Petreolle
inside the guest the subnet is > fake, the guest cannot e.g. ssh to the host. > Couldnt you use a network bridge for this purpose ? Kind regards, Sylvain Petreolle (aka Usurp) Support artists, not multinationals - http://Iwouldntsteal.net Supportez les artistes, pas les multinationales - http://Iwouldntsteal.net Free music you can listen to everywhere : http://www.jamendo.com

Re : [Qemu-devel] WE NEED GCC 4 please

2008-01-20 Thread Sylvain Petreolle
I think you dont answer his question. ;) Kind regards, Sylvain Petreolle (aka Usurp) - Message d'origine De : Jérôme PRIOR <[EMAIL PROTECTED]> À : qemu-devel@nongnu.org Envoyé le : Dimanche, 20 Janvier 2008, 19h40mn 29s Objet : Re: [Qemu-devel] WE NEED GCC 4 please

Re : [Qemu-devel] another patch against head

2007-11-28 Thread Sylvain Petreolle
Hi Johannes, - Message d'origine > De : Johannes Schindelin <[EMAIL PROTECTED]> > À : Hotmail <[EMAIL PROTECTED]> > Cc : qemu Devel > Envoyé le : Mercredi, 28 Novembre 2007, 13h49mn 34s > Objet : Re: [Qemu-devel] another patch against head > > Index: hw/adlib.c > > ===

Re : [Qemu-devel] qemu/audio alsaaudio.c coreaudio.c dsoundaudio....

2007-11-18 Thread Sylvain Petreolle
iewcvs/qemu/audio/fmodaudio.c?cvsroot=qemu&r1=1.7&r2=1.8 hw/adlib.c is still missing audio/audio.h include, patch attached. Kind regards, Sylvain Petreolle (aka Usurp) Je ne suis pas d'accord avec ce que vous dites, mais je me battrai jusqu'à la mort pour que vous ayez

Re : [Qemu-devel] Re: [kvm-devel] Making qemu images executable (and store command line arguments in them =P)

2007-08-16 Thread Sylvain Petreolle
thing now, qemu isn't. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. Wouldnt be #! Linux specific too ? Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactO

Re : [Qemu-devel] [PATCH] Implement ACPI specs 3.0, 4.7.2.5

2007-07-19 Thread Sylvain Petreolle
Maybe nobody had a look on it, like these 3 others. I added their links on the qemu-devel archives. Implement ACPI specs 3.0, 4.7.2.5 Add support for VDI images ipc endianness and ipc_64 fixes Netlink broken if endianness is wrong Kind regards, Sylvain Petreolle (aka Usurp

Re : [Qemu-devel] [PATCH] Updated version of OpenGL patch

2007-07-07 Thread Sylvain Petreolle
softmmu ppc-softmmu mips-linux-user" Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised Music: http://www.jamendo.com - Message d'origine

Re : Re : [Qemu-devel] [PATCH] Fix two typos

2007-06-23 Thread Sylvain Petreolle
sorry, misread your description of the patch :) Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised Music: http://www.jamendo.com - Message

Re : [Qemu-devel] [PATCH] Fix two typos

2007-06-23 Thread Sylvain Petreolle
The patch looks wrong as many parts are reversed. e.g. -EXCP_FP_VXISI = 0x06, /* FP invalid infinite substraction */ +EXCP_FP_VXISI = 0x06, /* FP invalid infinite subtraction */ -/* substract from */ +/* subtract from */ Kind regards, Sylvain Petreolle (aka Usurp

Re : [Qemu-devel] Help:System crash when a large file is copied.

2007-05-31 Thread Sylvain Petreolle
S. The disk image of Qemu is located on the NFS server. But ^^ 0.8.2 is old. please retry on 0.9.0 Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised

Re : [Qemu-devel] Bug(?): WinXP on GNU/Linux, screen "tiling" in VESA modes

2007-05-24 Thread Sylvain Petreolle
Please update at least to qemu 0.9.0, and even better CVS. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised Music: http://www.jamendo.com

Re : [Qemu-devel] [patch] use socklen_t with getsockopt()

2007-04-05 Thread Sylvain Petreolle
Was incorrect before too, since it was sizeof(int) in the first place ? Sylvain - Message d'origine De : Thiemo Seufer <[EMAIL PROTECTED]> À : Mike Frysinger <[EMAIL PROTECTED]> Cc : Qemu-devel@nongnu.org Envoyé le : Dimanche, 1 Avril 2007, 20h43mn 02s Objet : Re: [Q

[Qemu-devel] [kqemu] make clean should remove generated files

2007-02-15 Thread Sylvain Petreolle
Hi, When running make clean, the following files arent removed for now : config-host.mak (generated by configure) kqemu.mod.c Module.symvers (generated both by kernel build part) Dont know for the last 2, but IMHO config-host.mak has to be removed. Kind regards, Sylvain Petreolle (aka Usurp

RE : Re: [Qemu-devel] Bounce message

2006-12-14 Thread Sylvain Petreolle
83 as permitted sender) > > > > The nongnu.org list server software is sending the mail out with the > > original > > sender for SPF verification, and since I haven't listed nongnu.org's mail > > server as a permitted source

RE : [Qemu-devel] Re: SCSI externals [PATCH] revisited

2006-12-12 Thread Sylvain Petreolle
ably work best. > I have to disagree here, many mailers do scramble text attachments, especially with long lines and TABs / special characters. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free Reac

RE : Re: [Qemu-devel] Re: NBD server for QEMU images

2006-12-12 Thread Sylvain Petreolle
the point? :-) mount -o loop doesn't mount > qcow images. > Would be that difficult to write a qcow fs module ? Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.re

RE : [Qemu-devel] build my own kqemu and install it debian way

2006-11-28 Thread Sylvain Petreolle
Password: > FATAL: Module kqemu not found. did you try running this before ? depmod -a Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen

RE : [Qemu-devel] [PATCH] USB network interface

2006-11-01 Thread Sylvain Petreolle
configure it with static IP and user redirector. It works with -net tap too. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised Music: http://www.jamendo

RE : Re: [Qemu-devel] enh req: Allow ATAPI CD-ROM to be attached other than sec/master

2006-09-25 Thread Sylvain Petreolle
d got the crash) Running on Fedora 5/ compiled with gcc 3.2.3. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised Music: http://www.jamend

RE : Re: RE : [Qemu-devel] cdrom hardcoded index

2006-08-28 Thread Sylvain Petreolle
e would be a bad idea imho. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS : http://www.reactos.org Listen to non-DRMised Music: http://www.jamendo.com Linux is not as well stable as it is told to. The

RE : [Qemu-devel] cdrom hardcoded index

2006-08-28 Thread Sylvain Petreolle
ves. Its vl.multicdrom, and you can download it from the archives at : http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00289.html Have fun. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Windows apps with free ReactOS :

RE : Re: [Qemu-devel] cvttps2dq, movdq2q, movq2dq incorrect behaviour

2006-06-20 Thread Sylvain Petreolle
8) = 0 --- SIGILL (Illegal instruction) @ 0 (0) --- rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 write(1, "cvttps2dq_1 ... failed\ncvttps2dq"..., 88cvttps2dq_1 ... failed Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Run your favorite Wind

RE : [Qemu-devel] cvttps2dq, movdq2q, movq2dq incorrect behaviour

2006-06-20 Thread Sylvain Petreolle
led cvttps2dq_2 ... failed movdq2q_1 ... failed movq2dq_1 ... failed what am i doing wrong here ? Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Windows is proprietary Run your favorite apps with free ReactOS : http://www.reactos.org Listen t

RE : Re: [Qemu-devel] Windows Vista

2006-06-09 Thread Sylvain Petreolle
; Nigel > You could try -no-acpi switch perhaps. ReactOS has problems with the ACPI features too. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Windows is proprietary Run your favorite apps with free ReactOS : http://www.react

RE: [Qemu-devel] Linux 2.6.15 hangs with QEMU 0.8.0

2006-06-01 Thread Sylvain Petreolle
Hi Marius, better update and try again with qemu 0.8.1 ? --- Marius Groeger <[EMAIL PROTECTED]> a écrit : > Hi, > > with my qemu-0.8.0 I noticed that Linux 2.6.15 runs only with the Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- ---

[Qemu-devel] Problem with non 4gb CS and TSS

2006-05-21 Thread Sylvain Dupont
[R_CS].base || new_eip > env->segs[R_CS].base + env->segs[R_CS].limit) ? When limit is 4gb and base is 0, no problem (usually the case). But as soon as you use a EIP that is greater than the limit, the problem appears. Is it normal or a bug ?

Re: [Qemu-devel] Disabling usb ?

2006-05-17 Thread Sylvain Petreolle
s qemu='qemu -usb -soundhw all' /usr/local/bin/qemu Thanks for pointing me at this and for all your time. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free Music: http://www.jamendo.com Windows is propriet

Re: [Qemu-devel] Disabling usb ?

2006-05-17 Thread Sylvain Petreolle
? > > >Sorry about that. I meant how old is the code from your local > checkout. Still need the command line though. > > > ___ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/ma

[Qemu-devel] Disabling usb ?

2006-05-16 Thread Sylvain Petreolle
Im using qemu cvs. I tried to run Frenzy's livecd and it sees the USB peripherals, even when -usb isnt specified on the commandline. Since qemu's help says "-usb enable the USB driver (will be the default soon)", I wonder how I can really disable usb. Kind regards, Sy

RE: [Qemu-devel] curses interface and tweaks for 0.8.1

2006-05-07 Thread Sylvain Petreolle
t;~/.qemu_history" on exit > and restores the history when you run a new QEMU. > * improved "sendkey" command (tab-completion for key names, sending > keys by keycode number, some bugfixes). I described this in some older > mail.

RE: [Qemu-devel] qemu/fpu softfloat-native.h

2006-04-26 Thread Sylvain Petreolle
gt; ___ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free Music: http://www.j

Re: [Qemu-devel] gnu-c99-math.h file

2006-04-26 Thread Sylvain Petreolle
. please make sure if you use underscores or hyphens. softfloat-native.h includes gnu-c99-math.h, but the file attached to this mail was gnu_c99_math.h Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free Music: http://www.jamendo.c

Re: [Qemu-devel] New usb tablet and numlock

2006-04-21 Thread Sylvain Petreolle
t; patch that grabbed the keyboard on mouse in and released it on mouse out > in grabless mode. The only question in my mind is would this be > acceptable from the users perspective? > > Regards, > > Anthony Liguori Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- -

[Qemu-devel] qemu-doc.texi compile problems ?

2006-04-16 Thread Sylvain Petreolle
7;t appear in menus *** @end ignore without corresponding opening (l. 552) ** Unknown command [EMAIL PROTECTED])' (left as is) (l. 907) ** Unknown command [EMAIL PROTECTED])' (left as is) (l. 944) ** Unknown command [EMAIL PROTECTED]

Re: [Qemu-devel] enh req: Allow ATAPI CD-ROM to be attached other than sec/master

2006-04-15 Thread Sylvain Petreolle
; > +char cdrom_name[7]; > +strcpy(cdrom_name, "cdrom"); > +cdrom_name[6] = '\0'; > if (cdrom_index >= 0) { > -bs_table[cdrom_index] = bdrv_new("cdrom"); > -bdrv_set_type_hint(bs_table[cdrom_index], BDRV_TYPE_CDROM); > +for (i = 0; i <

Re: [Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Sylvain Petreolle
might work. > > is it really worth the trouble to check every possible combination? > Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free Music: http://www.jamendo.com Windows is proprietary, use free R

Re: [Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Sylvain Petreolle
gt; Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free Music: http://www.jamendo.com Windows is proprietary, use free ReactOS instead : http://www.reactos.org

[Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Sylvain Petreolle
nd regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free Music: www.jamendo.com Tired of a proprietary Windows on your computer ? Use free ReactOS instead ( http://www.reactos.org ) ___ Qemu-devel ma

Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Sylvain Petreolle
erated. > > Not quite, you'll get > texi2html -monolithic etc failed > make: Error (ignored) > > and the build will move on. > > > ___ > Qemu-devel mailing list > Qe

RE: [Qemu-devel] Re: Problem compiling with gcc 3.3 on 2.6.14 (Debian)

2005-11-29 Thread Sylvain Petreolle
why not run LANG=en_US instead ? --- Emmanuel Charpentier <[EMAIL PROTECTED]> a écrit : > > It is hard to make out the problem when the error messages aren't in > > english, btw. > > OK : I'll translate the error messages : > Kind

RE: [Qemu-devel] [patch] Configure check for gcc4

2005-11-02 Thread Sylvain Petreolle
first, equally dumb problem being > "I can't make ping work with -user-net"). > > The attached patch adds a configure check for gcc4. Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Tired of a proprietary Windows on your com

Re: ODP: [Qemu-devel] Is it possible run qemu on windows nt ?

2005-10-27 Thread Sylvain Petreolle
//deepthought.ena.si/ > > > Any simple idea will be worded in the most complicated way. >-- Malek's Law > > > > > ___ > Qemu-devel mailing list > Qemu-devel@non

RE: [Qemu-devel] Audio

2005-08-21 Thread Sylvain Petreolle
t. look at alsa homepage, there are tons of links to developer FAQs/HOWTOs. One of them, with extremly detailed code : http://www.suse.de/~mana/alsa090_howto.html Kind regards, Usurp (aka Sylvain Petreolle) humans are like computers, yesterday the BIOS was all - today

Re: [Qemu-devel] gtk2 driver

2005-05-31 Thread Sylvain Petreolle
et-fs-driver=' option > exists but there should be no need to use it. > Hunks #2 and #3 of vl.c fail to apply to a new tree checked today, could you post an updated patch ? Kind regards, Usurp (aka Sylvain Petreolle) humans are like computers,

Re: [Qemu-devel] [PATCH] Embed QEmu screen on a custom window

2005-05-28 Thread Sylvain Petreolle
JQEMU which works on any Java enabled platform > :) > > Christian If you want to say its "totally free and distributed under the terms of the GPL", PLEASE provide the sources anywhere you can... Kind regards, Usurp (aka Sylvain Petreolle) humans are like comp