public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* ioctl number overlap?
@ 2009-06-15 19:09 Beth Kon
  2009-06-15 20:19 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Beth Kon @ 2009-06-15 19:09 UTC (permalink / raw)
  To: kvm

kvm.h has

#define KVM_SET_GUEST_DEBUG       _IOW(KVMIO,  0x9b, struct kvm_guest_debug)

and

#define KVM_IA64_VCPU_SET_STACK   _IOW(KVMIO,  0x9b, void *)

Seems that these could conflict?

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

end of thread, other threads:[~2009-06-15 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-15 19:09 ioctl number overlap? Beth Kon
2009-06-15 20:19 ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox