From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6fv-0001Oq-Iw for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:57:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ti6fo-0002dv-VK for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:57:51 -0500 Received: from mail-ye0-f173.google.com ([209.85.213.173]:39599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ti6fo-0002di-Qt for qemu-devel@nongnu.org; Mon, 10 Dec 2012 11:57:44 -0500 Received: by mail-ye0-f173.google.com with SMTP id l5so550671yen.4 for ; Mon, 10 Dec 2012 08:57:44 -0800 (PST) From: Anthony Liguori In-Reply-To: <1354784817-1340-1-git-send-email-afaerber@suse.de> References: <1354784817-1340-1-git-send-email-afaerber@suse.de> Date: Mon, 10 Dec 2012 10:57:41 -0600 Message-ID: <87sj7d26be.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL] QOM CPUState patch queue 2012-12-06 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= , qemu-devel@nongnu.org Cc: Igor Mammedov , Eduardo Habkost , Paolo Bonzini Andreas F=C3=A4rber writes: > Hello, > > This is my current QOM CPU patch queue. Please pull. > > Regards, > Andreas Pulled. Thanks. Regards, Anthony Liguori > > Cc: Eduardo Habkost > Cc: Igor Mammedov > Cc: Paolo Bonzini > > > The following changes since commit 19e6c50d2d843220efbdd3b2db21d83c122c36= 4a: > > 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 =3D> 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=C3=A4ndert, 144 Zeilen hinzugef=C3=BCgt(+), 132 Zeilen ent= fernt(-) > delete mode 100644 bsd-user/qemu-types.h > create mode 100644 qemu-types.h > rename linux-user/qemu-types.h =3D> qemu-user-types.h (100%)