On 11/21/2011 04:56 AM, zanghongy...@huawei.com wrote:
From: Hongyong Zang
Ivshmem cannot work, and the command lspci cannot show ivshmem BAR2 in the
guest.
As for pci_register_bar(), parameter MemoryRegion should be s->bar instead of
s->ivshmem.
Signed-off-by: Hongyong Zang
Applied. Thank
On 11/21/2011 12:56 PM, zanghongy...@huawei.com wrote:
> From: Hongyong Zang
>
> Ivshmem cannot work, and the command lspci cannot show ivshmem BAR2 in the
> guest.
> As for pci_register_bar(), parameter MemoryRegion should be s->bar instead of
> s->ivshmem.
>
> Signed-off-by: Hongyong Zang
> -
From: Hongyong Zang
Ivshmem cannot work, and the command lspci cannot show ivshmem BAR2 in the
guest.
As for pci_register_bar(), parameter MemoryRegion should be s->bar instead of
s->ivshmem.
Signed-off-by: Hongyong Zang
---
hw/ivshmem.c |2 +-
1 files changed, 1 insertions(+), 1 deletio