Displaying 20 results from an estimated 54 matches for "imammedo".
2012 Mar 21
2
[PATCH] xen: initialize platform_pci even if xen_emul_unplug=never
...urns -EBUSY).
It is caused by xen_bus dependency on platform_pci and
platform_pci isn''t initialized when xen_emul_unplug=never is
specified.
Fix it by allowing platform_pcii to ignore xen_emul_unplug=never,
and do not intialize xen_[blk|net]front instead.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
---
drivers/block/xen-blkfront.c | 3 +++
drivers/net/xen-netfront.c | 4 ++++
drivers/xen/platform-pci.c | 5 -----
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c
index 2f22874..d5e1ab9 100644...
2012 Mar 30
3
linux-3.4-rc0 XENBUS: Device with no driver: device/vbd/51713
Hi Konrad,
I just tried linux-3.4-rc0 (linus his tree, last commit f52b69f86e27903d6896ed5fa7cd280fec8de532) with 3 additional branches from your tree pulled on top of that:
branch stable/for-ingo-3.4.v2 (required for dom0 to boot)
branch stable/for-jens-3.4
branch stable/for-jens-3.4-bugfixes
Hypervisor is xen-4.1.3-rc1-pre
linux 3.3 vanilla works fine
Booting dom0 goes fine, but
2015 Jun 24
2
[PATCH RFC] vhost: add ioctl to query nregions upper limit
...ld kernel, you get -1 and you can assume at least 64 slots. Since 0
value's left unused, let's make that mean that the current userspace
behaviour (trial and error) is required, just in case we want it back.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Cc: Igor Mammedov <imammedo at redhat.com>
Cc: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/vhost.h | 17 ++++++++++++++++-
drivers/vhost/vhost.c | 5 +++++
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h
index ab373191..f7...
2015 Jun 24
2
[PATCH RFC] vhost: add ioctl to query nregions upper limit
...ld kernel, you get -1 and you can assume at least 64 slots. Since 0
value's left unused, let's make that mean that the current userspace
behaviour (trial and error) is required, just in case we want it back.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Cc: Igor Mammedov <imammedo at redhat.com>
Cc: Paolo Bonzini <pbonzini at redhat.com>
---
include/uapi/linux/vhost.h | 17 ++++++++++++++++-
drivers/vhost/vhost.c | 5 +++++
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h
index ab373191..f7...
2015 Jun 24
1
[PATCH RFC] vhost: add ioctl to query nregions upper limit
...left unused, let's make that mean that the current userspace
> > > > behaviour (trial and error) is required, just in case we want it back.
> > > >
> > > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> > > > Cc: Igor Mammedov <imammedo at redhat.com>
> > > > Cc: Paolo Bonzini <pbonzini at redhat.com>
> > > > ---
> > > > include/uapi/linux/vhost.h | 17 ++++++++++++++++-
> > > > drivers/vhost/vhost.c | 5 +++++
> > > > 2 files changed, 21 insertions(+), 1...
2015 Jun 24
1
[PATCH RFC] vhost: add ioctl to query nregions upper limit
...left unused, let's make that mean that the current userspace
> > > > behaviour (trial and error) is required, just in case we want it back.
> > > >
> > > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> > > > Cc: Igor Mammedov <imammedo at redhat.com>
> > > > Cc: Paolo Bonzini <pbonzini at redhat.com>
> > > > ---
> > > > include/uapi/linux/vhost.h | 17 ++++++++++++++++-
> > > > drivers/vhost/vhost.c | 5 +++++
> > > > 2 files changed, 21 insertions(+), 1...
2015 Jun 24
2
[PATCH RFC] vhost: add ioctl to query nregions upper limit
...64 slots. Since 0
> > value's left unused, let's make that mean that the current userspace
> > behaviour (trial and error) is required, just in case we want it back.
> >
> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> > Cc: Igor Mammedov <imammedo at redhat.com>
> > Cc: Paolo Bonzini <pbonzini at redhat.com>
> > ---
> > include/uapi/linux/vhost.h | 17 ++++++++++++++++-
> > drivers/vhost/vhost.c | 5 +++++
> > 2 files changed, 21 insertions(+), 1 deletion(-)
> >
> > diff --git a/incl...
2015 Jun 24
2
[PATCH RFC] vhost: add ioctl to query nregions upper limit
...64 slots. Since 0
> > value's left unused, let's make that mean that the current userspace
> > behaviour (trial and error) is required, just in case we want it back.
> >
> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> > Cc: Igor Mammedov <imammedo at redhat.com>
> > Cc: Paolo Bonzini <pbonzini at redhat.com>
> > ---
> > include/uapi/linux/vhost.h | 17 ++++++++++++++++-
> > drivers/vhost/vhost.c | 5 +++++
> > 2 files changed, 21 insertions(+), 1 deletion(-)
> >
> > diff --git a/incl...
2011 Sep 16
0
[PATCH v3] Clear IRQ_GUEST in irq_desc->status when setting action to NULL.
...be cleared in dynamic_irq_cleanup where
action is set to NULL.
An addition remove BUGON at __pirq_guest_unbind that appears to be
bogus and not needed anymore.
Thanks Paolo Bonzini for NACKing previous patch, and pointing at the
correct solution.
Please review.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
diff --git a/xen/arch/x86/irq.c b/xen/arch/x86/irq.c
--- a/xen/arch/x86/irq.c
+++ b/xen/arch/x86/irq.c
@@ -192,6 +192,7 @@ static void dynamic_irq_cleanup(unsigned
spin_lock_irqsave(&desc->lock, flags);
desc->status |= IRQ_DISABLED;
+ desc->status &...
2015 Jun 24
0
[PATCH RFC] vhost: add ioctl to query nregions upper limit
...you can assume at least 64 slots. Since 0
> value's left unused, let's make that mean that the current userspace
> behaviour (trial and error) is required, just in case we want it back.
>
> Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> Cc: Igor Mammedov <imammedo at redhat.com>
> Cc: Paolo Bonzini <pbonzini at redhat.com>
> ---
> include/uapi/linux/vhost.h | 17 ++++++++++++++++-
> drivers/vhost/vhost.c | 5 +++++
> 2 files changed, 21 insertions(+), 1 deletion(-)
>
> diff --git a/include/uapi/linux/vhost.h b/include/ua...
2020 May 07
0
[PATCH v3 00/15] virtio-mem: paravirtualized memory
...lt;samuel.ortiz at intel.com>
> Cc: Robert Bradford <robert.bradford at intel.com>
> Cc: Luiz Capitulino <lcapitulino at redhat.com>
> Cc: Pankaj Gupta <pankaj.gupta.linux at gmail.com>
> Cc: teawater <teawaterz at linux.alibaba.com>
> Cc: Igor Mammedov <imammedo at redhat.com>
> Cc: Dr. David Alan Gilbert <dgilbert at redhat.com>
>
> David Hildenbrand (15):
> virtio-mem: Paravirtualized memory hotplug
> virtio-mem: Allow to specify an ACPI PXM as nid
> virtio-mem: Paravirtualized memory hotunplug part 1
> virtio-mem:...
2019 Dec 11
1
[PATCH v3] virtio-balloon: fix managed page counts when migrating pages between zones
...e->managed_pages")
Cc: <stable at vger.kernel.org> # v3.11+
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: Jason Wang <jasowang at redhat.com>
Cc: Jiang Liu <liuj97 at gmail.com>
Cc: Andrew Morton <akpm at linux-foundation.org>
Cc: Igor Mammedov <imammedo at redhat.com>
Cc: virtualization at lists.linux-foundation.org
Signed-off-by: David Hildenbrand <david at redhat.com>
---
v2 -> v3:
- Refine comment
- s/only/online/ in description
- Clarify why VIRTIO_BALLOON_F_DEFLATE_ON_OOM has to be checked
v1 -> v2:
- Adjust count before enqu...
2020 Mar 02
0
[PATCH v1 07/11] virtio-mem: Allow to offline partially unplugged memory blocks
...modifying the stats and
special handling in case the driver gets unloaded.
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: Jason Wang <jasowang at redhat.com>
Cc: Oscar Salvador <osalvador at suse.de>
Cc: Michal Hocko <mhocko at kernel.org>
Cc: Igor Mammedov <imammedo at redhat.com>
Cc: Dave Young <dyoung at redhat.com>
Cc: Andrew Morton <akpm at linux-foundation.org>
Cc: Dan Williams <dan.j.williams at intel.com>
Cc: Pavel Tatashin <pasha.tatashin at soleen.com>
Cc: Stefan Hajnoczi <stefanha at redhat.com>
Cc: Vlastimil Babka &l...
2015 Jun 24
0
[PATCH RFC] vhost: add ioctl to query nregions upper limit
...gt; > value's left unused, let's make that mean that the current userspace
> > > behaviour (trial and error) is required, just in case we want it back.
> > >
> > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
> > > Cc: Igor Mammedov <imammedo at redhat.com>
> > > Cc: Paolo Bonzini <pbonzini at redhat.com>
> > > ---
> > > include/uapi/linux/vhost.h | 17 ++++++++++++++++-
> > > drivers/vhost/vhost.c | 5 +++++
> > > 2 files changed, 21 insertions(+), 1 deletion(-)
> > >...
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
...il.com>
Hervé Poussineau <hpoussin@reactos.org>
Hervé Poussineau <hpoussineau@reactos.org>
Hu Tao <hutao@cn.fujitsu.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Ian Main <imain@redhat.com>
Ian Molton <ian.molton@collabora.co.uk>
Igor Mammedov <imammedo@redhat.com>
Igor Mammedov <imammedo@redhat.com> (for i386)
Igor Mitsyanko <i.mitsyanko@gmail.com>
Igor Mitsyanko <i.mitsyanko@samsung.com>
Isaku Yamahata <yamahata@private.email.ne.jp>
Isaku Yamahata <yamahata@valinux.co.jp>
Izumi Tsutsui <tsutsui@cer...
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
...il.com>
Hervé Poussineau <hpoussin@reactos.org>
Hervé Poussineau <hpoussineau@reactos.org>
Hu Tao <hutao@cn.fujitsu.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Ian Main <imain@redhat.com>
Ian Molton <ian.molton@collabora.co.uk>
Igor Mammedov <imammedo@redhat.com>
Igor Mammedov <imammedo@redhat.com> (for i386)
Igor Mitsyanko <i.mitsyanko@gmail.com>
Igor Mitsyanko <i.mitsyanko@samsung.com>
Isaku Yamahata <yamahata@private.email.ne.jp>
Isaku Yamahata <yamahata@valinux.co.jp>
Izumi Tsutsui <tsutsui@cer...
2013 Nov 18
0
[qemu-upstream-unstable test] 21993: regressions - FAIL
...il.com>
Hervé Poussineau <hpoussin@reactos.org>
Hervé Poussineau <hpoussineau@reactos.org>
Hu Tao <hutao@cn.fujitsu.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Ian Main <imain@redhat.com>
Ian Molton <ian.molton@collabora.co.uk>
Igor Mammedov <imammedo@redhat.com>
Igor Mammedov <imammedo@redhat.com> (for i386)
Igor Mitsyanko <i.mitsyanko@gmail.com>
Igor Mitsyanko <i.mitsyanko@samsung.com>
Isaku Yamahata <yamahata@private.email.ne.jp>
Isaku Yamahata <yamahata@valinux.co.jp>
Izumi Tsutsui <tsutsui@cer...
2019 Dec 16
0
[PATCH 4.14 183/267] virtio-balloon: fix managed page counts when migrating pages between zones
...e->managed_pages")
Cc: <stable at vger.kernel.org> # v3.11+
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: Jason Wang <jasowang at redhat.com>
Cc: Jiang Liu <liuj97 at gmail.com>
Cc: Andrew Morton <akpm at linux-foundation.org>
Cc: Igor Mammedov <imammedo at redhat.com>
Cc: virtualization at lists.linux-foundation.org
Signed-off-by: David Hildenbrand <david at redhat.com>
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
drivers/virtio/virtio_balloon.c |...
2019 Dec 16
0
[PATCH 4.19 031/140] virtio-balloon: fix managed page counts when migrating pages between zones
...e->managed_pages")
Cc: <stable at vger.kernel.org> # v3.11+
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: Jason Wang <jasowang at redhat.com>
Cc: Jiang Liu <liuj97 at gmail.com>
Cc: Andrew Morton <akpm at linux-foundation.org>
Cc: Igor Mammedov <imammedo at redhat.com>
Cc: virtualization at lists.linux-foundation.org
Signed-off-by: David Hildenbrand <david at redhat.com>
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
drivers/virtio/virtio_balloon.c |...
2019 Dec 16
0
[PATCH 5.3 047/180] virtio-balloon: fix managed page counts when migrating pages between zones
...e->managed_pages")
Cc: <stable at vger.kernel.org> # v3.11+
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: Jason Wang <jasowang at redhat.com>
Cc: Jiang Liu <liuj97 at gmail.com>
Cc: Andrew Morton <akpm at linux-foundation.org>
Cc: Igor Mammedov <imammedo at redhat.com>
Cc: virtualization at lists.linux-foundation.org
Signed-off-by: David Hildenbrand <david at redhat.com>
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
---
drivers/virtio/virtio_balloon.c |...