Re: [Qemu-devel] [PATCH] Add a few argument filters to the seccomp sandbox

2015-09-11 Thread Namsun Ch'o
> On Thursday, September 10, 2015 03:48:52 PM Daniel P. Berrange wrote: > > On Wed, Sep 09, 2015 at 09:55:33PM -0400, namn...@safe-mail.net wrote: > > > + > > > +/* shmget */ > > > +rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(shmget), 2, > > > +SCMP_A0(SCMP_CMP_EQ, IPC_PRIVA

Re: [Qemu-devel] [PATCH v4 16/38] block: Add BlockBackendRootState

2015-09-11 Thread Eric Blake
On 07/20/2015 11:45 AM, Max Reitz wrote: > This structure will store some of the state of the root BDS if the BDS > tree is removed, so that state can be restored once a new BDS tree is > inserted. > > Signed-off-by: Max Reitz > --- > block/block-backend.c | 37 +

Re: [Qemu-devel] [PATCH] pulseaudio: reduce 24s recording latency

2015-09-11 Thread Marc-André Lureau
Hi On Fri, Sep 11, 2015 at 9:03 PM, Volker RĂ¼melin wrote: > Current code doesn't provide pulseaudio buffer attributes for > recording. Without buffer attributes pulseaudio uses a default > buffer of 4MB. 4MB is approximately 24s 16bit stereo audio > data at 44.1kHz. Why isn't the buffer processe

Re: [Qemu-devel] [PATCH V3 1/2] hw/sd : move sd.h to include/hw/sd/

2015-09-11 Thread Alistair Francis
On Thu, Sep 10, 2015 at 4:25 AM, Sai Pavan Boddu wrote: > Create new folder in includes for sd headers. I'd change the commit message to something like: sd.h: Move sd.h to include/hw/sd/ Create a sd directory under include/hw/ and move sd.h to that folder. > > Signed-off-by: Sai Pavan Boddu

Re: [Qemu-devel] [PATCH V3 2/2] sdhci: Split sdhci.h for public and internal device usage

2015-09-11 Thread Alistair Francis
On Thu, Sep 10, 2015 at 4:25 AM, Sai Pavan Boddu wrote: > Split sdhci.h into sdhci-common.h and sdhci.h separating common > register declarations and object declarations. And move sdhci.h to > include/hw/sd/. > > Signed-off-by: Sai Pavan Boddu > --- > Changes for V2: > Create new area in incl

[Qemu-devel] [PATCH 04/29] Introduce QDict

2015-09-11 Thread Programmingkid
Could you make a tutorial on how to use the QDict type?

Re: [Qemu-devel] [PATCH 04/29] Introduce QDict

2015-09-11 Thread Luiz Capitulino
On Fri, 11 Sep 2015 20:22:38 -0400 Programmingkid wrote: > Could you make a tutorial on how to use the QDict type? There are several examples in tests/check-qdict.c.

Re: [Qemu-devel] I want to recover my QEMU password.

2015-09-11 Thread Stefan Weil
Am 11.09.2015 um 17:38 schrieb SkyKiDS: > Hi, there! > > Long long time ago, in 2010, I am a member of QEMU wiki, just had an > account, and contributed some news or corrected mis-spells. > But now, I forgot my password of the site, so hope to recover my password. > Anyone can help me? > > My accou

<    1   2   3   4