qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 1/8] qtest: add libqos


From: Kevin Wolf
Subject: Re: [Qemu-devel] [RFC PATCH 1/8] qtest: add libqos
Date: Thu, 28 Mar 2013 12:41:12 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Am 13.03.2013 um 15:03 hat Anthony Liguori geschrieben:
> You are correct, it should look something like:
> 
> if (addr & PCI_BASE_ADDRESS_SPACE_IO) {
>     size = (1ULL << ctzl(addr & PCI_BASE_ADDRESS_IO_MASK));
> } else {
>     size = (1ULL << ctzl(addr & PCI_BASE_ADDRESS_MEM_MASK));
> }
> 
> This doesn't deal with 64-bit bars though.
> 
> I'll update in the next round.  I think this has worked for me because I
> have only done single device testing.  I did switch from ffz when I
> rebased but I think ffz would still have this problem.

For when are you planning the next round? Will we get this in time to
make use of it in 1.5?

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]