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:
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
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
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
===
---
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
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
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