qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] target-i386: Some CPUX86State -> X86CPU conversions
@ 2015-04-24 18:30 Eduardo Habkost
  2015-04-24 18:30 ` [Qemu-devel] [PATCH 1/5] target-i386: Use X86CPU on cpu_x86_support_mca_broadcast() Eduardo Habkost
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eduardo Habkost @ 2015-04-24 18:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: Igor Mammedov, Richard Henderson, Andreas Färber,
	Paolo Bonzini



Eduardo Habkost (5):
  target-i386: Use X86CPU on cpu_x86_support_mca_broadcast()
  target-i386: Use X86CPU on cpu_x86_version()
  target-i386: Use X86CPU on cpu_get_pic_interrupt()
  target-i386: Use X86CPU on cpu_report_tpr_access()
  target-i386: Use X86CPU on cpu_x86_cpuid()

 bsd-user/main.c           |  2 +-
 hw/i386/pc.c              |  3 +--
 hw/intc/apic.c            |  4 ++--
 linux-user/main.c         |  2 +-
 target-i386/cpu.c         |  4 ++--
 target-i386/cpu.h         |  8 ++++----
 target-i386/helper.c      | 17 ++++++++---------
 target-i386/kvm.c         | 25 ++++++++++++-------------
 target-i386/misc_helper.c |  3 ++-
 target-i386/seg_helper.c  |  2 +-
 10 files changed, 34 insertions(+), 36 deletions(-)

-- 
2.1.0

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 18:30 [Qemu-devel] [PATCH 0/5] target-i386: Some CPUX86State -> X86CPU conversions Eduardo Habkost
2015-04-24 18:30 ` [Qemu-devel] [PATCH 1/5] target-i386: Use X86CPU on cpu_x86_support_mca_broadcast() Eduardo Habkost
2015-04-24 18:30 ` [Qemu-devel] [PATCH 2/5] target-i386: Use X86CPU on cpu_x86_version() Eduardo Habkost
2015-04-24 18:30 ` [Qemu-devel] [PATCH 3/5] target-i386: Use X86CPU on cpu_get_pic_interrupt() Eduardo Habkost
2015-04-24 18:30 ` [Qemu-devel] [PATCH 4/5] target-i386: Use X86CPU on cpu_report_tpr_access() Eduardo Habkost
2015-04-24 18:30 ` [Qemu-devel] [PATCH 5/5] target-i386: Use X86CPU on cpu_x86_cpuid() 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).