All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target-i386: Move CPUID fields to X86CPU
@ 2015-04-24 19:37 Eduardo Habkost
  2015-04-24 19:37 ` [Qemu-devel] [PATCH 1/3] target-i386: Coding style fix on x86_cpuid_set_vendor() Eduardo Habkost
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eduardo Habkost @ 2015-04-24 19:37 UTC (permalink / raw)
  To: qemu-devel
  Cc: Igor Mammedov, Richard Henderson, Andreas Färber, Paolo Bonzini

This patch depends on the X86CPU conversion patches I have sent earlier today.
The full series can be seen on the git branch at:

  git://github.com/ehabkost/qemu-hacks.git work/x86-cpu-move-cpuid-fields

Eduardo Habkost (3):
  target-i386: Coding style fix on x86_cpuid_set_vendor()
  target-i386: Add a marker to the end of region zeroed on reset
  target-i386: Move CPUID fields to X86CPU

 hw/i386/kvm/clock.c       |   4 +-
 hw/i386/pc.c              |   2 +-
 linux-user/elfload.c      |   2 +-
 linux-user/main.c         |   4 +-
 target-i386/cpu-qom.h     |  11 +++
 target-i386/cpu.c         | 216 +++++++++++++++++++++-------------------------
 target-i386/cpu.h         |  12 +--
 target-i386/helper.c      |   6 +-
 target-i386/kvm.c         |  10 +--
 target-i386/misc_helper.c |  16 ++--
 target-i386/translate.c   |  14 +--
 11 files changed, 142 insertions(+), 155 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2015-04-24 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24 19:37 [Qemu-devel] [PATCH 0/3] target-i386: Move CPUID fields to X86CPU Eduardo Habkost
2015-04-24 19:37 ` [Qemu-devel] [PATCH 1/3] target-i386: Coding style fix on x86_cpuid_set_vendor() Eduardo Habkost
2015-04-24 19:37 ` [Qemu-devel] [PATCH 2/3] target-i386: Add a marker to the end of region zeroed on reset Eduardo Habkost
2015-04-24 19:37 ` [Qemu-devel] [PATCH 3/3] target-i386: Move CPUID fields to X86CPU Eduardo Habkost

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.