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_
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo