]> git.proxmox.com Git - qemu.git/commit
pci: clean up of pci_update_mappings()
authorIsaku Yamahata <yamahata@valinux.co.jp>
Thu, 12 Nov 2009 05:58:43 +0000 (14:58 +0900)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Dec 2009 15:52:28 +0000 (17:52 +0200)
commitec50344230aad67a867ac59e4a0cd7233149484c
treeef671ec563482db4f8461e75ac8ae3447b3287d9
parent2c56b44b88d913c4f7acb444071052b55b37da34
pci: clean up of pci_update_mappings()

This patch converts r->size == 0 to !r_size.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci.c