All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue
@ 2010-10-19 10:40 Marcelo Tosatti
  2010-10-19 10:40 ` [PATCH 01/10] Set cpuid definition to 0 before initializing it Marcelo Tosatti
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Marcelo Tosatti @ 2010-10-19 10:40 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, kvm, Marcelo Tosatti

The following changes since commit 38cc9b607f85017b095793cab6c129bc9844f441:

  issue snd_pcm_start() when capturing audio (2010-10-18 00:39:06 +0400)

are available in the git repository at:
  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

Huang Ying (1):
      Add RAM -> physical addr mapping in MCE simulation

Joerg Roedel (2):
      Set cpuid definition to 0 before initializing it
      Add svm cpuid features

Marcelo Tosatti (7):
      signalfd compatibility
      iothread: use signalfd
      Expose thread_id in info cpus
      kvm: x86: add mce support
      Export qemu_ram_addr_from_host
      MCE: Relay UCR MCE to guest
      Add savevm/loadvm support for MCE

 Makefile.objs         |    1 +
 compatfd.c            |  117 +++++++++++++++++++
 compatfd.h            |   43 +++++++
 configure             |   18 +++
 cpu-common.h          |    3 +-
 cpu-defs.h            |    1 +
 cpus.c                |  161 ++++++++++++++++++++++++--
 exec-all.h            |    2 +-
 exec.c                |   27 +++--
 kvm-all.c             |   18 +++
 kvm-stub.c            |    5 +
 kvm.h                 |    6 +
 monitor.c             |    4 +
 osdep.c               |   15 +++
 osdep.h               |    1 +
 target-i386/cpu.h     |   32 +++++-
 target-i386/cpuid.c   |   79 ++++++++++---
 target-i386/helper.c  |    6 +
 target-i386/kvm.c     |  300 ++++++++++++++++++++++++++++++++++++++++++++++++-
 target-i386/kvm_x86.h |   22 ++++
 20 files changed, 817 insertions(+), 44 deletions(-)
 create mode 100644 compatfd.c
 create mode 100644 compatfd.h
 create mode 100644 target-i386/kvm_x86.h

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

end of thread, other threads:[~2010-10-19 14:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 10:40 [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 01/10] Set cpuid definition to 0 before initializing it Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 02/10] Add svm cpuid features Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 03/10] signalfd compatibility Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 04/10] iothread: use signalfd Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 05/10] Expose thread_id in info cpus Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 06/10] kvm: x86: add mce support Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 07/10] Export qemu_ram_addr_from_host Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 08/10] Add RAM -> physical addr mapping in MCE simulation Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 09/10] MCE: Relay UCR MCE to guest Marcelo Tosatti
2010-10-19 14:35   ` [PATCH 09/10] MCE: Relay UCR MCE to guest (v2) Marcelo Tosatti
2010-10-19 10:40 ` [PATCH 10/10] Add savevm/loadvm support for MCE Marcelo Tosatti
2010-10-19 13:40 ` [Qemu-devel] [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.