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
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
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
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
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
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 +-
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 |
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
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 ++
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
101 - 110 of 110 matches
Mail list logo