From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEDab-0005rO-C2 for qemu-devel@nongnu.org; Sat, 09 Mar 2013 01:49:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEDaU-0005oA-83 for qemu-devel@nongnu.org; Sat, 09 Mar 2013 01:49:05 -0500 Received: from mail-ee0-f53.google.com ([74.125.83.53]:40105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEDaU-0005nr-1z for qemu-devel@nongnu.org; Sat, 09 Mar 2013 01:48:58 -0500 Received: by mail-ee0-f53.google.com with SMTP id e53so1373623eek.12 for ; Fri, 08 Mar 2013 22:48:57 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Sat, 9 Mar 2013 07:48:48 +0100 Message-Id: <1362811730-6716-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH uq/master 0/2] CPU reset (INIT#) support for KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com, gnatapov@redhat.com, mtosatti@redhat.com, kvm@vger.kernel.org This is a follow up to the series I posted earlier this week to support CPU soft reset. It is a no-op without that series, but it can be applied independently. The combined series is available at branch x86-soft-reset of my github repository (git://github.com/bonzini/qemu.git). With this series and the corresponding hypervisor patches, the init test of kvm-unit-tests now passes: $ x86_64-softmmu/qemu-system-x86_64 \ -kernel ../../kvm-unit-tests/x86/init.flat \ -serial mon:stdio -display none \ -device isa-debug-exit,iobase=0xf4 \ --enable-kvm -machine kernel_irqchip=on enabling apic testing port 92 init... enabling apic testing kbd controller reset... enabling apic testing kbd controller init... enabling apic testing 0xcf9h init... enabling apic testing init to BSP... enabling apic Paolo Paolo Bonzini (2): kvm: report errors from kvm_arch_process_async_events kvm: forward INIT signals coming from the chipset kvm-all.c | 8 +++++++- target-i386/kvm.c | 34 +++++++++++++++++++++++----------- 2 files changed, 30 insertions(+), 12 deletions(-) -- 1.8.1.4