qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/8] x86 and machine queue, 2017-10-09
@ 2017-10-10  2:39 Eduardo Habkost
  2017-10-10  2:39 ` [Qemu-devel] [PULL v2 1/8] qom/cpu: move cpu_model null check to cpu_class_by_name() Eduardo Habkost
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Eduardo Habkost @ 2017-10-10  2:39 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-devel

Changes on v2:
* Removed NUMA/ACPI patches until we figure out what's breaking
  the tests.
  (See: https://www.mail-archive.com/qemu-devel@nongnu.org/msg486368.html)
  Note that I didn't reproduce the failure yet.  I am just
  removing those patches because they are the only ones touching
  ACPI code.

The following changes since commit 530049bc1dcc24c1178a29d99ca08b6dd08413e0:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2017-10-06 17:43:02 +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 e0dd5fd41a1a38766009f442967fab700d2d0550:

  x86: Correct translation of some rdgsbase and wrgsbase encodings (2017-10-09 23:29:20 -0300)

----------------------------------------------------------------
x86 and machine queue, 2017-10-09

Includes x86, QOM, CPU, and option/config parsing patches.

Highlights:
* Deprecation of -nodefconfig option;
* MachineClass::valid_cpu_types field.

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

Alistair Francis (1):
  machine: Add a valid_cpu_types property

Eduardo Habkost (3):
  vl: Eliminate defconfig variable
  qemu-options: Deprecate -nodefconfig
  config: qemu_config_parse() return number of config groups

Igor Mammedov (1):
  qom: update doc comment for type_register[_static]()

Philippe Mathieu-Daudé (1):
  qom/cpu: move cpu_model null check to cpu_class_by_name()

Seeteena Thoufeek (1):
  vl: exit if maxcpus is negative

Todd Eisenberger (1):
  x86: Correct translation of some rdgsbase and wrgsbase encodings

 include/hw/boards.h     |  1 +
 include/qom/object.h    |  4 ++--
 include/sysemu/sysemu.h |  2 +-
 block/blkdebug.c        |  1 -
 hw/core/machine.c       | 32 ++++++++++++++++++++++++++++++++
 qom/cpu.c               |  7 ++++++-
 target/alpha/cpu.c      |  6 +-----
 target/arm/cpu.c        |  4 ----
 target/cris/cpu.c       |  4 ----
 target/i386/translate.c |  4 ++--
 target/lm32/cpu.c       |  4 ----
 target/m68k/cpu.c       |  4 ----
 target/mips/cpu.c       |  4 ----
 target/moxie/cpu.c      |  8 +-------
 target/openrisc/cpu.c   |  4 ----
 target/sh4/cpu.c        |  3 ---
 target/sparc/cpu.c      |  4 ----
 target/tricore/cpu.c    |  4 ----
 target/unicore32/cpu.c  |  4 ----
 target/xtensa/cpu.c     |  4 ----
 util/qemu-config.c      | 15 +++++++--------
 vl.c                    | 11 ++++-------
 qemu-doc.texi           |  4 ++++
 qemu-options.hx         | 17 ++++-------------
 24 files changed, 65 insertions(+), 90 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2017-10-10 13:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-10  2:39 [Qemu-devel] [PULL v2 0/8] x86 and machine queue, 2017-10-09 Eduardo Habkost
2017-10-10  2:39 ` [Qemu-devel] [PULL v2 1/8] qom/cpu: move cpu_model null check to cpu_class_by_name() Eduardo Habkost
2017-10-10  2:39 ` [Qemu-devel] [PULL v2 2/8] machine: Add a valid_cpu_types property Eduardo Habkost
2017-10-10  2:39 ` [Qemu-devel] [PULL v2 3/8] vl: Eliminate defconfig variable Eduardo Habkost
2017-10-10  2:39 ` [Qemu-devel] [PULL v2 4/8] qemu-options: Deprecate -nodefconfig Eduardo Habkost
2017-10-10  2:39 ` [Qemu-devel] [PULL v2 5/8] config: qemu_config_parse() return number of config groups Eduardo Habkost
2017-10-10  2:39 ` [Qemu-devel] [PULL v2 6/8] qom: update doc comment for type_register[_static]() Eduardo Habkost
2017-10-10  2:40 ` [Qemu-devel] [PULL v2 7/8] vl: exit if maxcpus is negative Eduardo Habkost
2017-10-10  2:40 ` [Qemu-devel] [PULL v2 8/8] x86: Correct translation of some rdgsbase and wrgsbase encodings Eduardo Habkost
2017-10-10 13:42 ` [Qemu-devel] [PULL v2 0/8] x86 and machine queue, 2017-10-09 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).