From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: "Peter Maydell" <peter.maydell@linaro.org>,
"Michael Tokarev" <mjt@tls.msk.ru>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [Qemu-trivial] [PULL v2 00/61] Trivial patches for 2017-12-18
Date: Sun, 17 Dec 2017 22:53:50 -0300 [thread overview]
Message-ID: <232ba76b-c42c-ddec-2f90-6eb403a8fee8@amsat.org> (raw)
In-Reply-To: <26d87055-4c23-6aa1-e55a-fb6a95ece7fd@amsat.org>
[-- Attachment #1: Type: text/plain, Size: 2238 bytes --]
>> I'm afraid this fails 'make check'. (I only tested the
>> first pullreq but if you only changed signoffs then
>> it'll still be the same):
>>
>> TEST: tests/qom-test... (pid=12208)
>> /alpha/qom/clipper:
>> Broken pipe
>> FAIL
>> GTester: last random seed: R02S26a31a16d967b2664ad714c1c7f8e7f1
>> (pid=12214)
>
> Oops
>
>> /alpha/qom/none: OK
>> FAIL: tests/qom-test
>> TEST: tests/test-hmp... (pid=12219)
>> /alpha/hmp/clipper:
>> Broken pipe
>> FAIL
>> GTester: last random seed: R02S0c5a0f7de3fc6e9885b740c77c86eef2
>> (pid=12225)
>> /alpha/hmp/none: OK
>> /alpha/hmp/none+2MB: OK
>> FAIL: tests/test-hmp
>>
>> This is because qemu-system-alpha segfaults on startup:
>
> My bad...
>
> eede06dd70f72da489b8f968abbb7cb5445ef834 is the first bad commit
> Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
>
> hw/alpha/typhoon: simplify using the "unimplemented" sysbus device
>
> I'm pretty sure I run the qtests, but this was 2 months ago...
> I'll have a look.
This patch is not _trivial_ :| Let's drop it from this tree, I'll have
to rework it.
> [...]
>> There was also a minor merge conflict with the tpm pullreq
>> (both pulls change the #includes in hw/tpm/tpm_tis.c) which
>> you might fix when you respin.
>
> Yes, I rebased the 42 patches on /master yesterday but I see you merged
> the TPM tree in your /staging, so I'll rebase there and resend the
> offending patches fixed to Michael.
Michael, I removed the "hw/alpha/typhoon" patch, and updated the
"hw/tpm: remove old i386 dependency" one: no need to modify
hw/tpm/tpm_tis.c, Marc-André Lureau already cleaned it, I did however
clean the newly added hw/tpm/tpm_emulator.c file.
The fixed tree is now available signed in the Git repository at:
github.com:philmd/qemu.git tags/trivial-patches-2017-12-18
If this is OK to you I'll only resend the "hw/tpm: remove old i386
dependency" on the list, but if you/Peter prefer I can still resend the
whole enchilada (which is unchanged except this unique patch).
Regards,
Phil.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-12-18 1:54 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-17 21:27 [Qemu-devel] [PULL 00/61] Trivial patches for 2017-12-18 Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 01/61] Remove empty statements Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 02/61] hw/alpha/typhoon: simplify using the "unimplemented" sysbus device Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 03/61] disas/arm: fix 'instuction' typo in comment Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 04/61] translate-all: fix 'consisits' " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 05/61] qht: fix kernel-doc markup in qht.h Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 06/61] configure: check $CC available before verifying host CPU Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 07/61] mmap(2) returns MAP_FAILED, not NULL, on failure Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 08/61] .gitignore: remove vscclient Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 09/61] memory: remove unused memory_region_set_global_locking() Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 10/61] Document pretty parameter for mon option Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 11/61] Makefile: use $(MAKE) variable Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 12/61] build: fix typo in error message Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 13/61] accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.h Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 14/61] Makefile: add more targets to the UNCHECKED_GOALS rule Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 15/61] MAINTAINERS: add "hw/registerfields.h" in Register API entry Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 16/61] hw/registerfields: fix a typo in the FIELD() documentation Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 17/61] hw/registerfields: add 64-bit extract/deposit macros Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 18/61] hw/registerfields: add missing include Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 19/61] hw/input/hid: Add support for several keys Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 20/61] MAINTAINERS: add entries for i2c/ppc4xx Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 21/61] MAINTAINERS: add an entry for the i82374 (southbridge) Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 22/61] MAINTAINERS: add an entry for the i8257 (DMA controller) Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 23/61] MAINTAINERS: add an entry for the i82378 (superio) Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 24/61] MAINTAINERS: add an entry for watchdog/wdt_ib700 Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 25/61] MAINTAINERS: add an entry for input/pckbd.c Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 26/61] MAINTAINERS: add entries for timer/m48t59 Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 27/61] MAINTAINERS: add missing entry for include/hw/net/ Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 28/61] hw: use "qemu/osdep.h" as first #include in source files Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 29/61] hw: remove "qemu/osdep.h" from header files Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 30/61] block: remove "qemu/osdep.h" from header file Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 31/61] misc: remove headers implicitly included Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 32/61] misc: remove duplicated includes Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 33/61] ppc: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 34/61] i386/hax: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 35/61] i386/hax: remove duplicated include Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 36/61] nios2: remove duplicated includes (in code commented out) Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 37/61] misc: avoid "include/" in include path Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 38/61] numa: remove unused #include Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 39/61] hw/input/vmmouse: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 40/61] hw/misc/pvpanic: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 41/61] hw/ssi/aspeed_smc: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 42/61] amd_iommu: avoid needless includes in header file Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 43/61] misc: remove old i386 dependency Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 44/61] hw/ide: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 45/61] hw/ipmi: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 46/61] hw/i2c: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 47/61] hw/tpm: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 48/61] hw/virtio-balloon: " Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 49/61] hw/unicore32: restrict hw addr defines to source file Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 50/61] hw/timer/i8254: rename pit_init() -> i8254_pit_init() Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 51/61] hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 52/61] hw/acpi: ACPI_PM_* defines are not restricted to i386 arch Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 53/61] hw/acpi/ich9: extract ACPI_PM_PROP_TCO_ENABLED from i386/pc Michael Tokarev
2017-12-17 21:27 ` [Qemu-devel] [PULL 54/61] hw/display/vga: "vga.h" only contains registers defs, rename it "vga_regs.h" Michael Tokarev
2017-12-17 21:28 ` [Qemu-devel] [PULL 55/61] hw/display/vga: "vga_int.h" requires "ui/console.h" Michael Tokarev
2017-12-17 21:28 ` [Qemu-devel] [PULL 56/61] hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" Michael Tokarev
2017-12-17 21:28 ` [Qemu-devel] [PULL 57/61] hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c Michael Tokarev
2017-12-17 21:28 ` [Qemu-devel] [PULL 58/61] hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h" Michael Tokarev
2017-12-17 21:28 ` [Qemu-devel] [PULL 59/61] i386/pc: move vmport.c to hw/i386/ Michael Tokarev
2017-12-17 21:28 ` [Qemu-devel] [PULL 60/61] i386/pc: move vmmouse.c " Michael Tokarev
2017-12-17 21:28 ` [Qemu-devel] [PULL 61/61] misc: drop old i386 dependency Michael Tokarev
2017-12-17 22:07 ` [Qemu-devel] [PULL v2 00/61] Trivial patches for 2017-12-18 Michael Tokarev
2017-12-17 23:14 ` Peter Maydell
2017-12-18 0:41 ` [Qemu-devel] [Qemu-trivial] " Philippe Mathieu-Daudé
2017-12-18 1:53 ` Philippe Mathieu-Daudé [this message]
2017-12-18 14:13 ` [Qemu-devel] [PULL v3 00/60] " Michael Tokarev
2017-12-18 14:13 ` [Qemu-devel] [PULL 46/60] hw/tpm: remove old i386 dependency Michael Tokarev
2017-12-18 16:48 ` [Qemu-devel] [PULL v3 00/60] Trivial patches for 2017-12-18 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=232ba76b-c42c-ddec-2f90-6eb403a8fee8@amsat.org \
--to=f4bug@amsat.org \
--cc=marcandre.lureau@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).