|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: Second release candidate for Xen 4.0.0
I'd say your qemu is out of date. Find the qemu source tree (e.g.,
../qemu-xen-unstable.git), cd into it, and 'git pull -a' to update it to
latest.
-- Keir
On 03/02/2010 18:43, "Ferenc Wagner" <wferi@xxxxxxx> wrote:
> helper2.c: In function ?cpu_x86_init¹:
> helper2.c:142: error: ?shared_iopage_t¹ has no member named ?vcpu_iodata¹
> helper2.c: In function ?sp_info¹:
> helper2.c:219: error: ?shared_iopage_t¹ has no member named ?vcpu_iodata¹
> helper2.c:224: warning: format ?%llx¹ expects type ?long long unsigned int¹,
> but argument 6 has type ?uint32_t¹
> helper2.c:224: warning: format ?%llx¹ expects type ?long long unsigned int¹,
> but argument 7 has type ?uint32_t¹
> helper2.c:226: error: ?ioreq_t¹ has no member named ?io_count¹
> helper2.c: In function ?__cpu_get_ioreq¹:
> helper2.c:235: error: ?shared_iopage_t¹ has no member named ?vcpu_iodata¹
> helper2.c:242: warning: format ?%llx¹ expects type ?long long unsigned int¹,
> but argument 7 has type ?uint32_t¹
> helper2.c:242: warning: format ?%llx¹ expects type ?long long unsigned int¹,
> but argument 8 has type ?uint32_t¹
> helper2.c: In function ?cpu_handle_ioreq¹:
> helper2.c:517: warning: format ?%llx¹ expects type ?long long unsigned int¹,
> but argument 7 has type ?uint32_t¹
> helper2.c:517: warning: format ?%llx¹ expects type ?long long unsigned int¹,
> but argument 8 has type ?uint32_t¹
> make[5]: *** [helper2.o] Error 1
>
> Installing the libpci-dev does not help, as expected.
> I'd be grateful for further hints, I'm at 20858:2636e5619708.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|