Hi, These are some candidate patches for rc1.
The first is a quick fix that finally gets shippable up and running again. We may want to consider a grand renaming of our docker scheme but I don't think thats something worth dropping in while we are stabilising - especially if we change the project name on gitlab. The semihosting fixes had just slipped off my radar but are pretty minor bug fixes. Finally I whipped up the last two because of a report of QEMU OOM'ing on some CI systems with low memory. It doesn't restore the link to guest ram size but instead introduces an advisory helper function to probe guest physical memory. Please review. Alex Bennée (3): shippable: add one more qemu to registry url util: add qemu_get_host_physmem utility function accel/tcg: better handle memory constrained systems KONRAD Frederic (2): semihosting: defer connect_chardevs a little more to use serialx semihosting: don't send the trailing '\0' include/qemu/osdep.h | 10 ++++++++++ accel/tcg/translate-all.c | 7 ++++++- hw/semihosting/console.c | 4 +++- softmmu/vl.c | 5 +++-- util/oslib-posix.c | 11 +++++++++++ util/oslib-win32.c | 6 ++++++ .shippable.yml | 2 +- 7 files changed, 40 insertions(+), 5 deletions(-) -- 2.20.1