Am 06.12.2012 10:06, schrieb Andreas Färber: > Hello, > > This is my current QOM CPU patch queue. Please pull. > > Regards, > Andreas > > Cc: Eduardo Habkost <ehabk...@redhat.com> > Cc: Igor Mammedov <imamm...@redhat.com> > Cc: Paolo Bonzini <pbonz...@redhat.com>
Both branches updated with a fix: 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 b34d12d153e6e5c5e5e00eac510b054a94409deb: target-i386: Postpone cpuid_level update to realize time (2012-12-07 19:03:04 +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 | 105 ++++++++++++++++---------- target-i386/cpu.h | 2 + ui/vnc-palette.c | 2 + 16 Dateien geändert, 149 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%) -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg