qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-15
@ 2012-11-15  3:06 Andreas Färber
  2012-11-15  3:06 ` [Qemu-devel] [PATCH 01/11] qemu-common.h: Comment about usage rules Andreas Färber
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Andreas Färber @ 2012-11-15  3:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: Igor Mammedov, Andreas Färber, anthony, Eduardo Habkost

Hello Anthony,

Here's some steps towards CPU-as-a-device and two new x86 CPU models. Please pull.

I decided to take only a conservative patch selection at this late hour:
Getting the qdev split in avoids having to rebase and review this over and over.
While the CPU as a device would have been helpful as a shared code base for
continued development, it does not provide our users with added value as-is.

Unless you see it as an important feature for v1.3, warranting header file
shuffling during the Hard Freeze, I'll just set up a -next tree for us.

Regards,
Andreas

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


The following changes since commit ce34cf72fe508b27a78f83c184142e8d1e6a048a:

  Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-1.3.0-rc0' into staging (2012-11-14 08:53:40 -0600)

are available in the git repository at:


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

for you to fetch changes up to 37507094f350b75c62dc059f998e7185de3ab60a:

  target-i386: Add Haswell CPU model (2012-11-15 03:48:47 +0100)

----------------------------------------------------------------
Andre Przywara (2):
      target-i386/cpu: Name new CPUID bits
      target-i386/cpu: Add new Opteron CPU model

Andreas Färber (1):
      osdep: Move qemu_{open,close}() prototypes

Anthony Liguori (1):
      qdev: Split up header so it can be used in cpu.h

Eduardo Habkost (5):
      qemu-common.h: Comment about usage rules
      qemu-fsdev-dummy.c: Include module.h
      vnc-palette.h: Include <stdbool.h>
      qemu-config.h: Include headers it needs
      target-i386: Add Haswell CPU model

Igor Mammedov (2):
      Move qemu_irq typedef out of qemu-common.h
      qapi-types.h: Don't include qemu-common.h

 fsdev/qemu-fsdev-dummy.c |    1 +
 hw/arm-misc.h            |    1 +
 hw/bt.h                  |    2 +
 hw/devices.h             |    2 +
 hw/irq.h                 |    2 +
 hw/mc146818rtc.c         |    1 +
 hw/omap.h                |    1 +
 hw/qdev-addr.c           |    1 +
 hw/qdev-core.h           |  238 +++++++++++++++++++++++++++++
 hw/qdev-monitor.h        |   16 ++
 hw/qdev-properties.c     |    1 +
 hw/qdev-properties.h     |  130 ++++++++++++++++
 hw/qdev.c                |    1 +
 hw/qdev.h                |  370 +---------------------------------------------
 hw/soc_dma.h             |    1 +
 hw/xen.h                 |    1 +
 osdep.h                  |    3 +
 qemu-common.h            |   14 +-
 qemu-config.h            |    2 +
 scripts/qapi-types.py    |    3 +-
 target-i386/cpu.c        |   73 ++++++++-
 target-i386/cpu.h        |   22 +++
 ui/vnc-palette.h         |    1 +
 23 Dateien geändert, 510 Zeilen hinzugefügt(+), 377 Zeilen entfernt(-)
 create mode 100644 hw/qdev-core.h
 create mode 100644 hw/qdev-monitor.h
 create mode 100644 hw/qdev-properties.h

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

end of thread, other threads:[~2012-11-26 15:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15  3:06 [Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-15 Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 01/11] qemu-common.h: Comment about usage rules Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 02/11] Move qemu_irq typedef out of qemu-common.h Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 03/11] qdev: Split up header so it can be used in cpu.h Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 04/11] qemu-fsdev-dummy.c: Include module.h Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 05/11] vnc-palette.h: Include <stdbool.h> Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 06/11] qemu-config.h: Include headers it needs Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 07/11] osdep: Move qemu_{open, close}() prototypes Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 08/11] qapi-types.h: Don't include qemu-common.h Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 09/11] target-i386/cpu: Name new CPUID bits Andreas Färber
2012-11-26 15:30   ` Igor Mammedov
2012-11-26 15:44     ` Eduardo Habkost
2012-11-15  3:06 ` [Qemu-devel] [PATCH 10/11] target-i386/cpu: Add new Opteron CPU model Andreas Färber
2012-11-15  3:06 ` [Qemu-devel] [PATCH 11/11] target-i386: Add Haswell " Andreas Färber
2012-11-21 17:43 ` [Qemu-devel] [PULL for-1.3] QOM CPUState patch queue 2012-11-15 Andreas Färber
2012-11-21 18:58   ` Eduardo Habkost
2012-11-21 19:11   ` Igor Mammedov

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