qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH uq/master 0/2] CPU reset (INIT#) support for KVM
@ 2013-03-09  6:48 Paolo Bonzini
  2013-03-09  6:48 ` [Qemu-devel] [PATCH uq/master 1/2] kvm: detect errors from kvm_arch_process_async_events Paolo Bonzini
  2013-03-09  6:48 ` [Qemu-devel] [PATCH uq/master 2/2] kvm: forward INIT signals coming from the chipset Paolo Bonzini
  0 siblings, 2 replies; 9+ messages in thread
From: Paolo Bonzini @ 2013-03-09  6:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: jan.kiszka, gnatapov, mtosatti, kvm

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

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

end of thread, other threads:[~2013-03-11  7:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-09  6:48 [Qemu-devel] [PATCH uq/master 0/2] CPU reset (INIT#) support for KVM Paolo Bonzini
2013-03-09  6:48 ` [Qemu-devel] [PATCH uq/master 1/2] kvm: detect errors from kvm_arch_process_async_events Paolo Bonzini
2013-03-09  6:48 ` [Qemu-devel] [PATCH uq/master 2/2] kvm: forward INIT signals coming from the chipset Paolo Bonzini
2013-03-10 11:54   ` Gleb Natapov
2013-03-10 14:28     ` Paolo Bonzini
2013-03-10 14:55       ` Gleb Natapov
2013-03-10 15:04         ` Paolo Bonzini
2013-03-10 15:24           ` Gleb Natapov
2013-03-11  7:35             ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).