qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] qemu-freebsd: fixes for running Xen guests


From: Roger Pau Monne
Subject: [Qemu-devel] [PATCH 0/2] qemu-freebsd: fixes for running Xen guests
Date: Tue, 15 Apr 2014 10:33:07 +0200

This two patches allow FreeBSD Xen Dom0 to use Qemu (i.e., launch HVM
guests).

First patch fixes the usage of ENODATA, which doesn't exist on FreeBSD
and is replaced with ENOENT instead.

The second patch is more controversial probably, since it introduces a
FreeBSD specific version of tap_open which behaves like it's Linux
counterpart, allowing Qemu to create tap interfaces and rename them.
I've decided to just fork the function instead of adding a bunch more
of preprocessor code in the original function.

Thanks for the review, Roger.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]