hw/pci-host/q35: Replace hardcoded value with macro
authorZihan Yang <whois.zihan.yang@gmail.com>
Wed, 25 Apr 2018 09:52:23 +0000 (17:52 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 23 May 2018 00:14:40 +0000 (03:14 +0300)
commitdda53ee93af90547912f0ea99ca85deba49fd364
tree1a6981c4a909f3e60232d1b18b19b04ebe37be8a
parent4f50c1673a89b07f376ce5c42d22d79a79cd466d
hw/pci-host/q35: Replace hardcoded value with macro

During smram region initialization some addresses are hardcoded,
replace them with macro to be more clear to readers.

Previous patch forgets about one value and exceeds the line
limit of 90 characters. The v2 breaks a few long lines

Signed-off-by: Zihan Yang <whois.zihan.yang@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci-host/q35.c