On Mon, Oct 31, 2011 at 22:17, Max Filippov <jcmvb...@gmail.com> wrote: > The following fixes for target-xtensa targeting 1.0 are available in the git > repository at > > git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa
Thanks, pulled. > Max Filippov (7): > target-xtensa: mask out undefined bits of WINDOWBASE SR > target-xtensa: handle cache options in the overlay tool > target-xtensa: raise an exception for invalid and reserved opcodes > opencores_eth: fix RX path: FCS, padding and TL > xtensa_lx60: add FLASH support > xtensa_lx60: pass kernel arguments from -append > xtensa_lx60: fix build date code and change memory region names > > default-configs/xtensa-softmmu.mak | 1 + > default-configs/xtensaeb-softmmu.mak | 1 + > hw/opencores_eth.c | 29 +++++++-- > hw/xtensa_bootparam.h | 25 ++++++++ > hw/xtensa_lx60.c | 111 > +++++++++++++++++++++++++++++----- > target-xtensa/overlay_tool.h | 6 ++ > target-xtensa/translate.c | 9 ++- > 7 files changed, 159 insertions(+), 23 deletions(-) > create mode 100644 hw/xtensa_bootparam.h > > -- > 1.7.6.4 > >