Re: [Qemu-devel] [PATCH 01/15] pci: add new bus functions
On Tue, Feb 09, 2010 at 04:01:25PM -0600, Anthony Liguori wrote: > - mapping and managing io regions > - reading and writing physical memory > > Signed-off-by: Anthony Liguori > --- > hw/pci.c | 172 > +++--- > hw/pci.h | 18 ++- >
[Qemu-devel] [PATCH 01/15] pci: add new bus functions
- mapping and managing io regions - reading and writing physical memory Signed-off-by: Anthony Liguori --- hw/pci.c | 172 +++--- hw/pci.h | 18 ++- 2 files changed, 181 insertions(+), 9 deletions(-) diff --git a/hw/pci.c b/hw/pci