qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] event_notifier: move to top-level directory
@ 2011-09-27 14:26 Avi Kivity
  2011-09-27 15:17 ` Stefan Hajnoczi
  2011-11-01 22:18 ` Anthony Liguori
  0 siblings, 2 replies; 17+ messages in thread
From: Avi Kivity @ 2011-09-27 14:26 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel

Has no business in hw/.

Signed-off-by: Avi Kivity <avi@redhat.com>
---
 hw/event_notifier.c => event_notifier.c |    1 -
 hw/event_notifier.h => event_notifier.h |    0
 2 files changed, 0 insertions(+), 1 deletions(-)
 rename hw/event_notifier.c => event_notifier.c (98%)
 rename hw/event_notifier.h => event_notifier.h (100%)

diff --git a/hw/event_notifier.c b/event_notifier.c
similarity index 98%
rename from hw/event_notifier.c
rename to event_notifier.c
index 13f3656..2c73555 100644
--- a/hw/event_notifier.c
+++ b/event_notifier.c
@@ -10,7 +10,6 @@
  * the COPYING file in the top-level directory.
  */
 
-#include "hw.h"
 #include "event_notifier.h"
 #ifdef CONFIG_EVENTFD
 #include <sys/eventfd.h>
diff --git a/hw/event_notifier.h b/event_notifier.h
similarity index 100%
rename from hw/event_notifier.h
rename to event_notifier.h
-- 
1.7.6.3

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

end of thread, other threads:[~2011-11-02 17:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 14:26 [Qemu-devel] [PATCH] event_notifier: move to top-level directory Avi Kivity
2011-09-27 15:17 ` Stefan Hajnoczi
2011-09-27 15:28   ` Jan Kiszka
2011-09-27 16:05     ` Anthony Liguori
2011-09-27 16:39       ` Paolo Bonzini
2011-09-27 21:23         ` Anthony Liguori
2011-09-28  6:27           ` Paolo Bonzini
2011-09-28  7:52             ` Jan Kiszka
2011-09-28  8:00               ` Paolo Bonzini
2011-09-28  9:12           ` Stefan Hajnoczi
2011-11-01 22:18 ` Anthony Liguori
2011-11-02 18:10   ` Alexander Graf
2011-11-02 17:12     ` Avi Kivity
2011-11-02 17:13       ` Avi Kivity
2011-11-02 18:23         ` Alexander Graf
2011-11-02 17:22           ` Avi Kivity
2011-11-02 17:27             ` Alexander Graf

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