Re: [PATCH v2] hw/display/qxl: Set pci rom address aligned with page size

2021-05-20 Thread maobibo
ping. or there is other suggestion so that qxl can be used on system with 16K pagesize. regards bibo, mao 在 2021年05月18日 20:20, Bibo Mao 写道: > From: maobibo > > On some MIPS system, page size is 16K, and qxl vga device can > be used for VM in kvm mode. Qxl pci rom size is set 8K fixed, >

[PATCH v2] hw/display/qxl: Set pci rom address aligned with page size

2021-05-18 Thread Bibo Mao
From: maobibo On some MIPS system, page size is 16K, and qxl vga device can be used for VM in kvm mode. Qxl pci rom size is set 8K fixed, smaller than 16K page size on host system, it fails to be added into memslots in kvm mode where memory_size and GPA are required to align with page size.