The following changes since commit 8d16e72f2d4df2c9e631393adf1669a1da7efe8a:
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a' into staging (2020-09-25 14:46:18 +0100) are available in the Git repository at: g...@github.com:alistair23/qemu.git tags/pull-register-20200927 for you to fetch changes up to e8a612b7e3cdbdface1e34a27300ca2f8521dee0: core/register: Specify instance_size in the TypeInfo (2020-09-25 16:52:24 -0700) ---------------------------------------------------------------- Two small patches. One with a fix for the register API instance_size and one for removing unused address variables from load_elf. ---------------------------------------------------------------- Alistair Francis (1): core/register: Specify instance_size in the TypeInfo BALATON Zoltan (1): load_elf: Remove unused address variables from callers hw/alpha/dp264.c | 8 ++++---- hw/arm/armv7m.c | 4 +--- hw/core/register.c | 31 +++++++++++++------------------ hw/cris/boot.c | 4 ++-- hw/microblaze/boot.c | 4 ++-- hw/mips/fuloong2e.c | 8 ++++---- hw/moxie/moxiesim.c | 4 ++-- hw/nios2/boot.c | 4 ++-- hw/ppc/mac_newworld.c | 6 ++---- hw/ppc/mac_oldworld.c | 6 ++---- hw/ppc/ppc440_bamboo.c | 9 +++------ hw/ppc/sam460ex.c | 12 +++++------- hw/ppc/spapr.c | 11 ++++------- hw/ppc/virtex_ml507.c | 4 ++-- hw/riscv/boot.c | 8 ++++---- hw/xtensa/sim.c | 3 +-- hw/xtensa/xtfpga.c | 3 +-- 17 files changed, 54 insertions(+), 75 deletions(-)