Re: [Qemu-devel] vde-inject 0.0.1

2006-02-08 Thread Jim C. Brown
Ok, I managed to fix my VDE issues and get this to work on eth0. Working sources for vde-inject and vde_pcap_inject attached. It will cause duplicate packets to occur, but otherwise appears stable. You need libpcap installed. (According to my pcap.h, I have pcap 2.4 installed.) Compile vde_pcap_

Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32

2006-02-08 Thread Kazu
cket(fd); +return -1; +} +#else connected = 0; for(;;) { ret = connect(fd, (struct sockaddr *)&saddr, sizeof(saddr)); @@ -2591,6 +2685,8 @@ break; } } +#endif + s = net_socket_fd_init(vlan, fd, connected); if (!s) return -1; qemu-20060208-vlan-2.patch.gz Description: GNU Zip compressed data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] -kernel-kqemu

2006-02-08 Thread Jim C. Brown
On Wed, Feb 08, 2006 at 06:04:35PM -0500, Jim C. Brown wrote: > This sounds like an interesting option. Qemu has moved one step closer to > VMware... > I should probably add, that this new option (-kernel-kqemu) allows for speeds very close to VMware because it allows kqemu to virtualize most rin

[Qemu-devel] vde-inject 0.0.0

2006-02-08 Thread Jim C. Brown
I've implemented a prototype kernel module as described in this email: http://lists.gnu.org/archive/html/qemu-devel/2005-08/msg00123.html Full source code and makefile attached as a bz2ball. Not really strictly related to VDE, this module basically enables the creation of a user space bridge. Bas

[Qemu-devel] -kernel-kqemu

2006-02-08 Thread Jim C. Brown
This sounds like an interesting option. Qemu has moved one step closer to VMware... -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org

[Qemu-devel] qemu kqemu.c

2006-02-08 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/08 22:59:35 Modified files: . : kqemu.c Log message: kqemu.h include path fix CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu

[Qemu-devel] qemu/target-i386 cpu.h

2006-02-08 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/08 22:40:53 Modified files: target-i386: cpu.h Log message: added last_io_time field CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/t

[Qemu-devel] Grabless pointer

2006-02-08 Thread malc
At http://www.boblycat.org/~malc/code/patches/qemu/1_mqemu.tgz you will find two patches and binary XFree86 module that allows grabless mouse operation. Steps: a. patch QEMU with 1_mqemu.patch b. in the guest copy mouse_drv.o to /usr/X11R6/lib/modules/input Binary mouse_drv.o should work on all

[Qemu-devel] qemu cpu-all.h monitor.c

2006-02-08 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/08 22:40:15 Modified files: . : cpu-all.h monitor.c Log message: support for builtin profiler CVSWeb URLs: http://cvs.savannah.gnu.org/v

[Qemu-devel] qemu Makefile configure kqemu.h

2006-02-08 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/08 22:39:17 Modified files: . : Makefile configure Added files: . : kqemu.h Log message: kqemu/qvm86 must now be co

[Qemu-devel] qemu softmmu_template.h

2006-02-08 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/08 22:41:53 Modified files: . : softmmu_template.h Log message: added last_io_time field CVSWeb URLs: http://cvs.savannah.gnu.org/viewcv

[Qemu-devel] qemu vl.c

2006-02-08 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/08 22:46:31 Modified files: . : vl.c Log message: added last_io_time field - '-kernel-kqemu' experimental option CVSWeb URLs: http://cvs

[Qemu-devel] qemu cpu-exec.c exec-all.h exec.c kqemu.c

2006-02-08 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/02/08 22:43:39 Modified files: . : cpu-exec.c exec-all.h exec.c kqemu.c Log message: optional support for kernel code virtualization CVSWeb

Re: [Qemu-devel] [SOURCES] qemu refactoring - osdep.c and tools.c

2006-02-08 Thread Christian MICHON
On 2/7/06, Juergen Pfennig wrote: > Hi, > my little qemu project (I name it qemu-xp and will report on it > later) has reached it's starting point. Unfortunately these > "preparations" are so interesting they might be helpfull for users. > Such an important but trivial thing is to make the clock in