[Qemu-devel] [PATCH v2] qemu-kvm/pci-assign: 64 bits bar emulation

2012-12-19 Thread Xudong Hao
Enable 64 bits bar emulation. v2 changes from v1: - Change 0lx% to 0x%016 when print a 64 bit variable. Test pass with the current seabios which already support 64bit pci bars. Signed-off-by: Xudong Hao --- hw/kvm/pci-assign.c | 22 ++ 1 files changed, 14 insertions(+), 8

Re: [Qemu-devel] [PATCH v2] qemu-kvm/pci-assign: 64 bits bar emulation

2012-12-19 Thread Alex Williamson
On Wed, 2012-12-19 at 16:47 +0800, Xudong Hao wrote: > Enable 64 bits bar emulation. > > v2 changes from v1: > - Change 0lx% to 0x%016 when print a 64 bit variable. > > Test pass with the current seabios which already support 64bit pci bars. > > Signed-off-by: Xudong Hao > --- > hw/kvm/pci-ass

Re: [Qemu-devel] [PATCH v2] qemu-kvm/pci-assign: 64 bits bar emulation

2012-12-19 Thread Hao, Xudong
> -Original Message- > From: Alex Williamson [mailto:alex.william...@redhat.com] > Sent: Thursday, December 20, 2012 12:06 AM > To: Hao, Xudong > Cc: qemu-devel@nongnu.org; mtosa...@redhat.com; g...@redhat.com; > k...@vger.kernel.org > Subject: Re: [PATCH v2] qemu-kvm/pci-assign: 64 bits ba

Re: [Qemu-devel] [PATCH v2] qemu-kvm/pci-assign: 64 bits bar emulation

2012-12-19 Thread Alex Williamson
On Thu, 2012-12-20 at 01:52 +, Hao, Xudong wrote: > > -Original Message- > > From: Alex Williamson [mailto:alex.william...@redhat.com] > > Sent: Thursday, December 20, 2012 12:06 AM > > To: Hao, Xudong > > Cc: qemu-devel@nongnu.org; mtosa...@redhat.com; g...@redhat.com; > > k...@vger.ke

Re: [Qemu-devel] [PATCH v2] qemu-kvm/pci-assign: 64 bits bar emulation

2012-12-19 Thread Hao, Xudong
> -Original Message- > From: Alex Williamson [mailto:alex.william...@redhat.com] > Sent: Thursday, December 20, 2012 10:39 AM > To: Hao, Xudong > Cc: qemu-devel@nongnu.org; mtosa...@redhat.com; g...@redhat.com; > k...@vger.kernel.org > Subject: Re: [PATCH v2] qemu-kvm/pci-assign: 64 bits ba