* [Qemu-devel] [PATCH] gitignore: ignore more files
@ 2013-03-22 8:44 liguang
2013-03-22 8:44 ` [Qemu-devel] [PATCH] qdev: remove redundant abort() liguang
2013-03-22 14:57 ` [Qemu-devel] [PATCH] gitignore: ignore more files Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: liguang @ 2013-03-22 8:44 UTC (permalink / raw)
To: qemu-trivial, qemu-devel; +Cc: liguang
ignore *.patch, *.gcda, *.gcno
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 27ad002..9c234a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,6 +80,9 @@ fsdev/virtfs-proxy-helper.pod
*.swp
*.orig
.pc
+*.patch
+*.gcda
+*.gcno
patches
pc-bios/bios-pq/status
pc-bios/vgabios-pq/status
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Qemu-devel] [PATCH] qdev: remove redundant abort()
2013-03-22 8:44 [Qemu-devel] [PATCH] gitignore: ignore more files liguang
@ 2013-03-22 8:44 ` liguang
2013-03-22 14:57 ` [Qemu-devel] [PATCH] gitignore: ignore more files Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: liguang @ 2013-03-22 8:44 UTC (permalink / raw)
To: qemu-trivial, qemu-devel; +Cc: liguang
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
hw/qdev.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/hw/qdev.c b/hw/qdev.c
index 689cd54..2bed9d8 100644
--- a/hw/qdev.c
+++ b/hw/qdev.c
@@ -116,11 +116,10 @@ DeviceState *qdev_create(BusState *bus, const char *name)
if (bus) {
error_report("Unknown device '%s' for bus '%s'", name,
object_get_typename(OBJECT(bus)));
- abort();
} else {
error_report("Unknown device '%s' for default sysbus", name);
- abort();
}
+ abort();
}
return dev;
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] gitignore: ignore more files
2013-03-22 8:44 [Qemu-devel] [PATCH] gitignore: ignore more files liguang
2013-03-22 8:44 ` [Qemu-devel] [PATCH] qdev: remove redundant abort() liguang
@ 2013-03-22 14:57 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2013-03-22 14:57 UTC (permalink / raw)
To: liguang; +Cc: qemu-trivial, qemu-devel
On Fri, Mar 22, 2013 at 04:44:13PM +0800, liguang wrote:
> ignore *.patch, *.gcda, *.gcno
>
> Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
> ---
> .gitignore | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
Merged this and the next patch you sent.
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-22 14:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 8:44 [Qemu-devel] [PATCH] gitignore: ignore more files liguang
2013-03-22 8:44 ` [Qemu-devel] [PATCH] qdev: remove redundant abort() liguang
2013-03-22 14:57 ` [Qemu-devel] [PATCH] gitignore: ignore more files 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).