]> git.proxmox.com Git - qemu.git/commit - hw/virtio-pci.c
qemu: clean up target page usage in msix
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 29 Sep 2009 16:53:26 +0000 (18:53 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:52 +0000 (09:32 -0500)
commit5a1fc5e8529afb6041a3dfa406a94c187d2afc1d
treedd0ce1ed2be9785c5f431e5ae3b162621c8a9fca
parent8f2498f9f696feb8334a478528c1170f90445fd4
qemu: clean up target page usage in msix

Since cpu_register_phys_memory does not require size to be a multiple of
target page size, simply make msix page size 0x1000.  Do this in msix,
reverting part of 5e520a7d500ec2569d22d80f9ef4272a34cb3c80, as we no
longer have to pass target page around.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/msix.c
hw/msix.h
hw/pci.h
hw/virtio-pci.c