Re: [Qemu-devel] [PATCH v3 00/43] qobject/qapi: add uint type

2017-06-09 Thread Marc-André Lureau
Hi - Original Message - > PATCH 01-41 look ready with minor tweaks. I chatted with Marc-André, > and he asked me to apply them myself. You can find the result at > https://repo.or.cz/qemu/armbru.git in branch qapi-next. Marc-André, > please give it a quick look-over. If it's good,

Re: [Qemu-devel] [PATCH v3 00/43] qobject/qapi: add uint type

2017-06-09 Thread Markus Armbruster
PATCH 01-41 look ready with minor tweaks. I chatted with Marc-André, and he asked me to apply them myself. You can find the result at https://repo.or.cz/qemu/armbru.git in branch qapi-next. Marc-André, please give it a quick look-over. If it's good, I'll post a pull request later today. PATCH

Re: [Qemu-devel] [PATCH v3 00/43] qobject/qapi: add uint type

2017-06-07 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20170607163635.17635-1-marcandre.lur...@redhat.com Subject: [Qemu-devel] [PATCH v3 00/43] qobject/qapi: add uint type === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

Re: [Qemu-devel] [PATCH v3 00/43] qobject/qapi: add uint type

2017-06-07 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [PATCH v3 00/43] qobject/qapi: add uint type Message-id: 20170607163635.17635-1

[Qemu-devel] [PATCH v3 00/43] qobject/qapi: add uint type

2017-06-07 Thread Marc-André Lureau
Hi, In previously sent series "[PATCH 00/21] WIP: dump: add kaslr support (for after 2.9)", I proposed changes to accept uint64 values from json, by adding a QUint type. During review, it was suggested to introduce a QNum type to hold various number representations. This series introduces the

[Qemu-devel] [PATCH v3 00/43] qobject/qapi: add uint type

2017-06-07 Thread Marc-André Lureau
Hi, In previously sent series "[PATCH 00/21] WIP: dump: add kaslr support (for after 2.9)", I proposed changes to accept uint64 values from json, by adding a QUint type. During review, it was suggested to introduce a QNum type to hold various number representations. This series introduces the