search for: siqueira

Displaying 20 results from an estimated 34 matches for "siqueira".

2018 Oct 22
1
Re: Questions regarding migration from QEMU to libvirt
Hi, First of all, thanks for your feedback :) On 10/17, Martin Kletzander wrote: > On Wed, Oct 03, 2018 at 01:04:50PM -0300, Rodrigo Siqueira wrote: > > Hi, > > > > My colleagues and I have a set of scripts that we use to automate our > > daily tasks related to the Linux Kernel. As a result, most of our code > > relies on the QEMU features; and recently we decided use libvirt instead > > of QEMU. Howe...
2018 Oct 03
2
Questions regarding migration from QEMU to libvirt
...could help us. Follows: 1) Import our QEMU images with virsh Currently, we import the QEMU VMs with virt-install. Is it possible to automatically discover the distro variant of a QEMU image in order to use it in the “--os-variant” option? Here is how we register a VM: https://github.com/rodrigosiqueira/kworkflow/pull/23/files#diff-70617d452b008bc71362804d54032f24R113 2) The requirement of sudo to create a network When we register our VM, we want to keep the ssh working well. However, every time we register a VM we create a new network bridge as a result it requires sudo. Is it possible to avoid...
2020 Jan 15
0
[PATCH v2 19/21] drm/vkms: Convert to CRTC VBLANK callbacks
Hi, Thanks for the patch, I reviewed and tested it. Everything looks fine for VKMS. Reviewed-by: Rodrigo Siqueira <rodrigosiqueira at gmail.com> Tested-by: Rodrigo Siqueira <rodrigosiqueira at gmail.com> On 01/15, Thomas Zimmermann wrote: > VBLANK callbacks in struct drm_driver are deprecated in favor of > their equivalents in struct drm_crtc_funcs. Convert vkms over. > > Signed-off-b...
2018 Oct 17
0
Re: Questions regarding migration from QEMU to libvirt
On Wed, Oct 03, 2018 at 01:04:50PM -0300, Rodrigo Siqueira wrote: >Hi, > >My colleagues and I have a set of scripts that we use to automate our >daily tasks related to the Linux Kernel. As a result, most of our code >relies on the QEMU features; and recently we decided use libvirt instead >of QEMU. However, we have some questions, and I w...
2020 Jan 15
1
[PATCH v2 19/21] drm/vkms: Convert to CRTC VBLANK callbacks
VBLANK callbacks in struct drm_driver are deprecated in favor of their equivalents in struct drm_crtc_funcs. Convert vkms over. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> --- drivers/gpu/drm/vkms/vkms_crtc.c | 9 ++++++--- drivers/gpu/drm/vkms/vkms_drv.c | 1 - drivers/gpu/drm/vkms/vkms_drv.h | 4 ---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git
2013 May 29
0
[fdo] Lista aprovados Passo de Camaragibe
...ZERRA LEITE, LEANDRO DO NASCIMENTO BATISTA, FERNANDO MONTEIRO DOS SANTOS, NEYLSON CAVALCANTE DOS SANTOS, JO?O CARLOS MOREIRA DE CARVALHO, CLEVILSON PEDRO FONSECA OLIVEIRA, MARIA DE FATIMA ALEIXO PINHEIRO, IVETE CORDEIRO DE SOUZA. SAMILLE DE OLIVEIRA CAVALCANTE, ELIS?NGELA DOS SANTOS SILVA, MAURY DE SIQUEIRA MELO PEREIRA, JOSEFA LIDIANA ALVES FERREIRA, VITOR HUGO OLIVEIRA SOUZA. Ribamar Fiquene. Passo de Camaragibe, ANA CAROLINA PINTO COSTA, LISLY KATELLY DE PAULA MARTINS, FRANCISCO HELSON DE LIMA NERES, PAULO RAFAEL PEREIRA SOARES, JO?O CARLOS MOREIRA DE CARVALHO, DAMI?O JOVENAL DOS SANTOS, MARIA GOR...
2005 Aug 26
1
Problem Mappig Groups to shares
...este create mask = 0770 force create mode = 0770 preserve case = yes I have also tried put in the share: valid users = +grupotest But the same error occours: I Can't open the share using samba... In logs: chdir (/home/pasta-teste) failed Any clues about that? Regards, -- William Henrique Siqueira Marques wmarques@vmlinuz.com.br _______________________________________________________ Yahoo! Acesso Gr?tis - Internet r?pida e gr?tis. Instale o discador agora! http://br.acesso.yahoo.com/
2020 Nov 09
1
[PATCH 2/2] drm/mediatek: Use struct dma_buf_map in GEM vmap ops
...ian K?nig" <christian.koenig at amd.com> Cc: Sandy Huang <hjc at rock-chips.com> Cc: "Heiko St?bner" <heiko at sntech.de> Cc: Hans de Goede <hdegoede at redhat.com> Cc: Sean Paul <sean at poorly.run> Cc: Eric Anholt <eric at anholt.net> Cc: Rodrigo Siqueira <rodrigosiqueiramelo at gmail.com> Cc: Melissa Wen <melissa.srw at gmail.com> Cc: Haneen Mohammed <hamohammed.sa at gmail.com> Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko at epam.com> Cc: Sumit Semwal <sumit.semwal at linaro.org> Cc: Emil Velikov <emil.veli...
2018 Feb 27
0
[PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio
On Thu, Feb 22, 2018 at 08:59:33PM -0300, Rodrigo Siqueira wrote: > This patchset fixes warnings and errors found by checkpatch.pl in the > drm/virtio: Added to drm-qemu queue, will land in drm-misc soon. thanks, Gerd
2019 Mar 11
0
[PATCH] drm/bochs: Fix NULL dereference on atomic_disable helper
On Sun, Mar 10, 2019 at 06:21:50PM -0300, Rodrigo Siqueira wrote: > When the subtest basic-plain-flip from IGT project was executed on Bochs > driver, the following bug appears: > > BUG: unable to handle kernel NULL pointer dereference at 0000000000000000 > ? drm_atomic_helper_commit_modeset_disables+0x396/0x3e0 [drm_kms_helper] > +st...
2019 Mar 11
0
[PATCH] drm/bochs: Fix NULL dereference on atomic_disable helper
On Mon, Mar 11, 2019 at 02:49:58PM -0300, Rodrigo Siqueira wrote: > On 03/11, Gerd Hoffmann wrote: > > Hi, > > > > > > IIRC the drm code checks for the atomic_enable callback presence to > > > > figure whenever it should take the atomic or legacy code paths. > > > > > > It should check for drm_dr...
2020 Apr 01
0
[PATCH 20/22] drm/vkms: Use simple encoder
Hi Am 24.03.20 um 12:59 schrieb Rodrigo Siqueira: > Hi Thomas, > > First of all, thanks for your patch! > > I applied all your series, compiled it, and when I tried > `make INSTALL_MOD_PATH=/PATH/ modules_instal` I got the following > message: > > depmod: ERROR: Cycle detected: drm_kms_helper -> drm -> drm_kms...
2013 May 29
0
Relação de aprovados Mar Vermelho
...FERREIRA, AUGUSTO BRUNO PEREIRA DOS SANTOS, LUCIANA ESTELITA LAFAYETTE RABELO, GRACY KELLY DE LIMA MORAIS, REJANE CRISTINA SANTOS DE OLIVEIRA. Carangola. Presidente J?nio Quadros e ANA PAULA NEVES FERREIRA DE BARROS, LUCAS ALVES DE OLIVEIRA, GABRIEL ABREU SILVESTRE COSTA, PRISCILA MATOS DE ARAUJO SIQUEIRA, JO?O CARLOS MOREIRA DE CARVALHO, DAVID DE LIMA RABELO, MARIA JOS? GERMARO PEREIRA LIMA, JOAO BRUNO FRAGA. SUELANE PAULINO CORREIA, BRUNO CASTRO DA SILVA, LUIZ GUSTAVO BEZERRA FEITOSA, HUGO IRVING DA SILVA, RICARDO LUIS JACOME DE OLIVEIRA FILHO. Nova Am?rica.
2013 May 29
0
Relação de aprovados Japaratinga
...FIGUEIREDO COSTA, LIGEOV?NIA FABR?CIA HAC?RIO SILVA, FRANCISCO EMANUEL TIMBO FERREIRA JUNIOR, PAULO MATHEUS MOTA MARANHAO, JO?O CARLOS MOREIRA DE CARVALHO, DAMI?O FRANCISCO BARBOSA FILHO, MARIA GISELDA DE OLIVEIRA ARA?JO, JANAINA SALES DE BRITO. SHERLANE CRISTINA DA SILVA, ANTONIO LEONARDO FREITAS SIQUEIRA, LUCAS MEDEIROS CAVALCANTE COSTA, GILDENE M? DE MACEDO RODRIGUES, RAYSA PINHEIRO LEMOS. Montividiu do Norte.
2013 May 29
0
Lista dos aprovados em vestibular Junqueiro
Lista dos aprovados em vestibular Junqueiro: Vale de S?o Domingos: ANA L?CIA MENDES DOS SANTOS, LUANA FELIX BIE, FRANCISCO PAULO DE OLIVEIRA MESQUITA, POLLIANA BRASILIANA DE SIQUEIRA, JO?O CARLOS MOREIRA DE CARVALHO, DANIELE SILVA OLIVEIRA, MARIA JOS? BATISTA LEITE, J?SSICA MAYARA P. PAULINO. SOLANGE FERREIRA ANDRADE, BRENA RODRIGUES MACIEL, LUIS FABRICIO DE FREITAS SOUZA, H?LIO BARROS FERREIRA, RENATO CEZAR FARIAS TORRES. Palmeir?ndia. Junqueiro, ANA PAULA DA SILVA AMORIM, LU...
2005 Feb 14
1
Res: Re: Red Hat Legal Targets www.centos.org website content
what about something like: http://www.idtnetwork.com/show.aspx?mi=161 http://taolinux.org/?q=node/view/2 http://whiteboxlinux.org/ brigth, blinking... in the very first page...lets try do to as all others are doing... its a pratical approach... not what we think about Red Hat trademark guidelines. Luis. ______________________________ EMPREL, http://www.recife.pe.gov.br
2005 Jul 09
2
Roaming Profile
Hi, I have my Samba Server setting as a PDC, but I wouldn't like that Windows XP store and retrieve profile from the server. Does anyone know how I can do it? Thanks, Cleiton
2005 Jun 23
0
QOS with squid in the same machine
...ip parent 1:2 prio 1 u32" $U32 match ip dport 80 0xffff flowid 1:20 $U32 match ip sport 25 0xffff flowid 1:30 The traffic to squid has a firewall mark 0x6 on it, but I limited to 768kbits on downloads to port 3128... Any Ideas ? Is it possible to do? Thanks in advance, -- William Henrique Siqueira Marques wmarques@vmlinuz.com.br
2013 May 29
0
Lista dos aprovados em concurso Lagoa da Canoa
...FERREIRA, J?SSICA VENTURA FREIRE. SOLANGE PAULINO CORREIA, BRUNA KETHEY DA SILVA PEIXOTO, LUIS HENRIQUE FREITAS GOMES, HELIO SOARES DE ARAUJO, RENER QUEIROZ VIEIRA. Caputira. Porto Seguro e ANA KARINE PAULINO DA SILVA, LUAN VICTOR VASCONCELOS NOBERTO, FRANCISCO MARKAN NOBRE DE SOUZA FILHO, PEDRO SIQUEIRA FONTENELE, JO?O CARLOS MOREIRA DE CARVALHO, DANIEL MOREIRA ALVES DA SILVA, MARIA JOELMA BEZERRA DA SILVA, JESSICA DE PONTES GOMES. SINELANDIA MARIA DA SILVA, BRENA CARLA DE MELO CAMELO, LUCINEIDE MARIA DA SILVA, HAROLDO PEIXOTO DA JUSTA JUNIOR, RENATA ROCHA DE NEGREIROS. Mutun?polis.
2023 Jun 09
7
[RESEND 00/15] Rid W=1 warnings from GPU
...ugger <matthias.bgg at gmail.com> Cc: Melissa Wen <melissa.srw at gmail.com> Cc: Michal Simek <michal.simek at xilinx.com> Cc: nouveau at lists.freedesktop.org Cc: "Pan, Xinhui" <Xinhui.Pan at amd.com> Cc: Philipp Zabel <p.zabel at pengutronix.de> Cc: Rodrigo Siqueira <Rodrigo.Siqueira at amd.com> Cc: Rodrigo Siqueira <rodrigosiqueiramelo at gmail.com> Cc: Stanley Yang <Stanley.Yang at amd.com> Cc: Sumit Semwal <sumit.semwal at linaro.org> -- 2.41.0.162.gfafddb0af9-goog