qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v3 0/7] Machine and x86 queue, 2018-03-19
@ 2018-03-19 20:12 Eduardo Habkost
  2018-03-19 20:12 ` [Qemu-devel] [PULL v3 1/7] nios2: 10m50_devboard: replace cpu_model with cpu_type Eduardo Habkost
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Eduardo Habkost @ 2018-03-19 20:12 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel
  Cc: Marcel Apfelbaum, Paolo Bonzini, Igor Mammedov, Richard Henderson

Changes v2 (2018-03-15) -> v3 (2018-03-19):
* Fix bogus warnings on machine-none-test
* Included Intel PT CPUID fix

Changes v1 (2018-03-12) -> v2 (2018-03-15):
* Fix bsd-user build error

The following changes since commit 2c8cfc0b52b5a4d123c26c0b5fdf941be24805be:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-03-19 11:44:26 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c078ca968c6c7cb62781c1843d840cb0f5c72781:

  i386: Disable Intel PT if packets IP payloads have LIP values (2018-03-19 17:05:57 -0300)

----------------------------------------------------------------
Machine and x86 queue, 2018-03-19

* cpu_model/cpu_type cleanups
* x86: Fix on Intel Processor Trace CPUID checks

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

Queue for Machine Core patches


Igor Mammedov (6):
  nios2: 10m50_devboard: replace cpu_model with cpu_type
  tests: add machine 'none' with -cpu test
  cpu: add CPU_RESOLVING_TYPE macro
  Use cpu_create(type) instead of cpu_init(cpu_model)
  cpu: get rid of unused cpu_init() defines
  cpu: drop unnecessary NULL check and cpu_common_class_by_name()

Luwei Kang (1):
  i386: Disable Intel PT if packets IP payloads have LIP values

 include/hw/boards.h       |   1 -
 include/qom/cpu.h         |  16 +------
 target/alpha/cpu.h        |   3 +-
 target/arm/cpu.h          |   3 +-
 target/cris/cpu.h         |   3 +-
 target/hppa/cpu.h         |   2 +-
 target/i386/cpu.h         |   3 +-
 target/lm32/cpu.h         |   3 +-
 target/m68k/cpu.h         |   3 +-
 target/microblaze/cpu.h   |   2 +-
 target/mips/cpu.h         |   3 +-
 target/moxie/cpu.h        |   3 +-
 target/nios2/cpu.h        |   2 +-
 target/openrisc/cpu.h     |   3 +-
 target/ppc/cpu.h          |   3 +-
 target/riscv/cpu.h        |   1 +
 target/s390x/cpu.h        |   3 +-
 target/sh4/cpu.h          |   3 +-
 target/sparc/cpu.h        |   5 +--
 target/tilegx/cpu.h       |   2 +-
 target/tricore/cpu.h      |   3 +-
 target/unicore32/cpu.h    |   3 +-
 target/xtensa/cpu.h       |   3 +-
 bsd-user/main.c           |   4 +-
 exec.c                    |  23 +++++++++++
 hw/core/null-machine.c    |   6 +--
 hw/nios2/10m50_devboard.c |   2 +-
 linux-user/main.c         |   8 +++-
 qom/cpu.c                 |  61 +++------------------------
 target/i386/cpu.c         |  13 +++---
 tests/machine-none-test.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++
 vl.c                      |  10 ++---
 tests/Makefile.include    |   2 +
 33 files changed, 178 insertions(+), 130 deletions(-)
 create mode 100644 tests/machine-none-test.c

-- 
2.14.3

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

end of thread, other threads:[~2018-03-20 13:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-19 20:12 [Qemu-devel] [PULL v3 0/7] Machine and x86 queue, 2018-03-19 Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 1/7] nios2: 10m50_devboard: replace cpu_model with cpu_type Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 2/7] tests: add machine 'none' with -cpu test Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 3/7] cpu: add CPU_RESOLVING_TYPE macro Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 4/7] Use cpu_create(type) instead of cpu_init(cpu_model) Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 5/7] cpu: get rid of unused cpu_init() defines Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 6/7] cpu: drop unnecessary NULL check and cpu_common_class_by_name() Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 7/7] i386: Disable Intel PT if packets IP payloads have LIP values Eduardo Habkost
2018-03-20 13:53 ` [Qemu-devel] [PULL v3 0/7] Machine and x86 queue, 2018-03-19 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).