* [Qemu-devel] [PULL 0/1] Block patches
@ 2018-06-13 14:53 Jeff Cody
2018-06-13 14:53 ` [Qemu-devel] [PULL 1/1] block: Ignore generated job QAPI files Jeff Cody
2018-06-14 13:04 ` [Qemu-devel] [PULL 0/1] Block patches Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Jeff Cody @ 2018-06-13 14:53 UTC (permalink / raw)
To: qemu-block; +Cc: peter.maydell, jcody, eblake, qemu-devel
The following changes since commit 2ab09bf2f9f55b9fb8d2de6eb2ba2a8570e268e2:
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' into staging (2018-06-12 15:34:34 +0100)
are available in the git repository at:
git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
for you to fetch changes up to b61acdecbf19c3c5a327baec1e8e4c06d0da68b7:
block: Ignore generated job QAPI files (2018-06-13 10:51:49 -0400)
----------------------------------------------------------------
Block patch for .gitignore
----------------------------------------------------------------
Eric Blake (1):
block: Ignore generated job QAPI files
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
--
2.13.6
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL 1/1] block: Ignore generated job QAPI files
2018-06-13 14:53 [Qemu-devel] [PULL 0/1] Block patches Jeff Cody
@ 2018-06-13 14:53 ` Jeff Cody
2018-06-14 13:04 ` [Qemu-devel] [PULL 0/1] Block patches Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Cody @ 2018-06-13 14:53 UTC (permalink / raw)
To: qemu-block; +Cc: peter.maydell, jcody, eblake, qemu-devel
From: Eric Blake <eblake@redhat.com>
Commit bf42508f introduced new generated files; make sure they
don't get accidentally committed from an in-tree build.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 20180531212435.165261-1-eblake@redhat.com
Signed-off-by: Jeff Cody <jcody@redhat.com>
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 81e1f2fb0f..9da3b3e626 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@
/qapi/qapi-commands-common.[ch]
/qapi/qapi-commands-crypto.[ch]
/qapi/qapi-commands-introspect.[ch]
+/qapi/qapi-commands-job.[ch]
/qapi/qapi-commands-migration.[ch]
/qapi/qapi-commands-misc.[ch]
/qapi/qapi-commands-net.[ch]
@@ -53,6 +54,7 @@
/qapi/qapi-events-common.[ch]
/qapi/qapi-events-crypto.[ch]
/qapi/qapi-events-introspect.[ch]
+/qapi/qapi-events-job.[ch]
/qapi/qapi-events-migration.[ch]
/qapi/qapi-events-misc.[ch]
/qapi/qapi-events-net.[ch]
@@ -71,6 +73,7 @@
/qapi/qapi-types-common.[ch]
/qapi/qapi-types-crypto.[ch]
/qapi/qapi-types-introspect.[ch]
+/qapi/qapi-types-job.[ch]
/qapi/qapi-types-migration.[ch]
/qapi/qapi-types-misc.[ch]
/qapi/qapi-types-net.[ch]
@@ -88,6 +91,7 @@
/qapi/qapi-visit-common.[ch]
/qapi/qapi-visit-crypto.[ch]
/qapi/qapi-visit-introspect.[ch]
+/qapi/qapi-visit-job.[ch]
/qapi/qapi-visit-migration.[ch]
/qapi/qapi-visit-misc.[ch]
/qapi/qapi-visit-net.[ch]
--
2.13.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/1] Block patches
2018-06-13 14:53 [Qemu-devel] [PULL 0/1] Block patches Jeff Cody
2018-06-13 14:53 ` [Qemu-devel] [PULL 1/1] block: Ignore generated job QAPI files Jeff Cody
@ 2018-06-14 13:04 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2018-06-14 13:04 UTC (permalink / raw)
To: Jeff Cody; +Cc: Qemu-block, Eric Blake, QEMU Developers
On 13 June 2018 at 15:53, Jeff Cody <jcody@redhat.com> wrote:
> The following changes since commit 2ab09bf2f9f55b9fb8d2de6eb2ba2a8570e268e2:
>
> Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' into staging (2018-06-12 15:34:34 +0100)
>
> are available in the git repository at:
>
> git://github.com/codyprime/qemu-kvm-jtc.git tags/block-pull-request
>
> for you to fetch changes up to b61acdecbf19c3c5a327baec1e8e4c06d0da68b7:
>
> block: Ignore generated job QAPI files (2018-06-13 10:51:49 -0400)
>
> ----------------------------------------------------------------
> Block patch for .gitignore
> ----------------------------------------------------------------
>
> Eric Blake (1):
> block: Ignore generated job QAPI files
>
> .gitignore | 4 ++++
> 1 file changed, 4 insertions(+)
>
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-06-14 13:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13 14:53 [Qemu-devel] [PULL 0/1] Block patches Jeff Cody
2018-06-13 14:53 ` [Qemu-devel] [PULL 1/1] block: Ignore generated job QAPI files Jeff Cody
2018-06-14 13:04 ` [Qemu-devel] [PULL 0/1] Block patches Peter Maydell
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).