search for: gena

Displaying 20 results from an estimated 30 matches for "gena".

Did you mean: ena
2018 May 15
3
centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
2018-05-15 12:38 GMT+02:00 Gena Makhomed <gmm at csdoc.com>: > Hello, Sandro! > > On 15.05.2018 13:24, Gena Makhomed wrote: > > failure: repodata/repomd.xml from centos-qemu-ev: [Errno 256] No more >> mirrors to try. >> http://mirror.centos.org/altarch/7/virt/x86_64/kvm-common/ >> repodata/...
2018 May 15
2
centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
...InterestGroup/Virtualization for more # information [centos-qemu-ev] name=CentOS-$releasever - QEMU EV baseurl=http://mirror.centos.org/$contentdir/$releasever/virt/$basearch/kvm-common/ gpgcheck=1 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization -- Best regards, Gena
2015 Jul 30
2
qemu-kvm-ev with CentOS 7.1
...<nux at li.nux.ro> wrote: > Yes, you can. In fact you can use the binaries from the ovirt repo itself, > no need to rebuild. > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > ----- Original Message ----- > > From: "Gena Makhomed" <gmm at csdoc.com> > > To: centos-virt at centos.org > > Sent: Wednesday, 29 July, 2015 19:19:13 > > Subject: [CentOS-virt] qemu-kvm-ev with CentOS 7.1 > > > Hello, All! > > > > Is it possible to use binary packages build from > > &g...
2015 Jul 29
3
qemu-kvm-ev with CentOS 7.1
...OS 7.1 and use all other packages from CentOS (libvirt, virt-manager, etc) Is it have reasons, if I not use live migrations and qcow2 snapshots? (instead use zfs, zvols and zfs snapshots for VM disks online backups) Is using qemu-kvm-ev with CentOS 7.1 have any disadvantages? -- Best regards, Gena
2015 Aug 18
2
Adding customized options to qemu command line
Hi all, How can I add some options to qemu command line when a kvm guest starts up from libvirtd?? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20150818/e962c559/attachment-0006.html>
2015 Jul 30
3
qemu-kvm SLIC acpitable workaround of Windows bug
...>> >>>> Is it have reasons, if I not use live migrations and qcow2 snapshots? >>>> (instead use zfs, zvols and zfs snapshots for VM disks online backups) >>>> >>>> Is using qemu-kvm-ev with CentOS 7.1 have any disadvantages? -- Best regards, Gena
2017 Mar 14
3
Red Hat VirtIO SCSI pass-through controller
...PCI\VEN_1AF4&DEV_1004&CC_0100 Compatible IDs: PCI\VEN_1AF4&DEV_1004&REV_00 PCI\VEN_1AF4&DEV_1004 PCI\VEN_1AF4&CC_010000 PCI\VEN_1AF4&CC_0100 PCI\VEN_1AF4 PCI\CC_010000 PCI\CC_0100 -- Best regards, Gena
2010 Apr 12
1
[PATCHv2 1/2] fbdev: allow passing more than one aperture for handoff
...if (gen->base > hw->base && gen->base <= hw->base + hw->size) return true; return false; } + +static bool fb_do_apertures_overlap(struct fb_info *gen, struct fb_info *hw) +{ + int i, j; + struct apertures_struct *hwa = hw->apertures; + struct apertures_struct *gena = gen->apertures; + if (!hwa || !gena) + return false; + + for (i = 0; i < hwa->count; ++i) { + struct aperture *h = &hwa->ranges[i]; + for (j = 0; j < gena->count; ++j) { + struct aperture *g = &gena->ranges[j]; + printk(KERN_DEBUG "checking generic (%llx %...
2018 May 15
2
centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
On Tue, 15 May 2018 14:45:23 +0300 Gena Makhomed <gmm at csdoc.com> wrote: > >> Something wrong with $contentdir variable, > >> it points to altarch for x86_64 $basearch. > > > > can't reproduce on a fresh x86_64 installation. Adding Brian in case he has > > a clue for this. > > I us...
2010 Apr 10
3
[PATCH 1/3] fbmem: fix aperture overlapping check
fb_do_apertures_overlap is returning wrong value when one aperture is completely whithin the other. Add generic ranges_overlap macro (probably kernel.h candidate) and use it here. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> Cc: Dave Airlie <airlied at redhat.com> Cc: Peter Jones <pjones at redhat.com> Cc: Andrew Morton <akpm at linux-foundation.org> ---
2010 May 16
0
[PATCH v2 2/3] fbmem, drm/nouveau: kick firmware framebuffers as soon as possible
...video/fbmem.c +++ b/drivers/video/fbmem.c @@ -1479,11 +1479,10 @@ static bool apertures_overlap(struct aperture *gen, struct aperture *hw) return false; } -static bool fb_do_apertures_overlap(struct fb_info *gen, struct fb_info *hw) +static bool fb_do_apertures_overlap(struct apertures_struct *gena, + struct apertures_struct *hwa) { int i, j; - struct apertures_struct *hwa = hw->apertures; - struct apertures_struct *gena = gen->apertures; if (!hwa || !gena) return false; @@ -1501,6 +1500,28 @@ static bool fb_do_apertures_overlap(struct fb_info *gen, struct fb_info *hw)...
2015 Jul 29
0
qemu-kvm-ev with CentOS 7.1
Yes, you can. In fact you can use the binaries from the ovirt repo itself, no need to rebuild. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Gena Makhomed" <gmm at csdoc.com> > To: centos-virt at centos.org > Sent: Wednesday, 29 July, 2015 19:19:13 > Subject: [CentOS-virt] qemu-kvm-ev with CentOS 7.1 > Hello, All! > > Is it possible to use binary packages build from > http://resources.ovirt.org/pub/ovirt-3.5...
2015 Nov 30
1
kvm-qemu-ev in testing
Le 31/10/2015 01:52, Gena Makhomed a ?crit : > On 29.10.2015 0:00, Sandro Bonazzola wrote: > >> it will be in http://mirror.centos.org/centos/7/virt/x86_64/kvm-common/ >> enabled by >> http://mirror.centos.org/centos/7/extras/x86_64/Packages/centos-release-qemu-ev-1.0-1.el7.noarch.rpm >> >...
2018 May 15
0
centos-qemu-ev repository not work for x86_64 arch on CentOS 7.5
Hello, Sandro! On 15.05.2018 13:24, Gena Makhomed wrote: > failure: repodata/repomd.xml from centos-qemu-ev: [Errno 256] No more > mirrors to try. > http://mirror.centos.org/altarch/7/virt/x86_64/kvm-common/repodata/repomd.xml: > [Errno 14] HTTP Error 404 - Not Found I found workaround: # diff -u CentOS-QEMU-EV.repo.old C...
2015 Jul 31
1
qemu-kvm SLIC acpitable workaround of Windows bug
...;qemu:arg value='-acpitable'/> <qemu:arg value='file=/path/to/sys/firmware/acpi/tables/SLIC'/> </qemu:commandline> because during acpi tables rebuild qemu-kvm from qemu-kvm-ev create RSDT table with BOCHS oem_id and BXPCRSDT oem_table_id. -- Best regards, Gena
2015 Oct 28
2
kvm-qemu-ev in testing
On Wed, Oct 28, 2015 at 5:29 PM, Lamar Owen <lowen at pari.edu> wrote: > On 10/07/2015 07:07 PM, Karanbir Singh wrote: > >> hi, >> >> kvm-qemu-ev from virt7-kvm-common-release is now signed and available on >> buildlogs.centos.org for testing, the corresponding release file is >> available in the centos/7/extras/ location on buildlogs as well. >>
2010 May 16
0
[PATCH v3 1/3] fbdev: allow passing more than one aperture for handoff
...if (gen->base > hw->base && gen->base <= hw->base + hw->size) return true; return false; } + +static bool fb_do_apertures_overlap(struct fb_info *gen, struct fb_info *hw) +{ + int i, j; + struct apertures_struct *hwa = hw->apertures; + struct apertures_struct *gena = gen->apertures; + if (!hwa || !gena) + return false; + + for (i = 0; i < hwa->count; ++i) { + struct aperture *h = &hwa->ranges[i]; + for (j = 0; j < gena->count; ++j) { + struct aperture *g = &gena->ranges[j]; + printk(KERN_DEBUG "checking generic (%llx %...
2015 Jul 30
0
CentOS 7.1 + qemu-kvm-ev + SLIC acpitable windows bug workaround
Then you should definitely submit a bug with redhat about this, seems like a serious one. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Gena Makhomed" <gmm at csdoc.com> > To: centos-virt at centos.org > Sent: Wednesday, 29 July, 2015 23:09:14 > Subject: [CentOS-virt] CentOS 7.1 + qemu-kvm-ev + SLIC acpitable windows bug workaround > On 29.07.2015 21:34, Nux! wrote: > >> Yes, you can. >> In fact y...
2015 Jul 29
2
CentOS 7.1 + qemu-kvm-ev + SLIC acpitable windows bug workaround
...t; (libvirt, virt-manager, etc) >> >> Is it have reasons, if I not use live migrations and qcow2 snapshots? >> (instead use zfs, zvols and zfs snapshots for VM disks online backups) >> >> Is using qemu-kvm-ev with CentOS 7.1 have any disadvantages? -- Best regards, Gena -------------- next part -------------- --- qemu-kvm.spec.orig 2015-05-15 13:27:19.000000000 +0300 +++ qemu-kvm.spec 2015-07-29 23:25:04.421842297 +0300 @@ -93,7 +93,7 @@ Version: 2.1.2 Release: 23%{?dist}_1.3.1 # Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped -E...
2015 Jul 31
0
qemu-kvm SLIC acpitable workaround of Windows bug
On Thu, Jul 30, 2015 at 9:04 PM, Gena Makhomed <gmm at csdoc.com> wrote: > On 30.07.2015 10:49, Nux! wrote: > > Then you should definitely submit a bug with redhat about this, seems like >> a serious one. >> > > Ok, done: > > https://bugzilla.redhat.com/show_bug.cgi?id=1248758 > > P.S. >...