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: Andreas Färber
Subject: Re: [Qemu-devel] [RFC PATCH 1/8] qtest: add libqos
Date: Wed, 13 Mar 2013 13:11:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3

Am 05.03.2013 14:53, schrieb Anthony Liguori:
> This includes basic PCI support.
> 
> Signed-off-by: Anthony Liguori <address@hidden>
> ---
>  configure             |   2 +-
>  tests/Makefile        |   2 +-
>  tests/libqos/pci-pc.c | 219 
> ++++++++++++++++++++++++++++++++++++++++++++++++++
>  tests/libqos/pci-pc.h |   8 ++
>  tests/libqos/pci.c    | 108 +++++++++++++++++++++++++
>  tests/libqos/pci.h    |  65 +++++++++++++++
>  6 files changed, 402 insertions(+), 2 deletions(-)
>  create mode 100644 tests/libqos/pci-pc.c
>  create mode 100644 tests/libqos/pci-pc.h
>  create mode 100644 tests/libqos/pci.c
>  create mode 100644 tests/libqos/pci.h

This is missing a refactoring of existing I2C libqos:

tests/libi2c.[hc] -> tests/libqos/i2c.[hc]
tests/libi2c-omap.c -> tests/libqos/i2c-omap.c

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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