On 5 September 2014 15:39, Andreas Färber <afaer...@suse.de> wrote: > Hello Peter, > > This is my (corrected) QOM CPU patch queue. Please pull. > > Regards, > Andreas > > Cc: Peter Maydell <peter.mayd...@linaro.org> > > Cc: Eduardo Habkost <ehabk...@redhat.com> > > The following changes since commit fd884c07658d02a96a882b8457d6d7a5cd71a407: > > Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' > into staging (2014-09-04 19:41:15 +0100) > > are available in the git repository at: > > > git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter > > for you to fetch changes up to c00c94abbdb82c39c22b6dd72875aa1ae0f4b2c0: > > target-i386: Reject invalid CPU feature names on the command-line > (2014-09-05 16:37:07 +0200) > > ---------------------------------------------------------------- > QOM CPUState and X86CPU > > * Include exception state in CPU VMState > * Fix -cpu *,migratable=foo > * Error out on unknown -cpu *,+foo,-bar > > ---------------------------------------------------------------- > Eduardo Habkost (2): > target-i386: Support migratable=no properly > target-i386: Reject invalid CPU feature names on the command-line > > Pavel Dovgaluk (1): > exec: Save CPUState::exception_index field > > exec.c | 35 +++++++++++++++++++++++++++++++++++ > target-i386/cpu-qom.h | 1 + > target-i386/cpu.c | 32 ++++++++++++++++++++------------ > 3 files changed, 56 insertions(+), 12 deletions(-)
Applied, thanks. -- PMM