All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/15] X86 queue, 2016-05-23
@ 2016-05-23 19:24 Eduardo Habkost
  2016-05-23 19:24 ` [Qemu-devel] [PULL 01/15] target-i386: Define structs for layout of xsave area Eduardo Habkost
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Eduardo Habkost @ 2016-05-23 19:24 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Andreas Färber, qemu-devel, Paolo Bonzini, Richard Henderson

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

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

end of thread, other threads:[~2016-05-24 13:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23 19:24 [Qemu-devel] [PULL 00/15] X86 queue, 2016-05-23 Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 01/15] target-i386: Define structs for layout of xsave area Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 02/15] target-i386: Use xsave structs for ext_save_area Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 03/15] target-i386: kvm: Use X86XSaveArea struct for xsave save/load Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 04/15] osdep: Move default qemu_hw_version() value to a macro Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 05/15] pc: Set CPU model-id on compat_props for pc <= 2.4 Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 06/15] target-i386: Set constant model_id for qemu63/qemu32/athlon Eduardo Habkost
2016-05-23 20:49   ` Andreas Färber
2016-05-23 22:49     ` Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 07/15] cpu: Eliminate cpudef_init(), cpudef_setup() Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 08/15] target-i386: Move TCG initialization check to tcg_x86_init() Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 09/15] target-i386: Move TCG initialization to realize time Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 10/15] target-i386: Call cpu_exec_init() on realize Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 11/15] target-i386: kvm: Allocate kvm_msrs struct once per VCPU Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 12/15] target-i386: kvm: Increase MSR_BUF_SIZE Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 13/15] target-i386: kvm: Simplify MSR array construction Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 14/15] target-i386: kvm: Simplify MSR setting functions Eduardo Habkost
2016-05-23 19:24 ` [Qemu-devel] [PULL 15/15] target-i386: kvm: Eliminate kvm_msr_entry_set() Eduardo Habkost
2016-05-23 22:50 ` [Qemu-devel] [PULL 00/15] X86 queue, 2016-05-23 Eduardo Habkost
2016-05-24 13:10   ` Peter Maydell

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.