qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/2] Trivial patches for 22 July to 1 August 2012
@ 2012-08-01 11:12 Stefan Hajnoczi
  2012-08-01 11:12 ` [Qemu-devel] [PATCH 1/2] usb: Clean common object and dependency files Stefan Hajnoczi
  2012-08-01 11:12 ` [Qemu-devel] [PATCH 2/2] qom: Clean libuser " Stefan Hajnoczi
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2012-08-01 11:12 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Stefan Hajnoczi

The following changes since commit 0b22ef0f57a8910d849602bef0940edcd0553d2c:

  configure: -I\$(SRC_PATH) goes in QEMU_INCLUDES not QEMU_CFLAGS (2012-07-31 20:06:03 +0000)

are available in the git repository at:

  git://github.com/stefanha/qemu.git trivial-patches

for you to fetch changes up to 8a7eaa60bc807251817dc4189328093144006c78:

  qom: Clean libuser object and dependency files (2012-08-01 10:43:52 +0100)

----------------------------------------------------------------
Jan Kiszka (2):
      usb: Clean common object and dependency files
      qom: Clean libuser object and dependency files

 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Qemu-devel] [PATCH 1/2] usb: Clean common object and dependency files
@ 2012-07-23 11:44 Jan Kiszka
  2012-07-23 11:45 ` [Qemu-devel] [PATCH 2/2] qom: Clean libuser " Jan Kiszka
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2012-07-23 11:44 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ab82ef3..1b3882a 100644
--- a/Makefile
+++ b/Makefile
@@ -218,7 +218,7 @@ clean:
 	rm -Rf .libs
 	rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d net/*.o net/*.d fsdev/*.o fsdev/*.d ui/*.o ui/*.d qapi/*.o qapi/*.d qga/*.o qga/*.d
 	rm -f qom/*.o qom/*.d
-	rm -f usb/*.o usb/*.d hw/*.o hw/*.d
+	rm -f hw/usb/*.o hw/usb/*.d hw/*.o hw/*.d
 	rm -f qemu-img-cmds.h
 	rm -f trace/*.o trace/*.d
 	rm -f trace-dtrace.dtrace trace-dtrace.dtrace-timestamp
-- 
1.7.3.4

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

end of thread, other threads:[~2012-08-01 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 11:12 [Qemu-devel] [PULL 0/2] Trivial patches for 22 July to 1 August 2012 Stefan Hajnoczi
2012-08-01 11:12 ` [Qemu-devel] [PATCH 1/2] usb: Clean common object and dependency files Stefan Hajnoczi
2012-08-01 11:12 ` [Qemu-devel] [PATCH 2/2] qom: Clean libuser " Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2012-07-23 11:44 [Qemu-devel] [PATCH 1/2] usb: Clean common " Jan Kiszka
2012-07-23 11:45 ` [Qemu-devel] [PATCH 2/2] qom: Clean libuser " Jan Kiszka

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