qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/15] X86 queue, 2016-05-23


From: Eduardo Habkost
Subject: [Qemu-devel] [PULL 00/15] X86 queue, 2016-05-23
Date: Mon, 23 May 2016 16:24:12 -0300

The following changes since commit c9158547617584bb9d19db7fb139998fbef80133:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging 
(2016-05-23 16:15:52 +0100)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-pull-request

for you to fetch changes up to d3e008467bcdf971a0074edf50c49958f5f787c8:

  target-i386: kvm: Eliminate kvm_msr_entry_set() (2016-05-23 13:19:37 -0300)

----------------------------------------------------------------
X86 queue, 2016-05-23

----------------------------------------------------------------

Eduardo Habkost (15):
  target-i386: Define structs for layout of xsave area
  target-i386: Use xsave structs for ext_save_area
  target-i386: kvm: Use X86XSaveArea struct for xsave save/load
  osdep: Move default qemu_hw_version() value to a macro
  pc: Set CPU model-id on compat_props for pc <= 2.4
  target-i386: Set constant model_id for qemu63/qemu32/athlon
  cpu: Eliminate cpudef_init(), cpudef_setup()
  target-i386: Move TCG initialization check to tcg_x86_init()
  target-i386: Move TCG initialization to realize time
  target-i386: Call cpu_exec_init() on realize
  target-i386: kvm: Allocate kvm_msrs struct once per VCPU
  target-i386: kvm: Increase MSR_BUF_SIZE
  target-i386: kvm: Simplify MSR array construction
  target-i386: kvm: Simplify MSR setting functions
  target-i386: kvm: Eliminate kvm_msr_entry_set()

 arch_init.c                |   7 -
 bsd-user/main.c            |   3 -
 hw/i386/pc_piix.c          |  13 ++
 include/hw/i386/pc.h       |  29 +++
 include/qemu/osdep.h       |   9 +
 include/sysemu/arch_init.h |   1 -
 linux-user/main.c          |   3 -
 target-i386/cpu.c          |  62 +++----
 target-i386/cpu.h          | 101 +++++++++-
 target-i386/kvm.c          | 451 ++++++++++++++++++++++-----------------------
 target-i386/translate.c    |   6 +
 util/osdep.c               |   9 +-
 vl.c                       |   7 -
 13 files changed, 401 insertions(+), 300 deletions(-)

-- 
2.5.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]