* [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; 3+ 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] 3+ messages in thread
* [Qemu-devel] [PATCH 1/2] usb: Clean common object and dependency files
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 ` Stefan Hajnoczi
2012-08-01 11:12 ` [Qemu-devel] [PATCH 2/2] qom: Clean libuser " Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-08-01 11:12 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Jan Kiszka, qemu-devel, Stefan Hajnoczi
From: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 621cb86..d872d46 100644
--- a/Makefile
+++ b/Makefile
@@ -216,7 +216,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.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Qemu-devel] [PATCH 2/2] qom: Clean libuser object and dependency files
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 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2012-08-01 11:12 UTC (permalink / raw)
To: Anthony Liguori; +Cc: Jan Kiszka, qemu-devel, Stefan Hajnoczi
From: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index d872d46..000b46c 100644
--- a/Makefile
+++ b/Makefile
@@ -215,7 +215,7 @@ clean:
rm -f *.o *.d *.a *.lo $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~
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 qom/*.o qom/*.d libuser/qom/*.o libuser/qom/*.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
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-01 11:12 UTC | newest]
Thread overview: 3+ 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
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).