[Qemu-devel] [PULL 0/6] QObject patches for 2018-09-24

Markus Armbruster posted 6 patches 7 years, 1 month ago
Failed in applying to current master (apply log)
qobject/json-lexer.c      | 108 +++++++++++++++++++++++++---------------------
qobject/json-parser-int.h |  10 ++---
tests/qmp-test.c          |   5 +--
3 files changed, 65 insertions(+), 58 deletions(-)
[Qemu-devel] [PULL 0/6] QObject patches for 2018-09-24
Posted by Markus Armbruster 7 years, 1 month ago
The following changes since commit d5a515738ee2dec0cdf11d8a14a09abae6c20571:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180903-pull-request' into staging (2018-09-24 16:15:26 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qobject-2018-09-24

for you to fetch changes up to 1e960b46024d468e76d2f42ddcfa5a9d521db492:

  json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP (2018-09-24 18:08:07 +0200)

----------------------------------------------------------------
QObject patches for 2018-09-24

----------------------------------------------------------------
Markus Armbruster (6):
      json: Fix lexer for lookahead character beyond '\x7F'
      json: Clean up how lexer consumes "end of input"
      json: Make lexer's "character consumed" logic less confusing
      json: Nicer recovery from lexical errors
      json: Eliminate lexer state IN_ERROR
      json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP

 qobject/json-lexer.c      | 108 +++++++++++++++++++++++++---------------------
 qobject/json-parser-int.h |  10 ++---
 tests/qmp-test.c          |   5 +--
 3 files changed, 65 insertions(+), 58 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PULL 0/6] QObject patches for 2018-09-24
Posted by Peter Maydell 7 years, 1 month ago
On 24 September 2018 at 17:20, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit d5a515738ee2dec0cdf11d8a14a09abae6c20571:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180903-pull-request' into staging (2018-09-24 16:15:26 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qobject-2018-09-24
>
> for you to fetch changes up to 1e960b46024d468e76d2f42ddcfa5a9d521db492:
>
>   json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP (2018-09-24 18:08:07 +0200)
>
> ----------------------------------------------------------------
> QObject patches for 2018-09-24
>
> ----------------------------------------------------------------
> Markus Armbruster (6):
>       json: Fix lexer for lookahead character beyond '\x7F'
>       json: Clean up how lexer consumes "end of input"
>       json: Make lexer's "character consumed" logic less confusing
>       json: Nicer recovery from lexical errors
>       json: Eliminate lexer state IN_ERROR
>       json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP
>
>  qobject/json-lexer.c      | 108 +++++++++++++++++++++++++---------------------
>  qobject/json-parser-int.h |  10 ++---
>  tests/qmp-test.c          |   5 +--
>  3 files changed, 65 insertions(+), 58 deletions(-)
>
> --
> 2.17.1

Applied, thanks.

-- PMM