[Qemu-devel] [PATCH] tcg-hppa: Support deposit opcode.

2011-06-20 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/hppa/tcg-target.c | 24 tcg/hppa/tcg-target.h |1 + 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/tcg/hppa/tcg-target.c b/tcg/hppa/tcg-target.c index 95f3316..16423aa 100644 --- a/tcg/hppa/tcg-target.c +++ b

Re: [Qemu-devel] [PATCH v5 2/5] guest agent: qemu-ga daemon

2011-06-20 Thread Michael Roth
On 06/20/2011 09:16 AM, Luiz Capitulino wrote: On Sun, 19 Jun 2011 14:00:30 -0500 Michael Roth wrote: On 06/17/2011 10:25 PM, Luiz Capitulino wrote: On Fri, 17 Jun 2011 16:25:32 -0500 Michael Roth wrote: On 06/17/2011 03:13 PM, Luiz Capitulino wrote: On Fri, 17 Jun 2011 14:21:31 -0500 Mi

Re: [Qemu-devel] [PATCH 0/2] Introduce panic hypercall

2011-06-20 Thread Gleb Natapov
On Mon, Jun 20, 2011 at 07:34:57PM +0300, Avi Kivity wrote: > >The only two things which came to my mind are: > > > > * NMI (aka. ipmitool diag) - already available in qemu/kvm - but requires > >in-guest kexec/kdump > > * Hardware-Watchdog (also available in qemu/libvirt) > > A watchdog has

Re: [Qemu-devel] [PATCH 0/2] Introduce panic hypercall

2011-06-20 Thread Gleb Natapov
On Mon, Jun 20, 2011 at 08:23:20PM +0300, Avi Kivity wrote: > On 06/20/2011 08:13 PM, Jan Kiszka wrote: > >> A watchdog has the advantage that is also detects lockups. > >> > >> In fact you could implement the panic device via the existing > >> watchdogs. Simply program the timer for the minimu

[Qemu-devel] [PATCH 4/4] xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN

2011-06-20 Thread Jan Kiszka
From: Jan Kiszka Xen won't be enabled if there is no backend support available for the host. And that also means the map cache will work. So drop the separate config switch and move the required stubs over to xen-stub.c. Signed-off-by: Jan Kiszka --- Makefile.target |5 + configure

[Qemu-devel] [PATCH 1/4] xen: Clean up build system

2011-06-20 Thread Jan Kiszka
From: Jan Kiszka Introduce CONFIG_XEN_BACKEND so that this new config solely controls the target-independent backend build and CONFIG_XEN can focus on per-target building. Signed-off-by: Jan Kiszka --- Makefile.objs |4 ++-- Makefile.target | 13 +++-- configure |2 +-

[Qemu-devel] [PATCH 2/4] xen: Uninline xen_unmap_block

2011-06-20 Thread Jan Kiszka
From: Jan Kiszka No reason to inline this helper. Also, cleaning up the header unbreaks non-UNIX building where sys/mman.h is not available. Signed-off-by: Jan Kiszka --- exec.c |1 + xen-mapcache-stub.c |4 xen-mapcache.c |9 + xen-mapcache.h |

[Qemu-devel] [PATCH 0/4] Xen cleanups

2011-06-20 Thread Jan Kiszka
I came across some Xen oddities I couldn't help to clean up. These patches - simplify the build - remove a win32 breakage from xen-mapcache.h - move the map cache functions out of the generic name space Jan Kiszka (4): xen: Clean up build system xen: Uninline xen_unmap_block xen: Clean up

[Qemu-devel] [PATCH 3/4] xen: Clean up map cache API naming

2011-06-20 Thread Jan Kiszka
From: Jan Kiszka The map cache is a Xen thing, so its API should make this clear. Signed-off-by: Jan Kiszka --- exec.c | 10 +- trace-events|6 +++--- xen-all.c |4 ++-- xen-mapcache-stub.c | 13 +++-- xen-mapcache.c | 43 ++

Re: [Qemu-devel] [PATCH 2/2] qxl: add QXL_IO_UPDATE_MEM for guest S3&S4 support

2011-06-20 Thread Yonit Halperin
On 06/20/2011 07:32 PM, Alon Levy wrote: On Mon, Jun 20, 2011 at 05:50:32PM +0200, Gerd Hoffmann wrote: On 06/20/11 17:11, Alon Levy wrote: On Mon, Jun 20, 2011 at 04:07:59PM +0200, Gerd Hoffmann wrote: What is the difference to one worker->stop() + worker->start() cycle? ok, stop+start won

<    1   2