The following changes since commit 506179e42112be77bfd071f050b15762d3b2cd43:
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into staging (2019-07-02 18:56:44 +0100) are available in the Git repository at: git://git.kraxel.org/qemu tags/vga-20190703-pull-request for you to fetch changes up to 0a87fd693d4e955a6877a2166b65bb7b7192aaaa: Add ati vgabios to INSTALL_BLOBS. (2019-07-03 10:52:15 +0200) ---------------------------------------------------------------- vga: virtio fixes, bitbang i2c asan fix, install ati vgabios. ---------------------------------------------------------------- Gerd Hoffmann (2): virtio-gpu: fix unmap in error path Add ati vgabios to INSTALL_BLOBS. Li Qiang (1): virtio-gpu: check if the resource already exists in virtio_gpu_load() Peter Maydell (1): hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface struct Makefile | 2 +- hw/display/ati_int.h | 2 +- include/hw/i2c/bitbang_i2c.h | 38 ++++++++++++++++++++++++++++- include/hw/i2c/ppc4xx_i2c.h | 2 +- hw/display/ati.c | 7 +++--- hw/display/virtio-gpu.c | 9 +++++-- hw/i2c/bitbang_i2c.c | 47 +++--------------------------------- hw/i2c/ppc4xx_i2c.c | 6 ++--- hw/i2c/versatile_i2c.c | 8 +++--- 9 files changed, 61 insertions(+), 60 deletions(-) -- 2.18.1