]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/isa/piix3: Resolve redundant k->config_write assignments
authorBernhard Beschow <shentey@gmail.com>
Mon, 3 Apr 2023 07:41:23 +0000 (09:41 +0200)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 7 Jun 2023 14:07:10 +0000 (15:07 +0100)
commit0f3e02a2f549e8b246252610cd0c4fc4e4f501ac
tree678d2e7f45b51f95a39b1f5c01cf04c45d5c320d
parent89965db43cce708216de860b3655b1a4816e9fa9
hw/isa/piix3: Resolve redundant k->config_write assignments

The previous patch unified handling of piix3_write_config() accross the
PIIX3 device models which allows for assigning k->config_write once in the
base class.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
Tested-by: Chuck Zmudzinski <brchuckz@aol.com>
Message-Id: <20230312120221.99183-6-shentey@gmail.com>
Message-Id: <20230403074124.3925-7-shentey@gmail.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
hw/isa/piix3.c