qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Roy Tam <roytam@gmail.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [BREAKAGE] KVM pulls break MinGW builds
Date: Thu, 23 Jun 2011 08:41:15 +0800	[thread overview]
Message-ID: <BANLkTinwt0M8uv9rjTC76wF2sRXziqk1hQ@mail.gmail.com> (raw)

The pulls makes KVM enabled by default, which is not available in
MinGW(Win32) environment. Even through I put --disable-kvm switch in
./configure, I still can't get QEMU compiled:

(...)
  CC    i386-softmmu/pc_piix.o
  CC    i386-softmmu/kvmclock.o
In file included from C:/msys/home/User/qemu/hw/kvmclock.c:20:
../linux-headers/linux/kvm.h:10:25: warning: linux/types.h: No such
file or directory
../linux-headers/linux/kvm.h:12:25: warning: linux/ioctl.h: No such
file or directory
In file included from ../linux-headers/linux/kvm.h:13,
                 from C:/msys/home/User/qemu/hw/kvmclock.c:20:
../linux-headers/asm/kvm.h:32: error: syntax error before "__u32"
../linux-headers/asm/kvm.h:32: warning: no semicolon at end of struct or union
(...)
../linux-headers/linux/kvm.h:140: error: previous declaration of 'pad' was here
../linux-headers/asm/kvm_para.h:74: warning: data definition has no
type or storage class
../linux-headers/asm/kvm_para.h:75: error: syntax error before "enabled"
../linux-headers/asm/kvm_para.h:75: warning: type defaults to `int' in
declaration of `enabled'
../linux-headers/asm/kvm_para.h:75: warning: data definition has no
type or storage class
C:/msys/home/User/qemu/hw/kvmclock.c: In function `kvmclock_pre_save':
C:/msys/home/User/qemu/hw/kvmclock.c:32: error: storage size of 'data'
isn't known
C:/msys/home/User/qemu/hw/kvmclock.c:38: error: invalid application of
`sizeof' to incomplete type `kvm_clock_data'
C:/msys/home/User/qemu/hw/kvmclock.c:32: warning: unused variable `data'
C:/msys/home/User/qemu/hw/kvmclock.c: In function `kvmclock_post_load':
C:/msys/home/User/qemu/hw/kvmclock.c:55: error: storage size of 'data'
isn't known
C:/msys/home/User/qemu/hw/kvmclock.c:59: error: invalid application of
`sizeof' to incomplete type `kvm_clock_data'
C:/msys/home/User/qemu/hw/kvmclock.c:55: warning: unused variable `data'
C:/msys/home/User/qemu/hw/kvmclock.c: At top level:
../linux-headers/asm/kvm.h:320: error: storage size of `xcrs' isn't known
../linux-headers/linux/kvm.h:78: error: storage size of `breakpoints'
isn't known
../linux-headers/linux/kvm.h:383: error: storage size of `arch' isn't known

             reply	other threads:[~2011-06-23  0:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-23  0:41 Roy Tam [this message]
2011-06-24 20:59 ` [Qemu-devel] [BREAKAGE] KVM pulls break MinGW builds Jonathan A. Kollasch
2011-06-25  7:27   ` Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTinwt0M8uv9rjTC76wF2sRXziqk1hQ@mail.gmail.com \
    --to=roytam@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).