qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qom-test: blacklist xenigd


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH] qom-test: blacklist xenigd
Date: Fri, 15 Aug 2014 18:33:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0

Am 14.08.2014 18:02, schrieb Michael S. Tsirkin:
> Patch
>     xen:hw:i386:pc_piix: introduce new machine for IGD passthrough
> adds a new machine type.
> Blacklist it since it forces xen accel.
> 
> Cc: Tiejun Chen <address@hidden>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
>  tests/qom-test.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qom-test.c b/tests/qom-test.c
> index 4246382..10799e2 100644
> --- a/tests/qom-test.c
> +++ b/tests/qom-test.c
> @@ -16,7 +16,7 @@
>  #include "qapi/qmp/types.h"
>  
>  static const char *blacklist_x86[] = {
> -    "xenfv", "xenpv", NULL
> +    "xenfv", "xenpv", "xenigd", NULL
>  };
>  
>  static const struct {

Reviewed-by: Andreas Färber <address@hidden>

What's the status of that series? If it's not yet applied as I
understood your response, then you could just squash it there.

Cheers,
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]