All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011
@ 2011-08-03 10:20 Stefan Hajnoczi
  2011-08-03 10:20 ` [Qemu-devel] [PATCH 1/3] configure: display "no" for disabled kvm/vhost-net Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-08-03 10:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Stefan Hajnoczi

The following changes since commit 927d721777e73339f73719f36eaf400ab641366c:

  microblaze: Add missing call to qemu_init_vcpu. (2011-07-31 06:40:13 +0200)

are available in the git repository at:
  ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches

Alexandre Raymond (1):
      Makefile: delete config.log in distclean

Brad (1):
      configure: display "no" for disabled kvm/vhost-net

Zhi Yong Wu (1):
      HMP: Remove the duplicated info "info kvm" in hmp-commands.hx.

 Makefile        |    1 +
 configure       |    4 ++--
 hmp-commands.hx |    2 --
 3 files changed, 3 insertions(+), 4 deletions(-)

-- 
1.7.5.4

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

* [Qemu-devel] [PATCH 1/3] configure: display "no" for disabled kvm/vhost-net
  2011-08-03 10:20 [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Stefan Hajnoczi
@ 2011-08-03 10:20 ` Stefan Hajnoczi
  2011-08-03 10:20 ` [Qemu-devel] [PATCH 2/3] HMP: Remove the duplicated info "info kvm" in hmp-commands.hx Stefan Hajnoczi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-08-03 10:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Stefan Hajnoczi, Brad

From: Brad <brad@comstyle.com>

Fix configure display for non-Linux OS's and the KVM /
vhost-net features to show "no" output instead of nothing
at the end of the line.

Signed-off-by: Brad Smith <brad@comstyle.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 77194cf..9d46780 100755
--- a/configure
+++ b/configure
@@ -113,7 +113,6 @@ curl=""
 curses=""
 docs=""
 fdt=""
-kvm=""
 nptl=""
 sdl=""
 vnc="yes"
@@ -129,9 +128,10 @@ xen=""
 xen_ctrl_version=""
 linux_aio=""
 attr=""
-vhost_net=""
 xfs=""
 
+vhost_net="no"
+kvm="no"
 gprof="no"
 debug_tcg="no"
 debug_mon="no"
-- 
1.7.5.4

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

* [Qemu-devel] [PATCH 2/3] HMP: Remove the duplicated info "info kvm" in hmp-commands.hx.
  2011-08-03 10:20 [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Stefan Hajnoczi
  2011-08-03 10:20 ` [Qemu-devel] [PATCH 1/3] configure: display "no" for disabled kvm/vhost-net Stefan Hajnoczi
@ 2011-08-03 10:20 ` Stefan Hajnoczi
  2011-08-03 10:20 ` [Qemu-devel] [PATCH 3/3] Makefile: delete config.log in distclean Stefan Hajnoczi
  2011-08-04 22:43 ` [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Anthony Liguori
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-08-03 10:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Zhi Yong Wu, Stefan Hajnoczi

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 hmp-commands.hx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/hmp-commands.hx b/hmp-commands.hx
index c857827..0ccfb28 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1311,8 +1311,6 @@ show virtual to physical memory mappings (i386, SH4 and SPARC only)
 show the active virtual memory mappings (i386 only)
 @item info jit
 show dynamic compiler info
-@item info kvm
-show KVM information
 @item info numa
 show NUMA information
 @item info kvm
-- 
1.7.5.4

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

* [Qemu-devel] [PATCH 3/3] Makefile: delete config.log in distclean
  2011-08-03 10:20 [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Stefan Hajnoczi
  2011-08-03 10:20 ` [Qemu-devel] [PATCH 1/3] configure: display "no" for disabled kvm/vhost-net Stefan Hajnoczi
  2011-08-03 10:20 ` [Qemu-devel] [PATCH 2/3] HMP: Remove the duplicated info "info kvm" in hmp-commands.hx Stefan Hajnoczi
@ 2011-08-03 10:20 ` Stefan Hajnoczi
  2011-08-04 22:43 ` [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Anthony Liguori
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-08-03 10:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alexandre Raymond, Anthony Liguori, Stefan Hajnoczi

From: Alexandre Raymond <cerbere@gmail.com>

Distclean should remove anything created by the configure script.

Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 4855251..a0218a3 100644
--- a/Makefile
+++ b/Makefile
@@ -226,6 +226,7 @@ distclean: clean
 	rm -f qemu-doc.fn qemu-doc.fns qemu-doc.info qemu-doc.ky qemu-doc.kys
 	rm -f qemu-doc.log qemu-doc.pdf qemu-doc.pg qemu-doc.toc qemu-doc.tp
 	rm -f qemu-doc.vr
+	rm -f config.log
 	rm -f qemu-tech.info qemu-tech.aux qemu-tech.cp qemu-tech.dvi qemu-tech.fn qemu-tech.info qemu-tech.ky qemu-tech.log qemu-tech.pdf qemu-tech.pg qemu-tech.toc qemu-tech.tp qemu-tech.vr
 	for d in $(TARGET_DIRS) $(QEMULIBS); do \
 	rm -rf $$d || exit 1 ; \
-- 
1.7.5.4

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

* Re: [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011
  2011-08-03 10:20 [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Stefan Hajnoczi
                   ` (2 preceding siblings ...)
  2011-08-03 10:20 ` [Qemu-devel] [PATCH 3/3] Makefile: delete config.log in distclean Stefan Hajnoczi
@ 2011-08-04 22:43 ` Anthony Liguori
  3 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2011-08-04 22:43 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

On 08/03/2011 05:20 AM, Stefan Hajnoczi wrote:
> The following changes since commit 927d721777e73339f73719f36eaf400ab641366c:
>
>    microblaze: Add missing call to qemu_init_vcpu. (2011-07-31 06:40:13 +0200)
>
> are available in the git repository at:
>    ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Alexandre Raymond (1):
>        Makefile: delete config.log in distclean
>
> Brad (1):
>        configure: display "no" for disabled kvm/vhost-net
>
> Zhi Yong Wu (1):
>        HMP: Remove the duplicated info "info kvm" in hmp-commands.hx.
>
>   Makefile        |    1 +
>   configure       |    4 ++--
>   hmp-commands.hx |    2 --
>   3 files changed, 3 insertions(+), 4 deletions(-)
>

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

end of thread, other threads:[~2011-08-04 22:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-03 10:20 [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Stefan Hajnoczi
2011-08-03 10:20 ` [Qemu-devel] [PATCH 1/3] configure: display "no" for disabled kvm/vhost-net Stefan Hajnoczi
2011-08-03 10:20 ` [Qemu-devel] [PATCH 2/3] HMP: Remove the duplicated info "info kvm" in hmp-commands.hx Stefan Hajnoczi
2011-08-03 10:20 ` [Qemu-devel] [PATCH 3/3] Makefile: delete config.log in distclean Stefan Hajnoczi
2011-08-04 22:43 ` [Qemu-devel] [PULL 0/3] Trivial patches for July 28 to August 3 2011 Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.