[Qemu-devel] Re: [PATCH] win32: Fix compiler errors from u_int64_t

2010-04-05 Thread Michael S. Tsirkin
On Mon, Apr 05, 2010 at 08:01:16PM +0200, Stefan Weil wrote: > Michael S. Tsirkin schrieb: > > On Thu, Apr 01, 2010 at 11:56:25PM +0200, Stefan Weil wrote: > >> u_int64_t raises compiler error messages: > >> > >> CC libhw32/virtio.o > >> /qemu/ar7/hw/virtio.c: In function ‘virtio_queue_get_avail_si

[Qemu-devel] Re: [PATCH] win32: Fix compiler errors from u_int64_t

2010-04-05 Thread Stefan Weil
Michael S. Tsirkin schrieb: > On Thu, Apr 01, 2010 at 11:56:25PM +0200, Stefan Weil wrote: >> u_int64_t raises compiler error messages: >> >> CC libhw32/virtio.o >> /qemu/ar7/hw/virtio.c: In function ‘virtio_queue_get_avail_size’: >> /qemu/ar7/hw/virtio.c:776: error: ‘u_int64_t’ undeclared (first u

[Qemu-devel] Re: [PATCH] win32: Fix compiler errors from u_int64_t

2010-04-04 Thread Michael S. Tsirkin
On Thu, Apr 01, 2010 at 11:56:25PM +0200, Stefan Weil wrote: > u_int64_t raises compiler error messages: > > CClibhw32/virtio.o > /qemu/ar7/hw/virtio.c: In function ‘virtio_queue_get_avail_size’: > /qemu/ar7/hw/virtio.c:776: error: ‘u_int64_t’ undeclared (first use in this > function) > /qe