Re: [Qemu-devel] [PATCH v13 0/8] pv event interface between host and guest

2013-03-06 Thread li guang
在 2013-03-06三的 10:07 +0100,Paolo Bonzini写道: > Il 06/03/2013 09:56, Hu Tao ha scritto: > >> > > >> > Something like this should work (in SeaBIOS's src/acpi-dsdt-isa.dsl): > >> > > >> > Device(PEVT) { > >> > Name(_HID, EisaId("QEMU0001")) > >> > OperationRegion(PEOR, SystemIO, 0

Re: [SeaBIOS] KVM call agenda for 2013-05-28

2013-05-23 Thread li guang
在 2013-05-23四的 15:41 +0300,Michael S. Tsirkin写道: > Juan is not available now, and Anthony asked for > agenda to be sent early. > So here comes: > > Agenda for the meeting Tue, May 28: > > - Generating acpi tables > > - Switching the call to a bi-weekly schedule > > Please, send any topic that y

Re: [Qemu-devel] [PATCH qom-cpu 01/59] kvm: Change kvm_cpu_synchronize_state() argument to CPUState

2013-06-09 Thread li guang
在 2013-06-09日的 21:12 +0200,Andreas Färber写道: > It no longer relies on CPUArchState. > > Signed-off-by: Andreas Färber Reviewed-by: liguang > --- > hw/ppc/spapr_rtas.c | 2 +- > include/sysemu/kvm.h | 4 ++-- > kvm-all.c| 4 +--- > kvm-stub.c | 2 +- > target-i386/kv

Re: [Qemu-devel] [PATCH qom-cpu 02/59] kvm: Change cpu_synchronize_state() argument to CPUState

2013-06-09 Thread li guang
在 2013-06-09日的 21:12 +0200,Andreas Färber写道: > Change Monitor::mon_cpu to CPUState as well. > In cpu_sychronize_all_states() use qemu_for_each_cpu() now. Oh, s/sychronize/synchronize with that, Reviewed-by: liguang > In dump_init() use cpu_synchronize_all_states(). > > Signed-off-by: Andreas Fä