[Qemu-devel] qemu hw/mips_malta.c hw/mips_r4k.c target-mips/...

2007-02-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/20 23:37:21 Modified files: hw : mips_malta.c mips_r4k.c target-mips: cpu.h helper.c op_helper.c op_helper_mem.c translate.c Log message:

Re: [Qemu-devel][PATCH] Built-in DHCP server

2007-02-20 Thread Lonnie Mendez
On Tue, 2007-02-20 at 13:09 +0900, Kazu wrote: > Hi, > > After I used TAP device by -net nic -net tap,ifname=mytap and I tried to use > user mode network by -net nic -net user, a Windows XP guest doesn't get > IP address from a built-in DHCP server. > > It is fixed by an attached patch. > > DHCP

[Qemu-devel] qemu/hw mips_malta.c

2007-02-20 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/02/20 13:39:32 Modified files: hw : mips_malta.c Log message: 2nd serial port for Malta, by Jason Wessel. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_malta.c?cv

[Qemu-devel] PATCH: 2nd serial port for Malta

2007-02-20 Thread Jason Wessel
Attached is a simple patch to enable the 2nd serial port on the malta board. Testing shows it even allows the use of KGDB over the second serial port. signed-off-by: [EMAIL PROTECTED] Jason. Index: qemu/hw/mips_malta.c === ---

[Qemu-devel] qemu-i386 thread support and TLS

2007-02-20 Thread G Portokalidis
Hello all, I've trying to implement thread support for user-space Qemu, similarly to what David has posted in a previous e-mail. I understand that it is probably not possible to fully support threads between very different architectures, but i am only interested on getting x86 on x86 linux emulati

R: [Qemu-devel] Indidual instance on individual core

2007-02-20 Thread Cecere, Antonio \(EXT\)
Thanks... I have found "taskset -p [mask (n. Cpu)] [PID]... Work fine!!! Run on Debian distribution! -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Mulyadi Santosa Inviato: lunedì 19 febbraio 2007 18.28 A: qemu-devel@nongnu.org Oggetto: Re: [Qemu-devel

RE: [Qemu-devel] Counting Instructions and Looking for ConditionalBranches

2007-02-20 Thread Torbjorn.K.Andersson
I'm not sure if your solution is a complete solution for counting instructions is enough. If I understand QEMU correct, it links TBs together, removing the need to go through the tb_find_fast in many but not all situations. However, you could disable the TB linking, done in tb_find_fast I think