qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] QOM CPUState patch queue 2012-12-06
@ 2012-12-06  9:06 Andreas Färber
  2012-12-06  9:06 ` [Qemu-devel] [PATCH 01/13] user: Move *-user/qemu-types.h to main directory Andreas Färber
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Andreas Färber @ 2012-12-06  9:06 UTC (permalink / raw)
  To: qemu-devel
  Cc: Igor Mammedov, Paolo Bonzini, Andreas Färber,
	Eduardo Habkost

Hello,

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

Regards,
Andreas

Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>


The following changes since commit 19e6c50d2d843220efbdd3b2db21d83c122c364a:

  target-mips: Fix incorrect shift for SHILO and SHILOV (2012-12-06 08:12:14 +0100)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git qom-cpu

for you to fetch changes up to d7f57a46d07c0a72295a56704ab0fecefb2aaea8:

  target-i386: Postpone cpuid_level update to realize time (2012-12-06 09:17:06 +0100)

----------------------------------------------------------------
Eduardo Habkost (11):
      user: Move *-user/qemu-types.h to main directory
      user: Rename qemu-types.h to qemu-user-types.h
      ui/vnc-palette.c: Include headers it needs
      qapi/qmp-registry.c: Include headers it needs
      qga/channel-posix.c: Include headers it needs
      qlist.h: Do not include qemu-common.h
      Create qemu-types.h for struct typedefs
      sysemu.h: Include qemu-types.h instead of qemu-common.h
      qdev: qdev_create(): use error_report() instead of hw_error()
      target-i386/cpu.c: Coding style fixes
      target-i386: Separate feature string parsing from CPU model lookup

Igor Mammedov (2):
      target-i386: Use define for cpuid vendor string size
      target-i386: Postpone cpuid_level update to realize time

 bsd-user/qemu-types.h                        |   24 -------
 bsd-user/qemu.h                              |    2 +-
 cpu-all.h                                    |    2 +-
 hw/qdev-core.h                               |   11 +--
 hw/qdev.c                                    |    8 ++-
 linux-user/qemu.h                            |    2 +-
 qapi/qmp-registry.c                          |    2 +
 qemu-common.h                                |   52 +-------------
 qemu-types.h                                 |   61 ++++++++++++++++
 linux-user/qemu-types.h => qemu-user-types.h |    0
 qga/channel-posix.c                          |    5 ++
 qlist.h                                      |    1 -
 sysemu.h                                     |    2 +-
 target-i386/cpu.c                            |  100 ++++++++++++++++----------
 target-i386/cpu.h                            |    2 +
 ui/vnc-palette.c                             |    2 +
 16 Dateien geändert, 144 Zeilen hinzugefügt(+), 132 Zeilen entfernt(-)
 delete mode 100644 bsd-user/qemu-types.h
 create mode 100644 qemu-types.h
 rename linux-user/qemu-types.h => qemu-user-types.h (100%)

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

end of thread, other threads:[~2012-12-10 17:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06  9:06 [Qemu-devel] [PULL] QOM CPUState patch queue 2012-12-06 Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 01/13] user: Move *-user/qemu-types.h to main directory Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 02/13] user: Rename qemu-types.h to qemu-user-types.h Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 03/13] ui/vnc-palette.c: Include headers it needs Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 04/13] qapi/qmp-registry.c: " Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 05/13] qga/channel-posix.c: " Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 06/13] qlist.h: Do not include qemu-common.h Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 07/13] Create qemu-types.h for struct typedefs Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 08/13] sysemu.h: Include qemu-types.h instead of qemu-common.h Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 09/13] qdev: qdev_create(): use error_report() instead of hw_error() Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 10/13] target-i386/cpu.c: Coding style fixes Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 11/13] target-i386: Separate feature string parsing from CPU model lookup Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 12/13] target-i386: Use define for cpuid vendor string size Andreas Färber
2012-12-06  9:06 ` [Qemu-devel] [PATCH 13/13] target-i386: Postpone cpuid_level update to realize time Andreas Färber
2012-12-07 17:57   ` Eduardo Habkost
2012-12-07 18:18     ` Andreas Färber
2012-12-07 18:00   ` [Qemu-devel] [PATCH] " Eduardo Habkost
2012-12-07 18:28     ` Andreas Färber
2012-12-07 18:21 ` [Qemu-devel] [PULL] QOM CPUState patch queue 2012-12-06 Andreas Färber
2012-12-10 16:57 ` Anthony Liguori
2012-12-10 17:01   ` Paolo Bonzini

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