Re: Compiling error for amd64 on FreeBSD9.0 with XENHVM when include xen console driver.

2012-08-02 Thread Wei Xu
My Dom0 is Oracle Linux(64bit too), Xen version is 4.0.2, I installed FreeBSD with the official iso image, that's "FreeBSD-9.0-RELEASE-i386-dvd1.iso", I'm not sure if it was started as HVM by default, how can i check it? How to convert it to PV support, i just compiled and installed the src with

Re: Compiling error for amd64 on FreeBSD9.0 with XENHVM when include xen console driver.

2012-08-02 Thread Sean Bruno
I run a linux Dom0 (64bit RHEL 5) currently for testing purposes in the freebsd cluster. We have 32bit (PV) and 64bit (HVM) instances running there. How are you installing FreeBSD on your Dom0? Are you starting with HVM support and the ISO image and then converting to PV support? Sean On Thu,

Re: Compiling error for amd64 on FreeBSD9.0 with XENHVM when include xen console driver.

2012-08-02 Thread Wei Xu
Sean, Thanks for your comments. Current I'm trying to investigate if I can porting the Console Driver to Solaris. I know the uart emulated by QEMU, but it's not my purpose to use it, I just want to try the console driver with Hypervisor itself, Must it bundle with PV? Does XENHVM make sense too?