| commit | d26d9e14c15837eba2b7447e8d15230bab8e0940 | [log] [tgz] |
|---|---|---|
| author | Michael S. Tsirkin <mst@redhat.com> | Wed Jul 10 18:28:04 2013 +0300 |
| committer | Michael S. Tsirkin <mst@redhat.com> | Mon Jul 15 21:26:32 2013 +0300 |
| tree | 65a3b7601fad519d1dec3ca04ad2a96b565b46da | |
| parent | 488f069bd1f3aeb6ee748acb02b7581831bcb3f8 [diff] |
pc: don't access fw cfg if NULL
commit f8c457b88d72a48989f190bc3d7b79f4f3b7d11c
"pc: pass PCI hole ranges to Guests"
broke Xen as it has no fw_cfg.
Check for this configuration and boil out.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>