Re: [Qemu-devel] [PATCH 00/19] unicore32: Add unicore32-softmmu support

2012-08-09 Thread guanxuetao
> > This still breaks build. Please fix, something like ret = 0 when the > variable is declared should be enough. > /src/qemu/hw/puv3_gpio.c: In function 'puv3_gpio_read': > /src/qemu/hw/puv3_gpio.c:48:5: error: 'ret' may be used uninitialized > in this function [-Werror=maybe-uninitialized] > /src

Re: [Qemu-devel] [PATCH 00/19] unicore32: Add unicore32-softmmu support

2012-08-09 Thread Blue Swirl
On Tue, Aug 7, 2012 at 10:00 AM, wrote: > From: Guan Xuetao > > These patches implement softmmu support on unicore32 architecture. > Based on master branch of qemu, these patches can be fetched from: > git://github.com/gxt/QEMU.git for-review > > UniCore32 CPU is embedded in PKUnity-3 SoC, s

[Qemu-devel] [PATCH 00/19] unicore32: Add unicore32-softmmu support

2012-08-07 Thread gxt
From: Guan Xuetao These patches implement softmmu support on unicore32 architecture. Based on master branch of qemu, these patches can be fetched from: git://github.com/gxt/QEMU.git for-review UniCore32 CPU is embedded in PKUnity-3 SoC, so we add necessary puv3 devices simulation codes toget