aspeed/smc: Fix MemoryRegionOps definition
commit0d3119edd026adde74aeddbb67c20a7822dea86d
authorCédric Le Goater <clg@kaod.org>
Tue, 1 Sep 2020 12:21:50 +0000 (1 14:21 +0200)
committerCédric Le Goater <clg@kaod.org>
Tue, 1 Sep 2020 12:21:50 +0000 (1 14:21 +0200)
treed69eb958a49a2876208d35bd620d1903e0bfe59f
parent40a38df55e07cfc5929ea36c73affcedd5b9e726
aspeed/smc: Fix MemoryRegionOps definition

Unaligned access support is a leftover from the initial commit. There
is no such need on this device register mapping. Remove it.

Cc: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Message-Id: <20200819100956.2216690-7-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/ssi/aspeed_smc.c