qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1.1] declare ECANCELED on all machines
@ 2012-05-10  7:27 Paolo Bonzini
  2012-05-10  8:20 ` Kevin Wolf
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2012-05-10  7:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf

This is needed in particular on Win32.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
        Kevin, this fixes the failure to build block branch on mingw.

 qemu-common.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/qemu-common.h b/qemu-common.h
index 50f659a..cccfb42 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -61,6 +61,9 @@ typedef struct Monitor Monitor;
 #if !defined(ENOTSUP)
 #define ENOTSUP 4096
 #endif
+#if !defined(ECANCELED)
+#define ECANCELED 4097
+#endif
 #ifndef TIME_MAX
 #define TIME_MAX LONG_MAX
 #endif
-- 
1.7.10.1

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

* Re: [Qemu-devel] [PATCH 1.1] declare ECANCELED on all machines
  2012-05-10  7:27 [Qemu-devel] [PATCH 1.1] declare ECANCELED on all machines Paolo Bonzini
@ 2012-05-10  8:20 ` Kevin Wolf
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Wolf @ 2012-05-10  8:20 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel

Am 10.05.2012 09:27, schrieb Paolo Bonzini:
> This is needed in particular on Win32.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>         Kevin, this fixes the failure to build block branch on mingw.
> 
>  qemu-common.h |    3 +++
>  1 file changed, 3 insertions(+)

Thanks, applied to the block branch for 1.1.

Kevin

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

end of thread, other threads:[~2012-05-10  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10  7:27 [Qemu-devel] [PATCH 1.1] declare ECANCELED on all machines Paolo Bonzini
2012-05-10  8:20 ` Kevin Wolf

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).