qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/29] x86 & cpu queue, 2017-09-01
@ 2017-09-01 15:02 Eduardo Habkost
  2017-09-01 15:02 ` [Qemu-devel] [PULL 01/29] qom: Remove unused errp parameter from can_be_deleted() Eduardo Habkost
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: Eduardo Habkost @ 2017-09-01 15:02 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel

The following changes since commit 223cd0e13f2e46078d7b573f0b8402bfbee339be:

  Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into staging (2017-08-31 15:52:43 +0100)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-and-machine-pull-request

for you to fetch changes up to 84efa64c6092232dec06583d2ce104587a70e7fc:

  ppc: replace cpu_ppc_init() with cpu_generic_init() (2017-09-01 11:54:25 -0300)

----------------------------------------------------------------
x86, cpu queue, 2017-09-01

CPU creation refactor plus x86 patches.

----------------------------------------------------------------

Brijesh Singh (1):
  target-i386/cpu: Add new EPYC CPU model

Eduardo Habkost (2):
  qom: Remove unused errp parameter from can_be_deleted()
  cpu: cpu_by_arch_id() helper

Igor Mammedov (25):
  qom: cpu: fix parsed feature string length
  sparc: convert cpu models to SPARC cpu subclasses
  sparc: embed sparc_def_t into CPUSPARCState
  sparc: convert cpu features to qdev properties
  sparc: move adhoc CPUSPARCState initialization to realize time
  sparc: make cpu feature parsing property based
  sparc: replace cpu_sparc_init() with cpu_generic_init()
  s390x: replace cpu_s390x_init() with cpu_generic_init()
  alpha: replace cpu_alpha_init() with cpu_generic_init()
  hppa: replace cpu_hppa_init() with cpu_generic_init()
  m68k: replace cpu_m68k_init() with cpu_generic_init()
  microblaze: replace cpu_mb_init() with cpu_generic_init()
  nios2: replace cpu_nios2_init() with cpu_generic_init()
  tilegx: replace cpu_tilegx_init() with cpu_generic_init()
  xtensa: replace cpu_xtensa_init() with cpu_generic_init()
  tricore: replace cpu_tricore_init() with cpu_generic_init()
  sh4: replace cpu_sh4_init() with cpu_generic_init()
  arm: replace cpu_arm_init() with cpu_generic_init()
  cris: replace cpu_cris_init() with cpu_generic_init()
  x86: replace cpu_x86_init() with cpu_generic_init()
  lm32: replace cpu_lm32_init() with cpu_generic_init()
  moxie: replace cpu_moxie_init() with cpu_generic_init()
  openrisc: replace cpu_openrisc_init() with cpu_generic_init()
  unicore32: replace uc32_cpu_init() with cpu_generic_init()
  ppc: replace cpu_ppc_init() with cpu_generic_init()

Yi Wang (1):
  hmp: allow apic-id for "info lapic"

 include/qom/cpu.h                 |  10 +
 include/qom/object_interfaces.h   |   5 +-
 linux-user/sparc/target_syscall.h |   2 +-
 target/alpha/cpu.h                |   4 +-
 target/arm/cpu.h                  |   3 +-
 target/cris/cpu.h                 |   3 +-
 target/hppa/cpu.h                 |   4 +-
 target/i386/cpu.h                 |   3 +-
 target/lm32/cpu.h                 |   3 +-
 target/m68k/cpu.h                 |   3 +-
 target/microblaze/cpu.h           |   3 +-
 target/moxie/cpu.h                |   3 +-
 target/nios2/cpu.h                |   3 +-
 target/openrisc/cpu.h             |   4 +-
 target/ppc/cpu.h                  |   3 +-
 target/s390x/cpu.h                |   3 +-
 target/sh4/cpu.h                  |   3 +-
 target/sparc/cpu-qom.h            |   2 +
 target/sparc/cpu.h                |  11 +-
 target/tilegx/cpu.h               |   4 +-
 target/tricore/cpu.h              |   4 +-
 target/unicore32/cpu.h            |   4 +-
 target/xtensa/cpu.h               |   4 +-
 backends/cryptodev.c              |   2 +-
 backends/hostmem.c                |   2 +-
 hw/alpha/dp264.c                  |   8 +-
 hw/arm/musicpal.c                 |   2 +-
 hw/arm/omap1.c                    |   2 +-
 hw/arm/omap2.c                    |   2 +-
 hw/arm/pxa2xx.c                   |   4 +-
 hw/arm/strongarm.c                |   2 +-
 hw/cris/axis_dev88.c              |   2 +-
 hw/lm32/lm32_boards.c             |   4 +-
 hw/lm32/milkymist.c               |   2 +-
 hw/m68k/an5206.c                  |   2 +-
 hw/m68k/mcf5208.c                 |   2 +-
 hw/moxie/moxiesim.c               |   2 +-
 hw/nios2/10m50_devboard.c         |   2 +-
 hw/openrisc/openrisc_sim.c        |   2 +-
 hw/ppc/e500.c                     |   3 +-
 hw/ppc/mac_newworld.c             |   3 +-
 hw/ppc/mac_oldworld.c             |   3 +-
 hw/ppc/ppc440_bamboo.c            |   2 +-
 hw/ppc/ppc4xx_devs.c              |   2 +-
 hw/ppc/prep.c                     |   5 +-
 hw/ppc/virtex_ml507.c             |   2 +-
 hw/sh4/r2d.c                      |   2 +-
 hw/sh4/shix.c                     |   2 +-
 hw/sparc/leon3.c                  |   2 +-
 hw/sparc/sun4m.c                  |   2 +-
 hw/sparc64/sparc64.c              |   2 +-
 hw/tricore/tricore_testboard.c    |   2 +-
 hw/unicore32/puv3.c               |   2 +-
 hw/xtensa/sim.c                   |   2 +-
 hw/xtensa/xtfpga.c                |   2 +-
 qom/cpu.c                         |  25 +--
 qom/object_interfaces.c           |   6 +-
 target/alpha/cpu.c                |  20 +-
 target/arm/helper.c               |   5 -
 target/cris/cpu.c                 |   5 -
 target/hppa/cpu.c                 |  11 +-
 target/i386/cpu.c                 |  49 ++++-
 target/i386/monitor.c             |  10 +-
 target/lm32/helper.c              |   5 -
 target/m68k/cpu.c                 |   2 +
 target/m68k/helper.c              |  20 --
 target/microblaze/cpu.c           |   6 +
 target/microblaze/translate.c     |  11 --
 target/moxie/cpu.c                |   5 -
 target/nios2/cpu.c                |   9 +-
 target/openrisc/cpu.c             |   5 -
 target/ppc/translate_init.c       |   5 -
 target/s390x/cpu.c                |   7 +
 target/s390x/helper.c             |  14 --
 target/sh4/cpu.c                  |   5 -
 target/sparc/cpu.c                | 391 +++++++++++++++++++++-----------------
 target/sparc/int32_helper.c       |   2 +-
 target/sparc/int64_helper.c       |   2 +-
 target/sparc/ldst_helper.c        |  14 +-
 target/sparc/mmu_helper.c         |   2 +-
 target/sparc/translate.c          |   2 +-
 target/sparc/win_helper.c         |   4 +-
 target/tilegx/cpu.c               |  11 +-
 target/tricore/helper.c           |   5 -
 target/unicore32/helper.c         |   5 -
 target/xtensa/cpu.c               |   3 +
 target/xtensa/helper.c            |  22 ---
 hmp-commands-info.hx              |   7 +-
 88 files changed, 419 insertions(+), 447 deletions(-)

-- 
2.13.5

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

end of thread, other threads:[~2017-09-04  8:41 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-01 15:02 [Qemu-devel] [PULL 00/29] x86 & cpu queue, 2017-09-01 Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 01/29] qom: Remove unused errp parameter from can_be_deleted() Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 02/29] cpu: cpu_by_arch_id() helper Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 03/29] hmp: allow apic-id for "info lapic" Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 04/29] target-i386/cpu: Add new EPYC CPU model Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 05/29] qom: cpu: fix parsed feature string length Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 06/29] sparc: convert cpu models to SPARC cpu subclasses Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 07/29] sparc: embed sparc_def_t into CPUSPARCState Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 08/29] sparc: convert cpu features to qdev properties Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 09/29] sparc: move adhoc CPUSPARCState initialization to realize time Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 10/29] sparc: make cpu feature parsing property based Eduardo Habkost
2017-09-01 15:02 ` [Qemu-devel] [PULL 11/29] sparc: replace cpu_sparc_init() with cpu_generic_init() Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 12/29] s390x: replace cpu_s390x_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 13/29] alpha: replace cpu_alpha_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 14/29] hppa: replace cpu_hppa_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 15/29] m68k: replace cpu_m68k_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 16/29] microblaze: replace cpu_mb_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 17/29] nios2: replace cpu_nios2_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 18/29] tilegx: replace cpu_tilegx_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 19/29] xtensa: replace cpu_xtensa_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 20/29] tricore: replace cpu_tricore_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 21/29] sh4: replace cpu_sh4_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 22/29] arm: replace cpu_arm_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 23/29] cris: replace cpu_cris_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 24/29] x86: replace cpu_x86_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 25/29] lm32: replace cpu_lm32_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 26/29] moxie: replace cpu_moxie_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 27/29] openrisc: replace cpu_openrisc_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 28/29] unicore32: replace uc32_cpu_init() " Eduardo Habkost
2017-09-01 15:03 ` [Qemu-devel] [PULL 29/29] ppc: replace cpu_ppc_init() " Eduardo Habkost
2017-09-04  8:41 ` [Qemu-devel] [PULL 00/29] x86 & cpu queue, 2017-09-01 Peter Maydell

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