qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] QOM CPUState patch queue 2013-12-24
@ 2013-12-24 12:58 Andreas Färber
  2013-12-24 12:58 ` [Qemu-devel] [PULL 01/10] cputlb: Use memset() when flushing entries Andreas Färber
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Andreas Färber @ 2013-12-24 12:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Anthony Liguori, Chen Fan, Igor Mammedov, Andreas Färber,
	Aurélien Jarno, Richard Henderson

Hello Anthony,

This is my current QOM CPU patch queue. Please pull.

Happy holidays,

Andreas

Cc: Anthony Liguori <anthony@codemonkey.ws>
Cc: Aurélien Jarno <aurelien@aurel32.net>

Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Cc: Richard Henderson <rth@twiddle.net>

The following changes since commit f976b09ea249cccc3fd41c98aaf6512908db0bae:

  PPC: Fix compilation with TCG debug (2013-12-22 19:15:55 +0100)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-anthony

for you to fetch changes up to d024d209045b912eb6127861fab2af6c64880efd:

  target-i386: Cleanup 'foo=val' feature handling (2013-12-24 13:47:25 +0100)

----------------------------------------------------------------
QOM CPUState refactorings / X86CPU

* TLB invalidation optimizations
* X86CPU initialization cleanups
* Preparations for X86CPU hot-unplug

----------------------------------------------------------------
Andreas Färber (1):
      cpu-exec: Optimize X86CPU usage in cpu_exec()

Chen Fan (1):
      target-i386: Move apic_state field from CPUX86State to X86CPU

Igor Mammedov (6):
      target-i386: Convert 'hv_relaxed' to static property
      target-i386: Convert 'hv_vapic' to static property
      target-i386: Convert 'hv_spinlocks' to static property
      target-i386: Convert 'check' and 'enforce' to static properties
      target-i386: Cleanup 'foo' feature handling
      target-i386: Cleanup 'foo=val' feature handling

Richard Henderson (2):
      cputlb: Use memset() when flushing entries
      cputlb: Tidy memset() of arrays

 cpu-exec.c                |  14 ++++--
 cpus.c                    |   5 +--
 cputlb.c                  |  21 ++-------
 hw/i386/kvmvapic.c        |   8 ++--
 hw/i386/pc.c              |  17 ++++----
 target-i386/cpu-qom.h     |   6 +++
 target-i386/cpu.c         | 108 +++++++++++++++++++++++++++-------------------
 target-i386/cpu.h         |   4 --
 target-i386/helper.c      |  12 +++---
 target-i386/kvm.c         |  23 +++++-----
 target-i386/misc_helper.c |   8 ++--
 translate-all.c           |   5 +--
 12 files changed, 118 insertions(+), 113 deletions(-)

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

end of thread, other threads:[~2013-12-24 12:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 12:58 [Qemu-devel] [PULL 00/10] QOM CPUState patch queue 2013-12-24 Andreas Färber
2013-12-24 12:58 ` [Qemu-devel] [PULL 01/10] cputlb: Use memset() when flushing entries Andreas Färber
2013-12-24 12:58 ` [Qemu-devel] [PULL 02/10] cputlb: Tidy memset() of arrays Andreas Färber
2013-12-24 12:58 ` [Qemu-devel] [PULL 03/10] target-i386: Move apic_state field from CPUX86State to X86CPU Andreas Färber
2013-12-24 12:58 ` [Qemu-devel] [PULL 04/10] cpu-exec: Optimize X86CPU usage in cpu_exec() Andreas Färber
2013-12-24 12:58 ` [Qemu-devel] [PULL 05/10] target-i386: Convert 'hv_relaxed' to static property Andreas Färber
2013-12-24 12:58 ` [Qemu-devel] [PULL 06/10] target-i386: Convert 'hv_vapic' " Andreas Färber
2013-12-24 12:58 ` [Qemu-devel] [PULL 07/10] target-i386: Convert 'hv_spinlocks' " Andreas Färber
2013-12-24 12:58 ` [Qemu-devel] [PULL 08/10] target-i386: Convert 'check' and 'enforce' to static properties Andreas Färber
2013-12-24 12:59 ` [Qemu-devel] [PULL 09/10] target-i386: Cleanup 'foo' feature handling Andreas Färber
2013-12-24 12:59 ` [Qemu-devel] [PULL 10/10] target-i386: Cleanup 'foo=val' " Andreas Färber

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).