qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [qom-cpu PATCH 0/2] replace cpuid_*features fields with a featue word array (v6)
@ 2013-04-02 19:04 Eduardo Habkost
  2013-04-02 19:04 ` [Qemu-devel] [qom-cpu PATCH 1/2] target-i386/cpu.c: Coding style fixes Eduardo Habkost
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eduardo Habkost @ 2013-04-02 19:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Igor Mammedov, Andreas Färber

Changes v6:
 - Rebase on top of Andreas' qom-cpu tree (commit
   9260944307077b93a66bf861a467107af986fe47)
 - Break lines on kvm_check_features_against_host()
 - Break the lines on builtin_x86_defs just after the "=".
   This way the feature lists stay on separate lines, this patch gets
   easier to review, and future patches that touches the code around
   builtin_x86_defs will be even easier to review (as they won't need
   to touch the lines containing the fature lists again)


Eduardo Habkost (2):
  target-i386/cpu.c: Coding style fixes
  target-i386: Replace cpuid_*features fields with a feature word array

 bsd-user/elfload.c        |   2 +-
 bsd-user/main.c           |   4 +-
 hw/kvm/clock.c            |   2 +-
 linux-user/elfload.c      |   2 +-
 linux-user/main.c         |   4 +-
 target-i386/cpu.c         | 412 ++++++++++++++++++++++++++++------------------
 target-i386/cpu.h         |  15 +-
 target-i386/helper.c      |   4 +-
 target-i386/kvm.c         |   5 +-
 target-i386/misc_helper.c |  14 +-
 target-i386/translate.c   |  10 +-
 11 files changed, 274 insertions(+), 200 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-04-11 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 19:04 [Qemu-devel] [qom-cpu PATCH 0/2] replace cpuid_*features fields with a featue word array (v6) Eduardo Habkost
2013-04-02 19:04 ` [Qemu-devel] [qom-cpu PATCH 1/2] target-i386/cpu.c: Coding style fixes Eduardo Habkost
2013-04-02 19:04 ` [Qemu-devel] [qom-cpu PATCH 2/2] target-i386: Replace cpuid_*features fields with a feature word array Eduardo Habkost
2013-04-11 20:00 ` [Qemu-devel] [qom-cpu PATCH 0/2] replace cpuid_*features fields with a featue word array (v6) Eduardo Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).