All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1.5 v5 0/5] fix win32 compilation
@ 2013-04-27 11:48 Paolo Bonzini
  2013-04-27 11:48 ` [Qemu-devel] [PATCH 1/5] win32: add generic RC rules to rules.mak Paolo Bonzini
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Paolo Bonzini @ 2013-04-27 11:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel, sw

Here is a fix for the Win32 compilation problem that Blue reported,
and another two nits I found while testing.  After these patches, a
cross libtool is not needed anymore to build on Win32.

Paolo Bonzini (5):
  win32: add generic RC rules to rules.mak
  win32: move Makefile dependencies on version-obj-y to rules.mak
  win32: generate console executable again
  add missing inclusions of config-host.h
  win32: add readv/writev emulation

 Makefile                    |  5 +----
 Makefile.target             |  2 +-
 include/qemu-common.h       | 22 ++--------------------
 include/qemu/osdep.h        | 16 ++++++++++++++++
 qga/channel-posix.c         |  1 +
 rules.mak                   |  7 +++++++
 tests/libi2c-omap.c         |  1 +
 tests/libqtest.c            |  1 +
 tests/tcg/test-i386-fprem.c |  1 +
 tests/test-mul64.c          |  1 +
 ui/sdl_zoom.c               |  1 +
 ui/vnc.c                    |  1 +
 util/hbitmap.c              |  1 +
 util/iov.c                  |  2 +-
 util/osdep.c                | 43 +++++++++++++++++++++++++++++++++++++++++++
 15 files changed, 79 insertions(+), 26 deletions(-)

-- 
1.8.2

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-27 21:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-27 11:48 [Qemu-devel] [PATCH 1.5 v5 0/5] fix win32 compilation Paolo Bonzini
2013-04-27 11:48 ` [Qemu-devel] [PATCH 1/5] win32: add generic RC rules to rules.mak Paolo Bonzini
2013-04-27 11:48 ` [Qemu-devel] [PATCH 2/5] win32: move Makefile dependencies on version-obj-y " Paolo Bonzini
2013-04-27 11:48 ` [Qemu-devel] [PATCH 3/5] win32: generate console executable again Paolo Bonzini
2013-04-27 11:48 ` [Qemu-devel] [PATCH 4/5] add missing inclusions of config-host.h Paolo Bonzini
2013-04-27 13:11   ` Peter Maydell
2013-04-27 13:14     ` Paolo Bonzini
2013-04-27 13:19       ` Peter Maydell
2013-04-27 21:08         ` Paolo Bonzini
2013-04-27 11:48 ` [Qemu-devel] [PATCH 5/5] win32: add readv/writev emulation Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.