Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-10-04 Thread Paolo Bonzini
Il 04/10/2013 18:52, Andreas Färber ha scritto: > Am 04.10.2013 18:47, schrieb Paolo Bonzini: >> Il 26/08/2013 18:17, Michael S. Tsirkin ha scritto: >>> On Mon, Aug 26, 2013 at 05:17:07PM +0200, Andreas Färber wrote: Am 26.08.2013 17:01, schrieb Paolo Bonzini: > Il 26/08/2013 16:34, Andrea

Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-10-04 Thread Andreas Färber
Am 04.10.2013 18:47, schrieb Paolo Bonzini: > Il 26/08/2013 18:17, Michael S. Tsirkin ha scritto: >> On Mon, Aug 26, 2013 at 05:17:07PM +0200, Andreas Färber wrote: >>> Am 26.08.2013 17:01, schrieb Paolo Bonzini: Il 26/08/2013 16:34, Andreas Färber ha scritto: > Am 26.08.2013 14:21, schrie

Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-10-04 Thread Paolo Bonzini
Il 26/08/2013 18:17, Michael S. Tsirkin ha scritto: > On Mon, Aug 26, 2013 at 05:17:07PM +0200, Andreas Färber wrote: >> Am 26.08.2013 17:01, schrieb Paolo Bonzini: >>> Il 26/08/2013 16:34, Andreas Färber ha scritto: Am 26.08.2013 14:21, schrieb Paolo Bonzini: > Il 13/08/2013 00:02, Paolo

Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-08-26 Thread Michael S. Tsirkin
On Mon, Aug 26, 2013 at 05:17:07PM +0200, Andreas Färber wrote: > Am 26.08.2013 17:01, schrieb Paolo Bonzini: > > Il 26/08/2013 16:34, Andreas Färber ha scritto: > >> Am 26.08.2013 14:21, schrieb Paolo Bonzini: > >>> Il 13/08/2013 00:02, Paolo Bonzini ha scritto: > vapic requires the VAPIC ROM

Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-08-26 Thread Andreas Färber
Am 26.08.2013 17:01, schrieb Paolo Bonzini: > Il 26/08/2013 16:34, Andreas Färber ha scritto: >> Am 26.08.2013 14:21, schrieb Paolo Bonzini: >>> Il 13/08/2013 00:02, Paolo Bonzini ha scritto: vapic requires the VAPIC ROM to be mapped into RAM. This is not possible without PAM hardware.

Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-08-26 Thread Paolo Bonzini
Il 26/08/2013 16:34, Andreas Färber ha scritto: > Am 26.08.2013 14:21, schrieb Paolo Bonzini: >> Il 13/08/2013 00:02, Paolo Bonzini ha scritto: >>> vapic requires the VAPIC ROM to be mapped into RAM. This is not >>> possible without PAM hardware. This fixes a segmentation fault >>> running with -

Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-08-26 Thread Andreas Färber
Am 26.08.2013 14:21, schrieb Paolo Bonzini: > Il 13/08/2013 00:02, Paolo Bonzini ha scritto: >> vapic requires the VAPIC ROM to be mapped into RAM. This is not >> possible without PAM hardware. This fixes a segmentation fault >> running with -M isapc. >> >> Cc: qemu-sta...@nongnu.org >> Signed-of

Re: [Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-08-26 Thread Paolo Bonzini
Il 13/08/2013 00:02, Paolo Bonzini ha scritto: > vapic requires the VAPIC ROM to be mapped into RAM. This is not > possible without PAM hardware. This fixes a segmentation fault > running with -M isapc. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Paolo Bonzini > --- > > diff --git a/hw/i38

[Qemu-devel] [PATCH for-1.6] isapc: disable kvmvapic

2013-08-12 Thread Paolo Bonzini
vapic requires the VAPIC ROM to be mapped into RAM. This is not possible without PAM hardware. This fixes a segmentation fault running with -M isapc. Cc: qemu-sta...@nongnu.org Signed-off-by: Paolo Bonzini --- diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index a19e172..3aa244a 100644 ---