[Qemu-devel] [PULL 0/1] target/lm32 BQL patch

Michael Walle posted 1 patch 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180521154952.15421-1-michael@walle.cc
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
target/lm32/op_helper.c | 4 ++++
1 file changed, 4 insertions(+)
[Qemu-devel] [PULL 0/1] target/lm32 BQL patch
Posted by Michael Walle 5 years, 10 months ago
The following changes since commit 81e9cbd0ca1131012b058df6804b1f626a6b730c:

  lm32: take BQL before writing IP/IM register (2018-05-21 13:37:12 +0200)

are available in the git repository at:

  git://github.com/mwalle/qemu.git tags/lm32-queue/20180521

for you to fetch changes up to 81e9cbd0ca1131012b058df6804b1f626a6b730c:

  lm32: take BQL before writing IP/IM register (2018-05-21 13:37:12 +0200)

----------------------------------------------------------------

Michael Walle (1):
  lm32: take BQL before writing IP/IM register

 target/lm32/op_helper.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.11.0


Re: [Qemu-devel] [PULL 0/1] target/lm32 BQL patch
Posted by Peter Maydell 5 years, 10 months ago
On 21 May 2018 at 16:49, Michael Walle <michael@walle.cc> wrote:
> The following changes since commit 81e9cbd0ca1131012b058df6804b1f626a6b730c:
>
>   lm32: take BQL before writing IP/IM register (2018-05-21 13:37:12 +0200)
>
> are available in the git repository at:
>
>   git://github.com/mwalle/qemu.git tags/lm32-queue/20180521

Hi -- this doesn't appear to be a GPG signed tag?

thanks
-- PMM

Re: [Qemu-devel] [PULL 0/1] target/lm32 BQL patch
Posted by Michael Walle 5 years, 10 months ago
Am 2018-05-22 12:01, schrieb Peter Maydell:
> On 21 May 2018 at 16:49, Michael Walle <michael@walle.cc> wrote:
>> The following changes since commit 
>> 81e9cbd0ca1131012b058df6804b1f626a6b730c:
>> 
>>   lm32: take BQL before writing IP/IM register (2018-05-21 13:37:12 
>> +0200)
>> 
>> are available in the git repository at:
>> 
>>   git://github.com/mwalle/qemu.git tags/lm32-queue/20180521
> 
> Hi -- this doesn't appear to be a GPG signed tag?
> 

whoops, fixed. I guess I get everything wrong with this 
patch/pullrequest..

-michael

Re: [Qemu-devel] [PULL 0/1] target/lm32 BQL patch
Posted by Peter Maydell 5 years, 10 months ago
On 22 May 2018 at 19:33, Michael Walle <michael@walle.cc> wrote:
> Am 2018-05-22 12:01, schrieb Peter Maydell:
>>
>> On 21 May 2018 at 16:49, Michael Walle <michael@walle.cc> wrote:
>>>
>>> The following changes since commit
>>> 81e9cbd0ca1131012b058df6804b1f626a6b730c:
>>>
>>>   lm32: take BQL before writing IP/IM register (2018-05-21 13:37:12
>>> +0200)
>>>
>>> are available in the git repository at:
>>>
>>>   git://github.com/mwalle/qemu.git tags/lm32-queue/20180521
>>
>>
>> Hi -- this doesn't appear to be a GPG signed tag?
>>
>
> whoops, fixed. I guess I get everything wrong with this patch/pullrequest..

Applied the now-signed version.

thanks
-- PMM