Re: [Qemu-devel] [PATCH] qemu: define a TOM register to report the base of PCI

2013-02-22 Thread Hao, Xudong
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: Friday, February 22, 2013 8:35 PM > To: Hao, Xudong > Cc: aligu...@us.ibm.com; m...@redhat.com; qemu-devel@nongnu.org; > Stefano Stabellini; xen-de...@lists.xen.org; Zhang, Xiantao > Subject:

Re: [Qemu-devel] [PATCH] qemu: define a TOM register to report the base of PCI

2013-02-22 Thread Stefano Stabellini
On Fri, 22 Feb 2013, Xudong Hao wrote: > Define a TOM(top of memory) register to report the base of PCI memory, update > memory region dynamically. > > The use case of this register defination is for Xen till now. > > Signed-off-by: Xudong Hao > Signed-off-by: Xiantao Zhang Thanks for the patc

[Qemu-devel] [PATCH] qemu: define a TOM register to report the base of PCI

2013-02-21 Thread Xudong Hao
Define a TOM(top of memory) register to report the base of PCI memory, update memory region dynamically. The use case of this register defination is for Xen till now. Signed-off-by: Xudong Hao Signed-off-by: Xiantao Zhang --- hw/pc.h | 4 --- hw/pc_piix.c | 6 - hw/piix_pci.c | 79