qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Tree broken by nbd: support feature negotiation commit.
@ 2011-09-21  7:27 Brad
  2011-09-21  7:32 ` Paolo Bonzini
  0 siblings, 1 reply; 6+ messages in thread
From: Brad @ 2011-09-21  7:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Paolo Bonzini

The following commit..

nbd: support feature negotiation

nbd supports writing flags in bytes 24...27 of the header,
and uses that for the read-only flag.  Add support for it
in qemu-nbd.

breaks the tree on what looks like anything but Linux.

Besides the obvious issue..

nbd.c:443: error: conflicting types for 'nbd_init'
nbd.h:71: error: previous declaration of 'nbd_init' was here

The changing of #ifndef _WIN32 to #ifdef __linux__ in nbd.c also
looks questionable to me.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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

end of thread, other threads:[~2011-09-21  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21  7:27 [Qemu-devel] Tree broken by nbd: support feature negotiation commit Brad
2011-09-21  7:32 ` Paolo Bonzini
2011-09-21  7:42   ` Kevin Wolf
2011-09-21  7:43   ` Brad
2011-09-21  9:21     ` Paolo Bonzini
2011-09-21  9:23       ` Brad

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